/*!modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize*/
:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

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

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

hr {
    height: 0;
    color: inherit
}

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

b,
strong {
    font-weight: bolder
}

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

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 320px;
    color: #828282;
    font-size: 15px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px;
}

.hover-text:hover .tooltip-text {
    visibility: visible !important;
}

#left {
    top: -8px;
    right: 120%;
}

.hover-text {
    position: relative;
    display: inline-block;
    font-family: Arial;
    text-align: center;
}

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
}

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

button,
select {
    text-transform: none
}

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

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

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

summary {
    display: list-item
}

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

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

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

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

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

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #a8a8a8
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #5c5c5c
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #5c5c5c
}

input::placeholder,
textarea::placeholder {
    color: #5c5c5c
}

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

table {
    border-collapse: collapse
}

h1,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}
h2 {    
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.header-title
{
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

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

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

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

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

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

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

[type=date]:focus,
[type=email]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]: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: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent);
    border-color: #2563eb
}

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

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

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

select {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggc3Ryb2tlPScjMzkzOTM5JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMS41JyBkPSdNNiA4bDQgNCA0LTQnLz48L3N2Zz4=);
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

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

[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: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

[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;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIGZpbGw9JyNmZmYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEyLjIwNyA0Ljc5M2ExIDEgMCAwMTAgMS40MTRsLTUgNWExIDEgMCAwMS0xLjQxNCAwbC0yLTJhMSAxIDAgMDExLjQxNC0xLjQxNEw2LjUgOS4wODZsNC4yOTMtNC4yOTNhMSAxIDAgMDExLjQxNCAweicvPjwvc3ZnPg==)
}

[type=radio]:checked {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIGZpbGw9JyNmZmYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGNpcmNsZSBjeD0nOCcgY3k9JzgnIHI9JzMnLz48L3N2Zz4=)
}

[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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggc3Ryb2tlPScjZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgOGg4Jy8+PC9zdmc+);
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

[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 -webkit-focus-ring-color
}

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

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

.space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.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))
}

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

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

.bg-transparent {
    background-color: transparent
}

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

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

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity))
}

.bg-gray-75 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity))
}

.bg-gray-90 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity))
}

.bg-gray-150 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 168, 168, var(--tw-bg-opacity))
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(92, 92, 92, var(--tw-bg-opacity))
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(57, 57, 57, var(--tw-bg-opacity))
}

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

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
}

.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity))
}

.bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity))
}

.bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity))
}

.odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.hover\:bg-transparent:hover {
    background-color: transparent
}

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

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity))
}

.hover\:bg-gray-75:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity))
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity))
}

.hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(57, 57, 57, var(--tw-bg-opacity))
}

.hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity))
}

.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 44, 102, var(--tw-bg-opacity))
}

.hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity))
}

.focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 246, var(--tw-bg-opacity))
}

.focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity))
}

.focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity))
}

.bg-opacity-0 {
    --tw-bg-opacity: 0
}

.bg-opacity-25 {
    --tw-bg-opacity: 0.25
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5
}

.bg-opacity-90 {
    --tw-bg-opacity: 0.9
}

.bg-bottom {
    background-position: bottom
}

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

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

.bg-cover {
    background-size: cover
}

.bg-contain {
    background-size: contain
}

.border-transparent {
    border-color: transparent
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity))
}

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

.border-gray-75 {
    --tw-border-opacity: 1;
    border-color: rgba(247, 247, 247, var(--tw-border-opacity))
}

.border-gray-90 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity))
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(168, 168, 168, var(--tw-border-opacity))
}

.border-gray-250 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity))
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(92, 92, 92, var(--tw-border-opacity))
}

.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 228, var(--tw-border-opacity))
}

.border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
}

.border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity))
}

.border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity))
}

.border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity))
}

.hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity))
}

.hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(57, 57, 57, var(--tw-border-opacity))
}

.hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity))
}

.focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(168, 168, 168, var(--tw-border-opacity))
}

.focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 113, var(--tw-border-opacity))
}

.focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity))
}

.focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity))
}

.focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
}

.focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity))
}

.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity))
}

.focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity))
}

.border-opacity-5 {
    --tw-border-opacity: 0.05
}

.border-opacity-10 {
    --tw-border-opacity: 0.1
}

.border-opacity-40 {
    --tw-border-opacity: 0.4
}

.border-opacity-50 {
    --tw-border-opacity: 0.5
}

.rounded {
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

.rounded-t-xl {
    border-top-left-radius: .75rem
}

.rounded-r-xl,
.rounded-t-xl {
    border-top-right-radius: .75rem
}

.rounded-b-xl,
.rounded-r-xl {
    border-bottom-right-radius: .75rem
}

.rounded-b-xl,
.rounded-l-xl {
    border-bottom-left-radius: .75rem
}

.rounded-l-xl {
    border-top-left-radius: .75rem
}

.rounded-tl-lg {
    border-top-left-radius: .5rem
}

.rounded-tr-lg {
    border-top-right-radius: .5rem
}

.rounded-bl-lg {
    border-bottom-left-radius: .5rem
}

.rounded-tl-full {
    border-top-left-radius: 9999px
}

.rounded-tr-full {
    border-top-right-radius: 9999px
}

.rounded-br-full {
    border-bottom-right-radius: 9999px
}

.rounded-bl-full {
    border-bottom-left-radius: 9999px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-none {
    border-style: none
}

.border-0 {
    border-width: 0
}

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

.border {
    border-width: 1px
}

.border-t-0 {
    border-top-width: 0
}

.border-r-0 {
    border-right-width: 0
}

.border-b-0 {
    border-bottom-width: 0
}

.border-l-0 {
    border-left-width: 0
}

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

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

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

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

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

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

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

.cursor-pointer {
    cursor: pointer
}

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

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.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-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

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

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

.justify-center {
    justify-content: center
}

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

.flex-grow {
    flex-grow: 1
}

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

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-black {
    font-weight: 900
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-2 {
    height: .5rem
}

.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-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-28 {
    height: 7rem
}

.h-32 {
    height: 8rem
}

.h-36 {
    height: 9rem
}

.h-42 {
    height: 10.5rem
}

.h-44 {
    height: 11rem
}

.h-48 {
    height: 12rem
}

.h-56 {
    height: 14rem
}

.h-80 {
    height: 20rem
}

.h-96 {
    height: 24rem
}

.h-100 {
    height: 25rem
}

.h-124 {
    height: 31rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

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

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

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

.text-lg {
    font-size: 1.125rem
}

.text-lg,
.text-xl {
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem
}

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

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

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

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

.text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.text-16xl {
    font-size: 14rem
}

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

.leading-7 {
    line-height: 1.75rem
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-snug {
    line-height: 1.375
}

.list-inside {
    list-style-position: inside
}

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

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

.m-40 {
    margin: 10rem
}

.m-60 {
    margin: 15rem
}

.m-auto {
    margin: auto
}

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

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

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

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

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

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

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

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

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

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

.mb-0 {
    margin-bottom: 0
}

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

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

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

.ml-1 {
    margin-left: .25rem
}

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

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

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

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

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

.mr-3 {
    margin-right: .75rem
}

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

.ml-3 {
    margin-left: .75rem
}

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

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

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

.ml-4 {
    margin-left: 1rem
}

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

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

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

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

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

.mr-6 {
    margin-right: 1.5rem
}

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

.ml-6 {
    margin-left: 1.5rem
}

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

.mr-7 {
    margin-right: 1.75rem
}

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

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

.mr-8 {
    margin-right: 2rem
}

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

.ml-8 {
    margin-left: 2rem
}

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

.mr-10 {
    margin-right: 2.5rem
}

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

.mr-12 {
    margin-right: 3rem
}

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

.ml-12 {
    margin-left: 3rem
}

.mr-16 {
    margin-right: 4rem
}

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

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

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

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

.ml-60 {
    margin-left: 15rem
}

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

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

.-ml-4 {
    margin-left: -1rem
}

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

.max-h-64 {
    max-height: 16rem
}

.max-h-128 {
    max-height: 32rem
}

.max-h-240 {
    max-height: 15rem
}

.max-w-36 {
    max-width: 9rem
}

.max-w-404 {
    max-width: 26rem
}

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

.min-h-screen {
    min-height: 100vh
}

.min-w-36 {
    min-width: 9rem
}

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

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

.opacity-0 {
    opacity: 0
}

.opacity-30 {
    opacity: .3
}

.opacity-50 {
    opacity: .5
}

.opacity-70 {
    opacity: .7
}

.opacity-75 {
    opacity: .75
}

.opacity-100 {
    opacity: 1
}

.group:hover .group-hover\:opacity-80 {
    opacity: .8
}

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

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: auto
}

.overflow-scroll {
    overflow: scroll
}

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

.overflow-y-scroll {
    overflow-y: scroll
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

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

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

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

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem
}

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

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

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

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

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

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

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

.py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
}

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

.py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem
}

.px-0\.5 {
    padding-left: .125rem;
    padding-right: .125rem
}

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

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

.pt-0 {
    padding-top: 0
}

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

.pr-1 {
    padding-right: .25rem
}

.pb-1 {
    padding-bottom: .25rem
}

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

.pr-2 {
    padding-right: .5rem
}

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

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

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

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

.pb-3 {
    padding-bottom: .75rem
}

.pl-3 {
    padding-left: .75rem
}

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

.pr-4 {
    padding-right: 1rem
}

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

.pl-4 {
    padding-left: 1rem
}

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

.pr-5 {
    padding-right: 1.25rem
}

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

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

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

.pr-6 {
    padding-right: 1.5rem
}

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

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

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

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

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

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

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

.pr-10 {
    padding-right: 2.5rem
}

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

.pl-10 {
    padding-left: 2.5rem
}

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

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

.pb-12 {
    padding-bottom: 3rem
}

.pl-12 {
    padding-left: 3rem
}

.pr-14 {
    padding-right: 3.5rem
}

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

.pr-16 {
    padding-right: 4rem
}

.pb-16 {
    padding-bottom: 4rem
}

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

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

.pr-20 {
    padding-right: 5rem
}

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

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

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

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

.pt-28 {
    padding-top: 7rem
}

.pb-28 {
    padding-bottom: 7rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pr-36 {
    padding-right: 9rem
}

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

.pl-48 {
    padding-left: 12rem
}

.pt-56 {
    padding-top: 14rem
}

.pl-60 {
    padding-left: 15rem
}

.pt-64 {
    padding-top: 16rem
}

.placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 168, 168, var(--tw-placeholder-opacity))
}

.placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 168, 168, var(--tw-placeholder-opacity))
}

.placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(168, 168, 168, var(--tw-placeholder-opacity))
}

.placeholder-gray-220::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity))
}

.placeholder-gray-220:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity))
}

.placeholder-gray-220::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-placeholder-opacity))
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

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

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

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.right-4 {
    right: 1rem
}

.bottom-6 {
    bottom: 1.5rem
}

.top-9 {
    top: 2.25rem
}

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

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

.-right-10 {
    right: -2.5rem
}

.-left-10 {
    left: -2.5rem
}

.-right-12 {
    right: 3rem
}

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

.-bottom-40 {
    bottom: -10rem
}

.top-full {
    top: 100%
}

* {
    --tw-shadow: 0 0 transparent
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

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

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

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

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)
}

.shadow-2xl,
.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}

.shadow-4lg {
    --tw-shadow: -3px 3px 0px 1px #FFC12E
}

.shadow-3lg,
.shadow-4lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-3lg {
    --tw-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1), -1px 1px 10px 0px rgba(0, 0, 0, 0.05)
}

* {
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(71, 89, 147, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.focus\:ring-transparent:focus {
    --tw-ring-color: transparent
}

.fill-current {
    fill: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

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

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

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, var(--tw-text-opacity))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(168, 168, 168, var(--tw-text-opacity))
}

.text-gray-220 {
    --tw-text-opacity: 1;
    color: rgba(154, 154, 154, var(--tw-text-opacity))
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 113, var(--tw-text-opacity))
}

.text-gray-350 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 161, var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(92, 92, 92, var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(57, 57, 57, var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 228, var(--tw-text-opacity))
}

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

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

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

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(196, 44, 102, var(--tw-text-opacity))
}

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

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
}

.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

.text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(110, 231, 183, var(--tw-text-opacity))
}

.text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(30, 124, 58, var(--tw-text-opacity))
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity))
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity))
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(67, 110, 171, var(--tw-text-opacity))
}

.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity))
}

.text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity))
}

.text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 152, 0, var(--tw-text-opacity))
}

.first-letter\:text-yellow-400:first-letter {
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tracking-tighter {
    letter-spacing: -.05em
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.align-middle {
    vertical-align: middle
}

.whitespace-nowrap {
    white-space: nowrap
}

.w-2 {
    width: .5rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-9 {
    width: 2.25rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-28 {
    width: 7rem
}

.w-36 {
    width: 9rem
}

.w-40 {
    width: 10rem
}

.w-42 {
    width: 10.5rem
}

.w-44 {
    width: 11rem
}

.w-48 {
    width: 12rem
}

.w-52 {
    width: 13rem
}

.w-56 {
    width: 14rem
}

.w-60 {
    width: 15rem
}

.w-96 {
    width: 24rem
}

.w-128 {
    width: 32rem
}

.w-160 {
    width: 40rem
}

.w-auto {
    width: auto
}

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

.w-1\/3 {
    width: 33.333333%
}

.w-3\/4 {
    width: 75%
}

.w-1\/5 {
    width: 20%
}

.w-3\/5 {
    width: 60%
}

.w-1\/12 {
    width: 8.333333%
}

.w-2\/12 {
    width: 16.666667%
}

.w-3\/12 {
    width: 25%
}

.w-4\/12 {
    width: 33.333333%
}

.w-5\/12 {
    width: 41.666667%
}

.w-6\/12 {
    width: 50%
}

.w-7\/12 {
    width: 58.333333%
}

.w-8\/12 {
    width: 66.666667%
}

.w-9\/12 {
    width: 75%
}

.w-10\/12 {
    width: 83.333333%
}

.w-11\/12 {
    width: 91.666667%
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.w-1\/9 {
    width: 11.111111%
}

.w-27\/100 {
    width: 27%
}

.w-49\/100 {
    width: 49%
}

.w-36\/100 {
    width: 36%
}

.w-28\/100 {
    width: 28%
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-50 {
    z-index: 50
}

.z-60 {
    z-index: 60
}

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

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

.-z-40 {
    z-index: -40
}

.gap-1 {
    gap: .25rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

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

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

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

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

.origin-top {
    transform-origin: top
}

.origin-top-right {
    transform-origin: top right
}

.origin-top-left {
    transform-origin: top left
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

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

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

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

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

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

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

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

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

.translate-y-4 {
    --tw-translate-y: 1rem
}

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

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    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
}

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

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

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

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

.duration-100 {
    transition-duration: .1s
}

.duration-150 {
    transition-duration: .15s
}

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

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

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.flatpickr-calendar {
    background: 0 0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: 0 0;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    flex: 1
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .15);
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    transform: translateZ(0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    background: 0 0;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, .5);
    background: 0 0;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: 0 0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    background: 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: 0 0;
    color: rgba(0, 0, 0, .54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    transform: translateZ(0);
    opacity: 1
}

.dayContainer+.dayContainer {
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3);
    background: 0 0;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, .3);
    background: 0 0;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: flex;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: 0 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.spinner {
    overflow: hidden;
    position: relative
}

.spinner:before {
    width: 100%;
    height: 100%
}

.spinner:after,
.spinner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0
}

.spinner:after {
    border: 2px solid;
    border-color: #fff #fff transparent;
    border-radius: 9999px;
    height: 1rem;
    margin: auto;
    right: 0;
    bottom: 0;
    width: 1rem;
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite;
    display: none
}

.spinner:after,
.spinner:before {
    transition: all .3s ease
}

.spinner.loading:before {
    background: inherit
}

.spinner.loading:after {
    display: inline-block
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

#home .promo {
    background: url(/images/category-type/promo/foods.png) top no-repeat
}

#home .promo .promo-title span:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 7px;
    width: 30px;
    height: 30px;
    background: url(/images/flavor.png) 0 0 no-repeat;
    background-size: cover
}

@media(max-width:912px) {
    #home .promo .promo-title span:before {
        left: 2px;
        width: 25px;
        height: 25px
    }
}

@media(max-width:365px) {
    #home .promo .promo-title span:before {
        left: 0;
        width: 20px;
        height: 20px
    }
}

@media(max-width:480px) {
    #home .promo {
        background: url(/images/mobile-bg.png) top no-repeat;
        background-size: cover
    }
}

#home .services {
    background: url(/images/bg-wings.png) 50% no-repeat
}

#home .cuisines:after {
    content: "";
    height: 80%;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
    position: absolute;
    top: 0;
    right: 0
}

@media(max-width:1234px) {
    #home .cuisines:after {
        width: 0
    }
}

#home .cafe-selection {
    background-image: url(/images/cafe-bg.png)
}

#home .cafe-selection .choice-of-cafes:after {
    content: "";
    position: absolute;
    top: -17px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-rotate: -90deg;
    background: #fff url(/images/arrow.png) 50% no-repeat
}

@media(max-width:1536px) {
    #home .cafe-selection {
        background: 0 0
    }

    #home .cafe-selection .container {
        background-image: url(/images/cafe-bg.png)
    }
}

#home .flickity-button {
    --tw-border-opacity: 1;
    border-color: rgba(168, 168, 168, var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 35px;
    height: 35px
}

#home .flickity-button .flickity-button-icon {
    width: 13px;
    height: 13px
}

#home .flickity-button .flickity-button-icon path {
    fill: currentColor;
    --tw-text-opacity: 1;
    color: rgba(168, 168, 168, var(--tw-text-opacity))
}

#home .flickity-button .flickity-button-icon path:active {
    fill: currentColor;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

#home .flickity-button:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity))
}

#home .flickity-button:active path {
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

#home .flickity-viewport {
    margin-bottom: 1.5rem
}

