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


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

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
body,
div,
p,
span,
h1,
h2,
h3,
h4 {
    font-family: "Josefin Sans", sans-serif!important;
    font-optical-sizing: auto!important;
    font-weight: 200;
    font-style: normal;
}

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

::before,
::after {
    --tw-content: '';
}


/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}


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

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


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

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


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

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


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

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


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

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


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

b,
strong {
    font-weight: bolder;
}


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

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


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

small {
    font-size: 80%;
}


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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


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

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


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

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


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

button,
select {
    text-transform: none;
}


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

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


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

:-moz-focusring {
    outline: auto;
}


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

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


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

progress {
    vertical-align: baseline;
}


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

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


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

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


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

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


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

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


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

summary {
    display: list-item;
}


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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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


/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}


/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}


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

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

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #414142;
    /* 2 */
}


/*
Set the default cursor for buttons.
*/

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


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

:disabled {
    cursor: default;
}


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

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


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

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


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

[hidden] {
    display: none;
}

body {
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(65 65 66 / var(--tw-text-opacity));
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Satoshi, 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-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.2px;
}

@media (min-width: 1340px) {
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        font-size: 18px;
    }
}

b {
    font-weight: 600;
}

h1 {
    margin-bottom: 0.75rem;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    h1 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    h1 {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1170px) {
    h1 {
        font-size: 35px;
    }
}

@media (min-width: 1340px) {
    h1 {
        font-size: 45px;
    }
}

h2 {
    margin-bottom: 0.75rem;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    h2 {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    h2 {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1170px) {
    h2 {
        font-size: 30px;
    }
}

@media (min-width: 1340px) {
    h2 {
        font-size: 35px;
    }
}

h3 {
    margin-bottom: 0.75rem;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    h3 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    h3 {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1170px) {
    h3 {
        font-size: 26px;
    }
}

@media (min-width: 1340px) {
    h3 {
        font-size: 30px;
    }
}

h4 {
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    h4 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    h4 {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1170px) {
    h4 {
        font-size: 24px;
    }
}

@media (min-width: 1340px) {
    h4 {
        font-size: 26px;
    }
}

h5 {
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

@media (min-width: 992px) {
    h5 {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1340px) {
    h5 {
        font-size: 24px;
    }
}

.btn {
    display: inline-block;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 212 25 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(8 61 49 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .btn {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 1340px) {
    .btn {
        font-size: 18px;
    }
}

.btn.btn-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(248 212 25 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(8 61 49 / var(--tw-text-opacity));
}

.btn.btn-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.nav-menu .nav-link {
    display: block;
    border-bottom-width: 1px;
    border-color: rgb(255 255 255 / 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 992px) {
    .nav-menu .nav-link {
        display: inline-block;
        border-bottom-width: 0px;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-align: left;
        --tw-text-opacity: 1;
        color: rgb(65 65 66 / var(--tw-text-opacity));
    }
    .nav-menu .nav-link:hover {
        --tw-text-opacity: 1;
        color: rgb(8 61 49 / var(--tw-text-opacity));
        text-decoration-line: underline;
    }
}

@media (min-width: 1220px) {
    .nav-menu .nav-link {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-link.current-link {
        --tw-text-opacity: 1;
        color: rgb(8 61 49 / var(--tw-text-opacity));
        text-decoration-line: underline;
    }
}

.nav-menu li:last-child {
    margin-right: 0px;
}

@media (min-width: 992px) {
    .nav-menu li {
        margin-right: 1rem;
    }
}

@media (min-width: 1220px) {
    .nav-menu li {
        margin-right: 2rem;
    }
}

.top-bar select {
    background-image: linear-gradient(45deg, transparent 50%, #414141 60%), linear-gradient(135deg, #414141 40%, transparent 50%) !important;
    background-position: calc(100% - 3px) 9px, calc(100% - 0px) 9px, 100% 0;
    background-size: 4px 8px, 4px 8px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 10px;
}

.top-bar select option:checked {
    background: #083D31;
    color: #fff;
}

.accordian .accordian-title {
    padding-right: 1.25rem;
}

.accordian .accordian-title:after {
    position: absolute;
    right: 0px;
    top: 1rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-image: url('../images/chevron-down-white.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-content: '';
    content: var(--tw-content);
}

.faq .accordian .accordian-title:after {
    top: 1.5rem;
    height: 0.75rem;
    width: 0.75rem;
    background-image: url('../images/green-chevron.svg');
}

@media (min-width: 768px) {
    .faq .accordian .accordian-title:after {
        height: 1rem;
        width: 1rem;
    }
}

.accordian .accordian-title.active:after {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.nav-menu {
    align-items: center;
    gap: 0px;
}

@media (min-width: 992px) {
    .nav-menu {
        display: flex;
    }
}

.mobile-toggle {
    position: relative;
    z-index: 20;
    display: block;
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 243 / var(--tw-bg-opacity));
    padding: 0.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

@media (min-width: 768px) {
    .mobile-toggle {
        height: 2.5rem;
        width: 2.5rem;
        padding: 0.625rem;
    }
}

@media (min-width: 992px) {
    .mobile-toggle {
        display: none;
    }
}

.mobile-toggle.active span:nth-child(1) {
    top: 10px;
    left: 11px;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.mobile-toggle.active span:nth-child(2) {
    width: 0px;
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    top: 24px;
    left: 11px;
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
    .mobile-toggle.active span:nth-child(3) {
        top: 27px;
    }
}

button.mobile-toggle span {
    position: absolute;
    left: 8px;
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    opacity: 1;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
    button.mobile-toggle span {
        width: 24px;
    }
}

button.mobile-toggle span:nth-child(1) {
    top: 10px;
    transform-origin: left;
}

@media (min-width: 768px) {
    button.mobile-toggle span:nth-child(1) {
        top: 12px;
    }
}

button.mobile-toggle span:nth-child(2) {
    top: 17px;
    transform-origin: left;
}

@media (min-width: 768px) {
    button.mobile-toggle span:nth-child(2) {
        top: 19px;
    }
}

button.mobile-toggle span:nth-child(3) {
    top: 24px;
    transform-origin: left;
}

@media (min-width: 768px) {
    button.mobile-toggle span:nth-child(3) {
        top: 26px;
    }
}

.tabs-content {
    display: none;
}

.tabs-content.current {
    display: block;
}

.funding-form .tabs-list {
    margin-bottom: 1.5rem;
    display: flex;
    gap: 0px;
}

.funding-form .tabs-list .tab-link {
    cursor: pointer;
    border-radius: 0px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.funding-form .tabs-list .tab-link:hover {
    --tw-border-opacity: 1;
    border-color: rgb(8 61 49 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 360px) {
    .funding-form .tabs-list .tab-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (min-width: 640px) {
    .funding-form .tabs-list .tab-link {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        font-size: 16px;
    }
}

@media (min-width: 1340px) {
    .funding-form .tabs-list .tab-link {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        font-size: 18px;
    }
}

.funding-form .tabs-list .tab-link.current,
.tabs-list .tab-link.current,
.fundraiser-tabs .tabs-list .tab-link.current,
.monthly-donate .tabs-list .tab-link.current {
    --tw-border-opacity: 1;
    border-color: rgb(8 61 49 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.funding-form .tabs-list .tab-link:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.funding-form .tabs-list .tab-link:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.contribute .tabs-list {
    gap: 0.75rem;
}

.contribute .tabs-list .tab-link {
    width: 47%;
}

@media (min-width: 640px) {
    .contribute .tabs-list .tab-link {
        width: auto;
    }
}

.tabs-list {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

@media (min-width: 992px) {
    .tabs-list {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.fundraiser-tabs .tabs-list {
    justify-content: center;
}

.fundraiser-tabs .tabs-list .tab-link {
    font-size: 15px;
}

@media (min-width: 640px) {
    .fundraiser-tabs .tabs-list .tab-link {
        font-size: 16px;
    }
}

.tabs-list .tab-link {
    cursor: pointer;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 243 / var(--tw-bg-opacity));
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

.tabs-list .tab-link:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 992px) {
    .tabs-list .tab-link {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 18px;
    }
}

.monthly-donate .tabs-list .tab-link {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.monthly-donate .tabs-list .tab-link:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
    .monthly-donate .tabs-list .tab-link {
        --tw-bg-opacity: 1;
        background-color: rgb(240 244 243 / var(--tw-bg-opacity));
    }
}

.fundraiser-tabs .tabs-list .tab-link {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(65 65 66 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .fundraiser-tabs .tabs-list .tab-link {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (min-width: 768px) {
    .fundraiser-tabs .tabs-list .tab-link {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 1170px) {
    .fundraiser-tabs .tabs-list .tab-link {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.selectamount {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 243 / var(--tw-bg-opacity));
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(65 65 66 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .selectamount {
        font-size: 16px;
    }
}

@media (min-width: 1170px) {
    .selectamount {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (min-width: 1340px) {
    .selectamount {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.amount-select input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+.selectamount {
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fundraiser-item a.title {
    margin-bottom: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

@media (min-width: 992px) {
    .fundraiser-item a.title {
        font-size: 18px;
    }
}

.fundraiser-item:hover a.title {
    text-decoration-line: underline;
}

.fundraiser-item:hover .f-img {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.fundraiser-item .fund-worker {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(65 65 66 / var(--tw-text-opacity));
}

.fundraiser-item .fund-worker .avatar {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fundraiser-item .fund-amount {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.fundraiser-item .fund-amount span {
    font-size: 15px;
    font-weight: 600;
}

.fundraiser-item .progressbar {
    position: relative;
    margin-bottom: 1rem;
    height: 6px;
    width: 100%;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

.fundraiser-item .progressbar .fillbar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 6px;
    width: 100%;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(248 212 25 / var(--tw-bg-opacity));
}

.fundraiser-item .contributor {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(65 65 66 / var(--tw-text-opacity));
}

.fundraiser-item .share {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(65 65 66 / var(--tw-text-opacity));
}

.fundraiser-item .share:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 243 / var(--tw-bg-opacity));
}

.fundraiser-item .btn {
    margin-top: 1rem;
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    margin-top: 1.25rem;
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(8 61 49 / var(--tw-text-opacity));
    --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
    --tw-border-opacity: 1;
    border-color: rgb(8 61 49 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        height: 3rem;
        width: 3rem;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
}

.swiper .swiper-button-next {
    position: static;
}

@media (min-width: 768px) {
    .swiper .swiper-button-next {
        position: absolute;
        right: -1.25rem;
    }
}

.swiper .swiper-button-prev {
    position: static;
}

@media (min-width: 768px) {
    .swiper .swiper-button-prev {
        position: absolute;
        left: -1.25rem;
    }
}

.contribute-gallery {
    border-radius: 0.375rem;
}

.contribute-gallery img {
    max-height: 280px;
    min-height: 280px;
    width: 100%;
    border-radius: 0.375rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 640px) {
    .contribute-gallery img {
        max-height: 320px;
        min-height: 320px;
    }
}

@media (min-width: 992px) {
    .contribute-gallery img {
        max-height: 470px;
        min-height: 470px;
    }
}

.contribute-thumb {
    margin-top: 0.75rem;
}

@media (min-width: 640px) {
    .contribute-thumb {
        margin-top: 1.5rem;
    }
}

.contribute-thumb img {
    height: 3.5rem;
    width: 5rem;
    border-radius: 0.25rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 640px) {
    .contribute-thumb img {
        height: 4rem;
        width: 7rem;
    }
}

.contribute-thumb .swiper-slide {
    width: auto;
}

.contribute-gallery.swiper .swiper-button-prev,
.contribute-gallery.swiper .swiper-button-next {
    position: absolute;
    height: 2.5rem;
    width: 1.5rem;
    border-radius: 0.375rem;
    border-width: 0px;
    background-color: rgb(8 61 49 / 0.3);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-backdrop-blur: blur(2px);
    -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);
}

.contribute-gallery.swiper .swiper-button-prev:hover,
.contribute-gallery.swiper .swiper-button-next:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
    .contribute-gallery.swiper .swiper-button-prev,
    .contribute-gallery.swiper .swiper-button-next {
        height: 3rem;
        width: 2rem;
    }
}

@media (min-width: 992px) {
    .contribute-gallery.swiper .swiper-button-prev,
    .contribute-gallery.swiper .swiper-button-next {
        height: 4rem;
        width: 2.5rem;
    }
}

.contribute-gallery.swiper .swiper-button-prev {
    left: 0.5rem;
}

.contribute-gallery.swiper .swiper-button-next {
    right: 0.5rem;
}

.popup-gallery-img {
    position: relative;
    border-radius: 0.375rem;
    border-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
}

.popup-gallery-img:after {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 0.5);
    background-image: url('../images/popup-icon.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-content: '';
    content: var(--tw-content);
}

.popup-gallery-img:hover:after {
    opacity: 1;
}

.popup-gallery-img:after {
    background-size: 40px;
}

.global-form {
    overflow: hidden;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 992px) {
    .global-form {
        padding: 1.5rem;
    }
}

.global-form .title {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    padding: 0.75rem;
    text-align: center;
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .global-form .title {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .global-form .title {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        margin-top: -1.5rem;
        padding: 1rem;
        font-size: 22px;
    }
}

.global-form label {
    margin-bottom: 0.625rem;
    display: block;
    font-size: 16px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

@media (min-width: 1220px) {
    .global-form label {
        font-size: 18px;
    }
}

@media (min-width: 1340px) {
    .global-form label {
        margin-bottom: 1rem;
    }
}

.global-form .input-wrap {
    margin-bottom: 0.875rem;
}

@media (min-width: 992px) {
    .global-form .input-wrap {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 1340px) {
    .global-form .input-wrap {
        margin-bottom: 1.5rem;
    }
}

.custom-input {
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity));
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

.custom-input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(65 65 66 / var(--tw-text-opacity));
}

.custom-input::placeholder {
    --tw-text-opacity: 1;
    color: rgb(65 65 66 / var(--tw-text-opacity));
}

.custom-input:focus-visible {
    border-color: rgb(8 61 49 / 0.2);
    outline: 2px solid transparent;
    outline-offset: 2px;
}

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

@media (min-width: 1340px) {
    .custom-input {
        font-size: 18px;
    }
}

select.custom-input {
    background-image: url(../images/green-chevron.svg);
    background-position: calc(100% - 15px) 50%, 100% 0;
    background-size: 11px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

button.form-step {
    position: relative;
    margin-left: 2.5rem;
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 243 / var(--tw-bg-opacity));
    font-size: 18px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

button.form-step:first-child {
    margin-left: 0px;
}

button.form-step:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 992px) {
    button.form-step {
        height: 2.75rem;
        width: 2.75rem;
        font-size: 20px;
    }
}

button.form-step.active {
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

button.form-step.active::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
}

button.form-step:before {
    position: absolute;
    right: 100%;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    display: inline-block;
    height: 0.25rem;
    width: 1.25rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 243 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}

button.form-step:first-child:before {
    display: none;
}

.custom-radio {
    position: relative;
    margin-bottom: 0px !important;
    cursor: pointer;
    line-height: 1;
}

.custom-radio:before {
    position: relative;
    margin-top: -1px;
    margin-right: 0.5rem;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    cursor: pointer;
    border-radius: 3px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 243 / var(--tw-bg-opacity));
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(65 65 66 / var(--tw-text-opacity));
    --tw-content: '';
    content: var(--tw-content);
}

@media (min-width: 640px) {
    .custom-radio:before {
        font-size: 16px;
    }
}

.custom-radio:after {
    position: absolute;
    top: 50%;
    left: 3px;
    display: block;
    height: 0.875rem;
    width: 0.875rem;
    --tw-translate-y: -50%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-image: url('../images/mingcute_check-fill.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-content: '';
    content: var(--tw-content);
}

input:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+.custom-radio:after {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

input[type="radio"]:checked+.custom-radio:before {
    --tw-border-opacity: 1;
    border-color: rgb(8 61 49 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dropzone.custom-dropzone {
    position: relative;
    z-index: 1;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(251 251 251 / var(--tw-bg-opacity));
    padding: 0.625rem;
}

@media (min-width: 992px) {
    .dropzone.custom-dropzone {
        padding: 1.5rem;
    }
}

.form-payment .tab-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 16px;
}

.form-payment .tabs-list {
    justify-content: center;
}

#donate-form,
#login-form {
    position: relative;
}

#donate-form button.mfp-close,
#login-form button.mfp-close {
    top: -2.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-dropzone.dropzone .dz-preview .dz-image {
    display: flex;
    height: 5rem;
    width: 5rem;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .custom-dropzone.dropzone .dz-preview .dz-image {
        height: 7rem;
        width: 7rem;
    }
}

.custom-dropzone.dropzone .dz-preview .dz-success-mark svg,
.custom-dropzone.dropzone .dz-preview .dz-error-mark svg {
    height: 2.25rem;
    width: 2.25rem;
}

@media (min-width: 992px) {
    .custom-dropzone.dropzone .dz-preview .dz-success-mark svg,
    .custom-dropzone.dropzone .dz-preview .dz-error-mark svg {
        height: 3rem;
        width: 3rem;
    }
}

.custom-dropzone.dropzone .dz-preview .dz-error-mark {
    margin-left: -1rem;
}

@media (min-width: 992px) {
    .custom-dropzone.dropzone .dz-preview .dz-error-mark {
        margin-left: -1.5rem;
    }
}

.custom-dropzone.dropzone .dz-preview {
    margin: 0.5rem;
}

@media (min-width: 992px) {
    .custom-dropzone.dropzone .dz-preview {
        margin: 1rem;
    }
}

.n_post {
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1170px) {
    .n_post {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .n_post:nth-child(3n+3) {
        border-right-width: 0px;
    }
}

.n_post .n_news-img {
    display: block;
    overflow: hidden;
    border-radius: 0.375rem;
}

.n_post .n_news-img img {
    width: 100%;
    border-radius: 0.375rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.n_post:hover .n_news-img img {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.n_post .title {
    margin-top: 0.875rem;
    margin-bottom: 0.625rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

@media (min-width: 1340px) {
    .n_post .title {
        font-size: 20px;
    }
}

.n_post:hover .title {
    text-decoration-line: underline;
}

.n_post .des {
    margin-bottom: 0.75rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
}

.tabs-list.vertical-tabs {
    align-items: stretch;
    gap: 0px;
    overflow: hidden;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(240 244 243 / var(--tw-border-opacity));
}

@media (min-width: 992px) {
    .tabs-list.vertical-tabs {
        display: block;
        border-width: 0px;
    }
}

.tabs-list.vertical-tabs .tab-link {
    margin: -1px;
    display: flex;
    width: 50%;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(240 244 243 / var(--tw-border-opacity));
    background-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(65 65 66 / var(--tw-text-opacity));
}

.tabs-list.vertical-tabs .tab-link:hover {
    --tw-border-opacity: 1;
    border-color: rgb(240 244 243 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 243 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(8 61 49 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .tabs-list.vertical-tabs .tab-link {
        width: 25%;
        gap: 0.75rem;
    }
}

@media (min-width: 992px) {
    .tabs-list.vertical-tabs .tab-link {
        margin: 0px;
        width: 100%;
        justify-content: flex-start;
        border-width: 0px;
        border-bottom-width: 1px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .tabs-list.vertical-tabs .tab-link:last-child {
        border-bottom-width: 0px;
    }
    .tabs-list.vertical-tabs .tab-link:hover {
        border-radius: 0.375rem;
    }
}

.tabs-list.vertical-tabs .tab-link.current {
    --tw-border-opacity: 1;
    border-color: rgb(240 244 243 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 243 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(8 61 49 / var(--tw-text-opacity));
}

@media (min-width: 992px) {
    .tabs-list.vertical-tabs .tab-link.current {
        border-radius: 0.375rem;
    }
}

.account-tabs {
    width: 100%;
}

@media (min-width: 992px) {
    .account-tabs {
        padding-right: 2.5rem;
    }
}

.account-tabs .tabs-content {
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 243 / var(--tw-bg-opacity));
    padding: 1rem;
}

@media (min-width: 992px) {
    .account-tabs .tabs-content {
        padding: 1.5rem;
    }
}

body.menu-open {
    overflow: hidden;
}

@media (max-width:991px) {
    button.mobile-toggle.active {
        margin-top: -34px;
        background-color: transparent;
    }
    .mobile-toggle.active span {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .mobile-navmenu {
        position: fixed;
        left: 0px;
        top: -100%;
        z-index: 2;
        display: flex;
        height: 100%;
        width: 100%;
        flex-direction: column;
        gap: 0px;
        --tw-bg-opacity: 1;
        background-color: rgb(8 61 49 / var(--tw-bg-opacity));
        padding: 1rem;
        opacity: 0;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 500ms;
    }
    .mobile-navmenu.open {
        top: 0px;
        opacity: 1;
    }
    .nav-menu .nav-link.current-link:before {
        margin-right: 0.5rem;
        display: inline-block;
        height: 1.25rem;
        width: 1.25rem;
        background-image: url('../images/double-arrow.svg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: sub;
        --tw-content: '';
        content: var(--tw-content);
    }
    .mobile-navmenu .nav-menu {
        display: flex;
        height: 100%;
        max-height: calc(100vh - 120px);
        width: 100%;
        flex-direction: column;
        align-items: center;
        overflow: auto;
    }
    .mobile-navmenu .nav-menu li {
        width: 100%;
    }
}

@media (max-width:767px) {
    .n_post:nth-child(2n+2) {
        border-right-width: 0px;
    }
}

@media (max-width:575px) {
    .n_post {
        border-right-width: 0px;
    }
}

*,
 ::before,
 ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

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

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

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

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

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

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

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

.visible {
    visibility: visible;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

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

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

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

.left-px {
    left: 1px;
}

.right-0 {
    right: 0px;
}

.right-2 {
    right: 0.5rem;
}

.right-3 {
    right: 0.75rem;
}

.top-0 {
    top: 0px;
}

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

.top-2 {
    top: 0.5rem;
}

.top-3 {
    top: 0.75rem;
}

.top-full {
    top: 100%;
}

.top-px {
    top: 1px;
}

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

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

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

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-auto {
    margin-top: auto;
}

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

.block {
    display: block;
}

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

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

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

.hidden {
    display: none;
}

.h-1 {
    height: 0.25rem;
}

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

.h-10 {
    height: 2.5rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-3 {
    height: 0.75rem;
}

.h-32 {
    height: 8rem;
}

.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-\[120px\] {
    height: 120px;
}

.h-full {
    height: 100%;
}

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

.min-h-24 {
    min-height: 6rem;
}

.min-h-40 {
    min-height: 10rem;
}

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

.\!w-auto {
    width: auto !important;
}

.w-1 {
    width: 0.25rem;
}

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

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-2 {
    width: 0.5rem;
}

.w-28 {
    width: 7rem;
}

.w-3 {
    width: 0.75rem;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-4 {
    width: 1rem;
}

.w-40 {
    width: 10rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-9 {
    width: 2.25rem;
}

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

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

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

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

.w-full {
    width: 100%;
}

.min-w-32 {
    min-width: 8rem;
}

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

.min-w-56 {
    min-width: 14rem;
}

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

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

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

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

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

.max-w-32 {
    max-width: 8rem;
}

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

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

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

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

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

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

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

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

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

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

.grow {
    flex-grow: 1;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

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

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

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
    gap: 0.25rem;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

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

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

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

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

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

.overflow-hidden {
    overflow: hidden;
}

.\!overflow-visible {
    overflow: visible !important;
}

.overflow-visible {
    overflow: visible;
}

.break-all {
    word-break: break-all;
}

.\!rounded-none {
    border-radius: 0px !important;
}

.rounded {
    border-radius: 0.25rem;
}

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

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

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

.rounded-xl {
    border-radius: 10px;
}

.\!border-0 {
    border-width: 0px !important;
}

.border {
    border-width: 1px;
}

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

.\!border-r {
    border-right-width: 1px !important;
}

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

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

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

.border-t {
    border-top-width: 1px;
}

.border-\[\#C7E1DB\] {
    --tw-border-opacity: 1;
    border-color: rgb(199 225 219 / var(--tw-border-opacity));
}

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

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

.border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgb(8 61 49 / var(--tw-border-opacity));
}

.border-primary-900\/10 {
    border-color: rgb(8 61 49 / 0.1);
}

.border-primary-900\/15 {
    border-color: rgb(8 61 49 / 0.15);
}

.border-primary-900\/5 {
    border-color: rgb(8 61 49 / 0.05);
}

.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
}

.border-white\/40 {
    border-color: rgb(255 255 255 / 0.4);
}

.border-r-gray-200 {
    --tw-border-opacity: 1;
    border-right-color: rgb(235 235 235 / var(--tw-border-opacity));
}

.\!bg-transparent {
    background-color: transparent !important;
}

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

.bg-\[\#E9F5F3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 245 243 / var(--tw-bg-opacity));
}

.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(33 67 136 / var(--tw-bg-opacity));
}

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

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

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(65 65 66 / var(--tw-bg-opacity));
}

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

.bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(26 130 74 / var(--tw-bg-opacity));
}

.bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 243 / var(--tw-bg-opacity));
}

.bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 212 25 / var(--tw-bg-opacity));
}

.bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
}

.bg-primary-900\/10 {
    background-color: rgb(8 61 49 / 0.1);
}

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

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

.bg-white\/15 {
    background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-gray-100 {
    --tw-gradient-from: #F2F2F2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

.object-center {
    -o-object-position: center;
    object-position: center;
}

.object-left {
    -o-object-position: left;
    object-position: left;
}

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 0.25rem;
}

.p-1\.5 {
    padding: 0.375rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-2\.5 {
    padding: 0.625rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

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

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

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

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

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

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

.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

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

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

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

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

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

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

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

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

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

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

.pl-14 {
    padding-left: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!text-md {
    font-size: 16px !important;
}

.text-1xl {
    font-size: 22px;
}

.text-2xl {
    font-size: 24px;
}

.text-3xl {
    font-size: 26px;
}

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

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

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

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

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

.text-md {
    font-size: 16px;
}

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

.text-xl {
    font-size: 20px;
}

.font-\[500\] {
    font-weight: 500;
}

.font-\[600\] {
    font-weight: 600;
}

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

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

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

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

.leading-normal {
    line-height: 1.5;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-snug {
    line-height: 1.375;
}

.leading-tight {
    line-height: 1.25;
}

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

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

.text-\[\#CD2217\] {
    --tw-text-opacity: 1;
    color: rgb(205 34 23 / var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(65 65 66 / var(--tw-text-opacity));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}

.text-primary-800 {
    --tw-text-opacity: 1;
    color: rgb(248 212 25 / var(--tw-text-opacity));
}

.text-primary-900 {
    --tw-text-opacity: 1;
    color: rgb(8 61 49 / var(--tw-text-opacity));
}

.text-primary-900\/15 {
    color: rgb(8 61 49 / 0.15);
}

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

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

.opacity-50 {
    opacity: 0.5;
}

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

.shadow-\[0_0px_0px_4px_rgba\(8\2c 61\2c 49\2c 0\.15\)\] {
    --tw-shadow: 0 0px 0px 4px rgba(8, 61, 49, 0.15);
    --tw-shadow-colored: 0 0px 0px 4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-box {
    --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-input {
    --tw-shadow: 0px 2px 8px 0px rgba(25, 13, 31, 0.12);
    --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


/*
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.eot');
    src: url('../fonts/Satoshi-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.ttf') format('ttf'), url('../fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

 @font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.eot');
    src: url('../fonts/Satoshi-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.ttf') format('ttf'), url('../fonts/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.eot');
    src: url('../fonts/Satoshi-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.ttf') format('ttf'), url('../fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.eot');
    src: url('../fonts/Satoshi-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.ttf') format('ttf'), url('../fonts/Satoshi-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.eot');
    src: url('../fonts/Satoshi-Blackd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.ttf') format('ttf'), url('../fonts/Satoshi-Black.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */

@media (min-width: 1220px) {
    .\31xl\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    @media (min-width: 640px) {
        .\31xl\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .\31xl\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 992px) {
        .\31xl\:container {
            max-width: 992px;
        }
    }
    @media (min-width: 1170px) {
        .\31xl\:container {
            max-width: 1170px;
        }
    }
    @media (min-width: 1220px) {
        .\31xl\:container {
            max-width: 1220px;
        }
    }
    @media (min-width: 1340px) {
        .\31xl\:container {
            max-width: 1340px;
        }
    }
}

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

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

.before\:mr-2::before {
    content: var(--tw-content);
    margin-right: 0.5rem;
}

.before\:inline-block::before {
    content: var(--tw-content);
    display: inline-block;
}

.before\:h-1::before {
    content: var(--tw-content);
    height: 0.25rem;
}

.before\:w-1::before {
    content: var(--tw-content);
    width: 0.25rem;
}

.before\:rounded-lg::before {
    content: var(--tw-content);
    border-radius: 0.5rem;
}

.before\:bg-gray-400::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(65 65 66 / var(--tw-bg-opacity));
}

.before\:align-middle::before {
    content: var(--tw-content);
    vertical-align: middle;
}

.before\:content-\[\'\'\]::before {
 --tw-content: '';
content: var(--tw-content);

}
.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}
.after\:right-5::after {
    content: var(--tw-content);
    right: 1.25rem;
}
.after\:right-8::after {
    content: var(--tw-content);
    right: 2rem;
}
.after\:top-1::after {
    content: var(--tw-content);
    top: 0.25rem;
}
.after\:top-\[6px\]::after {
    content: var(--tw-content);
    top: 6px;
}
.after\:top-\[8px\]::after {
    content: var(--tw-content);
    top: 8px;
}
.after\:ml-1::after {
    content: var(--tw-content);
    margin-left: 0.25rem;
}
.after\:ml-1\.5::after {
    content: var(--tw-content);
    margin-left: 0.375rem;
}
.after\:mr-2::after {
    content: var(--tw-content);
    margin-right: 0.5rem;
}
.after\:mr-2\.5::after {
    content: var(--tw-content);
    margin-right: 0.625rem;
}
.after\:inline-block::after {
    content: var(--tw-content);
    display: inline-block;
}
.after\:hidden::after {
    content: var(--tw-content);
    display: none;
}
.after\:text-gray-400\/20::after {
    content: var(--tw-content);
    color: rgb(65 65 66 / 0.2);
}
.after\:content-\[\'\|\'\]::after {
 --tw-content: '|';
content: var(--tw-content);

}
.last\:mb-0:last-child {
    margin-bottom: 0px;
}
.last\:border-b-0:last-child {
    border-bottom-width: 0px;
}
.last\:border-r-0:last-child {
    border-right-width: 0px;
}
.last\:after\:hidden:last-child::after {
    content: var(--tw-content);
    display: none;
}
.hover\:\!bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(2 19 15 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-primary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 61 49 / var(--tw-bg-opacity));
}
.hover\:\!text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(2 19 15 / var(--tw-text-opacity));
}
.hover\:text-primary-800:hover {
    --tw-text-opacity: 1;
    color: rgb(248 212 25 / var(--tw-text-opacity));
}
.hover\:text-primary-900:hover {
    --tw-text-opacity: 1;
    color: rgb(8 61 49 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
    text-decoration-line: underline;
}
.hover\:no-underline:hover {
    text-decoration-line: none;
}
.hover\:opacity-100:hover {
    opacity: 1;
}
.hover\:opacity-65:hover {
    opacity: 0.65;
}
.hover\:opacity-70:hover {
    opacity: 0.7;
}
.focus-visible\:border-white\/40:focus-visible {
    border-color: rgb(255 255 255 / 0.4);
}
.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.group:hover .group-hover\:block {
    display: block;
}
.group:hover .group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x),
    var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x),
    var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.group:hover .group-hover\:animate-spin {
    animation: spin 1s linear infinite;
}
.group:hover .group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 212 25 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:underline {
    text-decoration-line: underline;
}
.group:hover .group-hover\:no-underline {
    text-decoration-line: none;
}
@media (min-width: 420px) {
    .min-\[420px\]\:w-1\/2 {
        width: 50%;
    }
    .min-\[420px\]\:gap-0 {
        gap: 0px;
    }
}
@media (min-width: 575px) {
    .min-\[575px\]\:-ml-2 {
        margin-left: -0.5rem;
    }
    .min-\[575px\]\:-mt-12 {
        margin-top: -3rem;
    }
    .min-\[575px\]\:mr-2\.5 {
        margin-right: 0.625rem;
    }
    .min-\[575px\]\:\!w-auto {
        width: auto !important;
    }
    .min-\[575px\]\:w-1\/2 {
        width: 50%;
    }
    .min-\[575px\]\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .min-\[575px\]\:flex-row {
        flex-direction: row;
    }
    .min-\[575px\]\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .min-\[575px\]\:border-r {
        border-right-width: 1px;
    }
    .min-\[575px\]\:pr-2\.5 {
        padding-right: 0.625rem;
    }
    .min-\[575px\]\:text-left {
        text-align: left;
    }
}
@media (min-width: 640px) {
    .sm\:absolute {
        position: absolute;
    }
    .sm\:order-2 {
        order: 2;
    }
    .sm\:order-3 {
        order: 3;
    }
    .sm\:order-4 {
        order: 4;
    }
    .sm\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
    .sm\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sm\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .sm\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .sm\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
    .sm\:mb-0 {
        margin-bottom: 0px;
    }
    .sm\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .sm\:mt-0 {
        margin-top: 0px;
    }
    .sm\:mt-4 {
        margin-top: 1rem;
    }
    .sm\:block {
        display: block;
    }
    .sm\:inline-block {
        display: inline-block;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:w-1\/3 {
        width: 33.333333%;
    }
    .sm\:w-40 {
        width: 10rem;
    }
    .sm\:w-auto {
        width: auto;
    }
    .sm\:min-w-64 {
        min-width: 16rem;
    }
    .sm\:max-w-\[400px\] {
        max-width: 400px;
    }
    .sm\:max-w-\[500px\] {
        max-width: 500px;
    }
    .sm\:max-w-fit {
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    .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-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .sm\:items-end {
        align-items: flex-end;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:gap-0 {
        gap: 0px;
    }
    .sm\:gap-5 {
        gap: 1.25rem;
    }
    .sm\:border-b-0 {
        border-bottom-width: 0px;
    }
    .sm\:border-r {
        border-right-width: 1px;
    }
    .sm\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .sm\:p-4 {
        padding: 1rem;
    }
    .sm\:p-8 {
        padding: 2rem;
    }
    .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\:pb-0 {
        padding-bottom: 0px;
    }
    .sm\:pl-10 {
        padding-left: 2.5rem;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-3xl {
        font-size: 26px;
    }
    .sm\:text-lg {
        font-size: 18px;
    }
    .sm\:shadow-card {
        --tw-shadow: 0px 4px 9px rgba(0, 0, 0, 0.12);
        --tw-shadow-colored: 0px 4px 9px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:after\:inline-block::after {
        content: var(--tw-content);
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .md\:absolute {
        position: absolute;
    }
    .md\:order-1 {
        order: 1;
    }
    .md\:order-2 {
        order: 2;
    }
    .md\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .md\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .md\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .md\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }
    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .md\:mb-3 {
        margin-bottom: 0.75rem;
    }
    .md\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }
    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .md\:mt-5 {
        margin-top: 1.25rem;
    }
    .md\:mt-8 {
        margin-top: 2rem;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:h-10 {
        height: 2.5rem;
    }
    .md\:h-11 {
        height: 2.75rem;
    }
    .md\:h-16 {
        height: 4rem;
    }
    .md\:h-6 {
        height: 1.5rem;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
    .md\:w-11 {
        width: 2.75rem;
    }
    .md\:w-16 {
        width: 4rem;
    }
    .md\:w-6 {
        width: 1.5rem;
    }
    .md\:w-\[14px\] {
        width: 14px;
    }
    .md\:w-\[30\%\] {
        width: 30%;
    }
    .md\:w-\[88\%\] {
        width: 88%;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-2 {
        gap: 0.5rem;
    }
    .md\:p-4 {
        padding: 1rem;
    }
    .md\:p-6 {
        padding: 1.5rem;
    }
    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .md\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .md\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }
    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .md\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .md\:pt-8 {
        padding-top: 2rem;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-1xl {
        font-size: 22px;
    }
    .md\:text-2xl {
        font-size: 24px;
    }
    .md\:text-md {
        font-size: 16px;
    }
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .md\:text-xl {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .lg\:absolute {
        position: absolute;
    }
    .lg\:order-1 {
        order: 1;
    }
    .lg\:order-2 {
        order: 2;
    }
    .lg\:order-3 {
        order: 3;
    }
    .lg\:order-4 {
        order: 4;
    }
    .lg\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .lg\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .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\:-mt-12 {
        margin-top: -3rem;
    }
    .lg\:-mt-6 {
        margin-top: -1.5rem;
    }
    .lg\:mb-0 {
        margin-bottom: 0px;
    }
    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .lg\:mb-12 {
        margin-bottom: 3rem;
    }
    .lg\:mb-4 {
        margin-bottom: 1rem;
    }
    .lg\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .lg\:mb-8 {
        margin-bottom: 2rem;
    }
    .lg\:ml-0 {
        margin-left: 0px;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mt-12 {
        margin-top: 3rem;
    }
    .lg\:mt-6 {
        margin-top: 1.5rem;
    }
    .lg\:mt-8 {
        margin-top: 2rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:\!inline-block {
        display: inline-block !important;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:\!hidden {
        display: none !important;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-11 {
        height: 2.75rem;
    }
    .lg\:h-14 {
        height: 3.5rem;
    }
    .lg\:h-40 {
        height: 10rem;
    }
    .lg\:h-9 {
        height: 2.25rem;
    }
    .lg\:h-full {
        height: 100%;
    }
    .lg\:max-h-none {
        max-height: none;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:w-11 {
        width: 2.75rem;
    }
    .lg\:w-14 {
        width: 3.5rem;
    }
    .lg\:w-2\/3 {
        width: 66.666667%;
    }
    .lg\:w-2\/5 {
        width: 40%;
    }
    .lg\:w-20 {
        width: 5rem;
    }
    .lg\:w-3 {
        width: 0.75rem;
    }
    .lg\:w-3\.5 {
        width: 0.875rem;
    }
    .lg\:w-3\/4 {
        width: 75%;
    }
    .lg\:w-3\/5 {
        width: 60%;
    }
    .lg\:w-32 {
        width: 8rem;
    }
    .lg\:w-40 {
        width: 10rem;
    }
    .lg\:w-5 {
        width: 1.25rem;
    }
    .lg\:w-56 {
        width: 14rem;
    }
    .lg\:w-6 {
        width: 1.5rem;
    }
    .lg\:w-9 {
        width: 2.25rem;
    }
    .lg\:w-\[18\%\] {
        width: 18%;
    }
    .lg\:w-\[20\%\] {
        width: 20%;
    }
    .lg\:w-\[28\%\] {
        width: 28%;
    }
    .lg\:w-\[30\%\] {
        width: 30%;
    }
    .lg\:w-\[45\%\] {
        width: 45%;
    }
    .lg\:w-\[55\%\] {
        width: 55%;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:min-w-\[250px\] {
        min-width: 250px;
    }
    .lg\:max-w-40 {
        max-width: 10rem;
    }
    .lg\:max-w-\[45\%\] {
        max-width: 45%;
    }
    .lg\:max-w-\[70\%\] {
        max-width: 70%;
    }
    .lg\:max-w-\[85\%\] {
        max-width: 85%;
    }
    .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\:flex-row {
        flex-direction: row;
    }
    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:gap-10 {
        gap: 2.5rem;
    }
    .lg\:gap-4 {
        gap: 1rem;
    }
    .lg\:gap-6 {
        gap: 1.5rem;
    }
    .lg\:\!border-r {
        border-right-width: 1px !important;
    }
    .lg\:border-b {
        border-bottom-width: 1px;
    }
    .lg\:border-b-0 {
        border-bottom-width: 0px;
    }
    .lg\:p-0 {
        padding: 0px;
    }
    .lg\:p-14 {
        padding: 3.5rem;
    }
    .lg\:p-4 {
        padding: 1rem;
    }
    .lg\:p-6 {
        padding: 1.5rem;
    }
    .lg\:p-7 {
        padding: 1.75rem;
    }
    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .lg\:pb-0 {
        padding-bottom: 0px;
    }
    .lg\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .lg\:pl-10 {
        padding-left: 2.5rem;
    }
    .lg\:pl-20 {
        padding-left: 5rem;
    }
    .lg\:pl-24 {
        padding-left: 6rem;
    }
    .lg\:pl-9 {
        padding-left: 2.25rem;
    }
    .lg\:pr-12 {
        padding-right: 3rem;
    }
    .lg\:pr-6 {
        padding-right: 1.5rem;
    }
    .lg\:pt-12 {
        padding-top: 3rem;
    }
    .lg\:pt-4 {
        padding-top: 1rem;
    }
    .lg\:pt-6 {
        padding-top: 1.5rem;
    }
    .lg\:pt-8 {
        padding-top: 2rem;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-1xl {
        font-size: 22px;
    }
    .lg\:text-3xl {
        font-size: 26px;
    }
    .lg\:text-4xl {
        font-size: 30px;
    }
    .lg\:text-5xl {
        font-size: 35px;
    }
    .lg\:text-\[20px\] {
        font-size: 20px;
    }
    .lg\:text-\[22px\] {
        font-size: 22px;
    }
    .lg\:text-lg {
        font-size: 18px;
    }
    .lg\:text-md {
        font-size: 16px;
    }
    .lg\:text-xl {
        font-size: 20px;
    }
    .lg\:after\:inline-block::after {
        content: var(--tw-content);
        display: inline-block;
    }
    .group:hover .lg\:group-hover\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}
@media (min-width: 1170px) {
    .xl\:left-\[11\%\] {
        left: 11%;
    }
    .xl\:-m-6 {
        margin: -1.5rem;
    }
    .xl\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .xl\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .xl\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .xl\:mb-4 {
        margin-bottom: 1rem;
    }
    .xl\:mb-8 {
        margin-bottom: 2rem;
    }
    .xl\:mr-6 {
        margin-right: 1.5rem;
    }
    .xl\:mr-8 {
        margin-right: 2rem;
    }
    .xl\:mt-10 {
        margin-top: 2.5rem;
    }
    .xl\:mt-3 {
        margin-top: 0.75rem;
    }
    .xl\:block {
        display: block;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-20 {
        height: 5rem;
    }
    .xl\:w-20 {
        width: 5rem;
    }
    .xl\:w-52 {
        width: 13rem;
    }
    .xl\:w-\[22\%\] {
        width: 22%;
    }
    .xl\:w-\[78\%\] {
        width: 78%;
    }
    .xl\:w-auto {
        width: auto;
    }
    .xl\:max-w-\[70\%\] {
        max-width: 70%;
    }
    .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\:flex-nowrap {
        flex-wrap: nowrap;
    }
    .xl\:gap-6 {
        gap: 1.5rem;
    }
    .xl\:gap-8 {
        gap: 2rem;
    }
    .xl\:border-l {
        border-left-width: 1px;
    }
    .xl\:border-r {
        border-right-width: 1px;
    }
    .xl\:border-t {
        border-top-width: 1px;
    }
    .xl\:p-12 {
        padding: 3rem;
    }
    .xl\:p-6 {
        padding: 1.5rem;
    }
    .xl\:p-8 {
        padding: 2rem;
    }
    .xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .xl\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .xl\:pl-8 {
        padding-left: 2rem;
    }
    .xl\:pr-6 {
        padding-right: 1.5rem;
    }
    .xl\:pt-8 {
        padding-top: 2rem;
    }
    .xl\:text-2xl {
        font-size: 24px;
    }
    .xl\:text-3xl {
        font-size: 26px;
    }
    .xl\:text-\[20px\] {
        font-size: 20px;
    }
    .xl\:text-\[22px\] {
        font-size: 22px;
    }
}
@media (min-width: 1220px) {
    .\31xl\:left-\[15\%\] {
        left: 15%;
    }
    .\31xl\:max-w-\[500px\] {
        max-width: 500px;
    }
    .\31xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .\31xl\:gap-16 {
        gap: 4rem;
    }
    .\31xl\:gap-6 {
        gap: 1.5rem;
    }
    .\31xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .\31xl\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .\31xl\:text-2xl {
        font-size: 24px;
    }
    .\31xl\:text-lg {
        font-size: 18px;
    }
}
@media (min-width: 1340px) {
    .\32xl\:left-\[23\%\] {
        left: 23%;
    }
    .\32xl\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .\32xl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .\32xl\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .\32xl\:gap-8 {
        gap: 2rem;
    }
    .\32xl\:p-20 {
        padding: 5rem;
    }
    .\32xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .\32xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .\32xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .\32xl\:pt-20 {
        padding-top: 5rem;
    }
    .\32xl\:text-4xl {
        font-size: 30px;
    }
    .\32xl\:text-5xl {
        font-size: 35px;
    }
    .\32xl\:text-6xl {
        font-size: 45px;
    }
    .\32xl\:text-\[20px\] {
        font-size: 20px;
    }
    .\32xl\:text-\[22px\] {
        font-size: 22px;
    }
    .\32xl\:text-lg {
        font-size: 18px;
    }
    .\32xl\:text-xl {
        font-size: 20px;
    }
}