@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

.description-h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--new-900);
    margin-bottom: .75rem
}

@media (min-width:768px) {
    .description-h3 {
        margin-bottom: 1rem
    }
}

@media (min-width:1024px) {
    .description-h3 {
        margin-bottom: 1.25rem
    }
}

@media (min-width:1280px) {
    .description-h3 {
        margin-bottom: 1.5rem
    }
}

@media (min-width:1536px) {
    .description-h3 {
        margin-bottom: 30px
    }
}

@media (min-width:768px) {
    .description-h3 {
        font-size: 22px
    }
}

@media (min-width:1024px) {
    .description-h3 {
        font-size: 28px
    }
}

@media (min-width:1280px) {
    .description-h3 {
        font-size: 34px;
        font-weight: 500
    }
}

.description-p {
    margin-bottom: .75rem;
    font-family: Poppins;
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--new-800)
}

@media (min-width:768px) {
    .description-p {
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:1024px) {
    .description-p {
        margin-bottom: 1.25rem;
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media (min-width:1280px) {
    .description-p {
        line-height: 26px
    }
}

.tag {
    display: block;
    border-radius: 9999px;
    border-width: 1px;
    border-color: var(--new-200);
    padding: 5px .625rem;
    font-family: Poppins;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--new-200);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.tag:hover {
    border-color: var(--secondary-500);
    color: var(--secondary-500)
}

.pd-reviews-card {
    display: flex;
    max-width: 300px;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    border-radius: 20px;
    border-width: 1px;
    border-color: var(--new-200);
    padding: .625rem 1rem
}

@media (min-width:640px) {
    .pd-reviews-card {
        flex-direction: row;
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media (min-width:768px) {
    .pd-reviews-card {
        padding: .875rem 1.25rem
    }
}

@media (min-width:1024px) {
    .pd-reviews-card {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:1280px) {
    .pd-reviews-card {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
}

@media (min-width:1536px) {
    .pd-reviews-card {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.pd-reviews-card {
    .pd-reviews-icon {
        flex-shrink: 0;
        color: var(--secondary-500)
    }

    .pd-reviews-body {
        display: flex;
        flex-direction: column;
        row-gap: .375rem
    }

    @media (min-width:1024px) {
        .pd-reviews-body {
            row-gap: .5rem
        }
    }

    .pd-reviews-body {
        span {
            text-align: center;
            font-family: Poppins;
            font-size: .875rem;
            line-height: 1.25rem;
            font-weight: 500;
            color: var(--new-800)
        }

        @media (min-width:640px) {
            span {
                text-align: start
            }
        }

        @media (min-width:768px) {
            span {
                font-size: 1rem;
                line-height: 1.5rem
            }
        }

        @media (min-width:1024px) {
            span {
                font-size: 1.125rem;
                line-height: 1.75rem
            }
        }

        p {
            text-align: center;
            font-size: 1.125rem;
            line-height: 1.75rem;
            font-weight: 700;
            color: var(--new-900)
        }

        @media (min-width:640px) {
            p {
                text-align: start
            }
        }

        @media (min-width:1024px) {
            p {
                font-size: 1.25rem;
                line-height: 1.75rem;
                font-weight: 500
            }
        }

        @media (min-width:1280px) {
            p {
                font-size: 1.5rem;
                line-height: 2rem
            }
        }
    }
}

.swiper {
    width: 600px;
    height: 300px
}

/*! tailwindcss v3.4.11 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,
:before {
    --tw-content: ""
}

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

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

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

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

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

button,
select {
    text-transform: none
}

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

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

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

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

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

summary {
    display: list-item
}

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

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:where(:not([type])),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
input:where(:not([type])):focus,
select:focus,
textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1c64f2;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #1c64f2
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit
}

::-webkit-datetime-edit {
    display: inline-flex
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0
}

select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

[multiple],
[size]:where(select:not([size="1"])) {
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: initial;
    padding-right: .75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset
}

[type=checkbox]:checked,
[type=radio]:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E")
}

@media (forced-colors:active) {

    [type=checkbox]:checked,
    [type=radio]:checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }
}

[type=checkbox]:checked:focus,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus,
[type=radio]:checked:hover {
    border-color: transparent;
    background-color: currentColor
}

[type=checkbox]:indeterminate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
    background-size: 100% 100%
}

@media (forced-colors:active) {
    [type=checkbox]:indeterminate {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }
}

[type=file]:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color
}

[data-tooltip-style^=light]+.tooltip>.tooltip-arrow:before {
    border-style: solid;
    border-color: #e5e7eb
}

[data-tooltip-style^=light]+.tooltip[data-popper-placement^=top]>.tooltip-arrow:before {
    border-bottom-width: 1px;
    border-right-width: 1px
}

[data-tooltip-style^=light]+.tooltip[data-popper-placement^=right]>.tooltip-arrow:before {
    border-bottom-width: 1px;
    border-left-width: 1px
}

[data-tooltip-style^=light]+.tooltip[data-popper-placement^=bottom]>.tooltip-arrow:before {
    border-top-width: 1px;
    border-left-width: 1px
}

[data-tooltip-style^=light]+.tooltip[data-popper-placement^=left]>.tooltip-arrow:before {
    border-top-width: 1px;
    border-right-width: 1px
}

.tooltip[data-popper-placement^=top]>.tooltip-arrow {
    bottom: -4px
}

.tooltip[data-popper-placement^=bottom]>.tooltip-arrow {
    top: -4px
}

.tooltip[data-popper-placement^=left]>.tooltip-arrow {
    right: -4px
}

.tooltip[data-popper-placement^=right]>.tooltip-arrow {
    left: -4px
}

.tooltip.invisible>.tooltip-arrow:before {
    visibility: hidden
}

[data-popper-arrow],
[data-popper-arrow]:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit
}

[data-popper-arrow] {
    visibility: hidden
}

[data-popper-arrow]:after,
[data-popper-arrow]:before {
    content: "";
    visibility: visible;
    transform: rotate(45deg)
}

[data-popper-arrow]:after {
    position: absolute;
    width: 9px;
    height: 9px;
    background: inherit
}

[role=tooltip]>[data-popper-arrow]:before {
    border-style: solid;
    border-color: #e5e7eb
}

.dark [role=tooltip]>[data-popper-arrow]:before {
    border-style: solid;
    border-color: #4b5563
}

[role=tooltip]>[data-popper-arrow]:after {
    border-style: solid;
    border-color: #e5e7eb
}

.dark [role=tooltip]>[data-popper-arrow]:after {
    border-style: solid;
    border-color: #4b5563
}

[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:after,
[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:before {
    border-bottom-width: 1px;
    border-right-width: 1px
}

[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:after,
[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:before {
    border-bottom-width: 1px;
    border-left-width: 1px
}

[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:after,
[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:before {
    border-top-width: 1px;
    border-left-width: 1px
}

[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:after,
[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:before {
    border-top-width: 1px;
    border-right-width: 1px
}

[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow] {
    bottom: -5px
}

[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow] {
    top: -5px
}

[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow] {
    right: -5px
}

[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow] {
    left: -5px
}

[role=tooltip].invisible>[data-popper-arrow]:after,
[role=tooltip].invisible>[data-popper-arrow]:before {
    visibility: hidden
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1c64f2;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #1c64f2
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

input[type=time]::-webkit-calendar-picker-indicator {
    background: none
}

select:not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' aria-hidden='true' viewBox='0 0 10 6'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: .75em .75em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

:is([dir=rtl]) select:not([size]) {
    background-position: left .75rem center;
    padding-right: .75rem;
    padding-left: 0
}

[multiple] {
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: initial;
    padding-right: .75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset
}

[type=checkbox],
[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #1c64f2;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000
}

[type=checkbox] {
    border-radius: 0
}

[type=radio] {
    border-radius: 100%
}

[type=checkbox]:focus,
[type=radio]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1c64f2;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
}

.dark [type=checkbox]:checked,
.dark [type=radio]:checked,
[type=checkbox]:checked,
[type=radio]:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: .55em .55em;
    background-position: 50%;
    background-repeat: no-repeat
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' aria-hidden='true' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: .55em .55em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.dark [type=radio]:checked,
[type=radio]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
    background-size: 1em 1em
}

[type=checkbox]:indeterminate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' aria-hidden='true' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M.5 6h14'/%3E%3C/svg%3E");
    background-color: currentColor;
    border-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .55em .55em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

[type=checkbox]:indeterminate:focus,
[type=checkbox]:indeterminate:hover {
    border-color: transparent;
    background-color: currentColor
}

[type=file] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit
}

[type=file]:focus {
    outline: 1px auto inherit
}

input[type=file]::file-selector-button {
    color: #fff;
    background: #1f2937;
    border: 0;
    font-weight: 500;
    font-size: .875rem;
    cursor: pointer;
    padding: .625rem 1rem .625rem 2rem;
    margin-inline-start: -1rem;
    margin-inline-end: 1rem
}

input[type=file]::file-selector-button:hover {
    background: #374151
}

:is([dir=rtl]) input[type=file]::file-selector-button {
    padding-right: 2rem;
    padding-left: 1rem
}

.dark input[type=file]::file-selector-button {
    color: #fff;
    background: #4b5563
}

.dark input[type=file]::file-selector-button:hover {
    background: #6b7280
}

input[type=range]::-webkit-slider-thumb {
    height: 1.25rem;
    width: 1.25rem;
    background: #1c64f2;
    border-radius: 9999px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

input[type=range]:disabled::-webkit-slider-thumb {
    background: #9ca3af
}

.dark input[type=range]:disabled::-webkit-slider-thumb {
    background: #6b7280
}

input[type=range]:focus::-webkit-slider-thumb {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1px;
    --tw-ring-color: rgb(164 202 254/var(--tw-ring-opacity))
}

input[type=range]::-moz-range-thumb {
    height: 1.25rem;
    width: 1.25rem;
    background: #1c64f2;
    border-radius: 9999px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

input[type=range]:disabled::-moz-range-thumb {
    background: #9ca3af
}

.dark input[type=range]:disabled::-moz-range-thumb {
    background: #6b7280
}

input[type=range]::-moz-range-progress {
    background: #3f83f8
}

input[type=range]::-ms-fill-lower {
    background: #3f83f8
}

:root {
    --primary-600: #5a1bff;
    --primary-500: #3b71fe;
    --primary-400: #628dfe;
    --primary-100: #c4d4ff;
    --primary-50: #d8e3ff;
    --primary-10: #ebf1ff;
    --secondary-500: #ff5c00;
    --secondary-400: #ff7d33;
    --secondary-300: #ff9d66;
    --new-900: #0b0b0e;
    --new-800: #969ba9;
    --new-200: #b3b8c7;
    --new-100: #f4f5f6;
    --nature-800: #0e0f13;
    --nature-600: #1c1e26;
    --nature-500: #23262f;
    --nature-400: #40434d;
    --nature-300: #5d606c;
    --nature-200: #797e8a;
    --nature-100: #969ba9;
    --nature-50: #a5a9b8;
    --line-100: #f1f1f1;
    --navbar-height: 48px;
    --nav-height-2: 80px;
    --shadow-1: 0px 16px 52px 0px #00000012;
    --shadow-2: 0px 16px 60px -16px #00000014;
    --shadow-3: 29px 43px 70px -10px #bdbdbd29;
    --shadow-4: 0px 40px 64px -32px #0f0f0f1a;
    --shadow-5: 0px 20px 30px -10px #00000014;
    --shadow-6: 0px 20px 70px 0px #0067ff4d;
    --shadow-7: 0px 10px 14px -5px #0000001a;
    --shadow-8: 0px 0px 60px 0px #0000000d;
    --shadow-9: 0px 5px 60px 0px #0000000d;
    --shadow-10: 0px 20px 80px 0px #0808080d;
    --shadow-11: 0px 4px 13px -2px #1310220f, 0px 4.8px 24.4px -6px #1310221a;
    --swiper-navigation-size: 20px
}

[type=date],
[type=datetime-local],
[type=email],
[type=number],
[type=password],
[type=search],
[type=text],
[type=url],
select,
textarea {
    width: 100%;
    border-radius: .75rem;
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241/var(--tw-border-opacity));
    padding: 8px .75rem;
    font-family: Poppins;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=text]:focus,
[type=url]:focus,
select:focus,
textarea:focus {
    border-color: var(--primary-500);
    --tw-ring-color: var(--primary-500)
}

@media (min-width:640px) {

    [type=date],
    [type=datetime-local],
    [type=email],
    [type=number],
    [type=password],
    [type=search],
    [type=text],
    [type=url],
    select,
    textarea {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:768px) {

    [type=date],
    [type=datetime-local],
    [type=email],
    [type=number],
    [type=password],
    [type=search],
    [type=text],
    [type=url],
    select,
    textarea {
        padding: 15px 18px
    }
}

@media (min-width:1024px) {

    [type=date],
    [type=datetime-local],
    [type=email],
    [type=number],
    [type=password],
    [type=search],
    [type=text],
    [type=url],
    select,
    textarea {
        padding: 17px 1.25rem
    }
}

@media (min-width:1280px) {

    [type=date],
    [type=datetime-local],
    [type=email],
    [type=number],
    [type=password],
    [type=search],
    [type=text],
    [type=url],
    select,
    textarea {
        padding: 10px 10px
    }
}

[type=checkbox],
[type=radio] {
    border-radius: .25rem;
    border-color: var(--primary-500);
    color: var(--primary-500)
}

[type=checkbox]:focus,
[type=radio]:focus {
    --tw-ring-color: var(--primary-500)
}

*,
:after,
:before {
    --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: rgba(63, 131, 248, .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: rgba(63, 131, 248, .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
}



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

.prose {
    color: var(--tw-prose-body);
    max-width: 65ch
}

.prose :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500
}

.prose :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600
}

.prose :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: inherit
}

.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em
}

.prose :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em
}

.prose :where(ol>li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters)
}

.prose :where(ul>li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em
}

.prose :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em
}

.prose :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: .25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C" "\201D" "\2018" "\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *)):before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *)):after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-weight: 900;
    color: inherit
}

.prose :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-weight: 800;
    color: inherit
}

.prose :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);
    font-size: .875em;
    border-radius: .3125rem;
    padding-top: .1875em;
    padding-inline-end: .375em;
    padding-bottom: .1875em;
    padding-inline-start: .375em
}

.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: .875em
}

.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)):before {
    content: "`"
}

.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)):after {
    content: "`"
}

.prose :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: inherit
}

.prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: inherit
}

.prose :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: inherit;
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: inherit;
    font-size: .9em
}

.prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: inherit
}

.prose :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding-top: .8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: .8571429em;
    padding-inline-start: 1.1428571em
}

.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)):before {
    content: none
}

.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)):after {
    content: none
}

.prose :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: .5714286em;
    padding-bottom: .5714286em;
    padding-inline-start: .5714286em
}

.prose :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
    vertical-align: baseline
}

.prose :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
    vertical-align: top
}

.prose :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
    text-align: start
}

.prose :where(figure>*):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgba(0, 0, 0, .5);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(picture>img):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: .375em
}

.prose :where(ul>li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: .375em
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: .5em;
    padding-inline-start: 1.625em
}

.prose :where(hr+*):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: 0
}

.prose :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: 0
}

.prose :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-top: .5714286em;
    padding-inline-end: .5714286em;
    padding-bottom: .5714286em;
    padding-inline-start: .5714286em
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-start: 0
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding-inline-end: 0
}

.prose :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 0
}

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

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

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

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

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

.-bottom-48 {
    bottom: -12rem
}

.-bottom-6 {
    bottom: -1.5rem
}

.-bottom-\[15px\] {
    bottom: -15px
}

.-right-60 {
    right: -15rem
}

.bottom-0 {
    bottom: 0
}

.bottom-2\.5 {
    bottom: .625rem
}

.bottom-4 {
    bottom: 1rem
}

.bottom-5 {
    bottom: 1.25rem
}

.bottom-\[53px\] {
    bottom: 53px
}

.bottom-\[60px\] {
    bottom: 60px
}

.end-0 {
    inset-inline-end: 0
}

.end-2\.5 {
    inset-inline-end: .625rem
}

.left-0 {
    left: 0
}

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

.left-4 {
    left: 1rem
}

.left-5 {
    left: 1.25rem
}

.left-\[103px\] {
    left: 103px
}

.left-\[118px\] {
    left: 118px
}

.left-\[50px\] {
    left: 50px
}

.left-\[97px\] {
    left: 97px
}

.right-0 {
    right: 0
}

.right-10 {
    right: 2.5rem
}

.right-2\.5 {
    right: .625rem
}

.start-0 {
    inset-inline-start: 0
}

.start-1\/3 {
    inset-inline-start: 33.333333%
}

.start-2\/3 {
    inset-inline-start: 66.666667%
}

.top-0 {
    top: 0
}

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

.top-10 {
    top: 2.5rem
}

.top-2\.5 {
    top: .625rem
}

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

.top-4 {
    top: 1rem
}

.top-6 {
    top: 1.5rem
}

.top-\[43px\] {
    top: 43px
}

.top-\[98px\] {
    top: 98px
}

.\!-z-0,
.\!z-0 {
    z-index: 0 !important
}

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

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

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

.z-\[60\] {
    z-index: 60
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

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

.col-span-2 {
    grid-column: span 2/span 2
}

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

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

.\!m-0 {
    margin: 0 !important
}

.m-0 {
    margin: 0
}

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

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

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

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

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

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

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

.my-3\.5 {
    margin-top: .875rem;
    margin-bottom: .875rem
}

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

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

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

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

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

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

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

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

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

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

.-ml-5 {
    margin-left: -1.25rem
}

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

.mb-1 {
    margin-bottom: .25rem
}

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

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

.mb-2 {
    margin-bottom: .5rem
}

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

.mb-3 {
    margin-bottom: .75rem
}

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

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

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

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

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

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

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

.me-2\.5 {
    margin-inline-end: .625rem
}

.ml-auto {
    margin-left: auto
}

.mr-1 {
    margin-right: .25rem
}

.mr-1\.5 {
    margin-right: .375rem
}

.mr-2\.5 {
    margin-right: .625rem
}

.mr-5 {
    margin-right: 1.25rem
}

.ms-0 {
    margin-inline-start: 0
}

.ms-1 {
    margin-inline-start: .25rem
}

.ms-2 {
    margin-inline-start: .5rem
}

.ms-3 {
    margin-inline-start: .75rem
}

.ms-auto {
    margin-inline-start: auto
}

.mt-1 {
    margin-top: .25rem
}

.mt-1\.5 {
    margin-top: .375rem
}

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

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

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

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

.mt-2 {
    margin-top: .5rem
}

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

.mt-24 {
    margin-top: 6rem
}

.mt-3 {
    margin-top: .75rem
}

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

.mt-32 {
    margin-top: 8rem
}

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

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

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

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

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

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

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

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

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

.box-border {
    box-sizing: border-box
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.aspect-square {
    aspect-ratio: 1/1
}

.size-10 {
    width: 2.5rem;
    height: 2.5rem
}

.size-11 {
    width: 2.75rem;
    height: 2.75rem
}

.size-12 {
    width: 3rem;
    height: 3rem
}

.size-14 {
    width: 3.5rem;
    height: 3.5rem
}

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

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

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

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

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

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

.size-9 {
    width: 2.25rem;
    height: 2.25rem
}

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

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

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

.size-\[447px\] {
    width: 447px;
    height: 447px
}

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

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

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

.size-fit {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

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

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

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

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

.h-0\.5 {
    height: .125rem
}

.h-10 {
    height: 2.5rem
}

.h-2 {
    height: .5rem
}

.h-24 {
    height: 6rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-9 {
    height: 2.25rem
}

.h-96 {
    height: 24rem
}

.h-\[112px\] {
    height: 112px
}

.h-\[130px\] {
    height: 130px
}

.h-\[165px\] {
    height: 165px
}

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

.h-\[2px\] {
    height: 2px
}

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

.h-\[375px\] {
    height: 375px
}

.h-\[3px\] {
    height: 3px
}

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

.h-\[650px\] {
    height: 650px
}

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

.h-\[calc\(100\%-1rem\)\] {
    height: calc(100% - 1rem)
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-nav-2 {
    height: var(--nav-height-2)
}

.h-px {
    height: 1px
}

.h-screen {
    height: 100vh
}

.max-h-36 {
    max-height: 9rem
}

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

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

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

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

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

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

.max-h-full {
    max-height: 100%
}

.\!w-0\.5 {
    width: .125rem !important
}

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

.w-0 {
    width: 0
}

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

.w-10 {
    width: 2.5rem
}

.w-14 {
    width: 3.5rem
}

.w-20 {
    width: 5rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-60 {
    width: 15rem
}

.w-64 {
    width: 16rem
}

.w-8 {
    width: 2rem
}

.w-96 {
    width: 24rem
}

.w-\[1011px\] {
    width: 1011px
}

.w-\[170px\] {
    width: 170px
}

.w-\[175px\] {
    width: 175px
}

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

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

.w-\[calc\(100\%-32px\)\] {
    width: calc(100% - 32px)
}

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

.w-full {
    width: 100%
}

.min-w-0 {
    min-width: 0
}

.\!max-w-2xl {
    max-width: 42rem !important
}

.\!max-w-\[322px\] {
    max-width: 322px !important
}

.max-w-28 {
    max-width: 7rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[95\.3rem\] {
    max-width: 95.3rem
}

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

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

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

.max-w-screen-md {
    max-width: 768px
}

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

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

.shrink {
    flex-shrink: 1
}

.shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

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

.-translate-x-full {
    --tw-translate-x: -100%
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

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

.-translate-y-full {
    --tw-translate-y: -100%
}

.translate-x-0 {
    --tw-translate-x: 0px
}

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

.translate-x-full {
    --tw-translate-x: 100%
}

.translate-y-1\/2 {
    --tw-translate-y: 50%
}

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

.translate-y-full {
    --tw-translate-y: 100%
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,
.rotate-90 {
    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))
}

.rotate-90 {
    --tw-rotate: 90deg
}

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

.transform-none {
    transform: none
}

.cursor-default {
    cursor: default
}

.cursor-not-allowed {
    cursor: not-allowed
}

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

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

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

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

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

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

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

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

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

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

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

.justify-center {
    justify-content: center
}

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

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

.gap-0 {
    gap: 0
}

.gap-1\.5 {
    gap: .375rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-14 {
    gap: 3.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-2\.5 {
    gap: .625rem
}

.gap-20 {
    gap: 5rem
}

.gap-3 {
    gap: .75rem
}

.gap-3\.5 {
    gap: .875rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-8 {
    gap: 2rem
}

.\!gap-y-10 {
    row-gap: 2.5rem !important
}

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

.gap-x-1\.5 {
    -moz-column-gap: .375rem;
    column-gap: .375rem
}

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

.gap-x-2\.5 {
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

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

.gap-x-3\.5 {
    -moz-column-gap: .875rem;
    column-gap: .875rem
}

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

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

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

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

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

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

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

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-2\.5 {
    row-gap: .625rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-3\.5 {
    row-gap: .875rem
}

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

.gap-y-5 {
    row-gap: 1.25rem
}

.-space-x-px>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px*var(--tw-space-x-reverse));
    margin-left: calc(-1px*(1 - var(--tw-space-x-reverse)))
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem*var(--tw-space-x-reverse));
    margin-left: calc(.25rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-px>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px*var(--tw-space-x-reverse));
    margin-left: calc(1px*(1 - var(--tw-space-x-reverse)))
}

.space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem*var(--tw-space-y-reverse))
}

.space-y-1\.5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.375rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.375rem*var(--tw-space-y-reverse))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse))
}

.space-y-2\.5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.625rem*var(--tw-space-y-reverse))
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem*var(--tw-space-y-reverse))
}

.space-y-3\.5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.875rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.875rem*var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse))
}

.space-y-5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem*var(--tw-space-y-reverse))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse))
}

.divide-x>:not([hidden])~:not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)))
}

.self-end {
    align-self: flex-end
}

.overflow-hidden {
    overflow: hidden
}

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

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

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate,
.whitespace-nowrap {
    white-space: nowrap
}

.text-balance {
    text-wrap: balance
}

.rounded {
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-none {
    border-radius: 0
}

.rounded-sm {
    border-radius: .125rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

.rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

.rounded-e-lg {
    border-start-end-radius: .5rem;
    border-end-end-radius: .5rem
}

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

.rounded-l-md {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

.rounded-r-md {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.rounded-r-xl {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem
}

.rounded-s-lg {
    border-start-start-radius: .5rem;
    border-end-start-radius: .5rem
}

.rounded-s-md {
    border-start-start-radius: .375rem;
    border-end-start-radius: .375rem
}

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

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

.rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.rounded-bl-xl {
    border-bottom-left-radius: .75rem
}

.rounded-tl-md {
    border-top-left-radius: .375rem
}

.rounded-tr-\[20px\] {
    border-top-right-radius: 20px
}

.rounded-tr-md {
    border-top-right-radius: .375rem
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

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

.border-\[5px\] {
    border-width: 5px
}

.border-x-4 {
    border-left-width: 4px;
    border-right-width: 4px
}

.\!border-l-0 {
    border-left-width: 0 !important
}

.\!border-t-0 {
    border-top-width: 0 !important
}

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

.border-b-4 {
    border-bottom-width: 4px
}

.border-e-0 {
    border-inline-end-width: 0
}

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

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

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

.border-none {
    border-style: none
}

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

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

.border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(28 100 242/var(--tw-border-opacity))
}

.border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(26 86 219/var(--tw-border-opacity))
}

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

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

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

.border-line-100 {
    border-color: var(--line-100)
}

.border-new-100 {
    border-color: var(--new-100)
}

.border-new-200 {
    border-color: var(--new-200)
}

.border-new-800 {
    border-color: var(--new-800)
}

.border-primary {
    border-color: var(--primary-500)
}

.border-secondary {
    border-color: var(--secondary-500)
}

.border-transparent {
    border-color: transparent
}

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

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

.\!bg-nature-500 {
    background-color: var(--nature-500) !important
}

.\!bg-new-100 {
    background-color: var(--new-100) !important
}

.\!bg-primary-600 {
    background-color: var(--primary-600) !important
}

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

.bg-\[\#0b0b0e99\] {
    background-color: #0b0b0e99
}

.bg-\[\#F9FAFB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

.bg-\[\#FCF8F7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 248 247/var(--tw-bg-opacity))
}

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

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

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(235 245 255/var(--tw-bg-opacity))
}

.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 219/var(--tw-bg-opacity))
}

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

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

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

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

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

.bg-gray-900\/50 {
    background-color: rgba(17, 24, 39, .5)
}

.bg-nature-600 {
    background-color: var(--nature-600)
}

.bg-new-100 {
    background-color: var(--new-100)
}

.bg-new-200 {
    background-color: var(--new-200)
}

.bg-new-800 {
    background-color: var(--new-800)
}

.bg-new-900 {
    background-color: var(--new-900)
}

.bg-primary {
    background-color: var(--primary-500)
}

.bg-primary-10 {
    background-color: var(--primary-10)
}

.bg-primary-50 {
    background-color: var(--primary-50)
}

.bg-primary-600 {
    background-color: var(--primary-600)
}

.bg-rose-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 228 230/var(--tw-bg-opacity))
}

.bg-secondary {
    background-color: var(--secondary-500)
}

.bg-secondary-400 {
    background-color: var(--secondary-400)
}

.bg-transparent {
    background-color: transparent
}

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

.bg-white\/40 {
    background-color: hsla(0, 0%, 100%, .4)
}

.bg-white\/50 {
    background-color: hsla(0, 0%, 100%, .5)
}

.bg-\[url\(\'assets\/map\.png\'\)\] {
    background-image: url(assets/map.html)
}

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

.from-\[rgba\(11\2c 11\2c 14\2c 1\)\] {
    --tw-gradient-from: #0b0b0e var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(11, 11, 14, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-primary {
    --tw-gradient-from: var(--primary-500) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-\[rgba\(11\2c 11\2c 14\2c 0\)\] {
    --tw-gradient-to: rgba(11, 11, 14, 0) var(--tw-gradient-to-position)
}

.to-primary-400 {
    --tw-gradient-to: var(--primary-400) var(--tw-gradient-to-position)
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: 50%
}

.bg-right {
    background-position: 100%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

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

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

.\!p-0 {
    padding: 0 !important
}

.p-0 {
    padding: 0
}

.p-0\.5 {
    padding: .125rem
}

.p-1 {
    padding: .25rem
}

.p-10 {
    padding: 2.5rem
}

.p-2 {
    padding: .5rem
}

.p-2\.5 {
    padding: .625rem
}

.p-3 {
    padding: .75rem
}

.p-3\.5 {
    padding: .875rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-7 {
    padding: 1.75rem
}

.p-8 {
    padding: 2rem
}

.p-\[12px\] {
    padding: 12px
}

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

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

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

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

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

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

.px-3\.5 {
    padding-left: .875rem;
    padding-right: .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
}

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

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

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

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

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

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

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

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

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

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

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

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

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

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

.py-3\.5 {
    padding-top: .875rem;
    padding-bottom: .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-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

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

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

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

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

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

.\!pt-0 {
    padding-top: 0 !important
}

.\!pt-3\.5 {
    padding-top: .875rem !important
}

.pb-1\.5 {
    padding-bottom: .375rem
}

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

.pb-2 {
    padding-bottom: .5rem
}

.pb-3\.5 {
    padding-bottom: .875rem
}

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

.pe-10 {
    padding-inline-end: 2.5rem
}

.pe-\[18px\] {
    padding-inline-end: 18px
}

.pl-11 {
    padding-left: 2.75rem
}

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

.pr-1\.5 {
    padding-right: .375rem
}

.pr-3 {
    padding-right: .75rem
}

.ps-10 {
    padding-inline-start: 2.5rem
}

.ps-3 {
    padding-inline-start: .75rem
}

.ps-\[22px\] {
    padding-inline-start: 22px
}

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

.pt-12 {
    padding-top: 3rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-3\.5 {
    padding-top: .875rem
}

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

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

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

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

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.\!text-start {
    text-align: start !important
}

.text-end {
    text-align: end
}

.font-dm-sans {
    font-family: DM Sans
}

.font-poppins {
    font-family: Poppins
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!font-normal {
    font-weight: 400 !important
}

.font-black {
    font-weight: 900
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.leading-6 {
    line-height: 1.5rem
}

.leading-8 {
    line-height: 2rem
}

.leading-9 {
    line-height: 2.25rem
}

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

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

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.-tracking-\[2\%\] {
    letter-spacing: -2%
}

.-tracking-tight {
    letter-spacing: .025em
}

.tracking-tight {
    letter-spacing: -.025em
}

.\!text-nature-600 {
    color: var(--nature-600) !important
}

.\!text-new-100 {
    color: var(--new-100) !important
}

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

.text-\[\#4467AD\] {
    --tw-text-opacity: 1;
    color: rgb(68 103 173/var(--tw-text-opacity))
}

.text-\[\#4676ED\] {
    --tw-text-opacity: 1;
    color: rgb(70 118 237/var(--tw-text-opacity))
}

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

.text-\[\#777E90\] {
    --tw-text-opacity: 1;
    color: rgb(119 126 144/var(--tw-text-opacity))
}

.text-\[\#C40027\] {
    --tw-text-opacity: 1;
    color: rgb(196 0 39/var(--tw-text-opacity))
}

.text-\[\#FAC751\] {
    --tw-text-opacity: 1;
    color: rgb(250 199 81/var(--tw-text-opacity))
}

.text-\[\#FBB040\] {
    --tw-text-opacity: 1;
    color: rgb(251 176 64/var(--tw-text-opacity))
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(28 100 242/var(--tw-text-opacity))
}

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

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

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

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

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.text-nature-200 {
    color: var(--nature-200)
}

.text-nature-300 {
    color: var(--nature-300)
}

.text-nature-400 {
    color: var(--nature-400)
}

.text-nature-50 {
    color: var(--nature-50)
}

.text-nature-500 {
    color: var(--nature-500)
}

.text-nature-600 {
    color: var(--nature-600)
}

.text-nature-800 {
    color: var(--nature-800)
}

.text-new-200 {
    color: var(--new-200)
}

.text-new-800 {
    color: var(--new-800)
}

.text-new-900 {
    color: var(--new-900)
}

.text-primary {
    color: var(--primary-500)
}

.text-primary-10 {
    color: var(--primary-10)
}

.text-primary-400 {
    color: var(--primary-400)
}

.text-rose-600 {
    --tw-text-opacity: 1;
    color: rgb(225 29 72/var(--tw-text-opacity))
}

.text-secondary {
    color: var(--secondary-500)
}

.text-secondary-300 {
    color: var(--secondary-300)
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity))
}

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

.underline {
    text-decoration-line: underline
}

.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.opacity-100 {
    opacity: 1
}

.opacity-20 {
    opacity: .2
}

.opacity-30 {
    opacity: .3
}

.opacity-70 {
    opacity: .7
}

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

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

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

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

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

.shadow-shadow10 {
    --tw-shadow: var(--shadow-10);
    --tw-shadow-colored: var(--shadow-10)
}

.shadow-shadow11 {
    --tw-shadow: var(--shadow-11);
    --tw-shadow-colored: var(--shadow-11)
}

.shadow-shadow11,
.shadow-shadow4 {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-shadow4 {
    --tw-shadow: var(--shadow-4);
    --tw-shadow-colored: var(--shadow-4)
}

.shadow-shadow6 {
    --tw-shadow: var(--shadow-6);
    --tw-shadow-colored: var(--shadow-6)
}

.shadow-shadow6,
.shadow-shadow7 {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-shadow7 {
    --tw-shadow: var(--shadow-7);
    --tw-shadow-colored: var(--shadow-7)
}

.shadow-shadow8 {
    --tw-shadow: var(--shadow-8);
    --tw-shadow-colored: var(--shadow-8)
}

.shadow-shadow8,
.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.drop-shadow-2xl {
    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)
}

.drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, .15))
}

.invert {
    --tw-invert: invert(100%)
}

.filter,
.invert {
    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(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-700 {
    transition-duration: .7s
}

.duration-75 {
    transition-duration: 75ms
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

body,
html {
    font-family: DM Sans;
    scroll-behavior: smooth !important
}

.chip {
    display: inline-flex;
    align-items: center;
    -moz-column-gap: .25rem;
    column-gap: .25rem;
    border-radius: 9999px;
    background-color: var(--primary-10);
    padding: .375rem .75rem;
    font-family: Poppins;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--primary-500)
}

[data-aos] {
    pointer-events: none
}

.aos-animate {
    pointer-events: auto
}

.aos-init[data-aos][data-aos].aos-animate {
    transform: unset
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241/var(--tw-bg-opacity))
}

::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background-color: rgb(136 136 136/var(--tw-bg-opacity))
}

::-webkit-scrollbar-thumb:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(85 85 85/var(--tw-bg-opacity))
}

.common-hero-heading {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--new-900)
}

@media (min-width:640px) {
    .common-hero-heading {
        font-size: 35px
    }
}

@media (min-width:768px) {
    .common-hero-heading {
        font-size: 45px
    }
}

@media (min-width:1024px) {
    .common-hero-heading {
        font-size: 55px
    }
}

@media (min-width:1280px) {
    .common-hero-heading {
        font-size: 45px
    }
}

@media (min-width:1536px) {
    .common-hero-heading {
        font-size: 75px
    }
}

.common-details-heading {
    font-size: 40px;
    font-weight: 700;
    color: var(--new-900)
}

@media (min-width:640px) {
    .common-details-heading {
        font-size: 47px
    }
}

@media (min-width:768px) {
    .common-details-heading {
        font-size: 57px
    }
}

@media (min-width:1024px) {
    .common-details-heading {
        font-size: 60px
    }
}

@media (min-width:1280px) {
    .common-details-heading {
        font-size: 35px
    }
}

@media (min-width:1536px) {
    .common-details-heading {
        font-size: 74px;
        line-height: 84px
    }
}

.btn {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    align-items: center;
    -moz-column-gap: .375rem;
    column-gap: .375rem;
    border-radius: .5rem;
    padding: .375rem .875rem;
    font-family: Poppins;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: var(--nature-200)
}

@media (min-width:768px) {
    .btn {
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:1024px) {
    .btn {
        -moz-column-gap: .625rem;
        column-gap: .625rem;
        padding: .5rem 1.25rem;
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.btn-primary {
    background-color: var(--primary-500);
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.btn-secondary {
    background-color: var(--secondary-500);
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.btn-outline {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(234 236 240/var(--tw-border-opacity));
    color: var(--nature-200)
}

.btn-rounded {
    border-radius: 9999px
}

.heading-hero {
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.025em;
    color: var(--nature-600)
}

@media (min-width:1024px) {
    .heading-hero {
        font-size: 3.75rem;
        line-height: 1
    }
}

@media (min-width:1280px) {
    .heading-hero {
        font-size: 6rem;
        line-height: 1
    }
}

@media (min-width:1536px) {
    .heading-hero {
        font-size: 98px;
        line-height: 112px
    }
}

.heading-2 {
    margin-bottom: .75rem;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: -2%;
    color: var(--nature-500)
}

@media (min-width:768px) {
    .heading-2 {
        margin-bottom: .875rem
    }
}

@media (min-width:1024px) {
    .heading-2 {
        margin-bottom: 1.25rem;
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

@media (min-width:1280px) {
    .heading-2 {
        font-size: 2rem;
        line-height: 1
    }
}

.heading-tagline {
    margin-bottom: 1.5rem;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    color: var(--nature-200)
}

@media (min-width:768px) {
    .heading-tagline {
        margin-bottom: 2rem
    }
}

@media (min-width:1024px) {
    .heading-tagline {
        margin-bottom: 2.5rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 26px
    }
}

@media (min-width:1280px) {
    .heading-tagline {
        margin-bottom: 3rem
    }
}

.section-padding {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

@media (min-width:768px) {
    .section-padding {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

@media (min-width:1024px) {
    .section-padding {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media (min-width:1280px) {
    .section-padding {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.section-padding-t {
    padding-top: 1.5rem
}

@media (min-width:768px) {
    .section-padding-t {
        padding-top: 2rem
    }
}

@media (min-width:1024px) {
    .section-padding-t {
        padding-top: 3rem
    }
}

@media (min-width:1280px) {
    .section-padding-t {
        padding-top: 4rem
    }
}

.section-padding-b {
    padding-bottom: 1.5rem
}

@media (min-width:768px) {
    .section-padding-b {
        padding-bottom: 2rem
    }
}

@media (min-width:1024px) {
    .section-padding-b {
        padding-bottom: 3rem
    }
}

@media (min-width:1280px) {
    .section-padding-b {
        padding-bottom: 4rem
    }
}

.section-padding-120 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

@media (min-width:768px) {
    .section-padding-120 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
}

@media (min-width:1024px) {
    .section-padding-120 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media (min-width:1280px) {
    .section-padding-120 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

@media (min-width:1536px) {
    .section-padding-120 {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.section-padding-120-t {
    padding-top: 2.25rem
}

@media (min-width:768px) {
    .section-padding-120-t {
        padding-top: 3.5rem
    }
}

@media (min-width:1024px) {
    .section-padding-120-t {
        padding-top: 5rem
    }
}

@media (min-width:1280px) {
    .section-padding-120-t {
        padding-top: 6rem
    }
}

@media (min-width:1536px) {
    .section-padding-120-t {
        padding-top: 120px
    }
}

.section-padding-120-b {
    padding-bottom: 2.25rem
}

@media (min-width:768px) {
    .section-padding-120-b {
        padding-bottom: 3.5rem
    }
}

@media (min-width:1024px) {
    .section-padding-120-b {
        padding-bottom: 5rem
    }
}

@media (min-width:1280px) {
    .section-padding-120-b {
        padding-bottom: 6rem
    }
}

@media (min-width:1536px) {
    .section-padding-120-b {
        padding-bottom: 120px
    }
}

.gap-30 {
    gap: .875rem
}

@media (min-width:768px) {
    .gap-30 {
        gap: 1rem
    }
}

@media (min-width:1024px) {
    .gap-30 {
        gap: 1.25rem
    }
}

@media (min-width:1280px) {
    .gap-30 {
        gap: 1.5rem
    }
}

@media (min-width:1536px) {
    .gap-30 {
        gap: 30px
    }
}

.gap-y-30 {
    row-gap: .875rem
}

@media (min-width:768px) {
    .gap-y-30 {
        row-gap: 1rem
    }
}

@media (min-width:1024px) {
    .gap-y-30 {
        row-gap: 1.25rem
    }
}

@media (min-width:1280px) {
    .gap-y-30 {
        row-gap: 1.5rem
    }
}

@media (min-width:1536px) {
    .gap-y-30 {
        row-gap: 30px
    }
}

.mt-60p {
    margin-top: 1.75rem
}

@media (min-width:640px) {
    .mt-60p {
        margin-top: 2rem
    }
}

@media (min-width:768px) {
    .mt-60p {
        margin-top: 2.5rem
    }
}

@media (min-width:1024px) {
    .mt-60p {
        margin-top: 3rem
    }
}

@media (min-width:1280px) {
    .mt-60p {
        margin-top: 60px
    }
}

.my-30 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

@media (min-width:768px) {
    .my-30 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

@media (min-width:1024px) {
    .my-30 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }
}

@media (min-width:1280px) {
    .my-30 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width:1536px) {
    .my-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.mt-30 {
    margin-top: .75rem
}

@media (min-width:768px) {
    .mt-30 {
        margin-top: 1rem
    }
}

@media (min-width:1024px) {
    .mt-30 {
        margin-top: 1.25rem
    }
}

@media (min-width:1280px) {
    .mt-30 {
        margin-top: 1.5rem
    }
}

@media (min-width:1536px) {
    .mt-30 {
        margin-top: 30px
    }
}

.mb-30 {
    margin-bottom: .75rem
}

@media (min-width:768px) {
    .mb-30 {
        margin-bottom: 1rem
    }
}

@media (min-width:1024px) {
    .mb-30 {
        margin-bottom: 1.25rem
    }
}

@media (min-width:1280px) {
    .mb-30 {
        margin-bottom: 1.5rem
    }
}

@media (min-width:1536px) {
    .mb-30 {
        margin-bottom: 30px
    }
}

.p-30 {
    padding: 1.25rem
}

@media (min-width:1024px) {
    .p-30 {
        padding: 1.5rem
    }
}

@media (min-width:1280px) {
    .p-30 {
        padding: 1.75rem
    }
}

@media (min-width:1536px) {
    .p-30 {
        padding: 30px
    }
}

.pb-30 {
    padding-bottom: .75rem
}

@media (min-width:768px) {
    .pb-30 {
        padding-bottom: 1rem
    }
}

@media (min-width:1024px) {
    .pb-30 {
        padding-bottom: 1.5rem
    }
}

@media (min-width:1280px) {
    .pb-30 {
        padding-bottom: 1.75rem
    }
}

@media (min-width:1536px) {
    .pb-30 {
        padding-bottom: 30px
    }
}

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

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

@media (min-width:1280px) {
    .px-30 {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
}

@media (min-width:1536px) {
    .px-30 {
        padding-left: 30px;
        padding-right: 30px
    }
}

.p-60p {
    padding: 1.75rem
}

@media (min-width:640px) {
    .p-60p {
        padding: 2rem
    }
}

@media (min-width:768px) {
    .p-60p {
        padding: 2.5rem
    }
}

@media (min-width:1024px) {
    .p-60p {
        padding: 3rem
    }
}

@media (min-width:1280px) {
    .p-60p {
        padding: 55px
    }
}

@media (min-width:1536px) {
    .p-60p {
        padding: 60px
    }
}

.text-outline {
    color: #fff;
    -webkit-text-stroke-color: #ff5c00;
    -webkit-text-stroke-width: 1px
}

.active {
    overflow: hidden;
    background-color: var(--secondary-500)
}

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

.active2 {
    background-color: var(--primary-500)
}

.active2:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.best-place-card {
    width: 100%;
    padding: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.best-place-card:hover {
    border-color: transparent;
    --tw-shadow: var(--shadow-1);
    --tw-shadow-colored: var(--shadow-1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width:768px) {
    .best-place-card {
        padding: 1.5rem
    }
}

@media (min-width:1280px) {
    .best-place-card {
        padding: 30px
    }
}

.best-place-card>div>img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 1rem
}

.best-place-card>a {
    margin-bottom: 1rem;
    margin-top: 1.25rem;
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--nature-500)
}

.button_shadow {
    box-shadow: 0 6px 13px 0 #4692ea26
}

.my__gradient {
    background: linear-gradient(83.59deg, #fcfcfd 36.52%, rgba(252, 252, 253, .83) 98.8%)
}

.my__gradient2 {
    background: linear-gradient(180deg, #d8e3ff, #d8e3ff00)
}

.my__gradient3 {
    background: linear-gradient(0deg, #0b0b0e, rgba(11, 11, 14, 0) 41.4%)
}

.how-it-works-card {
    position: relative;
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    border-radius: .75rem;
    padding: 1rem;
    --tw-shadow: var(--shadow-1);
    --tw-shadow-colored: var(--shadow-1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width:768px) {
    .how-it-works-card {
        padding: 1.25rem
    }
}

@media (min-width:1024px) {
    .how-it-works-card {
        padding: 1.5rem
    }
}

@media (min-width:1280px) {
    .how-it-works-card {
        padding: 30px
    }
}

.how-it-works-card>.how-it-works_img-container {
    z-index: 10;
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.how-it-works-card>svg {
    height: 2.25rem;
    width: 2.5rem
}

.how-it-works-card>.content {
    margin-top: 70px
}

.how-it-works-card>.content>h4 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--nature-800)
}

.how-it-works-card>.content>p {
    font-family: Poppins;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--nature-800)
}

.how-it-works__rounded-1 {
    left: -2.5rem;
    top: -2.5rem;
    width: 180px;
    height: 180px;
    opacity: .05
}

.how-it-works__rounded-1,
.how-it-works__rounded-2 {
    position: absolute;
    z-index: -10;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(12 27 64/var(--tw-bg-opacity))
}

.how-it-works__rounded-2 {
    bottom: -8.5rem;
    right: -5.5rem;
    width: 300px;
    height: 300px;
    opacity: 3%
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding-left: .5rem;
    padding-right: .5rem
}

@media (min-width:768px) {
    .cta-content {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
}

@media (min-width:1024px) {
    .cta-content {
        flex-direction: row;
        justify-content: flex-start;
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }
}

@media (min-width:1280px) {
    .cta-content {
        padding-left: 0;
        padding-right: 0
    }
}

.cta-img {
    display: none;
    border-radius: 9999px;
    --tw-shadow: var(--shadow-2);
    --tw-shadow-colored: var(--shadow-2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width:640px) {
    .cta-img {
        display: block;
        padding: 1.5rem
    }
}

@media (min-width:768px) {
    .cta-img {
        padding: 2rem
    }
}

@media (min-width:1024px) {
    .cta-img {
        padding: 2.25rem
    }
}

@media (min-width:640px) {
    .cta-img>img {
        max-width: 35px
    }
}

@media (min-width:1024px) {
    .cta-img>img {
        max-width: -moz-max-content;
        max-width: max-content
    }
}

.cta-data>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse))
}

@media (min-width:768px) {
    .cta-data>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.75rem*var(--tw-space-y-reverse))
    }
}

@media (min-width:1024px) {
    .cta-data>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem*var(--tw-space-y-reverse))
    }
}

.cta-data h2 {
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: -2%
}

@media (min-width:1024px) {
    .cta-data h2 {
        text-align: start;
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

@media (min-width:1280px) {
    .cta-data h2 {
        font-size: 3rem;
        line-height: 1
    }
}

.cta-data p {
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--nature-200)
}

@media (min-width:640px) {
    .cta-data p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:1024px) {
    .cta-data p {
        text-align: start;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    gap: .875rem;
    border-radius: .75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 239 239/var(--tw-border-opacity));
    padding: .875rem
}

@media (min-width:640px) {
    .testimonial-card {
        flex-direction: row
    }
}

@media (min-width:768px) {
    .testimonial-card {
        flex-direction: column;
        padding: 1rem
    }
}

@media (min-width:1024px) {
    .testimonial-card {
        flex-direction: row;
        gap: 1.25rem;
        padding: 1.25rem
    }
}

.testimonial-card:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    --tw-shadow: var(--shadow-3);
    --tw-shadow-colored: var(--shadow-3);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.testimonial-main-img {
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 10px
}

.testimonial-main-img>img {
    height: 12rem;
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (min-width:768px) {
    .testimonial-main-img>img {
        width: 100%;
        flex-shrink: 0
    }
}

@media (min-width:1024px) {
    .testimonial-main-img>img {
        height: 100%;
        max-width: 245px
    }
}

.testimonial-content {
    flex: 1 1 0%
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.testimonial-header>p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: var(--primary-500)
}

@media (min-width:768px) {
    .testimonial-header>p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media (min-width:1024px) {
    .testimonial-header>p {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.testimonial-love {
    display: flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    border-radius: .375rem;
    border-width: 1px;
    border-color: var(--primary-10)
}

@media (min-width:768px) {
    .testimonial-love {
        width: 2.5rem;
        height: 2.5rem
    }
}

.testimonial-love:hover {
    background-color: var(--primary-10);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.testimonial-content>h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: var(--nature-500)
}

@media (min-width:768px) {
    .testimonial-content>h4 {
        margin-bottom: .375rem;
        margin-top: .375rem;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.testimonial-content>p {
    font-family: Poppins;
    font-weight: 400;
    color: var(--nature-300)
}

@media (min-width:1024px) {
    .testimonial-content>p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.testimonial-features {
    margin-bottom: .75rem;
    margin-top: .75rem;
    display: flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

@media (min-width:768px) {
    .testimonial-features {
        margin-bottom: 1.5rem;
        margin-top: 18px
    }
}

.testimonial-features>div {
    display: flex;
    align-items: center;
    gap: .5rem
}

.testimonial-features>div>span {
    font-weight: 400;
    color: var(--nature-200)
}

.testimonial-details,
.testimonial-features>div>span {
    font-family: Poppins;
    font-size: .875rem;
    line-height: 1.25rem
}

.testimonial-details {
    border-radius: .375rem;
    border-width: 1px;
    border-color: var(--primary-400);
    padding: .375rem .5rem;
    font-weight: 500;
    color: var(--nature-400)
}

@media (min-width:768px) {
    .testimonial-details {
        padding: 10px 1rem
    }
}

.testimonial-details:hover {
    background-color: var(--primary-400);
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    box-shadow: 0 6px 13px 0 #4692ea26
}

.urs-card {
    border-radius: 10px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241/var(--tw-border-opacity));
    padding: .875rem
}

@media (min-width:768px) {
    .urs-card {
        padding: 1rem
    }
}

@media (min-width:1024px) {
    .urs-card {
        padding: 1.5rem
    }
}

@media (min-width:1280px) {
    .urs-card {
        padding: 30px
    }
}

.urs-card:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    --tw-shadow: var(--shadow-2);
    --tw-shadow-colored: var(--shadow-2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.urs-user-img>img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px
}

@media (min-width:768px) {
    .urs-user-img>img {
        width: 3rem;
        height: 3rem
    }
}

@media (min-width:1024px) {
    .urs-user-img>img {
        width: 3.5rem;
        height: 3.5rem
    }
}

@media (min-width:1280px) {
    .urs-user-img>img {
        width: 4rem;
        height: 4rem
    }
}

.urs-header {
    display: flex;
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

@media (min-width:768px) {
    .urs-header {
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }
}

@media (min-width:1024px) {
    .urs-header {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }
}

.urs-header>div:last-child {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.urs-header>div>h6 {
    font-family: Poppins;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: var(--nature-600)
}

@media (min-width:1024px) {
    .urs-header>div>h6 {
        margin-bottom: .25rem;
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.urs-header>div>span {
    font-family: Poppins;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: var(--nature-300)
}

.urs-body {
    margin-top: .75rem
}

@media (min-width:768px) {
    .urs-body {
        margin-top: 1rem
    }
}

@media (min-width:1024px) {
    .urs-body {
        margin-top: 1.25rem
    }
}

@media (min-width:1280px) {
    .urs-body {
        margin-top: 1.75rem
    }
}

.urs-body>p {
    margin-bottom: .75rem;
    font-family: Poppins;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 22px;
    color: var(--nature-200)
}

@media (min-width:768px) {
    .urs-body>p {
        margin-bottom: 1rem
    }
}

@media (min-width:1024px) {
    .urs-body>p {
        margin-bottom: 1.25rem
    }
}

@media (min-width:1280px) {
    .urs-body>p {
        margin-bottom: 1.75rem
    }
}

.reviews-swiper-pagination>.swiper-pagination-bullet {
    width: .75rem !important;
    height: .75rem !important
}

.blog-card {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: .875rem
}

@media (min-width:768px) {
    .blog-card {
        gap: 1.25rem
    }
}

@media (min-width:1024px) {
    .blog-card {
        gap: 1.5rem
    }
}

@media (min-width:1280px) {
    .blog-card {
        gap: 30px
    }
}

.blog-content>.blog-header {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--nature-600)
}

.blog-content>.blog-header:hover {
    color: var(--primary-500);
    text-decoration-line: underline
}

.blog-content>p {
    margin-bottom: 1rem;
    margin-top: .5rem;
    font-weight: 400;
    color: var(--nature-200)
}

.blog-content>a,
.blog-content>p {
    font-family: Poppins;
    font-size: 1rem;
    line-height: 1.5rem
}

.blog-content>a {
    font-weight: 500;
    color: var(--primary-500)
}

.h2-service-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 405px;

    .h2-service-img {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    @media (min-width:768px) {
        .h2-service-img {
            margin-left: 0;
            margin-right: 0
        }
    }

    .h2-service-img {
        img {
            height: auto;
            width: 100%;
            border-radius: .75rem;
            -o-object-fit: cover;
            object-fit: cover
        }

        @media (min-width:1024px) {
            img {
                max-width: 400px
            }
        }

        .h2-service-price {
            position: absolute;
            bottom: .75rem;
            right: .75rem;
            border-radius: 10px;
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255/var(--tw-bg-opacity));
            padding-left: .875rem;
            padding-right: .875rem;
            padding-top: .625rem;
            padding-bottom: .625rem;
            --tw-shadow: var(--shadow-5);
            --tw-shadow-colored: var(--shadow-5);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
        }

        @media (min-width:768px) {
            .h2-service-price {
                padding-left: 1rem;
                padding-right: 1rem
            }
        }

        @media (min-width:1024px) {
            .h2-service-price {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
                padding-top: .75rem;
                padding-bottom: .75rem
            }
        }

        @media (min-width:1280px) {
            .h2-service-price {
                padding-left: 2rem;
                padding-right: 2rem
            }
        }

        .h2-service-price {
            span {
                font-size: 1.125rem;
                line-height: 1.75rem;
                font-weight: 500;
                color: var(--primary-500)
            }

            @media (min-width:768px) {
                span {
                    font-size: 1.25rem;
                    line-height: 1.75rem
                }
            }

            @media (min-width:1024px) {
                span {
                    font-size: 1.5rem;
                    line-height: 2rem
                }
            }

            @media (min-width:1280px) {
                span {
                    font-size: 34px
                }
            }
        }
    }

    .h2-service-body {
        margin-top: .875rem
    }

    @media (min-width:768px) {
        .h2-service-body {
            margin-top: 1.5rem
        }
    }

    @media (min-width:1024px) {
        .h2-service-body {
            margin-top: 2rem
        }
    }

    .h2-service-body {
        a.title {
            text-align: center;
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 500;
            color: var(--nature-500)
        }

        @media (min-width:768px) {
            a.title {
                text-align: start
            }
        }

        @media (min-width:1280px) {
            a.title {
                font-size: 1.5rem;
                line-height: 2rem
            }
        }

        p {
            margin-top: .75rem;
            margin-bottom: .75rem;
            text-align: center;
            font-family: Poppins;
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: 500;
            color: var(--nature-300)
        }

        @media (min-width:768px) {
            p {
                margin-top: 1rem;
                margin-bottom: 1rem;
                text-align: start
            }
        }

        @media (min-width:1024px) {
            p {
                margin-top: 1.25rem;
                margin-bottom: 1.25rem;
                font-size: 1.125rem;
                line-height: 1.75rem
            }
        }

        .h2-service-icon {
            margin-top: .75rem;
            margin-bottom: .75rem;
            display: flex;
            align-items: center;
            justify-content: center;
            -moz-column-gap: 10px;
            column-gap: 10px
        }

        @media (min-width:768px) {
            .h2-service-icon {
                margin-left: 0;
                margin-right: 0;
                margin-bottom: 1rem;
                justify-content: flex-start
            }
        }

        @media (min-width:1024px) {
            .h2-service-icon {
                margin-bottom: 1.25rem
            }
        }

        .h2-service-icon {
            div {
                display: flex;
                align-items: center;
                -moz-column-gap: .5rem;
                column-gap: .5rem;
                font-family: Poppins;
                font-size: .875rem;
                line-height: 1.25rem;
                font-weight: 500;
                color: var(--new-900)
            }

            @media (min-width:1024px) {
                div {
                    -moz-column-gap: 10px;
                    column-gap: 10px
                }
            }
        }

        a {
            display: flex;
            align-items: center;
            justify-content: center;
            -moz-column-gap: .5rem;
            column-gap: .5rem;
            font-family: Poppins;
            font-size: .875rem;
            line-height: 1.25rem;
            font-weight: 500;
            color: var(--new-900);
            transition-property: all;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1);
            transition-duration: .15s
        }

        a:hover {
            color: var(--primary-500)
        }

        @media (min-width:768px) {
            a {
                justify-content: flex-start
            }
        }

        @media (min-width:1024px) {
            a {
                -moz-column-gap: 10px;
                column-gap: 10px
            }
        }

        .h2-service-rating {
            margin-top: .75rem;
            display: flex;
            align-items: center;
            justify-content: center;
            -moz-column-gap: 6px;
            column-gap: 6px
        }

        @media (min-width:768px) {
            .h2-service-rating {
                margin-top: 1.25rem;
                justify-content: flex-start
            }
        }

        @media (min-width:1024px) {
            .h2-service-rating {
                margin-top: 1.5rem
            }
        }

        @media (min-width:1280px) {
            .h2-service-rating {
                margin-top: 30px
            }
        }
    }
}

.h2-property-type-card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px;

    .h2-property-type-img {
        width: 100%
    }

    .h2-property-type-img {
        img {
            max-height: 228px;
            width: 100%;
            max-width: 300px;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
    }

    .h2-property-type-body {
        border-bottom-right-radius: .75rem;
        border-bottom-left-radius: .75rem;
        border-left-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        padding: 1.25rem
    }

    .h2-property-type-body {
        .h2-property-type-header {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .h2-property-type-header {
            .pth-l>a {
                display: block;
                font-size: 1rem;
                line-height: 1.5rem;
                font-weight: 500;
                color: var(--nature-600)
            }

            .pth-l>a,
            .pth-l>p {
                font-family: Poppins
            }

            .pth-l>p {
                font-size: .875rem;
                line-height: 1.25rem;
                font-weight: 500;
                color: var(--nature-200)
            }

            .pth-r {
                border-radius: 4px;
                border-width: 2px;
                border-color: var(--primary-500);
                padding-left: .5rem;
                padding-right: .5rem;
                padding-top: 6px;
                padding-bottom: 6px;
                text-align: center;
                font-size: .875rem;
                line-height: 1.25rem;
                font-weight: 500;
                color: var(--primary-500)
            }
        }

        .h2-property-type-footer {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between
        }

        .h2-property-type-footer {
            p {
                font-family: Poppins;
                font-size: .875rem;
                line-height: 1.25rem;
                font-weight: 400;
                color: var(--nature-200)
            }

            div {
                span {
                    font-family: Poppins;
                    font-size: .875rem;
                    line-height: 1.25rem;
                    font-weight: 500;
                    color: var(--nature-600)
                }
            }
        }
    }
}

.h2-urs-card-2 {
    border-radius: .75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241/var(--tw-border-opacity));
    padding: .625rem .75rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.h2-urs-card-2:hover {
    border-color: var(--primary-500);
    background-color: var(--primary-500);
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
    --tw-shadow: var(--shadow-6);
    --tw-shadow-colored: var(--shadow-6);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width:768px) {
    .h2-urs-card-2 {
        padding: 1rem
    }
}

@media (min-width:1024px) {
    .h2-urs-card-2 {
        padding: 1.25rem
    }
}

@media (min-width:1280px) {
    .h2-urs-card-2 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.h2-urs-card-2 {
    .h2-urs-header {
        margin-bottom: .5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }

    @media (min-width:640px) {
        .h2-urs-header {
            margin-bottom: 1.5rem;
            flex-direction: row
        }
    }

    .h2-urs-header {
        img {
            width: 52px;
            height: 52px;
            border-radius: .5rem
        }

        div {
            h4 {
                text-align: center;
                font-family: Poppins;
                font-size: 1rem;
                line-height: 1.5rem;
                font-weight: 600;
                color: var(--nature-500)
            }

            @media (min-width:640px) {
                h4 {
                    text-align: start
                }
            }

            @media (min-width:1024px) {
                h4 {
                    font-size: 1.125rem;
                    line-height: 1.75rem
                }
            }

            div {
                margin-top: .375rem;
                display: flex;
                align-items: center;
                -moz-column-gap: .25rem;
                column-gap: .25rem;
                font-size: .875rem;
                line-height: 1.25rem;
                color: var(--secondary-400)
            }

            @media (min-width:768px) {
                div {
                    margin-top: .5rem
                }
            }

            @media (min-width:1024px) {
                div {
                    margin-top: 10px
                }
            }
        }
    }

    p {
        text-wrap: wrap;
        text-align: center;
        font-family: Poppins;
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 400;
        color: var(--nature-300)
    }

    @media (min-width:640px) {
        p {
            text-align: start
        }
    }

    @media (min-width:1024px) {
        p {
            font-size: 1rem;
            line-height: 1.5rem
        }
    }
}

.h2-reviews-swiper-pagination>.swiper-pagination-bullet {
    width: .75rem !important;
    height: .75rem !important;
    border-width: 1px;
    border-color: var(--primary-500);
    background-color: transparent;
    opacity: 1
}

.h2-reviews-swiper-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: transparent;
    background-color: var(--primary-500)
}

.make-circle {
    clip-path: circle(50% at 50% 50%)
}

.h2-agent-card {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    height: 526px;
    width: 100%;
    max-width: 420px;

    .h2-agent-header {
        position: absolute;
        display: flex;
        width: 100%
    }

    .h2-agent-header {
        .h2-agent-img {
            margin-left: auto;
            margin-right: auto;
            display: flex;
            width: 303px;
            height: 303px;
            align-items: center;
            justify-content: center;
            background-color: var(--new-100);
            clip-path: circle(50% at 50% 50%)
        }

        .h2-agent-img {
            img {
                margin-left: auto;
                margin-right: auto;
                width: 261px;
                height: 261px;
                border-radius: 9999px;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center
            }
        }

        .h2-agent-social {
            position: absolute;
            bottom: -12px;
            left: 50%;
            --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))
        }

        .h2-agent-social {
            .h2-agent-hoverable-btn {
                display: flex;
                width: 43px;
                height: 43px;
                cursor: pointer;
                align-items: center;
                justify-content: center;
                border-radius: 9999px;
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255/var(--tw-bg-opacity));
                --tw-shadow: var(--shadow-7);
                --tw-shadow-colored: var(--shadow-7);
                box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
            }
        }
    }

    .h2-agent-body {
        display: grid;
        height: 396px;
        width: 100%;
        align-self: flex-end;
        border-radius: 20px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        padding: 2.5rem
    }

    .h2-agent-body {
        .h2-agent-body-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            align-self: flex-end
        }

        .h2-agent-body-content {
            .h2-agent-name {
                h4 {
                    text-align: center;
                    font-size: 1rem;
                    line-height: 1.5rem;
                    font-weight: 600;
                    color: var(--nature-500)
                }

                @media (min-width:1024px) {
                    h4 {
                        font-size: 1.5rem;
                        line-height: 2rem
                    }
                }

                p {
                    text-align: center;
                    font-size: .875rem;
                    line-height: 1.25rem;
                    font-weight: 500;
                    color: var(--nature-200)
                }

                @media (min-width:1024px) {
                    p {
                        font-size: 1rem;
                        line-height: 1.5rem
                    }
                }
            }

            .h2-agent-footer {
                margin-top: 2.5rem;
                display: flex;
                width: 100%;
                align-items: center;
                justify-content: space-between
            }

            .h2-agent-footer {
                p {
                    display: flex;
                    width: -moz-fit-content;
                    width: fit-content;
                    height: -moz-fit-content;
                    height: fit-content;
                    align-items: center;
                    -moz-column-gap: .375rem;
                    column-gap: .375rem;
                    border-radius: .5rem;
                    padding-left: .875rem;
                    padding-right: .875rem;
                    padding-top: .375rem;
                    padding-bottom: .375rem;
                    font-family: Poppins;
                    font-size: .875rem;
                    line-height: 1.25rem;
                    font-weight: 400;
                    color: var(--nature-200)
                }

                @media (min-width:768px) {
                    p {
                        -moz-column-gap: .5rem;
                        column-gap: .5rem;
                        padding-left: 1rem;
                        padding-right: 1rem;
                        font-size: 1rem;
                        line-height: 1.5rem
                    }
                }

                @media (min-width:1024px) {
                    p {
                        -moz-column-gap: .625rem;
                        column-gap: .625rem;
                        padding-left: 1.25rem;
                        padding-right: 1.25rem;
                        padding-top: .5rem;
                        padding-bottom: .5rem;
                        font-size: 1.125rem;
                        line-height: 1.75rem
                    }
                }

                p {
                    background-color: var(--primary-500);
                    --tw-text-opacity: 1 !important;
                    color: rgb(255 255 255/var(--tw-text-opacity)) !important
                }

                .h2-agent-icons {
                    display: flex;
                    align-items: center;
                    -moz-column-gap: .75rem;
                    column-gap: .75rem
                }

                .h2-agent-icons {
                    div {
                        display: flex;
                        width: 3rem;
                        height: 3rem;
                        cursor: pointer;
                        align-items: center;
                        justify-content: center;
                        border-radius: 9999px;
                        background-color: var(--line-100);
                        font-size: 20px;
                        color: var(--nature-400)
                    }
                }
            }
        }
    }
}

.h3-category-card {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 410px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border-width: 5px;
    border-color: var(--new-100);
    padding: 1.5rem
}

@media (min-width:768px) {
    .h3-category-card {
        padding: 2rem
    }
}

@media (min-width:1024px) {
    .h3-category-card {
        padding: 2.75rem 2.5rem
    }
}

@media (min-width:1280px) {
    .h3-category-card {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.h3-category-card {
    .h3-category-img {
        margin-bottom: 2rem;
        display: flex;
        width: 5rem;
        height: 5rem;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        background-color: var(--new-100)
    }

    @media (min-width:768px) {
        .h3-category-img {
            margin-bottom: 2.5rem
        }
    }

    @media (min-width:1024px) {
        .h3-category-img {
            margin-bottom: 3rem
        }
    }

    @media (min-width:1280px) {
        .h3-category-img {
            margin-bottom: 3.5rem
        }
    }

    .h3-category-img {
        img {
            width: 2.5rem;
            height: 2.5rem;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center
        }
    }

    h4 {
        text-align: center;
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 500;
        color: var(--new-900)
    }

    @media (min-width:1024px) {
        h4 {
            font-size: 1.5rem;
            line-height: 2rem
        }
    }

    p {
        margin-bottom: 1.75rem;
        margin-top: .875rem;
        text-align: center;
        font-family: Poppins;
        font-size: .875rem;
        line-height: 1.25rem;
        color: var(--new-200)
    }

    @media (min-width:768px) {
        p {
            margin-bottom: 2rem;
            margin-top: 1rem
        }
    }

    @media (min-width:1024px) {
        p {
            margin-bottom: 2.25rem;
            margin-top: 1.25rem
        }
    }

    @media (min-width:1280px) {
        p {
            margin-bottom: 2.5rem
        }
    }

    a {
        display: flex;
        align-items: center;
        -moz-column-gap: .5rem;
        column-gap: .5rem;
        text-align: center;
        font-family: Poppins;
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 500;
        color: var(--new-900);
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s
    }

    a:hover {
        -moz-column-gap: .625rem;
        column-gap: .625rem;
        color: var(--secondary-500)
    }

    @media (min-width:768px) {
        a {
            font-size: 1rem;
            line-height: 1.5rem
        }
    }

    @media (min-width:1024px) {
        a {
            font-size: 1.125rem;
            line-height: 1.75rem
        }
    }
}

.gallery {
    display: flex;
    padding: 2rem 0;
    gap: 1rem;
    min-height: 600px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.gallery-item {
    position: relative;
    background: #f2f2f2;
    border-radius: 24px;
    overflow: hidden;
    flex: 1;
    transition: all .5s cubic-bezier(.4, 0, .2, 1)
}

.gallery-item:hover {
    flex: 2
}

.gallery-item:not(:hover) {
    flex: 0.8
}

.gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(0deg, #000, transparent);
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all .5s ease
}

.gallery-item:hover .card-content {
    opacity: 1;
    transform: translateY(0)
}

.gallery-item:not(:hover) .card-content {
    opacity: 0;
    transform: translateY(20px)
}

@media (max-width:768px) {
    .gallery {
        flex-direction: column
    }

    .gallery-item {
        min-height: 300px
    }

    .gallery-item:hover {
        flex: 1.5
    }
}

.h3-property-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;

    .h3-property-img {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }

    .h3-property-img {
        img {
            max-height: 200px;
            width: 100%;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            transition-property: all;
            transition-duration: .15s;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1)
        }

        img:hover {
            --tw-scale-x: 1.15;
            --tw-scale-y: 1.15;
            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))
        }
    }

    .h3-property-body {
        width: 100%
    }

    .h3-property-body {
        .h3-property-definition {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: var(--new-100);
            padding-left: 1.25rem;
            padding-right: 1.25rem;
            padding-top: 15px;
            padding-bottom: 15px
        }

        .h3-property-definition {
            p {
                font-family: Poppins;
                font-size: .75rem;
                line-height: 1rem;
                font-weight: 400;
                color: var(--new-800)
            }

            @media (min-width:768px) {
                p {
                    font-size: .875rem;
                    line-height: 1.25rem
                }
            }

            div {
                display: flex;
                align-items: center;
                -moz-column-gap: .25rem;
                column-gap: .25rem
            }

            div {
                span {
                    font-family: Poppins;
                    font-size: .875rem;
                    line-height: 1.25rem;
                    font-weight: 500;
                    color: var(--new-900)
                }
            }
        }

        .h3-property-details {
            width: 100%;
            border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-right-width: 1px;
            border-color: var(--new-200);
            padding: .875rem
        }

        @media (min-width:768px) {
            .h3-property-details {
                padding: 1rem
            }
        }

        @media (min-width:1024px) {
            .h3-property-details {
                padding: 1.25rem
            }
        }

        .h3-property-details {
            a {
                margin-bottom: .375rem;
                font-size: 1.125rem;
                line-height: 1.75rem;
                font-weight: 700;
                line-height: 1.25rem;
                color: var(--new-900);
                transition-property: all;
                transition-timing-function: cubic-bezier(.4, 0, .2, 1);
                transition-duration: .15s
            }

            a:hover {
                color: var(--primary-500)
            }

            @media (min-width:768px) {
                a {
                    margin-bottom: .5rem
                }
            }

            @media (min-width:1024px) {
                a {
                    margin-bottom: 10px;
                    font-size: 1.25rem;
                    line-height: 1.75rem
                }
            }

            p {
                font-family: Poppins;
                font-size: .875rem;
                line-height: 1.25rem;
                font-weight: 400;
                color: var(--new-800)
            }

            .h3-property-footer {
                display: flex;
                align-items: center;
                justify-content: space-between
            }

            .h3-property-footer {
                a {
                    display: flex;
                    align-items: center;
                    -moz-column-gap: .375rem;
                    column-gap: .375rem;
                    text-align: center;
                    font-family: Poppins;
                    font-size: .875rem;
                    line-height: 1.25rem;
                    font-weight: 500;
                    color: var(--new-900)
                }

                @media (min-width:768px) {
                    a {
                        -moz-column-gap: .5rem;
                        column-gap: .5rem;
                        font-size: 1rem;
                        line-height: 1.5rem
                    }
                }

                @media (min-width:1024px) {
                    a {
                        -moz-column-gap: 10px;
                        column-gap: 10px;
                        font-size: 1.125rem;
                        line-height: 1.75rem
                    }
                }

                p {
                    text-align: center;
                    font-size: 1rem;
                    line-height: 1.5rem;
                    font-weight: 700;
                    color: var(--primary-500)
                }

                @media (min-width:768px) {
                    p {
                        font-size: 1.125rem;
                        line-height: 1.75rem
                    }
                }

                @media (min-width:1024px) {
                    p {
                        font-size: 1.25rem;
                        line-height: 1.75rem
                    }
                }
            }
        }
    }
}

.h3-blogs-card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 410px;

    .h3-blogs-img {
        width: 100%;
        overflow: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }

    .h3-blogs-img {
        img {
            max-height: 300px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            transition-property: all;
            transition-duration: .15s;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1)
        }

        img:hover {
            --tw-scale-x: 1.15;
            --tw-scale-y: 1.15;
            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))
        }
    }

    .h3-blogs-body {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: var(--new-100);
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-top: 1.25rem
    }

    .h3-blogs-body {
        .h3-blogs-icons {
            display: flex;
            align-items: center;
            -moz-column-gap: 1.75rem;
            column-gap: 1.75rem
        }

        .h3-blogs-icons {
            div {
                display: flex;
                align-items: center;
                -moz-column-gap: .375rem;
                column-gap: .375rem
            }

            div {
                span {
                    font-family: Poppins;
                    font-size: .75rem;
                    line-height: 1rem;
                    font-weight: 400;
                    color: var(--new-900)
                }
            }
        }

        a.title {
            margin-bottom: 2.5rem;
            margin-top: 1rem;
            text-align: start !important;
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 500;
            color: var(--new-900);
            transition-property: all;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1);
            transition-duration: .15s
        }

        a.title:hover {
            color: var(--primary-500)
        }

        a {
            display: flex;
            align-items: center;
            -moz-column-gap: .625rem;
            column-gap: .625rem;
            text-align: center;
            font-family: Poppins;
            font-size: 1.125rem;
            line-height: 1.75rem;
            font-weight: 500;
            color: var(--new-900);
            transition-property: all;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1);
            transition-duration: .15s
        }

        a:hover {
            color: var(--secondary-500)
        }
    }
}

.h4-property-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;

    .h4-property-img {
        max-height: 215px;
        width: 100%;
        overflow: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .h4-property-img {
        img {
            transition-property: all;
            transition-duration: .15s;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1)
        }

        img:hover {
            --tw-scale-x: 1.15;
            --tw-scale-y: 1.15;
            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))
        }
    }

    .h4-property-body {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-color: var(--new-200);
        padding: .625rem;
        padding-top: .625rem
    }

    @media (min-width:768px) {
        .h4-property-body {
            padding: .875rem
        }
    }

    @media (min-width:1024px) {
        .h4-property-body {
            padding: 1.25rem
        }
    }

    .h4-property-body {
        a {
            margin-bottom: .375rem;
            font-size: 1.125rem;
            line-height: 1.75rem;
            font-weight: 700;
            color: var(--new-900);
            transition-property: all;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1);
            transition-duration: .15s
        }

        a:hover {
            color: var(--secondary-500)
        }

        @media (min-width:1024px) {
            a {
                font-size: 1.25rem;
                line-height: 1.75rem
            }
        }

        p {
            font-family: Poppins;
            font-size: .875rem;
            line-height: 1.25rem;
            font-weight: 400;
            color: var(--new-800)
        }

        .h4-property-rate {
            margin-top: .625rem;
            align-items: center;
            justify-content: space-between
        }

        .h4-property-footer,
        .h4-property-rate {
            display: flex
        }

        .h4-property-footer {
            align-items: center;
            justify-content: space-between
        }

        .h4-property-footer {
            a {
                display: flex;
                align-items: center;
                -moz-column-gap: .375rem;
                column-gap: .375rem;
                font-size: .875rem;
                line-height: 1.25rem;
                font-weight: 500;
                color: var(--primary-500)
            }

            @media (min-width:640px) {
                a {
                    -moz-column-gap: .625rem;
                    column-gap: .625rem
                }
            }

            @media (min-width:768px) {
                a {
                    -moz-column-gap: .75rem;
                    column-gap: .75rem;
                    font-size: 1rem;
                    line-height: 1.5rem
                }
            }

            @media (min-width:1024px) {
                a {
                    -moz-column-gap: 1rem;
                    column-gap: 1rem;
                    font-size: 1.125rem;
                    line-height: 1.75rem
                }
            }

            span {
                text-align: center;
                font-size: 1rem;
                line-height: 1.5rem;
                font-weight: 700;
                color: var(--secondary-500)
            }

            @media (min-width:768px) {
                span {
                    font-size: 1.125rem;
                    line-height: 1.75rem
                }
            }

            @media (min-width:1024px) {
                span {
                    font-size: 1.25rem;
                    line-height: 1.75rem
                }
            }
        }
    }
}

.h5-description-card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;

    .h5-description-img {
        width: 100%;
        flex-shrink: 1;
        overflow: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }

    .h5-description-img {
        img {
            width: 100%;
            flex-shrink: 1;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            transition-property: all;
            transition-duration: .15s;
            transition-duration: .2s;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1)
        }

        img:hover {
            --tw-scale-x: 1.15;
            --tw-scale-y: 1.15;
            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))
        }
    }

    .h5-description-body {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        padding-bottom: 2.5rem;
        padding-top: 1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    @media (min-width:1024px) {
        .h5-description-body {
            padding-left: 1.5rem;
            padding-right: 1.5rem
        }
    }

    @media (min-width:1280px) {
        .h5-description-body {
            padding-left: 1.75rem;
            padding-right: 1.75rem
        }
    }

    @media (min-width:1536px) {
        .h5-description-body {
            padding-left: 30px;
            padding-right: 30px
        }
    }

    .h5-description-body {
        a.title {
            margin-bottom: .25rem;
            display: block;
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 500;
            color: var(--new-900);
            transition-property: all;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1);
            transition-duration: .15s
        }

        a.title:hover {
            color: var(--secondary-500)
        }

        p {
            font-family: Poppins;
            font-size: .75rem;
            line-height: 1rem;
            font-weight: 400;
            color: var(--new-800)
        }

        .h5-description-icons {
            margin-top: 1.25rem;
            display: flex;
            align-items: center;
            justify-content: space-around;
            -moz-column-gap: 1.25rem;
            column-gap: 1.25rem
        }

        .h5-description-icons {
            div {
                display: flex;
                align-items: center;
                -moz-column-gap: .625rem;
                column-gap: .625rem;
                row-gap: .25rem;
                color: var(--new-800)
            }

            @media (min-width:1280px) {
                div {
                    flex-direction: column;
                    justify-content: center;
                    -moz-column-gap: .25rem;
                    column-gap: .25rem
                }
            }

            @media (min-width:1536px) {
                div {
                    flex-direction: row;
                    justify-content: flex-start;
                    -moz-column-gap: .5rem;
                    column-gap: .5rem
                }
            }
        }

        .h5-description-footer {
            margin-top: 2.5rem;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between
        }

        .h5-description-footer {
            span {
                text-align: center;
                font-size: 1.25rem;
                line-height: 1.75rem;
                font-weight: 700;
                color: var(--new-900)
            }

            a {
                display: flex;
                align-items: center;
                -moz-column-gap: .625rem;
                column-gap: .625rem;
                text-align: center;
                font-family: Poppins;
                font-size: 1.125rem;
                line-height: 1.75rem;
                font-weight: 500;
                color: var(--new-900)
            }
        }
    }
}

.h5-blogs-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 630px;
    --tw-shadow: var(--shadow-9);
    --tw-shadow-colored: var(--shadow-9);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

    .h5-blogs-img {
        overflow: hidden;
        border-radius: 20px
    }

    .h5-blogs-img {
        img {
            transition-property: all;
            transition-duration: .15s;
            transition-duration: .2s;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1)
        }

        img:hover {
            --tw-scale-x: 1.15;
            --tw-scale-y: 1.15;
            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))
        }
    }

    .h5-blogs-body {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 2.5rem;
        padding-top: 1.25rem
    }

    .h5-blogs-body {
        .h5-blogs-icons {
            display: flex;
            align-items: center;
            -moz-column-gap: 2.5rem;
            column-gap: 2.5rem
        }

        @media (min-width:640px) {
            .h5-blogs-icons {
                -moz-column-gap: 3rem;
                column-gap: 3rem
            }
        }

        @media (min-width:768px) {
            .h5-blogs-icons {
                -moz-column-gap: 3.5rem;
                column-gap: 3.5rem
            }
        }

        @media (min-width:1024px) {
            .h5-blogs-icons {
                -moz-column-gap: 4rem;
                column-gap: 4rem
            }
        }

        @media (min-width:1280px) {
            .h5-blogs-icons {
                -moz-column-gap: 5rem;
                column-gap: 5rem
            }
        }

        @media (min-width:1536px) {
            .h5-blogs-icons {
                -moz-column-gap: 6rem;
                column-gap: 6rem
            }
        }

        .h5-blogs-icons {
            p {
                display: flex;
                align-items: center;
                -moz-column-gap: .375rem;
                column-gap: .375rem;
                font-family: Poppins;
                font-size: .875rem;
                line-height: 1.25rem;
                font-weight: 600;
                opacity: .7
            }

            @media (min-width:768px) {
                p {
                    -moz-column-gap: .5rem;
                    column-gap: .5rem
                }
            }

            @media (min-width:1024px) {
                p {
                    -moz-column-gap: .625rem;
                    column-gap: .625rem;
                    font-size: 1rem;
                    line-height: 1.5rem
                }
            }
        }

        a {
            margin-top: .75rem;
            margin-bottom: .75rem;
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 500;
            color: var(--new-900);
            transition-property: all;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1);
            transition-duration: .15s
        }

        a:hover {
            color: var(--secondary-500)
        }

        @media (min-width:1024px) {
            a {
                margin-top: 1rem;
                margin-bottom: 1rem;
                font-size: 1.875rem;
                line-height: 2.25rem
            }
        }

        @media (min-width:1280px) {
            a {
                margin-top: 1.25rem;
                margin-bottom: 1.25rem;
                font-size: 34px;
                line-height: 44px
            }
        }

        .h5-blogs-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            -moz-column-gap: 1.25rem;
            column-gap: 1.25rem
        }

        .h5-blogs-footer {
            p {
                font-family: Poppins;
                font-size: .875rem;
                line-height: 1.25rem;
                color: var(--new-800)
            }

            @media (min-width:768px) {
                p {
                    font-size: 1rem;
                    line-height: 1.5rem
                }
            }

            @media (min-width:1024px) {
                p {
                    font-size: 1.125rem;
                    line-height: 1.75rem
                }
            }

            div {
                a {
                    display: flex;
                    width: 40px;
                    height: 40px;
                    align-items: center;
                    justify-content: center;
                    border-radius: 9999px;
                    background-color: var(--secondary-500);
                    font-size: .875rem;
                    line-height: 1.25rem;
                    --tw-text-opacity: 1;
                    color: rgb(255 255 255/var(--tw-text-opacity))
                }

                @media (min-width:768px) {
                    a {
                        width: 45px;
                        height: 45px;
                        font-size: 1rem;
                        line-height: 1.5rem
                    }
                }

                @media (min-width:1024px) {
                    a {
                        width: 50px;
                        height: 50px;
                        font-size: 1.125rem;
                        line-height: 1.75rem
                    }
                }

                @media (min-width:1280px) {
                    a {
                        width: 55px;
                        height: 55px
                    }
                }

                @media (min-width:1536px) {
                    a {
                        width: 60px;
                        height: 60px
                    }
                }
            }
        }
    }
}

.\*\:mx-auto>* {
    margin-left: auto;
    margin-right: auto
}

.\*\:flex>* {
    display: flex
}

.\*\:size-10>* {
    width: 2.5rem;
    height: 2.5rem
}

.\*\:size-7>* {
    width: 1.75rem;
    height: 1.75rem
}

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

.\*\:size-\[27px\]>* {
    width: 27px;
    height: 27px
}

.\*\:size-fit>* {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.\*\:max-w-\[410px\]>* {
    max-width: 410px
}

.\*\:shrink-0>* {
    flex-shrink: 0
}

.\*\:cursor-pointer>* {
    cursor: pointer
}

.\*\:items-center>* {
    align-items: center
}

.\*\:justify-center>* {
    justify-content: center
}

.\*\:gap-2>* {
    gap: .5rem
}

.\*\:gap-x-1\.5>* {
    -moz-column-gap: .375rem;
    column-gap: .375rem
}

.\*\:gap-x-2\.5>* {
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.\*\:gap-x-4>* {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.\*\:rounded-full>* {
    border-radius: 9999px
}

.\*\:border>* {
    border-width: 1px
}

.\*\:border-nature-400>* {
    border-color: var(--nature-400)
}

.\*\:bg-new-900>* {
    background-color: var(--new-900)
}

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

.\*\:py-2\.5>* {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.\*\:py-3>* {
    padding-top: .75rem;
    padding-bottom: .75rem
}

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

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

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

.\*\:font-medium>* {
    font-weight: 500
}

.\*\:text-nature-600>* {
    color: var(--nature-600)
}

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

.placeholder\:font-poppins::-moz-placeholder {
    font-family: Poppins
}

.placeholder\:font-poppins::placeholder {
    font-family: Poppins
}

.placeholder\:text-sm::-moz-placeholder {
    font-size: .875rem;
    line-height: 1.25rem
}

.placeholder\:text-sm::placeholder {
    font-size: .875rem;
    line-height: 1.25rem
}

.placeholder\:text-xs::-moz-placeholder {
    font-size: .75rem;
    line-height: 1rem
}

.placeholder\:text-xs::placeholder {
    font-size: .75rem;
    line-height: 1rem
}

.placeholder\:font-medium::-moz-placeholder {
    font-weight: 500
}

.placeholder\:font-medium::placeholder {
    font-weight: 500
}

.placeholder\:text-nature-200::-moz-placeholder {
    color: var(--nature-200)
}

.placeholder\:text-nature-200::placeholder {
    color: var(--nature-200)
}

.placeholder\:text-nature-50::-moz-placeholder {
    color: var(--nature-50)
}

.placeholder\:text-nature-50::placeholder {
    color: var(--nature-50)
}

.placeholder\:text-nature-500::-moz-placeholder {
    color: var(--nature-500)
}

.placeholder\:text-nature-500::placeholder {
    color: var(--nature-500)
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:left-0:before {
    content: var(--tw-content);
    left: 0
}

.before\:top-1\/2:before {
    content: var(--tw-content);
    top: 50%
}

.before\:mr-1\.5:before {
    content: var(--tw-content);
    margin-right: .375rem
}

.before\:-translate-x-10:before {
    --tw-translate-x: -2.5rem
}

.before\:-translate-x-10:before,
.before\:-translate-y-1\/2:before {
    content: var(--tw-content);
    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))
}

.before\:-translate-y-1\/2:before {
    --tw-translate-y: -50%
}

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

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

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.hover\:scale-110:hover,
.hover\:scale-\[1\.15\]:hover {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:scale-\[1\.15\]:hover {
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15
}

.hover\:scale-\[1\.2\]:hover {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:gap-x-4:hover {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.hover\:border-\[\#8a888841\]:hover {
    border-color: #8a888841
}

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

.hover\:border-new-100:hover {
    border-color: var(--new-100)
}

.hover\:border-primary:hover {
    border-color: var(--primary-500)
}

.hover\:border-primary-400:hover {
    border-color: var(--primary-400)
}

.hover\:border-secondary:hover {
    border-color: var(--secondary-500)
}

.hover\:border-transparent:hover {
    border-color: transparent
}

.hover\:bg-\[\#0A66C2\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(10 102 194/var(--tw-bg-opacity))
}

.hover\:bg-\[\#131418\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(19 20 24/var(--tw-bg-opacity))
}

.hover\:bg-\[\#1877F2\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 119 242/var(--tw-bg-opacity))
}

.hover\:bg-\[\#BD081C\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(189 8 28/var(--tw-bg-opacity))
}

.hover\:bg-\[\#E4405F\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(228 64 95/var(--tw-bg-opacity))
}

.hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(225 239 254/var(--tw-bg-opacity))
}

.hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(28 100 242/var(--tw-bg-opacity))
}

.hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 66 159/var(--tw-bg-opacity))
}

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

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

.hover\:bg-new-100:hover {
    background-color: var(--new-100)
}

.hover\:bg-primary:hover {
    background-color: #53778d;
}

.hover\:bg-primary-400:hover {
    background-color: var(--primary-400)
}

.hover\:bg-secondary:hover {
    background-color: var(--secondary-500)
}

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

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

.hover\:text-\[\#0A66C2\]:hover,
.hover\:text-\[\#0a66c2\]:hover {
    --tw-text-opacity: 1;
    color: rgb(10 102 194/var(--tw-text-opacity))
}

.hover\:text-\[\#131418\]:hover {
    --tw-text-opacity: 1;
    color: rgb(19 20 24/var(--tw-text-opacity))
}

.hover\:text-\[\#14171a\]:hover {
    --tw-text-opacity: 1;
    color: rgb(20 23 26/var(--tw-text-opacity))
}

.hover\:text-\[\#1877F2\]:hover,
.hover\:text-\[\#1877f2\]:hover {
    --tw-text-opacity: 1;
    color: rgb(24 119 242/var(--tw-text-opacity))
}

.hover\:text-\[\#E4405F\]:hover {
    --tw-text-opacity: 1;
    color: rgb(228 64 95/var(--tw-text-opacity))
}

.hover\:text-\[\#c32aa3\]:hover {
    --tw-text-opacity: 1;
    color: rgb(195 42 163/var(--tw-text-opacity))
}

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

.hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgb(28 100 242/var(--tw-text-opacity))
}

.hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgb(26 86 219/var(--tw-text-opacity))
}

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

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

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.hover\:text-nature-500:hover {
    color: var(--nature-500)
}

.hover\:text-nature-600:hover {
    color: var(--nature-600)
}

.hover\:text-new-900:hover {
    color: var(--new-900)
}

.hover\:text-primary:hover {
    color: var(--primary-500)
}

.hover\:text-secondary:hover {
    color: var(--secondary-500)
}

.hover\:text-secondary-400:hover {
    color: var(--secondary-400)
}

.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\:shadow-shadow:hover {
    --tw-shadow: var(--shadow-1);
    --tw-shadow-colored: var(--shadow-1)
}

.hover\:shadow-shadow2:hover,
.hover\:shadow-shadow:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-shadow2:hover {
    --tw-shadow: var(--shadow-2);
    --tw-shadow-colored: var(--shadow-2)
}

.hover\:shadow-shadow6:hover {
    --tw-shadow: var(--shadow-6);
    --tw-shadow-colored: var(--shadow-6)
}

.hover\:shadow-shadow6:hover,
.hover\:shadow-shadow7:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-shadow7:hover {
    --tw-shadow: var(--shadow-7);
    --tw-shadow-colored: var(--shadow-7)
}

.hover\:blur-\[1px\]:hover {
    --tw-blur: blur(1px)
}

.hover\:blur-\[1px\]:hover,
.hover\:blur-\[2px\]:hover {
    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)
}

.hover\:blur-\[2px\]:hover {
    --tw-blur: blur(2px)
}

.hover\:contrast-50:hover {
    --tw-contrast: contrast(.5)
}

.hover\:contrast-50:hover,
.hover\:contrast-\[0\.8\]:hover {
    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)
}

.hover\:contrast-\[0\.8\]:hover {
    --tw-contrast: contrast(0.8)
}

.hover\:transition-all:hover {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.hover\:duration-200:hover {
    transition-duration: .2s
}

.hover\:ease-in-out:hover {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.hover\:\*\:text-primary>:hover {
    color: #53778d;
}

.hover\:\*\:duration-300>:hover {
    transition-duration: .3s
}

.focus\:z-10:focus {
    z-index: 10
}

.focus\:border-0:focus {
    border-width: 0
}

.focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(63 131 248/var(--tw-border-opacity))
}

.focus\:border-primary:focus {
    border-color: var(--primary-500)
}

.focus\:border-secondary:focus {
    border-color: var(--secondary-500)
}

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

.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.focus\:ring-0:focus,
.focus\:ring-2:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:\!ring-secondary:focus {
    --tw-ring-color: var(--secondary-500) !important
}

.focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 202 254/var(--tw-ring-opacity))
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(63 131 248/var(--tw-ring-opacity))
}

.focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(26 86 219/var(--tw-ring-opacity))
}

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

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

.focus\:ring-primary:focus {
    --tw-ring-color: var(--primary-500)
}

.focus\:ring-secondary:focus {
    --tw-ring-color: var(--secondary-500)
}

.group:hover .group-hover\:mr-1\.5 {
    margin-right: .375rem
}

.group:hover .group-hover\:flex {
    display: flex
}

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

.group:hover .group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem
}

.group:hover .group-hover\:rotate-180,
.group:hover .group-hover\:translate-x-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))
}

.group:hover .group-hover\:rotate-180 {
    --tw-rotate: 180deg
}

.group:hover .group-hover\:rotate-\[360deg\] {
    --tw-rotate: 360deg
}

.group:hover .group-hover\:rotate-\[360deg\],
.group:hover .group-hover\:scale-125 {
    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-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
}

.group:hover .group-hover\:scale-\[1\.15\] {
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15
}

.group:hover .group-hover\:scale-\[1\.15\],
.group:hover .group-hover\:scale-\[1\.2\] {
    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-\[1\.2\] {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2
}

.group:hover .group-hover\:\!rounded-\[3px\] {
    border-radius: 3px !important
}

.group:hover .group-hover\:border {
    border-width: 1px
}

.group:hover .group-hover\:border-new-200 {
    border-color: var(--new-200)
}

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

.group:hover .group-hover\:pl-5 {
    padding-left: 1.25rem
}

.group:hover .group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.group:hover .group-hover\:text-primary {
    color: var(--primary-500)
}

.group:hover .group-hover\:text-secondary {
    color: var(--secondary-500)
}

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

.group:hover .group-hover\:shadow-shadow2 {
    --tw-shadow: var(--shadow-2);
    --tw-shadow-colored: var(--shadow-2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:before\:translate-x-0:before {
    content: var(--tw-content);
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:before\:delay-150:before {
    content: var(--tw-content);
    transition-delay: .15s
}

.prose-ul\:m-0 :is(:where(ul):not(:where([class~=not-prose], [class~=not-prose] *))) {
    margin: 0
}

.prose-ul\:list-none :is(:where(ul):not(:where([class~=not-prose], [class~=not-prose] *))) {
    list-style-type: none
}

.prose-ul\:space-y-2\.5 :is(:where(ul):not(:where([class~=not-prose], [class~=not-prose] *)))>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.625rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.625rem*var(--tw-space-y-reverse))
}

.prose-ul\:pl-0 :is(:where(ul):not(:where([class~=not-prose], [class~=not-prose] *))) {
    padding-left: 0
}

.prose-li\:pl-0 :is(:where(li):not(:where([class~=not-prose], [class~=not-prose] *))) {
    padding-left: 0
}

.dark\:border-blue-500:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(63 131 248/var(--tw-border-opacity))
}

.dark\:border-gray-600:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99/var(--tw-border-opacity))
}

.dark\:border-gray-700:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81/var(--tw-border-opacity))
}

.dark\:border-transparent:is(.dark *) {
    border-color: transparent
}

.dark\:\!bg-gray-700:is(.dark *) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(55 65 81/var(--tw-bg-opacity)) !important
}

.dark\:\!bg-primary-600:is(.dark *) {
    background-color: var(--primary-600) !important
}

.dark\:bg-blue-600:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(28 100 242/var(--tw-bg-opacity))
}

.dark\:bg-gray-600:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99/var(--tw-bg-opacity))
}

.dark\:bg-gray-700:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

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

.dark\:bg-gray-800\/50:is(.dark *) {
    background-color: rgba(31, 41, 55, .5)
}

.dark\:bg-gray-900:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity))
}

.dark\:bg-gray-900\/80:is(.dark *) {
    background-color: rgba(17, 24, 39, .8)
}

.dark\:text-blue-500:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(63 131 248/var(--tw-text-opacity))
}

.dark\:text-gray-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity))
}

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

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

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

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

.dark\:hover\:bg-blue-700:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 219/var(--tw-bg-opacity))
}

.dark\:hover\:bg-gray-600:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99/var(--tw-bg-opacity))
}

.dark\:hover\:bg-gray-700:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

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

.dark\:hover\:text-blue-500:hover:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(63 131 248/var(--tw-text-opacity))
}

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

.dark\:hover\:text-white:hover:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.dark\:focus\:border-blue-500:focus:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(63 131 248/var(--tw-border-opacity))
}

.dark\:focus\:text-white:focus:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.dark\:focus\:ring-blue-500:focus:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(63 131 248/var(--tw-ring-opacity))
}

.dark\:focus\:ring-blue-800:focus:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 66 159/var(--tw-ring-opacity))
}

.dark\:focus\:ring-gray-700:focus:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(55 65 81/var(--tw-ring-opacity))
}

@media (min-width:640px) {
    .sm\:bottom-5 {
        bottom: 1.25rem
    }

    .sm\:left-5 {
        left: 1.25rem
    }

    .sm\:top-5 {
        top: 1.25rem
    }

    .sm\:col-span-2 {
        grid-column: span 2/span 2
    }

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

    .sm\:mb-3 {
        margin-bottom: .75rem
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem
    }

    .sm\:mb-\[35px\] {
        margin-bottom: 35px
    }

    .sm\:mt-3 {
        margin-top: .75rem
    }

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

    .sm\:mt-5 {
        margin-top: 1.25rem
    }

    .sm\:mt-6 {
        margin-top: 1.5rem
    }

    .sm\:block {
        display: block
    }

    .sm\:inline-block {
        display: inline-block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:size-12 {
        width: 3rem;
        height: 3rem
    }

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

    .sm\:size-7 {
        width: 1.75rem;
        height: 1.75rem
    }

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

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

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

    .sm\:w-\[calc\(100\%-40px\)\] {
        width: calc(100% - 40px)
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:shrink {
        flex-shrink: 1
    }

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

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:gap-4 {
        gap: 1rem
    }

    .sm\:gap-5 {
        gap: 1.25rem
    }

    .sm\:gap-6 {
        gap: 1.5rem
    }

    .sm\:gap-8 {
        gap: 2rem
    }

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

    .sm\:gap-x-1\.5 {
        -moz-column-gap: .375rem;
        column-gap: .375rem
    }

    .sm\:gap-x-3 {
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }

    .sm\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .sm\:gap-y-5 {
        row-gap: 1.25rem
    }

    .sm\:space-y-4>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem*var(--tw-space-y-reverse))
    }

    .sm\:space-y-5>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem*var(--tw-space-y-reverse))
    }

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

    .sm\:rounded-xl {
        border-radius: .75rem
    }

    .sm\:p-4 {
        padding: 1rem
    }

    .sm\:p-5 {
        padding: 1.25rem
    }

    .sm\:p-6 {
        padding: 1.5rem
    }

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

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

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

    .sm\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

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

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

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

    .sm\:pb-4 {
        padding-bottom: 1rem
    }

    .sm\:pt-5 {
        padding-top: 1.25rem
    }

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

    .sm\:text-\[55px\] {
        font-size: 55px
    }

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

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

    .sm\:\*\:size-8>* {
        width: 2rem;
        height: 2rem
    }
}

@media (min-width:768px) {
    .md\:inset-0 {
        inset: 0
    }

    .md\:bottom-6 {
        bottom: 1.5rem
    }

    .md\:left-0 {
        left: 0
    }

    .md\:left-6 {
        left: 1.5rem
    }

    .md\:top-6 {
        top: 1.5rem
    }

    .md\:top-\[16\%\] {
        top: 16%
    }

    .md\:col-span-1 {
        grid-column: span 1/span 1
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:col-span-3 {
        grid-column: span 3/span 3
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4
    }

    .md\:col-span-6 {
        grid-column: span 6/span 6
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:my-3 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .md\:my-3\.5 {
        margin-top: .875rem;
        margin-bottom: .875rem
    }

    .md\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .md\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem
    }

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

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

    .md\:mb-14 {
        margin-bottom: 3.5rem
    }

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

    .md\:mb-2\.5 {
        margin-bottom: .625rem
    }

    .md\:mb-3 {
        margin-bottom: .75rem
    }

    .md\:mb-3\.5 {
        margin-bottom: .875rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

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

    .md\:mr-2 {
        margin-right: .5rem
    }

    .md\:ms-2 {
        margin-inline-start: .5rem
    }

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

    .md\:mt-10 {
        margin-top: 2.5rem
    }

    .md\:mt-2\.5 {
        margin-top: .625rem
    }

    .md\:mt-3 {
        margin-top: .75rem
    }

    .md\:mt-3\.5 {
        margin-top: .875rem
    }

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

    .md\:mt-5 {
        margin-top: 1.25rem
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mt-7 {
        margin-top: 1.75rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:mt-9 {
        margin-top: 2.25rem
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:size-11 {
        width: 2.75rem;
        height: 2.75rem
    }

    .md\:size-14 {
        width: 3.5rem;
        height: 3.5rem
    }

    .md\:size-16 {
        width: 4rem;
        height: 4rem
    }

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

    .md\:size-7 {
        width: 1.75rem;
        height: 1.75rem
    }

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

    .md\:size-9 {
        width: 2.25rem;
        height: 2.25rem
    }

    .md\:size-\[350px\] {
        width: 350px;
        height: 350px
    }

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

    .md\:size-\[50px\] {
        width: 50px;
        height: 50px
    }

    .md\:size-\[65px\] {
        width: 65px;
        height: 65px
    }

    .md\:size-auto {
        width: auto;
        height: auto
    }

    .md\:h-32 {
        height: 8rem
    }

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

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

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

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

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

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

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-\[calc\(100\%-48px\)\] {
        width: calc(100% - 48px)
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-full {
        width: 100%
    }

    .md\:max-w-\[190px\] {
        max-width: 190px
    }

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

    .md\:max-w-\[410px\] {
        max-width: 410px
    }

    .md\:max-w-\[500px\] {
        max-width: 500px
    }

    .md\:max-w-\[540px\] {
        max-width: 540px
    }

    .md\:max-w-\[75\%\] {
        max-width: 75%
    }

    .md\:rotate-180 {
        --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))
    }

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

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

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

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

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

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

    .md\:flex-col {
        flex-direction: column
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-end {
        align-items: flex-end
    }

    .md\:items-center {
        align-items: center
    }

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

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:gap-10 {
        gap: 2.5rem
    }

    .md\:gap-12 {
        gap: 3rem
    }

    .md\:gap-14 {
        gap: 3.5rem
    }

    .md\:gap-16 {
        gap: 4rem
    }

    .md\:gap-2\.5 {
        gap: .625rem
    }

    .md\:gap-3 {
        gap: .75rem
    }

    .md\:gap-3\.5 {
        gap: .875rem
    }

    .md\:gap-4 {
        gap: 1rem
    }

    .md\:gap-5 {
        gap: 1.25rem
    }

    .md\:gap-6 {
        gap: 1.5rem
    }

    .md\:gap-7 {
        gap: 1.75rem
    }

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

    .md\:gap-9 {
        gap: 2.25rem
    }

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

    .md\:gap-x-2 {
        -moz-column-gap: .5rem;
        column-gap: .5rem
    }

    .md\:gap-x-2\.5 {
        -moz-column-gap: .625rem;
        column-gap: .625rem
    }

    .md\:gap-x-3 {
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }

    .md\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

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

    .md\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .md\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }

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

    .md\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem
    }

    .md\:gap-y-0 {
        row-gap: 0
    }

    .md\:gap-y-2\.5 {
        row-gap: .625rem
    }

    .md\:gap-y-4 {
        row-gap: 1rem
    }

    .md\:gap-y-5 {
        row-gap: 1.25rem
    }

    .md\:gap-y-6 {
        row-gap: 1.5rem
    }

    .md\:space-x-2>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(.5rem*var(--tw-space-x-reverse));
        margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
    }

    .md\:space-y-2>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.5rem*var(--tw-space-y-reverse))
    }

    .md\:space-y-3>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.75rem*var(--tw-space-y-reverse))
    }

    .md\:space-y-4>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem*var(--tw-space-y-reverse))
    }

    .md\:space-y-5>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem*var(--tw-space-y-reverse))
    }

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

    .md\:rounded-\[14px\] {
        border-radius: 14px
    }

    .md\:rounded-\[30px\] {
        border-radius: 30px
    }

    .md\:rounded-xl {
        border-radius: .75rem
    }

    .md\:rounded-t-\[40px\] {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px
    }

    .md\:p-11 {
        padding: 2.75rem
    }

    .md\:p-12 {
        padding: 3rem
    }

    .md\:p-3\.5 {
        padding: .875rem
    }

    .md\:p-5 {
        padding: 1.25rem
    }

    .md\:p-6 {
        padding: 1.5rem
    }

    .md\:p-7 {
        padding: 1.75rem
    }

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

    .md\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

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

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

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

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

    .md\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }

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

    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

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

    .md\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem
    }

    .md\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

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

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

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

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

    .md\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

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

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

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

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

    .md\:pb-16 {
        padding-bottom: 4rem
    }

    .md\:pb-6 {
        padding-bottom: 1.5rem
    }

    .md\:pb-8 {
        padding-bottom: 2rem
    }

    .md\:pt-12 {
        padding-top: 3rem
    }

    .md\:pt-16 {
        padding-top: 4rem
    }

    .md\:pt-6 {
        padding-top: 1.5rem
    }

    .md\:pt-8 {
        padding-top: 2rem
    }

    .md\:text-start {
        text-align: start
    }

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

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

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

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

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

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

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

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

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

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

    .md\:text-xs {
        font-size: .75rem;
        line-height: 1rem
    }

    .md\:font-medium {
        font-weight: 500
    }

    .md\:\*\:size-10>* {
        width: 2.5rem;
        height: 2.5rem
    }

    .\*\:md\:h-\[68px\]>* {
        height: 68px
    }

    .\*\:md\:w-\[125px\]>* {
        width: 125px
    }

    .\*\:md\:gap-x-2\.5>* {
        -moz-column-gap: .625rem;
        column-gap: .625rem
    }

    .\*\:md\:text-lg>* {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .placeholder\:md\:text-base::-moz-placeholder {
        font-size: 1rem;
        line-height: 1.5rem
    }

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

    .placeholder\:md\:text-sm::-moz-placeholder {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .placeholder\:md\:text-sm::placeholder {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width:1024px) {
    .lg\:-top-10 {
        top: -2.5rem
    }

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

    .lg\:left-8 {
        left: 2rem
    }

    .lg\:left-\[110px\] {
        left: 110px
    }

    .lg\:top-8 {
        top: 2rem
    }

    .lg\:top-\[17\%\] {
        top: 17%
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:col-span-3 {
        grid-column: span 3/span 3
    }

    .lg\:col-span-4 {
        grid-column: span 4/span 4
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

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

    .lg\:my-3\.5 {
        margin-top: .875rem;
        margin-bottom: .875rem
    }

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

    .lg\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem
    }

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

    .lg\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem
    }

    .lg\:-mt-14 {
        margin-top: -3.5rem
    }

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

    .lg\:mb-14 {
        margin-bottom: 3.5rem
    }

    .lg\:mb-2\.5 {
        margin-bottom: .625rem
    }

    .lg\:mb-20 {
        margin-bottom: 5rem
    }

    .lg\:mb-3 {
        margin-bottom: .75rem
    }

    .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\:mb-9 {
        margin-bottom: 2.25rem
    }

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

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

    .lg\:mr-2\.5 {
        margin-right: .625rem
    }

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

    .lg\:mt-10 {
        margin-top: 2.5rem
    }

    .lg\:mt-11 {
        margin-top: 2.75rem
    }

    .lg\:mt-12 {
        margin-top: 3rem
    }

    .lg\:mt-14 {
        margin-top: 3.5rem
    }

    .lg\:mt-3 {
        margin-top: .75rem
    }

    .lg\:mt-3\.5 {
        margin-top: .875rem
    }

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

    .lg\:mt-5 {
        margin-top: 1.25rem
    }

    .lg\:mt-6 {
        margin-top: 1.5rem
    }

    .lg\:mt-7 {
        margin-top: 1.75rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

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

    .lg\:mt-\[54px\] {
        margin-top: 54px
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:size-10 {
        width: 2.5rem;
        height: 2.5rem
    }

    .lg\:size-16 {
        width: 4rem;
        height: 4rem
    }

    .lg\:size-7 {
        width: 1.75rem;
        height: 1.75rem
    }

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

    .lg\:size-9 {
        width: 2.25rem;
        height: 2.25rem
    }

    .lg\:size-\[400px\] {
        width: 400px;
        height: 400px
    }

    .lg\:size-\[50px\] {
        width: 50px;
        height: 50px
    }

    .lg\:size-\[55px\] {
        width: 55px;
        height: 55px
    }

    .lg\:size-\[70px\] {
        width: 70px;
        height: 70px
    }

    .lg\:size-\[75px\] {
        width: 75px;
        height: 75px
    }

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

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

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

    .lg\:max-h-48 {
        max-height: 12rem
    }

    .lg\:max-h-\[190px\] {
        max-height: 190px
    }

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

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

    .lg\:w-3\/4 {
        width: 75%
    }

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

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

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

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

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

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

    .lg\:w-\[calc\(100\%-60px\)\] {
        width: calc(100% - 60px)
    }

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

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

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

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

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

    .lg\:flex-1 {
        flex: 1 1 0%
    }

    .lg\:\!rotate-\[0deg\] {
        --tw-rotate: 0deg !important;
        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)) !important
    }

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

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

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

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

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

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

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

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:gap-10 {
        gap: 2.5rem
    }

    .lg\:gap-12 {
        gap: 3rem
    }

    .lg\:gap-14 {
        gap: 3.5rem
    }

    .lg\:gap-16 {
        gap: 4rem
    }

    .lg\:gap-24 {
        gap: 6rem
    }

    .lg\:gap-3 {
        gap: .75rem
    }

    .lg\:gap-3\.5 {
        gap: .875rem
    }

    .lg\:gap-4 {
        gap: 1rem
    }

    .lg\:gap-5 {
        gap: 1.25rem
    }

    .lg\:gap-6 {
        gap: 1.5rem
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:gap-9 {
        gap: 2.25rem
    }

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

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

    .lg\:gap-\[50px\] {
        gap: 50px
    }

    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .lg\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }

    .lg\:gap-x-2 {
        -moz-column-gap: .5rem;
        column-gap: .5rem
    }

    .lg\:gap-x-2\.5 {
        -moz-column-gap: .625rem;
        column-gap: .625rem
    }

    .lg\:gap-x-3 {
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }

    .lg\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

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

    .lg\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .lg\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }

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

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

    .lg\:gap-y-3 {
        row-gap: .75rem
    }

    .lg\:gap-y-5 {
        row-gap: 1.25rem
    }

    .lg\:gap-y-6 {
        row-gap: 1.5rem
    }

    .lg\:gap-y-\[30px\] {
        row-gap: 30px
    }

    .lg\:space-y-2\.5>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.625rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.625rem*var(--tw-space-y-reverse))
    }

    .lg\:space-y-3\.5>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.875rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.875rem*var(--tw-space-y-reverse))
    }

    .lg\:space-y-4>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem*var(--tw-space-y-reverse))
    }

    .lg\:space-y-5>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem*var(--tw-space-y-reverse))
    }

    .lg\:space-y-6>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem*var(--tw-space-y-reverse))
    }

    .lg\:space-y-\[10px\]>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px*var(--tw-space-y-reverse))
    }

    .lg\:divide-x-2>:not([hidden])~:not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px*var(--tw-divide-x-reverse));
        border-left-width: calc(2px*(1 - var(--tw-divide-x-reverse)))
    }

    .lg\:divide-y-2>:not([hidden])~:not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px*(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px*var(--tw-divide-y-reverse))
    }

    .lg\:justify-self-end {
        justify-self: end
    }

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

    .lg\:rounded-\[17px\] {
        border-radius: 17px
    }

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

    .lg\:rounded-\[40px\] {
        border-radius: 40px
    }

    .lg\:rounded-t-\[60px\] {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px
    }

    .lg\:p-10 {
        padding: 2.5rem
    }

    .lg\:p-14 {
        padding: 3.5rem
    }

    .lg\:p-16 {
        padding: 4rem
    }

    .lg\:p-4 {
        padding: 1rem
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:p-7 {
        padding: 1.75rem
    }

    .lg\:p-8 {
        padding: 2rem
    }

    .lg\:p-\[30px\] {
        padding: 30px
    }

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

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

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

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

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

    .lg\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }

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

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

    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .lg\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .lg\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .lg\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem
    }

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

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

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

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

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

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

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

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

    .lg\:pb-12 {
        padding-bottom: 3rem
    }

    .lg\:pb-20 {
        padding-bottom: 5rem
    }

    .lg\:pb-8 {
        padding-bottom: 2rem
    }

    .lg\:pt-12 {
        padding-top: 3rem
    }

    .lg\:pt-14 {
        padding-top: 3.5rem
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }

    .lg\:pt-8 {
        padding-top: 2rem
    }

    .lg\:text-start {
        text-align: start
    }

    .lg\:\!text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important
    }

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

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

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

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

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

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

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

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

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

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

    .lg\:text-lg {
        font-size: 1.125rem
    }

    .lg\:text-lg,
    .lg\:text-xl {
        line-height: 1.75rem
    }

    .lg\:text-xl {
        font-size: 1.25rem
    }

    .lg\:font-bold {
        font-weight: 700
    }

    .lg\:font-medium {
        font-weight: 500
    }

    .lg\:font-semibold {
        font-weight: 600
    }

    .lg\:leading-\[26px\] {
        line-height: 26px
    }

    .lg\:leading-\[84px\] {
        line-height: 84px
    }

    .\*\:lg\:size-10>* {
        width: 2.5rem;
        height: 2.5rem
    }

    .\*\:lg\:gap-x-3>* {
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }

    .\*\:lg\:text-xl>* {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .placeholder\:lg\:text-base::-moz-placeholder {
        font-size: 1rem;
        line-height: 1.5rem
    }

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

@media (min-width:1280px) {
    .xl\:left-10 {
        left: 2.5rem
    }

    .xl\:top-10 {
        top: 2.5rem
    }

    .xl\:col-span-2 {
        grid-column: span 2/span 2
    }

    .xl\:col-span-3 {
        grid-column: span 3/span 3
    }

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

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

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

    .xl\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

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

    .xl\:-mt-16 {
        margin-top: -4rem
    }

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

    .xl\:mb-12 {
        margin-bottom: 3rem
    }

    .xl\:mb-24 {
        margin-bottom: 6rem
    }

    .xl\:mb-5 {
        margin-bottom: 1.25rem
    }

    .xl\:mb-6 {
        margin-bottom: 1.5rem
    }

    .xl\:mb-7 {
        margin-bottom: 1.75rem
    }

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

    .xl\:mb-\[50px\] {
        margin-bottom: 50px
    }

    .xl\:mr-10 {
        margin-right: 2.5rem
    }

    .xl\:mt-0 {
        margin-top: 0
    }

    .xl\:mt-10 {
        margin-top: 2.5rem
    }

    .xl\:mt-11 {
        margin-top: 2.75rem
    }

    .xl\:mt-12 {
        margin-top: 3rem
    }

    .xl\:mt-14 {
        margin-top: 3.5rem
    }

    .xl\:mt-16 {
        margin-top: 4rem
    }

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

    .xl\:mt-20 {
        margin-top: 5rem
    }

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

    .xl\:mt-5 {
        margin-top: 1.25rem
    }

    .xl\:mt-7 {
        margin-top: 1.75rem
    }

    .xl\:mt-8 {
        margin-top: 2rem
    }

    .xl\:mt-9 {
        margin-top: 2.25rem
    }

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

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

    .xl\:mt-\[51px\] {
        margin-top: 51px
    }

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

    .xl\:mt-\[70px\] {
        margin-top: 70px
    }

    .xl\:block {
        display: block
    }

    .xl\:hidden {
        display: none
    }

    .xl\:size-10 {
        width: 2.5rem;
        height: 2.5rem
    }

    .xl\:size-11 {
        width: 2.75rem;
        height: 2.75rem
    }

    .xl\:size-12 {
        width: 3rem;
        height: 3rem
    }

    .xl\:size-20 {
        width: 5rem;
        height: 5rem
    }

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

    .xl\:size-\[450px\] {
        width: 450px;
        height: 450px
    }

    .xl\:size-\[55px\] {
        width: 55px;
        height: 55px
    }

    .xl\:size-\[60px\] {
        width: 60px;
        height: 60px
    }

    .xl\:size-\[70px\] {
        width: 70px;
        height: 70px
    }

    .xl\:size-\[85px\] {
        width: 85px;
        height: 85px
    }

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

    .xl\:max-h-56 {
        max-height: 14rem
    }

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

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

    .xl\:w-16 {
        width: 4rem
    }

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

    .xl\:w-auto {
        width: auto
    }

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

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

    .xl\:-translate-x-1\/2 {
        --tw-translate-x: -50%
    }

    .xl\:-translate-x-1\/2,
    .xl\:translate-x-1\/2 {
        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))
    }

    .xl\:translate-x-1\/2 {
        --tw-translate-x: 50%
    }

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

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

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

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

    .xl\:flex-row {
        flex-direction: row
    }

    .xl\:gap-10 {
        gap: 2.5rem
    }

    .xl\:gap-12 {
        gap: 3rem
    }

    .xl\:gap-16 {
        gap: 4rem
    }

    .xl\:gap-20 {
        gap: 5rem
    }

    .xl\:gap-32 {
        gap: 8rem
    }

    .xl\:gap-4 {
        gap: 1rem
    }

    .xl\:gap-5 {
        gap: 1.25rem
    }

    .xl\:gap-6 {
        gap: 1.5rem
    }

    .xl\:gap-8 {
        gap: 2rem
    }

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

    .xl\:gap-\[50px\] {
        gap: 50px
    }

    .xl\:gap-\[60px\] {
        gap: 60px
    }

    .xl\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .xl\:gap-x-2\.5 {
        -moz-column-gap: .625rem;
        column-gap: .625rem
    }

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

    .xl\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .xl\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem
    }

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

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

    .xl\:gap-y-3\.5 {
        row-gap: .875rem
    }

    .xl\:gap-y-7 {
        row-gap: 1.75rem
    }

    .xl\:gap-y-8 {
        row-gap: 2rem
    }

    .xl\:space-x-6>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem*var(--tw-space-x-reverse));
        margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)))
    }

    .xl\:space-y-5>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem*var(--tw-space-y-reverse))
    }

    .xl\:space-y-7>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem*var(--tw-space-y-reverse))
    }

    .xl\:space-y-\[30px\]>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(30px*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(30px*var(--tw-space-y-reverse))
    }

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

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

    .xl\:rounded-t-\[80px\] {
        border-top-left-radius: 80px;
        border-top-right-radius: 80px
    }

    .xl\:p-10 {
        padding: 2.5rem
    }

    .xl\:p-12 {
        padding: 3rem
    }

    .xl\:p-2 {
        padding: .5rem
    }

    .xl\:p-20 {
        padding: 5rem
    }

    .xl\:p-5 {
        padding: 1.25rem
    }

    .xl\:p-9 {
        padding: 2.25rem
    }

    .xl\:p-\[30px\] {
        padding: 30px
    }

    .xl\:p-\[70px\] {
        padding: 70px
    }

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

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

    .xl\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem
    }

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

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

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

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

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

    .xl\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }

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

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

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

    .xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

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

    .xl\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

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

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

    .xl\:py-\[22px\] {
        padding-top: 11px;
        padding-bottom: 11px
    }

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

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

    .xl\:pb-10 {
        padding-bottom: 2.5rem
    }

    .xl\:pb-16 {
        padding-bottom: 4rem
    }

    .xl\:pb-24 {
        padding-bottom: 6rem
    }

    .xl\:pl-0 {
        padding-left: 0
    }

    .xl\:pt-0 {
        padding-top: 0
    }

    .xl\:pt-10 {
        padding-top: 2.5rem
    }

    .xl\:pt-14 {
        padding-top: 3.5rem
    }

    .xl\:pt-16 {
        padding-top: 4rem
    }

    .xl\:pt-\[120px\] {
        padding-top: 120px
    }

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

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

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

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

    .xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

    .xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

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

    .xl\:text-\[34px\] {
        font-size: 34px
    }

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

    .xl\:text-lg {
        font-size: 1.125rem
    }

    .xl\:text-lg,
    .xl\:text-xl {
        line-height: 1.75rem
    }

    .xl\:text-xl {
        font-size: 1.25rem
    }

    .xl\:text-xs {
        font-size: .75rem;
        line-height: 1rem
    }

    .xl\:font-medium {
        font-weight: 500
    }

    .xl\:\!leading-\[64px\] {
        line-height: 64px !important
    }

    .xl\:leading-\[50px\] {
        line-height: 50px
    }

    .xl\:leading-\[64px\] {
        line-height: 64px
    }

    .xl\:\*\:flex-col>* {
        flex-direction: column
    }

    .xl\:\*\:justify-center>* {
        justify-content: center
    }

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

@media (min-width:1536px) {
    .\32xl\:\!mb-\[60px\] {
        margin-bottom: 60px !important
    }

    .\32xl\:-mt-20 {
        margin-top: -5rem
    }

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

    .\32xl\:mr-0 {
        margin-right: 0
    }

    .\32xl\:mt-10 {
        margin-top: 2.5rem
    }

    .\32xl\:mt-14 {
        margin-top: 3.5rem
    }

    .\32xl\:mt-20 {
        margin-top: 5rem
    }

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

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

    .\32xl\:inline-block {
        display: inline-block
    }

    .\32xl\:hidden {
        display: none
    }

    .\32xl\:size-11 {
        width: 2.75rem;
        height: 2.75rem
    }

    .\32xl\:size-20 {
        width: 5rem;
        height: 5rem
    }

    .\32xl\:size-\[520px\] {
        width: 520px;
        height: 520px
    }

    .\32xl\:size-\[60px\] {
        width: 60px;
        height: 60px
    }

    .\32xl\:size-\[95px\] {
        width: 95px;
        height: 95px
    }

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

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

    .\32xl\:w-20 {
        width: 5rem
    }

    .\32xl\:w-auto {
        width: auto
    }

    .\32xl\:max-w-\[859px\] {
        max-width: 859px
    }

    .\32xl\:gap-11 {
        gap: 2.75rem
    }

    .\32xl\:gap-12 {
        gap: 3rem
    }

    .\32xl\:gap-14 {
        gap: 3.5rem
    }

    .\32xl\:gap-20 {
        gap: 5rem
    }

    .\32xl\:gap-24 {
        gap: 6rem
    }

    .\32xl\:gap-40 {
        gap: 10rem
    }

    .\32xl\:gap-\[60px\] {
        gap: 60px
    }

    .\32xl\:space-y-\[30px\]>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(30px*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(30px*var(--tw-space-y-reverse))
    }

    .\32xl\:rounded-\[60px\] {
        border-radius: 60px
    }

    .\32xl\:rounded-t-\[110px\] {
        border-top-left-radius: 110px;
        border-top-right-radius: 110px
    }

    .\32xl\:bg-\[url\(\'\/assets\/images\/image-112\.png\'\)\] {
        background-image: url(../assets/images/image-112.png)
    }

    .\32xl\:p-10 {
        padding: 2.5rem
    }

    .\32xl\:p-4 {
        padding: 1rem
    }

    .\32xl\:p-\[100px\] {
        padding: 100px
    }

    .\32xl\:p-\[60px\] {
        padding: 60px
    }

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

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

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

    .\32xl\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem
    }

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

    .\32xl\:py-\[120px\] {
        padding-top: 120px;
        padding-bottom: 120px
    }

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

    .\32xl\:py-\[90px\] {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .\32xl\:pb-28 {
        padding-bottom: 7rem
    }

    .\32xl\:pl-0 {
        padding-left: 0
    }

    .\32xl\:pr-0 {
        padding-right: 0
    }

    .\32xl\:pt-16 {
        padding-top: 4rem
    }

    .\32xl\:pt-20 {
        padding-top: 5rem
    }

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

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

    .\32xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

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

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

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

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

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

    .\32xl\:leading-\[64px\] {
        line-height: 64px
    }

    .\32xl\:leading-\[84px\] {
        line-height: 84px
    }

    .\32xl\:\*\:flex-row>* {
        flex-direction: row
    }

    .\32xl\:\*\:justify-start>* {
        justify-content: flex-start
    }
}

.rtl\:rotate-180:where([dir=rtl], [dir=rtl] *) {
    --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))
}

.rtl\:space-x-reverse:where([dir=rtl], [dir=rtl] *)>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 1
}
li.no-bullet::before {
  content: none !important;
  display: none !important;
}