#home .previous {
    bottom: 8px;
    left: 25%
}

@media(max-width:1024px) {
    #home .previous {
        left: 15%
    }
}

@media(max-width:480px) {
    #home .previous {
        left: 6px
    }
}

#home .next {
    bottom: 8px;
    right: 25%
}

@media(max-width:1024px) {
    #home .next {
        right: 15%
    }
}

@media(max-width:480px) {
    #home .next {
        right: 6px
    }
}

#home .flickity-page-dots {
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    margin: 0 auto
}

#home .flickity-page-dots .dot {
    width: 7px;
    height: 7px;
    --tw-bg-opacity: 1;
    background-color: rgba(168, 168, 168, var(--tw-bg-opacity));
    border-radius: 9999px;
    cursor: pointer;
    display: inline-block;
    margin-right: .5rem
}

#home .flickity-page-dots .is-selected {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity))
}

#home .promotions-and-services {
    background-image: url(/images/magic-carpet-bg.png)
}

#home .promotions-and-services .description-of-all-services {
    background-image: url(/images/bg-magic-carpet-description.png)
}

@media(max-width:1536px) {
    #home .promotions-and-services .description-of-all-services .container {
        background-image: url(/images/bg-magic-carpet-description.png)
    }
}

#home .promotions-and-services .hot-lunch-delivery {
    background-image: url(/images/bg-hot-meals.png)
}

@media(max-width:1536px) {
    #home .promotions-and-services .hot-lunch-delivery .container {
        background-image: url(/images/bg-hot-meals.png)
    }
}

#home .promotions-and-services .flowers-and-gifts-delivery {
    background-image: url(/images/bg-bouquet-of-flowers.png)
}

@media(max-width:1536px) {
    #home .promotions-and-services .flowers-and-gifts-delivery .container {
        background-image: url(/images/bg-bouquet-of-flowers.png)
    }
}

#home .promotions-and-services .delivery-of-medicines {
    background-image: url(/images/bg-medicines.png)
}

@media(max-width:1536px) {
    #home .promotions-and-services .delivery-of-medicines .container {
        background-image: url(/images/bg-medicines.png)
    }
}

@media(max-width:1536px) {
    #home .promotions-and-services .background-description {
        background: 0 0
    }
}

#home .reviews {
    background-image: url(/images/magic-carpet-bg.png)
}

#home .reviews .user-photo {
    top: -53px;
    left: calc(50% - 48px)
}

@media(max-width:1536px) {
    #home .reviews {
        background: 0 0
    }

    #home .reviews .container {
        background-image: url(/images/magic-carpet-bg.png)
    }
}

#home .our-contacts {
    background: url(/images/magic-carpet-bg.png) top no-repeat, url(/images/bg-our-contacts.png) 0 0 no-repeat
}

#home .our-contacts .yellow-block {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 90%;
    height: 90%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: .5rem;
    z-index: -3
}

@media(max-width:768px) {
    #home .our-contacts .yellow-block {
        bottom: 43px
    }

    #search-input {
        padding-right: 12px !important;
    }
}

@media(max-width:1536px) {
    #home .our-contacts {
        background: 0 0
    }

    #home .our-contacts .container {
        background: url(/images/magic-carpet-bg.png) top no-repeat, url(/images/bg-our-contacts.png) 0 0 no-repeat;
        background-size: cover
    }
}

@media(max-width:768px) {
    #home .our-contacts .container {
        background-image: url(/images/mobile-contacts-bg.png)
    }
}

#home .search-wrapper .ss-main .ss-single-selected {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
    border-style: none;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(168, 168, 168, var(--tw-text-opacity))
}

@media(max-width:600px) {
    #home .search-wrapper .ss-main .ss-single-selected {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media(max-width:480px) {
    #home .search-wrapper .ss-main .ss-single-selected {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

#home .search-wrapper .ss-main .ss-single-selected .arrow-down {
    --tw-border-opacity: 1;
    border-color: rgba(168, 168, 168, var(--tw-border-opacity))
}

#home .search-wrapper .ss-main .ss-content {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-radius: .5rem;
    border: 1px solid rgba(168, 168, 168, var(--tw-border-opacity));
    margin-top: .5rem;
    margin-bottom: .5rem;
    overflow: hidden
}

#home .search-wrapper .ss-main .ss-content .ss-option {
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(92, 92, 92, var(--tw-text-opacity))
}

#home .search-wrapper .ss-main .ss-content .ss-option.ss-option-selected,
#home .search-wrapper .ss-main .ss-content .ss-option:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 229, 229, var(--tw-bg-opacity))
}

#home .search-wrapper .search-item:last-child {
    border-bottom: 0
}

#home .scrollbar::-webkit-scrollbar {
    width: 5px
}

#home .scrollbar::-webkit-scrollbar-track {
    background: 0 0
}

#home .scrollbar::-webkit-scrollbar-thumb {
    background: #b7b7b7
}

#tariffs .promo {
    background: url(/images/tariffs-promo-bg.png) top no-repeat
}

#tariffs .promo .promo-text:after {
    content: "";
    position: absolute;
    top: -30px;
    right: calc(50% - 56px);
    width: 112px;
    height: 15px;
    background: url(/images/lightning.png) 0 0 no-repeat
}

#tariffs .map {
    background: url(/images/magic-carpet-bg.png) 0 0 no-repeat
}

#tariffs .map iframe {
    height: 600px;
    border-radius: .5rem;
    width: 100%
}

@media(max-width:912px) {
    #tariffs .map iframe {
        height: 500px
    }
}

@media(max-width:768px) {
    #tariffs .map iframe {
        height: 400px
    }
}

@media(max-width:480px) {
    #tariffs .map iframe {
        height: 300px
    }
}

#tariffs .tariffs {
    background: url(/images/tariffs-bg.png) 50%/cover no-repeat
}

#tariffs .tariffs .services-and-prices p:nth-child(2n) {
    background-color: hsla(0, 0%, 100%, .1)
}

#tariffs .tariffs .logo {
    top: -100px;
    left: calc(50% - 72px)
}

@media(max-width:912px) {
    #tariffs .tariffs .logo {
        top: -84px;
        left: calc(50% - 64px)
    }
}

@media(max-width:768px) {
    #tariffs .tariffs .logo {
        top: -75px;
        left: calc(50% - 56px)
    }
}

@media(max-width:365px) {
    #tariffs .tariffs .logo {
        top: -63px;
        left: calc(50% - 48px)
    }
}

#tariffs .delivery-areas .shipping-cost:nth-child(odd) {
    background: url(/images/line-bg.png) 50%/cover no-repeat
}

#tariffs .surcharge {
    height: 390px;
    background: url(/images/surcharge-bg.png) 50%/cover no-repeat
}

@media(max-width:480px) {
    #tariffs .surcharge {
        height: 280px
    }
}

@media(max-width:365px) {
    #tariffs .surcharge {
        height: 200px
    }
}

#product input: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

#product .promo {
    background: url(/images/product-promo-bg.png) bottom no-repeat;
    min-height: 416px
}

@media(max-width:1024px) {
    #product .promo {
        background-position-x: 77%
    }

    .copyright {
        width: 300px !important;
    }
}

@media(max-width:768px) {
    #product .promo {
        background: url(/images/bg-wings.png) bottom no-repeat
    }
}

#product .main {
    background: url(/images/magic-carpet-bg.png) 0 0 no-repeat
}

#product .ordering {
    background: url(/images/product-order-bg.png) bottom/contain no-repeat
}

#product .ordering .yellow-block {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 50%;
    height: 90%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: .5rem;
    z-index: -3
}

@media(max-width:600px) {
    #product .ordering .yellow-block {
        top: -8px
    }
}

#product .ordering .input-radio input~label:after {
    content: "";
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 2px;
    position: absolute;
    left: 0
}

#product .ordering .input-radio input:checked~label:before {
    content: "";
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: 9999px;
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    left: 4px
}

#product .ordering .input-checkbox input~label:after {
    content: "";
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 5px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity));
    border-width: 2px;
    position: absolute;
    left: 0
}

#product .ordering .input-checkbox input:checked~label:after {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity))
}

#product .ordering .input-checkbox input:checked~label:before {
    content: "";
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-bottom-width: 2px;
    border-left-width: 2px;
    position: absolute;
    z-index: 40;
    width: 10px;
    height: 6px;
    transform: rotate(-43deg);
    top: calc(50% - 4px);
    left: 4px
}

#product .ordering .address::-webkit-scrollbar {
    background: #f5f5f5;
    width: 5px
}

#product .ordering .address::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 4px
}

#product .ordering .ss-single-selected {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    border-style: none
}

#product .ordering .shopping-list .ss-single-selected {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 0
}

#product .ordering .shopping-list .ss-single-selected .ss-arrow {
    display: none
}

#product .ordering .ss-open {
    border-radius: .5rem;
    width: 83.333333%
}

#product .ordering .ss-open .ss-list .ss-option:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(168, 168, 168, var(--tw-text-opacity))
}

#medicines input:focus,
#medicines textarea: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

#medicines textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

#medicines button,
#medicines select {
    -webkit-tap-highlight-color: transparent
}

#medicines .promo {
    background: url(/images/medicines-promo-bg.png) 50%/cover no-repeat
}

@media(max-width:1536px) {
    #medicines .promo {
        background: 0 0
    }

    #medicines .promo .container {
        background: url(/images/medicines-promo-bg.png) 50%/cover no-repeat
    }
}

#medicines .main {
    background: url(/images/magic-carpet-bg.png) 50%/cover no-repeat
}

#medicines .ordering {
    background: url(/images/medicines-order-bg.png) bottom/contain no-repeat
}

#medicines .ordering .yellow-block {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 50%;
    height: 90%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: .5rem;
    z-index: -3
}

@media(max-width:600px) {
    #medicines .ordering .yellow-block {
        top: -8px
    }
}

#medicines .ordering .input-radio input~label:after {
    content: "";
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 2px;
    position: absolute;
    left: 0
}

#medicines .ordering .input-radio input:checked~label:before {
    content: "";
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: 9999px;
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    left: 4px
}

#medicines .ordering .input-checkbox input~label:after {
    content: "";
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 5px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity));
    border-width: 2px;
    position: absolute;
    left: 0
}

#medicines .ordering .input-checkbox input:checked~label:after {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity))
}

#medicines .ordering .input-checkbox input:checked~label:before {
    content: "";
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-bottom-width: 2px;
    border-left-width: 2px;
    position: absolute;
    z-index: 40;
    width: 10px;
    height: 6px;
    transform: rotate(-43deg);
    top: calc(50% - 4px);
    left: 4px
}

#medicines .ordering .address::-webkit-scrollbar {
    background: #f5f5f5;
    width: 5px
}

#medicines .ordering .address::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 4px
}

#medicines .ordering .ss-single-selected {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
    border-style: none
}

#medicines .ordering .shopping-list .ss-single-selected {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 0
}

#medicines .ordering .shopping-list .ss-single-selected .ss-arrow {
    display: none
}

#medicines .ordering .ss-content {
    width: 83% !important
}

#medicines .ordering .ss-open {
    border-radius: .5rem;
    width: 83.333333%
}

#medicines .ordering .ss-open .ss-list .ss-option:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(168, 168, 168, var(--tw-text-opacity))
}

#dishes .main-content {
    background: url(/images/food-bg.png) 50% no-repeat
}

#dishes .ss-main .ss-single-selected {
    background-color: transparent;
    border-width: 0
}

#dishes .ss-main .ss-single-selected .placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

#dishes .ss-main .ss-single-selected .ss-arrow {
    display: none
}

#dishes .ss-main .ss-single-selected .flatpickr-day.ss-arrow {
    visibility: hidden
}

#dishes .categories .flickity-enabled {
    outline: none
}

#dishes .categories .flickity-enabled .flickity-viewport {
    margin: 0 40px;
    overflow: hidden
}

#dishes .categories .flickity-enabled .previous {
    left: 0;
    bottom: 12px
}

#dishes .categories .flickity-enabled .next {
    right: 2%;
    bottom: 12px;
    background: #fff
}

#dishes .category-item {
    position: relative
}

#dishes .category-item:hover {
    padding-bottom: 19px
}

@media(max-width:1536px) {
    #dishes .category-item:hover {
        padding-bottom: 20px
    }
}

@media(max-width:480px) {
    #dishes .category-item:hover {
        padding-bottom: 19px
    }
}

#dishes .category-item:hover:after {
    display: inline
}

#dishes .category-item:after {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 3px;
    border-radius: 2px;
    background: #ffc12e
}

#dishes .branch .ss-main .ss-open {
    right: 0;
    min-width: 56rem
}

#dishes .branch .ss-main .ss-open .ss-list::-webkit-scrollbar {
    width: 4px;
    background: #e0e0e0
}

#dishes .branch .ss-main .ss-open .ss-list::-webkit-scrollbar-thumb {
    background-color: #bfbfbf
}

#dishes .branch .ss-main .ss-open .ss-list .ss-option:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity))
}

#establishments .main-content {
    background: url(/images/establishments-bg.png) 50% no-repeat
}

#establishments .content {
    width: calc(100% - 240px)
}

@media(max-width:1200px) {
    #establishments .content {
        width: 100%
    }

    #establishments .content .categories {
        width: calc(100% - 47px)
    }
}

#establishments .content .ss-main .ss-single-selected {
    border: none
}

#establishments .content .scroll::-webkit-scrollbar-thumb {
    height: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
    border-radius: 9999px
}

#establishments .content .scroll::-webkit-scrollbar {
    height: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 247, var(--tw-bg-opacity))
}

#dishes,
#establishments {
    padding-top: 100px
}

#dishes .promo,
#establishments .promo {
    min-height: 400px;
    background-position-y: bottom;
    background-size: 100%;
    background-repeat: no-repeat
}

@media(max-width:768px) {

    #dishes .promo,
    #establishments .promo {
        background-position: bottom;
        background-size: cover
    }
}

#dishes .custom-promo,
#establishments .custom-promo {
    background-position: 0;
    background-size: 100%
}

#basket .promo {
    background-image: url(/images/basket-promo.png)
}

@media(max-width:600px) {
    #basket .promo {
        background-image: url(/images/bg-wings.png)
    }
}

#basket input:focus,
#basket textarea:focus {
    --tw-ring-color: transparent
}

#basket .order-bg {
    background: url(/images/basket-bg.png) 50% no-repeat
}

#basket .order-bg:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    z-index: -1
}

#basket .history-bg {
    background: url(/images/feast.png) 50%/cover no-repeat
}

#basket .history-bg:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffc12e;
    opacity: .85;
    z-index: -1;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

@media(max-width:768px) {
    #basket .history-bg:after {
        border-radius: .5rem
    }
}

#basket .th:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 65%;
    border-right: 1px solid #fff;
    opacity: .5;
    margin-right: -1px;
    transform: translateY(-50%)
}

#basket .gradient:nth-child(odd) {
    background-image: url(/images/line-bg.png)
}

#basket .salad {
    top: -30.8%;
    right: 10%
}

@media(max-width:1234px) {
    #basket .salad {
        top: -28.7%
    }
}

#basket .radio-inner {
    display: none;
    top: 6px;
    left: 6px
}

#basket .payment-radio:checked+label {
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

#basket .payment-radio:checked+label .radio {
    display: inline;
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity))
}

#basket .payment-radio:checked+label .radio:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: .5rem;
    height: .5rem;
    background-color: #ffce12;
    border-radius: 100%;
    transform: translateY(-50%) translateX(50%)
}

#basket .cutlery-checked label {
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

#basket .cutlery-checked label .radio {
    display: inline;
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity))
}

#basket .cutlery-checked label .radio:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: .5rem;
    height: .5rem;
    background-color: #ffce12;
    border-radius: 100%;
    transform: translateY(-50%) translateX(50%)
}

#basket .yellow-block {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 90%;
    height: 90%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: .5rem;
    z-index: -3
}

#basket .close-mobile {
    top: 5%;
    right: 6%
}

#basket .branch-cart:last-child .total-block {
    display: flex
}

#basket .branch-cart .total-block {
    display: none
}

#basket .branch-cart .flatpickr-day.total-block {
    visibility: hidden
}

#personal-courier .promo {
    background: url(/images/promo-courier-bg.jpeg) 50%/cover no-repeat
}

#personal-courier .main {
    background: url(/images/magic-carpet-bg.png) 0 0 no-repeat
}

#personal-courier input:focus {
    --tw-ring-color: transparent
}

#personal-courier textarea:focus {
    --tw-ring-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity))
}

#personal-courier .ordering {
    background: url(/images/courier-order-bg.png) 50%/contain no-repeat
}

#personal-courier .ordering .yellow-block {
    bottom: -6px;
    left: -6px;
    width: 50%;
    height: 90%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: .5rem;
    position: absolute;
    z-index: -3
}

#personal-courier .ordering .input-radio input~label:after {
    content: "";
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 2px;
    position: absolute;
    left: 0
}

#personal-courier .ordering .input-radio input:checked~label:before {
    content: "";
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: 9999px;
    position: absolute;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    left: 4px
}

#personal-courier .ordering .input-checkbox input~label:after {
    content: "";
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 5px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity));
    border-width: 2px;
    position: absolute;
    left: 0
}

#personal-courier .ordering .input-checkbox input:checked~label:after {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity))
}

#personal-courier .ordering .input-checkbox input:checked~label:before {
    content: "";
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-bottom-width: 2px;
    border-left-width: 2px;
    position: absolute;
    z-index: 40;
    width: 10px;
    height: 6px;
    transform: rotate(-43deg);
    top: calc(50% - 4px);
    left: 4px
}

#personal-courier .ordering .address::-webkit-scrollbar {
    background: #f5f5f5;
    width: 5px
}

#personal-courier .ordering .address::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 4px
}

#contacts .promo {
    background: url(/images/contacts-promo.png) bottom/cover no-repeat
}

@media(max-width:600px) {
    #contacts .promo {
        background: url(/images/contacts-promo.png) left 10% bottom 5% no-repeat
    }
}

#contacts .map {
    background: url(/images/food-bg.png) top no-repeat
}

#contacts .map iframe {
    height: 600px;
    border-radius: .5rem;
    width: 100%
}

#contacts .card-img {
    background: url(/images/feast.png) 50%/cover no-repeat
}

#contacts .card-img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffc12e;
    opacity: .85;
    z-index: -1;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

@media(max-width:768px) {
    #contacts .card-img:after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem
    }
}

#contacts .reviews .user-photo {
    top: -53px;
    left: calc(50% - 48px)
}

#contacts .pizza {
    left: 10%;
    bottom: 2%
}

@media(max-width:600px) {
    #contacts .pizza {
        left: -4%
    }
}

#contacts .burger {
    top: 55%;
    right: 8%;
    transform: translateY(-50%)
}

@media(max-width:600px) {
    #contacts .burger {
        right: -10%
    }
}

#contacts .yellow-block {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 90%;
    height: 75%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: .5rem;
    z-index: -1
}

#about .promo {
    background: url(/images/about-promo.png) bottom/contain no-repeat;
    margin-left: -1%
}

@media(max-width:600px) {
    #about .promo {
        background: url(/images/about-promo.png) left 15% bottom 5% no-repeat;
        background: url(/images/bg-wings.png) 50%/cover no-repeat
    }
}

#about .about-bg {
    background: url(/images/about-bg.png) 50%/cover no-repeat
}

#about .about-bg .all-delivery:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    z-index: -2
}

#about .about-bg .all-delivery .branch {
    top: 15%
}

#about .about-bg .hot-lunch-delivery {
    background: url(/images/hot-meals-bg.png) 50% no-repeat
}

#about .about-bg .flowers-and-gifts-delivery {
    background: url(/images/bg-bouquet-of-flowers.png) 50% no-repeat
}

#about .about-bg .flowers-and-gifts-delivery:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    z-index: -1
}

#about .about-bg .delivery-of-medicines {
    background: url(/images/bg-medicines.png) 50% no-repeat
}

#stock .flickity-enabled {
    position: relative
}

#stock .flickity-enabled .flickity-button {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    position: absolute;
    width: 2rem;
    top: calc(50% - 16px)
}

#stock .flickity-enabled .flickity-button .flickity-button-icon {
    height: 1.25rem;
    width: 1.25rem
}

#stock .flickity-enabled .flickity-button .flickity-button-icon path {
    fill: currentColor;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

#stock .flickity-enabled .previous {
    left: 2px
}

#stock .flickity-enabled .next {
    right: 2px
}

@media(max-width:1100px) {
    #stock .flickity-enabled .next {
        right: 8px
    }
}

#stock .flickity-enabled .flickity-page-dots {
    display: flex;
    justify-content: center;
    height: 1rem;
    padding-top: 1.5rem
}

#stock .flickity-enabled .flickity-page-dots .dot {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 168, 168, var(--tw-bg-opacity));
    border-radius: 9999px;
    height: .5rem;
    margin-right: .5rem;
    width: .5rem
}

#stock .flickity-enabled .flickity-page-dots .is-selected {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 152, 0, var(--tw-bg-opacity))
}

#stock .promo .flickity-page-dots {
    display: none
}

#checkout .promo {
    background-image: url(/images/basket-promo.png)
}

@media(max-width:600px) {
    #checkout .promo {
        background-image: url(/images/bg-wings.png)
    }
}

#checkout input: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

#checkout .payment input~label:after {
    content: "";
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    left: -8px;
    --tw-border-opacity: 1;
    border-color: rgba(168, 168, 168, var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 2px;
    position: absolute
}

#checkout .payment input:checked~label:after {
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity))
}

#checkout .payment input:checked~label {
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

#checkout .payment input:checked~label:before {
    border-radius: 9999px;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    left: -4px
}

#checkout .checkout-form:before,
#checkout .payment input:checked~label:before {
    content: "";
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    position: absolute
}

#checkout .checkout-form:before {
    bottom: -6px;
    left: -6px;
    width: 70%;
    height: 85%;
    border-radius: .5rem;
    z-index: -3
}

.personal-account .promo {
    background: url(/images/bg-wings.png) bottom no-repeat
}

.personal-account input: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

[x-cloak] {
    display: none
}

body {
    font-family: Proxima Nova, serif !important
}

button:focus {
    outline: none
}

input[type=checkbox]:focus {
    box-shadow: none
}

.card-link:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

.two-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.equal-height .flickity-slider {
    height: 100%
}

.up-anchor {
    position: fixed;
    right: 28px;
    bottom: 28px
}

.popup:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 80%;
    height: 90%;
    border-radius: .5rem;
    z-index: -3
}

.flatpickr-day .selected,
.popup:before {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity))
}

.collapse .closed {
    display: block
}

.collapse .opened {
    display: none
}

.collapse .inner {
    transition: height .5s ease
}

.collapse.is-active .closed {
    display: none
}

.collapse.is-active .opened {
    display: block
}

.sidebar>div:first-child .collapse {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

.whitey {
    background: hsla(0, 0%, 93.3%, .56)
}

.whitey-mob {
    background: hsla(0, 0%, 93.3%, .9)
}

.sidebar-mob {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100% - 32px)
}

.sidebar-mob .close {
    top: 4%;
    right: 4%
}

.modals .modal {
    max-height: calc(100% - 100px)
}

.modals .modal:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 75%;
    height: 70%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: .5rem;
    z-index: -3
}

.modals .modal input: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);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

.modals .modal .payment input~label:after {
    content: "";
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    --tw-border-opacity: 1;
    border-color: rgba(168, 168, 168, var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 2px;
    position: absolute;
    left: 0
}

.modals .modal .payment input:checked~label:after {
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity))
}

.modals .modal .payment input:checked~label {
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

.modals .modal .payment input:checked~label:before {
    content: "";
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    border-radius: 9999px;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 4px
}

@media(max-width:400px) {
    .modals .modal .payment input:checked~label:before {
        top: 6px
    }
}

.modals .modal .ss-single-selected {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
    border-style: none
}

.modals .modal .ss-content {
    width: 80%
}

.modals .modal .ss-content .ss-option:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity))
}

.modals .modal .ss-content .ss-option {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(57, 57, 57, var(--tw-text-opacity))
}

.modals .modal .ss-content .ss-search input:focus {
    box-shadow: none
}

.modals .close {
    top: -23px;
    right: -40px
}

@media(max-width:768px) {
    .modals .close {
        top: -30px;
        right: 0
    }
}

.products-card {
    width: 41.666667%
}

@media(max-width:1536px) {
    .products-card {
        width: 50%
    }
}

@media(max-width:1400px) {
    .products-card {
        width: 50% !important
    }
}

@media(max-width:1200px) {
    .products-card {
        width: 60% !important
    }
}

@media(max-width:1024px) {
    .products-card {
        width: 70% !important
    }
}

@media(max-width:912px) {
    .products-card {
        width: 90% !important
    }
}

@media(max-width:768px) {
    .products-card {
        width: 70% !important
    }
}

@media(max-width:600px) {
    .products-card {
        width: 85% !important
    }
}

.product-modal .payment-radio:checked+label {
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

.product-modal .payment-radio:checked+label .radio {
    display: inline;
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity))
}

.product-modal .payment-radio:checked+label .radio:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: .5rem;
    height: .5rem;
    background-color: #ffce12;
    border-radius: 100%;
    transform: translateY(-50%) translateX(50%)
}

.product-modal .scroll::-webkit-scrollbar {
    background: #f5f5f5;
    width: 5px
}

.product-modal .scroll::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 4px
}

.header .nav-button span:nth-child(2n) {
    top: calc(50% - 2px)
}

.header .active-nav-button span:last-child {
    bottom: 10px
}

.header .mobile-menu-bg {
    top: 93px;
    opacity: .7;
    z-index: 30
}

.header .mobile-menu {
    display: flex;
    bottom: -168px;
    z-index: 40;
    opacity: 1
}

@media(max-width:600px) {
    .header .mobile-menu {
        bottom: -228px
    }
}

@media(max-width:480px) {
    .header .mobile-menu {
        bottom: -373px
    }
}

.header .ss-single-selected {
    border: none;
    color: #000
}

.header .ss-main .ss-content {
    border: none
}

.header .ss-main .ss-content .ss-list .ss-option {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.header .ss-main .ss-content .ss-list .ss-option:hover {
    background: #f7f7f7
}

.header .ss-main .ss-content .ss-list .ss-option-selected {
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

.content {
    width: calc(100% - 240px)
}

@media(max-width:1200px) {
    .content {
        width: 100%
    }

    .content .categories {
        width: calc(100% - 47px)
    }
}

.footer .copyright {
    top: 0;
    left: calc(50% - 109px)
}

#contacts .flickity-button,
#dishes .flickity-button,
#establishments .flickity-button {
    --tw-border-opacity: 1;
    border-color: rgba(168, 168, 168, var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 35px;
    height: 35px
}

#contacts .flickity-button .flickity-button-icon,
#dishes .flickity-button .flickity-button-icon,
#establishments .flickity-button .flickity-button-icon {
    width: 13px;
    height: 13px
}

#contacts .flickity-button .flickity-button-icon path,
#dishes .flickity-button .flickity-button-icon path,
#establishments .flickity-button .flickity-button-icon path {
    fill: currentColor;
    --tw-text-opacity: 1;
    color: rgba(168, 168, 168, var(--tw-text-opacity))
}

#contacts .flickity-button .flickity-button-icon path:active,
#dishes .flickity-button .flickity-button-icon path:active,
#establishments .flickity-button .flickity-button-icon path:active {
    fill: currentColor;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

#contacts .flickity-button:active,
#dishes .flickity-button:active,
#establishments .flickity-button:active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(255, 193, 46, var(--tw-border-opacity))
}

#contacts .flickity-button:active path,
#dishes .flickity-button:active path,
#establishments .flickity-button:active path {
    --tw-text-opacity: 1;
    color: rgba(255, 193, 46, var(--tw-text-opacity))
}

#contacts .previous,
#dishes .previous,
#establishments .previous {
    bottom: 8px;
    left: 25%
}

#contacts .next,
#dishes .next,
#establishments .next {
    bottom: 8px;
    right: 25%
}

#contacts .flickity-page-dots,
#dishes .flickity-page-dots,
#establishments .flickity-page-dots {
    display: inline-block;
    padding-top: 20px;
    margin: 0 auto
}

#contacts .flickity-page-dots .dot,
#dishes .flickity-page-dots .dot,
#establishments .flickity-page-dots .dot {
    width: 7px;
    height: 7px;
    --tw-bg-opacity: 1;
    background-color: rgba(168, 168, 168, var(--tw-bg-opacity));
    border-radius: 9999px;
    cursor: pointer;
    display: inline-block;
    margin-left: .375rem;
    margin-right: .375rem
}

#contacts .flickity-page-dots .is-selected,
#dishes .flickity-page-dots .is-selected,
#establishments .flickity-page-dots .is-selected {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity))
}

.cart-link {
    top: 152px;
    right: 20px
}

@media(max-width:1100px) {
    .cart-link {
        top: 92px
    }
}

.yellow-block {
    top: -7px;
    left: -7px;
    width: 80%;
    height: 90%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 193, 46, var(--tw-bg-opacity));
    z-index: -3
}

.bg-card,
.yellow-block {
    position: absolute;
    border-radius: .5rem
}

.bg-card {
    background: hsla(0, 0%, 91.4%, .7);
    justify-content: flex-start;
    height: 100%;
    padding-left: 1rem;
    top: 0;
    left: 0;
    width: 100%
}

.bg-card,
.bg-card p {
    display: flex;
    align-items: center
}

.bg-card p {
    font-size: 24px;
    line-height: 26px;
    flex-direction: column;
    font-weight: 700
}

.scroll-h::-webkit-scrollbar {
    background: #f5f5f5;
    width: 5px
}

.scroll-h::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 4px
}

@media(min-width:1536px) {
    .\35xl\:flex-col {
        flex-direction: column
    }

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

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

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

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

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

    .\35xl\:w-5\/12 {
        width: 41.666667%
    }

    .\35xl\:w-6\/12 {
        width: 50%
    }

    .\35xl\:w-10\/12 {
        width: 83.333333%
    }
}

@media(max-width:1536px) {
    .\34xl\:bg-center {
        background-position: 50%
    }

    .\34xl\:bg-no-repeat {
        background-repeat: no-repeat
    }

    .\34xl\:bg-cover {
        background-size: cover
    }

    .\34xl\:bg-contain {
        background-size: contain
    }

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

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

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

    .\34xl\:mr-5 {
        margin-right: 1.25rem
    }

    .\34xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .\34xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .\34xl\:pr-5 {
        padding-right: 1.25rem
    }

    .\34xl\:pl-5 {
        padding-left: 1.25rem
    }

    .\34xl\:pb-20 {
        padding-bottom: 5rem
    }

    .\34xl\:pt-40 {
        padding-top: 10rem
    }

    .\34xl\:w-9\/12 {
        width: 75%
    }

    .\34xl\:w-10\/12 {
        width: 83.333333%
    }
}

@media(max-width:1400px) {
    .\33\.5xl\:flex-col {
        flex-direction: column
    }

    .\33\.5xl\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

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

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

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

    .\33\.5xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .\33\.5xl\:w-5\/12 {
        width: 41.666667%
    }

    .\33\.5xl\:w-6\/12 {
        width: 50%
    }

    .\33\.5xl\:w-10\/12 {
        width: 83.333333%
    }
}

@media(max-width:1360px) {
    .\33xl\:bg-right {
        background-position: 100%
    }

    .\33xl\:border-none {
        border-style: none
    }

    .\33xl\:flex-col {
        flex-direction: column
    }

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

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

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

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

    .\33xl\:mb-8 {
        margin-bottom: 2rem
    }

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

    .\33xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .\33xl\:pb-0 {
        padding-bottom: 0
    }

    .\33xl\:pr-4 {
        padding-right: 1rem
    }

    .\33xl\:w-42 {
        width: 10.5rem
    }

    .\33xl\:w-3\/12 {
        width: 25%
    }

    .\33xl\:w-5\/12 {
        width: 41.666667%
    }

    .\33xl\:w-7\/12 {
        width: 58.333333%
    }

    .\33xl\:w-9\/12 {
        width: 75%
    }

    .\33xl\:w-11\/12 {
        width: 91.666667%
    }

    .\33xl\:w-full {
        width: 100%
    }
}

@media(max-width:1234px) {
    .\32xl\:flex-col {
        flex-direction: column
    }

    .\32xl\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .\32xl\:flex-wrap {
        flex-wrap: wrap
    }

    .\32xl\:justify-center {
        justify-content: center
    }

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

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

    .\32xl\:mr-0 {
        margin-right: 0
    }

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

    .\32xl\:mb-4 {
        margin-bottom: 1rem
    }

    .\32xl\:mr-5 {
        margin-right: 1.25rem
    }

    .\32xl\:mb-6 {
        margin-bottom: 1.5rem
    }

    .\32xl\:mr-8 {
        margin-right: 2rem
    }

    .\32xl\:mb-8 {
        margin-bottom: 2rem
    }

    .\32xl\:mr-10 {
        margin-right: 2.5rem
    }

    .\32xl\:overflow-x-scroll {
        overflow-x: scroll
    }

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

    .\32xl\:pl-0 {
        padding-left: 0
    }

    .\32xl\:pr-4 {
        padding-right: 1rem
    }

    .\32xl\:pb-4 {
        padding-bottom: 1rem
    }

    .\32xl\:pb-20 {
        padding-bottom: 5rem
    }

    .\32xl\:pb-40 {
        padding-bottom: 10rem
    }

    .\32xl\:pt-44 {
        padding-top: 11rem
    }

    .\32xl\:w-24 {
        width: 6rem
    }

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

    .\32xl\:w-1\/5 {
        width: 20%
    }

    .\32xl\:w-2\/12 {
        width: 16.666667%
    }

    .\32xl\:w-4\/12 {
        width: 33.333333%
    }

    .\32xl\:w-6\/12 {
        width: 50%
    }

    .\32xl\:w-8\/12 {
        width: 66.666667%
    }

    .\32xl\:w-10\/12 {
        width: 83.333333%
    }

    .\32xl\:w-11\/12 {
        width: 91.666667%
    }

    .\32xl\:w-full {
        width: 100%
    }

    .\32xl\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

@media(max-width:1200px) {
    .x\:rounded-none {
        border-radius: 0
    }

    .x\:block {
        display: block
    }

    .x\:hidden {
        display: none
    }

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

    .x\:mb-8 {
        margin-bottom: 2rem
    }

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

    .x\:p-6 {
        padding: 1.5rem
    }

    .x\:pl-4 {
        padding-left: 1rem
    }

    .x\:w-6\/12 {
        width: 50%
    }

    .x\:w-11\/12 {
        width: 91.666667%
    }
}

@media(max-width:1100px) {
    .xl\:bg-right {
        background-position: 100%
    }

    .xl\:bg-auto {
        background-size: auto
    }

    .xl\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 229, 229, var(--tw-border-opacity))
    }

    .xl\:border-r-0 {
        border-right-width: 0
    }

    .xl\:border-l-0 {
        border-left-width: 0
    }

    .xl\:border-r-2 {
        border-right-width: 2px
    }

    .xl\:block {
        display: block
    }

    .xl\:flex {
        display: flex
    }

    .xl\:hidden {
        display: none
    }

    .xl\:flex-col {
        flex-direction: column
    }

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

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

    .xl\:h-32 {
        height: 8rem
    }

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

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

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

    .xl\:mb-0 {
        margin-bottom: 0
    }

    .xl\:ml-0 {
        margin-left: 0
    }

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

    .xl\:mr-8 {
        margin-right: 2rem
    }

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

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

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

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

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

    .xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

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

    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .xl\:pl-0 {
        padding-left: 0
    }

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

    .xl\:pb-16 {
        padding-bottom: 4rem
    }

    .xl\:pt-24 {
        padding-top: 6rem
    }

    .xl\:-bottom-20 {
        bottom: -5rem
    }

    .xl\:w-32 {
        width: 8rem
    }

    .xl\:w-36 {
        width: 9rem
    }

    .xl\:w-72 {
        width: 18rem
    }

    .xl\:w-6\/12 {
        width: 50%
    }

    .xl\:w-7\/12 {
        width: 58.333333%
    }

    .xl\:w-9\/12 {
        width: 75%
    }

    .xl\:w-10\/12 {
        width: 83.333333%
    }

    .xl\:w-11\/12 {
        width: 91.666667%
    }

    .xl\:w-full {
        width: 100%
    }
}

@media(max-width:1024px) {
    .l\:flex-col {
        flex-direction: column
    }

    .l\:justify-center {
        justify-content: center
    }

    .l\:h-36 {
        height: 9rem
    }

    .l\:h-44 {
        height: 11rem
    }

    .l\:h-64 {
        height: 16rem
    }

    .l\:h-80 {
        height: 20rem
    }

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

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

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

    .l\:mr-0 {
        margin-right: 0
    }

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

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

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

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

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

    .l\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

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

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

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

    .l\:pt-24 {
        padding-top: 6rem
    }

    .l\:pb-36 {
        padding-bottom: 9rem
    }

    .l\:w-48 {
        width: 12rem
    }

    .l\:w-96 {
        width: 24rem
    }

    .l\:w-1\/4 {
        width: 25%
    }

    .l\:w-4\/12 {
        width: 33.333333%
    }

    .l\:w-5\/12 {
        width: 41.666667%
    }

    .l\:w-7\/12 {
        width: 58.333333%
    }

    .l\:w-8\/12 {
        width: 66.666667%
    }

    .l\:w-9\/12 {
        width: 75%
    }

    .l\:w-10\/12 {
        width: 83.333333%
    }

    .l\:w-11\/12 {
        width: 91.666667%
    }

    .l\:w-full {
        width: 100%
    }
}

@media(max-width:912px) {
    .md\:bg-right {
        background-position: 100%
    }

    .md\:border-t-0 {
        border-top-width: 0
    }

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

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-col-reverse {
        flex-direction: column-reverse
    }

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

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

    .md\:justify-center {
        justify-content: center
    }

    .md\:h-56 {
        height: 14rem
    }

    .md\:h-80 {
        height: 20rem
    }

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

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

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

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

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

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

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

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

    .md\:leading-none {
        line-height: 1
    }

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

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

    .md\:mr-3 {
        margin-right: .75rem
    }

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

    .md\:mr-4 {
        margin-right: 1rem
    }

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

    .md\:mr-12 {
        margin-right: 3rem
    }

    .md\:mb-12 {
        margin-bottom: 3rem
    }

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

    .md\:p-4 {
        padding: 1rem
    }

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

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

    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

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

    .md\:pr-0 {
        padding-right: 0
    }

    .md\:pl-0 {
        padding-left: 0
    }

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

    .md\:pl-8 {
        padding-left: 2rem
    }

    .md\:pb-12 {
        padding-bottom: 3rem
    }

    .md\:pb-16 {
        padding-bottom: 4rem
    }

    .md\:pt-20 {
        padding-top: 5rem
    }

    .md\:pt-28 {
        padding-top: 7rem
    }

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-36 {
        width: 9rem
    }

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

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-4\/12 {
        width: 33.333333%
    }

    .md\:w-5\/12 {
        width: 41.666667%
    }

    .md\:w-6\/12 {
        width: 50%
    }

    .md\:w-8\/12 {
        width: 66.666667%
    }

    .md\:w-9\/12 {
        width: 75%
    }

    .md\:w-11\/12 {
        width: 91.666667%
    }

    .md\:w-full {
        width: 100%
    }

    .md\:gap-6 {
        gap: 1.5rem
    }

    .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\:col-span-1 {
        grid-column: span 1/span 1
    }

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

@media(max-width:768px) {
    .sm\:bg-right {
        background-position: 100%
    }

    .sm\:bg-top {
        background-position: top
    }

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

    .sm\:bg-cover {
        background-size: cover
    }

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

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

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

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

    .sm\:rounded-t-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

    .sm\:rounded-b-lg {
        border-bottom-right-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

    .sm\:border-none {
        border-style: none
    }

    .sm\:block {
        display: block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-col {
        flex-direction: column
    }

    .sm\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .sm\:flex-wrap {
        flex-wrap: wrap
    }

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

    .sm\:items-center {
        align-items: center
    }

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

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

    .sm\:justify-center {
        justify-content: center
    }

    .sm\:h-6 {
        height: 1.5rem
    }

    .sm\:h-10 {
        height: 2.5rem
    }

    .sm\:h-32 {
        height: 8rem
    }

    .sm\:h-40 {
        height: 10rem
    }

    .sm\:h-96 {
        height: 24rem
    }

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

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

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

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

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

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

    .sm\:text-12xl {
        font-size: 10rem
    }

    .sm\:leading-none {
        line-height: 1
    }

    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .sm\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mr-0 {
        margin-right: 0
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:ml-0 {
        margin-left: 0
    }

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

    .sm\:ml-2 {
        margin-left: .5rem
    }

    .sm\:mr-3 {
        margin-right: .75rem
    }

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

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

    .sm\:ml-4 {
        margin-left: 1rem
    }

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

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

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

    .sm\:ml-6 {
        margin-left: 1.5rem
    }

    .sm\:mb-8 {
        margin-bottom: 2rem
    }

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

    .sm\:ml-10 {
        margin-left: 2.5rem
    }

    .sm\:-mb-12 {
        margin-bottom: -3rem
    }

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

    .sm\:p-6 {
        padding: 1.5rem
    }

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

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

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

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

    .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

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

    .sm\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .sm\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem
    }

    .sm\:pt-0 {
        padding-top: 0
    }

    .sm\:pl-0 {
        padding-left: 0
    }

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

    .sm\:pl-3 {
        padding-left: .75rem
    }

    .sm\:pr-4 {
        padding-right: 1rem
    }

    .sm\:pb-4 {
        padding-bottom: 1rem
    }

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

    .sm\:pb-5 {
        padding-bottom: 1.25rem
    }

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

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

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

    .sm\:pt-16 {
        padding-top: 4rem
    }

    .sm\:pb-16 {
        padding-bottom: 4rem
    }

    .sm\:pl-16 {
        padding-left: 4rem
    }

    .sm\:pt-20 {
        padding-top: 5rem
    }

    .sm\:pb-20 {
        padding-bottom: 5rem
    }

    .sm\:pt-24 {
        padding-top: 6rem
    }

    .sm\:pb-36 {
        padding-bottom: 9rem
    }

    .sm\:pb-48 {
        padding-bottom: 12rem
    }

    .sm\:absolute {
        position: absolute
    }

    .sm\:relative {
        position: relative
    }

    .sm\:top-0 {
        top: 0
    }

    .sm\:left-4 {
        left: 1rem
    }

    .sm\:-top-12 {
        top: -3rem
    }

    .sm\:-bottom-12 {
        bottom: -3rem
    }

    .sm\:-bottom-16 {
        bottom: -4rem
    }

    .sm\:-bottom-24 {
        bottom: -6rem
    }

    .sm\:-right-44 {
        right: -11rem
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:w-6 {
        width: 1.5rem
    }

    .sm\:w-10 {
        width: 2.5rem
    }

    .sm\:w-28 {
        width: 7rem
    }

    .sm\:w-40 {
        width: 10rem
    }

    .sm\:w-64 {
        width: 16rem
    }

    .sm\:w-72 {
        width: 18rem
    }

    .sm\:w-80 {
        width: 20rem
    }

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

    .sm\:w-3\/5 {
        width: 60%
    }

    .sm\:w-9\/12 {
        width: 75%
    }

    .sm\:w-10\/12 {
        width: 83.333333%
    }

    .sm\:w-full {
        width: 100%
    }

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

    .sm\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95
    }

    .sm\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1
    }

    .sm\:translate-y-0 {
        --tw-translate-y: 0px
    }
}

@media(max-width:600px) {
    .xs\:block {
        display: block
    }

    .xs\:flex {
        display: flex
    }

    .xs\:hidden {
        display: none
    }

    .xs\:flex-col {
        flex-direction: column
    }

    .xs\:flex-wrap {
        flex-wrap: wrap
    }

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

    .xs\:items-center {
        align-items: center
    }

    .xs\:justify-center {
        justify-content: center
    }

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

    .xs\:h-36 {
        height: 9rem
    }

    .xs\:h-72 {
        height: 18rem
    }

    .xs\:h-80 {
        height: 20rem
    }

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

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

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

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

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

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

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

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

    .xs\:leading-tight {
        line-height: 1.25
    }

    .xs\:mx-0 {
        margin-left: 0
    }

    .xs\:mr-0,
    .xs\:mx-0 {
        margin-right: 0
    }

    .xs\:mb-0 {
        margin-bottom: 0
    }

    .xs\:ml-0 {
        margin-left: 0
    }

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

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

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

    .xs\:mr-4 {
        margin-right: 1rem
    }

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

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

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

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

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

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

    .xs\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .xs\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

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

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

    .xs\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .xs\:pr-0 {
        padding-right: 0
    }

    .xs\:pl-0 {
        padding-left: 0
    }

    .xs\:pr-1 {
        padding-right: .25rem
    }

    .xs\:pl-3 {
        padding-left: .75rem
    }

    .xs\:pb-4 {
        padding-bottom: 1rem
    }

    .xs\:pr-5 {
        padding-right: 1.25rem
    }

    .xs\:pb-8 {
        padding-bottom: 2rem
    }

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

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

    .xs\:pb-12 {
        padding-bottom: 3rem
    }

    .xs\:pt-20 {
        padding-top: 5rem
    }

    .xs\:pt-24 {
        padding-top: 6rem
    }

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

    .xs\:-bottom-8 {
        bottom: -2rem
    }

    .xs\:-right-16 {
        right: -4rem
    }

    .xs\:-bottom-16 {
        bottom: -4rem
    }

    .xs\:-left-24 {
        left: -6rem
    }

    .xs\:text-center {
        text-align: center
    }

    .xs\:w-24 {
        width: 6rem
    }

    .xs\:w-32 {
        width: 8rem
    }

    .xs\:w-64 {
        width: 16rem
    }

    .xs\:w-auto {
        width: auto
    }

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

    .xs\:w-4\/6 {
        width: 66.666667%
    }

    .xs\:w-5\/6 {
        width: 83.333333%
    }

    .xs\:w-8\/12 {
        width: 66.666667%
    }

    .xs\:w-9\/12 {
        width: 75%
    }

    .xs\:w-10\/12 {
        width: 83.333333%
    }

    .xs\:w-11\/12 {
        width: 91.666667%
    }

    .xs\:w-full {
        width: 100%
    }
}

@media(max-width:480px) {
    .\32xs\:border-0 {
        border-width: 0
    }

    .\32xs\:block {
        display: block
    }

    .\32xs\:inline {
        display: inline
    }

    .\32xs\:flex {
        display: flex
    }

    .\32xs\:hidden {
        display: none
    }

    .\32xs\:flex-col {
        flex-direction: column
    }

    .\32xs\:flex-wrap {
        flex-wrap: wrap
    }

    .\32xs\:items-start {
        align-items: flex-start
    }

    .\32xs\:items-center {
        align-items: center
    }

    .\32xs\:items-baseline {
        align-items: baseline
    }

    .\32xs\:justify-start {
        justify-content: flex-start
    }

    .\32xs\:justify-between {
        justify-content: space-between
    }

    .\32xs\:h-20 {
        height: 5rem
    }

    .\32xs\:h-32 {
        height: 8rem
    }

    .\32xs\:h-72 {
        height: 18rem
    }

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

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

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

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

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

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

    .\32xs\:leading-none {
        line-height: 1
    }

    .\32xs\:mr-0 {
        margin-right: 0
    }

    .\32xs\:mb-1 {
        margin-bottom: .25rem
    }

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

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

    .\32xs\:mb-3 {
        margin-bottom: .75rem
    }

    .\32xs\:mb-4 {
        margin-bottom: 1rem
    }

    .\32xs\:mb-6 {
        margin-bottom: 1.5rem
    }

    .\32xs\:mr-10 {
        margin-right: 2.5rem
    }

    .\32xs\:mb-10 {
        margin-bottom: 2.5rem
    }

    .\32xs\:overflow-scroll {
        overflow: scroll
    }

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

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

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

    .\32xs\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

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

    .\32xs\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

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

    .\32xs\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .\32xs\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .\32xs\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .\32xs\:pr-0 {
        padding-right: 0
    }

    .\32xs\:pb-0 {
        padding-bottom: 0
    }

    .\32xs\:pl-0 {
        padding-left: 0
    }

    .\32xs\:pt-3 {
        padding-top: .75rem
    }

    .\32xs\:pr-3 {
        padding-right: .75rem
    }

    .\32xs\:pr-4 {
        padding-right: 1rem
    }

    .\32xs\:pb-4 {
        padding-bottom: 1rem
    }

    .\32xs\:pl-5 {
        padding-left: 1.25rem
    }

    .\32xs\:pb-6 {
        padding-bottom: 1.5rem
    }

    .\32xs\:pt-10 {
        padding-top: 2.5rem
    }

    .\32xs\:pr-10 {
        padding-right: 2.5rem
    }

    .\32xs\:pb-10 {
        padding-bottom: 2.5rem
    }

    .\32xs\:pl-28 {
        padding-left: 7rem
    }

    .\32xs\:pb-40 {
        padding-bottom: 10rem
    }

    .\32xs\:-bottom-8 {
        bottom: -2rem
    }

    .\32xs\:-left-10 {
        left: -2.5rem
    }

    .\32xs\:text-center {
        text-align: center
    }

    .\32xs\:w-3 {
        width: .75rem
    }

    .\32xs\:w-20 {
        width: 5rem
    }

    .\32xs\:w-32 {
        width: 8rem
    }

    .\32xs\:w-56 {
        width: 14rem
    }

    .\32xs\:w-112 {
        width: 28rem
    }

    .\32xs\:w-128 {
        width: 32rem
    }

    .\32xs\:w-auto {
        width: auto
    }

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

    .\32xs\:w-1\/12 {
        width: 8.333333%
    }

    .\32xs\:w-3\/12 {
        width: 25%
    }

    .\32xs\:w-5\/12 {
        width: 41.666667%
    }

    .\32xs\:w-6\/12 {
        width: 50%
    }

    .\32xs\:w-8\/12 {
        width: 66.666667%
    }

    .\32xs\:w-10\/12 {
        width: 83.333333%
    }

    .\32xs\:w-11\/12 {
        width: 91.666667%
    }

    .\32xs\:w-full {
        width: 100%
    }
}

@media(max-width:400px) {
    .\33xs\:bg-left {
        background-position: 0
    }

    .\33xs\:border-none {
        border-style: none
    }

    .\33xs\:flex-col {
        flex-direction: column
    }

    .\33xs\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .\33xs\:items-start {
        align-items: flex-start
    }

    .\33xs\:justify-center {
        justify-content: center
    }

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

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

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

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

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

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

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

    .\33xs\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

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

    .\33xs\:mb-0 {
        margin-bottom: 0
    }

    .\33xs\:mb-1 {
        margin-bottom: .25rem
    }

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

    .\33xs\:mb-3 {
        margin-bottom: .75rem
    }

    .\33xs\:mb-4 {
        margin-bottom: 1rem
    }

    .\33xs\:mb-6 {
        margin-bottom: 1.5rem
    }

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

    .\33xs\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .\33xs\:pl-0 {
        padding-left: 0
    }

    .\33xs\:pr-3 {
        padding-right: .75rem
    }

    .\33xs\:pl-3 {
        padding-left: .75rem
    }

    .\33xs\:pt-10 {
        padding-top: 2.5rem
    }

    .\33xs\:-left-6 {
        left: -1.5rem
    }

    .\33xs\:-top-11 {
        top: -2.75rem
    }

    .\33xs\:-bottom-20 {
        bottom: -5rem
    }

    .\33xs\:-right-36 {
        right: -9rem
    }

    .\33xs\:text-justify {
        text-align: justify
    }

    .\33xs\:w-52 {
        width: 13rem
    }

    .\33xs\:w-72 {
        width: 18rem
    }

    .\33xs\:w-80 {
        width: 20rem
    }

    .\33xs\:w-5\/12 {
        width: 41.666667%
    }

    .\33xs\:w-7\/12 {
        width: 58.333333%
    }

    .\33xs\:w-10\/12 {
        width: 83.333333%
    }

    .\33xs\:w-11\/12 {
        width: 91.666667%
    }

    .\33xs\:w-full {
        width: 100%
    }
}

@media(max-width:365px) {
    .s\:flex {
        display: flex
    }

    .s\:flex-col {
        flex-direction: column
    }

    .s\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .s\:items-center {
        align-items: center
    }

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

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

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

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

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

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

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

    .s\:text-9xl {
        font-size: 8rem;
        line-height: 1
    }

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

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

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

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

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

    .s\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .s\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .s\:pr-0 {
        padding-right: 0
    }

    .s\:pl-0 {
        padding-left: 0
    }

    .s\:pt-24 {
        padding-top: 6rem
    }

    .s\:pr-28 {
        padding-right: 7rem
    }

    .s\:w-24 {
        width: 6rem
    }

    .s\:w-32 {
        width: 8rem
    }

    .s\:w-5\/12 {
        width: 41.666667%
    }

    .s\:w-7\/12 {
        width: 58.333333%
    }

    .s\:w-8\/12 {
        width: 66.666667%
    }

    .s\:w-full {
        width: 100%
    }
}

.foto6 {
    object-fit: cover;
    width: 300px;
    height: 304px;
}

.inp_style {
    /* border: 1px solid rgba(0, 0, 0, 0.1) !important; */
    font-size: 15px;
    font-weight: 500;
}

.form_div {
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 32px 36px;
    align-items: flex-start;
    gap: 36px;
}

.courier__form-content {
    width: 100% !important;
    display: flex;

}

.courier__form-part {
    padding-left: 15px;
}

/* .courier__form-order{
    flex-direction: column;
} */
.courier__header-description {
    color: #828282;
    font-weight: 500;
    font-size: 18px;
    /* margin-bottom: 171px; */
}