/* Tailwind */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

button,
select {
    text-transform: none;
}

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

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

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

:-moz-focusring {
    outline: auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
    display: list-item;
}

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
    cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}

* {
    scrollbar-color: initial;
    scrollbar-width: initial;
}

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

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

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

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

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

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

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

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

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

.top-16 {
    top: 4rem;
}

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

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

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

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

.z-\[1\] {
    z-index: 1;
}

.z-\[2\] {
    z-index: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
    display: block;
}

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

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-10 {
    height: 2.5rem;
}

.h-24 {
    height: 6rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-56 {
    height: 14rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

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

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

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

.w-1\/4 {
    width: 25%;
}

.w-10 {
    width: 2.5rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-32 {
    width: 8rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-64 {
    width: 16rem;
}

.w-7 {
    width: 1.75rem;
}

.w-72 {
    width: 18rem;
}

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

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

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

.w-\[90vw\] {
    width: 90vw;
}

.w-auto {
    width: auto;
}

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

.w-full {
    width: 100%;
}

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

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

.max-w-sm {
    max-width: 24rem;
}

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

.flex-none {
    flex: none;
}

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

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

.flex-grow {
    flex-grow: 1;
}

.flex-grow-0 {
    flex-grow: 0;
}

.grow {
    flex-grow: 1;
}

.origin-center {
    transform-origin: center;
}

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

.cursor-pointer {
    cursor: pointer;
}

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

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

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

.grid-cols-\[auto_8px_1fr\] {
    grid-template-columns: auto 8px 1fr;
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

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

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

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

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

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

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

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

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

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

.divide-grey-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-divide-opacity, 1));
}

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

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

.whitespace-nowrap {
    white-space: nowrap;
}

.break-words {
    overflow-wrap: break-word;
}

.rounded {
    border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.rounded-tl {
    border-top-left-radius: 0.25rem;
}

.rounded-tr {
    border-top-right-radius: 0.25rem;
}

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

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

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

.border-blue {
    --tw-border-opacity: 1;
    border-color: rgb(45 167 199 / var(--tw-border-opacity, 1));
}

.border-grey-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-grey-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.border-grey-500 {
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.border-sky {
    --tw-border-opacity: 1;
    border-color: rgb(177 219 239 / var(--tw-border-opacity, 1));
}

.border-opacity-30 {
    --tw-border-opacity: 0.3;
}

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

.bg-\[\#092274\] {
    --tw-bg-opacity: 1;
    background-color: rgb(9 34 116 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#23409B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(35 64 155 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
}

.bg-grey-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-grey-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-grey-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

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

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

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

.from-\[\#105BAA\] {
    --tw-gradient-from: #105baa var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(16 91 170 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#209DE0\] {
    --tw-gradient-from: #209de0 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 157 224 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#23409B\] {
    --tw-gradient-from: #23409b var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(35 64 155 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#092274\] {
    --tw-gradient-to: #092274 var(--tw-gradient-to-position);
}

.to-\[\#105BAA\] {
    --tw-gradient-to: #105baa var(--tw-gradient-to-position);
}

.to-\[\#209DE0\] {
    --tw-gradient-to: #209de0 var(--tw-gradient-to-position);
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

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

.fill-current {
    fill: currentColor;
}

.stroke-blue {
    stroke: #2da7c7;
}

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

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

.p-1 {
    padding: 0.25rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-64 {
    padding-bottom: 16rem;
}

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

.pb-\[24px\] {
    padding-bottom: 24px;
}

.pb-\[64px\] {
    padding-bottom: 64px;
}

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

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

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

.pr-3 {
    padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.\!font-standard {
    font-family: Inter, sans-serif !important;
}

.font-heading {
    font-family: Yantramanav, sans-serif;
}

.\!text-base {
    font-size: 15.5px !important;
    line-height: 26px !important;
}

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

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

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

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

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

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

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

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

.text-base {
    font-size: 15.5px;
    line-height: 26px;
}

.text-base-mobile {
    font-size: 14.5px;
    line-height: 23px;
}

.text-caption-mobile {
    font-size: 13px;
    line-height: 20px;
}

.text-disclaimer-mobile {
    font-size: 12px;
    line-height: 18px;
}

.text-h2 {
    font-size: 36px;
    line-height: 40px;
}

.text-h3 {
    font-size: 28px;
    line-height: 34px;
}

.text-h4 {
    font-size: 22px;
    line-height: 26px;
}

.text-h5 {
    font-size: 18px;
    line-height: 24px;
}

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

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

.italic {
    font-style: italic;
}

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

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

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

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

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

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

.tracking-normal {
    letter-spacing: 0;
}

.text-\[\#8B8B8B\] {
    --tw-text-opacity: 1;
    color: rgb(139 139 139 / var(--tw-text-opacity, 1));
}

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

.text-black-light {
    --tw-text-opacity: 1;
    color: rgb(58 58 58 / var(--tw-text-opacity, 1));
}

.text-blue {
    --tw-text-opacity: 1;
    color: rgb(45 167 199 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-dark {
    --tw-text-opacity: 1;
    color: rgb(34 127 150 / var(--tw-text-opacity, 1));
}

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

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

.text-grey-800 {
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-navy {
    --tw-text-opacity: 1;
    color: rgb(16 49 65 / var(--tw-text-opacity, 1));
}

.text-navy-dark {
    --tw-text-opacity: 1;
    color: rgb(8 24 33 / var(--tw-text-opacity, 1));
}

.text-navy-light {
    --tw-text-opacity: 1;
    color: rgb(24 73 98 / var(--tw-text-opacity, 1));
}

.text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

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

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

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

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-\[0\.8\] {
    opacity: 0.8;
}

.shadow-\[8px_10px_36px_0px_rgba\(21\2c 21\2c 21\2c 0\.07\)\] {
    --tw-shadow: 8px 10px 36px 0px rgba(21, 21, 21, 0.07);
    --tw-shadow-colored: 8px 10px 36px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[8px_10px_36px_rgba\(21\2c 21\2c 21\2c 0\.07\)\] {
    --tw-shadow: 8px 10px 36px rgba(21, 21, 21, 0.07);
    --tw-shadow-colored: 8px 10px 36px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.transition-colors {
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

.duration-200 {
    transition-duration: 200ms;
}

.duration-300 {
    transition-duration: 300ms;
}

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

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

.scrollbar {
    --scrollbar-track: initial;
    --scrollbar-thumb: initial;
    scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
    overflow: overlay;
}

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

.scrollbar.overflow-y-hidden {
    overflow-y: hidden;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track);
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
}

.scrollbar {
    scrollbar-width: auto;
}

.scrollbar::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

.scrollbar-thin.overflow-x-hidden {
    overflow-x: hidden;
}

.scrollbar-track-transparent {
    --scrollbar-track: transparent !important;
}

.scrollbar-thumb-grey-300 {
    --scrollbar-thumb: #cbd5e1 !important;
}

/* Vendor files */

/* ===============================
=            Choices            =
=============================== */

.choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px;
}

.choices:focus {
    outline: none;
}

.choices:last-child {
    margin-bottom: 0;
}

.choices.is-open {
    overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.choices [hidden] {
    display: none !important;
}

.choices[data-type*="select-one"] {
    cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.25;
}

.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
    opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*="select-one"]
    .choices__item[data-value=""]
    .choices__button {
    display: none;
}

.choices[data-type*="select-one"]::after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}

.choices[data-type*="select-one"].is-open::after {
    border-color: transparent transparent #333 transparent;
    margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]::after {
    left: 11.5px;
    right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
}

.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
    opacity: 1;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7;
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
    visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
    border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
    text-align: right;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable,
    .choices__list[aria-expanded] .choices__item--selectable {
        padding-right: 100px;
    }

    .choices__list--dropdown .choices__item--selectable::after,
    .choices__list[aria-expanded] .choices__item--selectable::after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable,
    [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable::after,
    [dir="rtl"]
        .choices__list[aria-expanded]
        .choices__item--selectable::after {
        right: auto;
        left: 10px;
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
    opacity: 0.5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.5;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.choices__button:focus {
    outline: none;
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}

.choices__input:focus {
    outline: 0;
}

.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
    display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}

.choices__placeholder {
    opacity: 0.5;
}

/* =====  End of Choices  ====== */

.button {
    position: relative;
    display: inline-block;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    cursor: pointer;
    border-radius: 0.375rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-decoration-line: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    /* Default colors */
    --tw-bg-opacity: 1;
    background-color: rgb(34 127 150 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(45 167 199 / var(--tw-bg-opacity, 1));
}

.button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(82 168 56 / var(--tw-bg-opacity, 1));
}

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

.button:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(108 197 81 / var(--tw-bg-opacity, 1));
}

.button {
    /* Font weight */
    font-weight: 700;
    &.button-outlined {
        border-width: 1px;
    }
    &.button-outlined {
        --tw-border-opacity: 1;
        border-color: rgb(34 127 150 / var(--tw-border-opacity, 1));
    }
    &.button-outlined {
        background-color: transparent;
    }
    &.button-outlined {
        --tw-text-opacity: 1;
        color: rgb(34 127 150 / var(--tw-text-opacity, 1));
    }
    &.button-outlined:is(.dark *) {
        --tw-border-opacity: 1;
        border-color: rgb(45 167 199 / var(--tw-border-opacity, 1));
    }
    &.button-outlined:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(45 167 199 / var(--tw-text-opacity, 1));
    }
    &.button-outlined {
        &:hover {
            --tw-border-opacity: 1;
            border-color: rgb(82 168 56 / var(--tw-border-opacity, 1));
        }
        &:hover {
            background-color: transparent;
        }
        &:hover {
            --tw-text-opacity: 1;
            color: rgb(82 168 56 / var(--tw-text-opacity, 1));
        }
        &:hover:is(.dark *) {
            --tw-border-opacity: 1;
            border-color: rgb(108 197 81 / var(--tw-border-opacity, 1));
        }
        &:hover:is(.dark *) {
            --tw-text-opacity: 1;
            color: rgb(108 197 81 / var(--tw-text-opacity, 1));
        }
    }
}

.sidebar-menu > ul > li {
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    &:first-child {
        margin-top: 0px;
    }
    & > span {
        display: block;
    }
    & > span {
        font-weight: 600;
    }
    & > span {
        --tw-text-opacity: 1;
        color: rgb(16 49 65 / var(--tw-text-opacity, 1));
    }
    & > span:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    ul {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
    ul {
        border-left-width: 1px;
    }
    ul {
        --tw-border-opacity: 1;
        border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
    }
    ul:is(.dark *) {
        --tw-border-opacity: 1;
        border-color: rgb(24 73 98 / var(--tw-border-opacity, 1));
    }
    ul {
        & > li {
            margin-left: -1px;
        }
        & > li {
            border-left-width: 1px;
        }
        & > li {
            border-color: transparent;
        }
        & > li {
            padding-left: 1rem;
        }
        & > li {
            &:hover {
                border-left-width: 1px;
            }
            &:hover {
                --tw-border-opacity: 1;
                border-color: rgb(82 168 56 / var(--tw-border-opacity, 1));
            }
            &:hover:is(.dark *) {
                --tw-border-opacity: 1;
                border-color: rgb(108 197 81 / var(--tw-border-opacity, 1));
            }
            &.active {
                border-left-width: 4px;
            }
            &.active {
                --tw-border-opacity: 1;
                border-color: rgb(45 167 199 / var(--tw-border-opacity, 1));
            }
            &.active {
                padding-left: 0.75rem;
            }
            &.active {
                --tw-text-opacity: 1;
                color: rgb(45 167 199 / var(--tw-text-opacity, 1));
            }
            a,
            span {
                display: block;
            }
            a:hover,
            span:hover {
                --tw-text-opacity: 1;
                color: rgb(108 197 81 / var(--tw-text-opacity, 1));
            }
            a:hover:is(.dark *),
            span:hover:is(.dark *) {
                --tw-text-opacity: 1;
                color: rgb(82 168 56 / var(--tw-text-opacity, 1));
            }
            &[data-collapsible][data-collapsed="true"] {
                & > ul {
                    display: none;
                }
            }
            a.external-link {
                opacity: 0.8;
            }
            a.external-link {
                &::after {
                    content: "\f08e";
                    font-family: "Icon Font";
                }
                &::after {
                    position: relative;
                }
                &::after {
                    top: -0.25rem;
                }
                &::after {
                    display: inline-block;
                }
                &::after {
                    padding-left: 2px;
                }
                &::after {
                    font-size: 13px;
                    line-height: 20px;
                }
                &::after {
                    opacity: 0.5;
                }
                @media (min-width: 1024px) {
                    &::after {
                        font-size: 14px;
                        line-height: 22px;
                    }
                }
            }
        }
    }
}

.toc-menu > div > ul {
    li {
        overflow-wrap: break-word;
    }
    li {
        &.active > a {
            --tw-text-opacity: 1;
            color: rgb(45 167 199 / var(--tw-text-opacity, 1));
        }
        &.active > a > span.type {
            --tw-bg-opacity: 1;
            background-color: rgb(45 167 199 / var(--tw-bg-opacity, 1));
        }
        &.active > a > span.type {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
        a:hover {
            --tw-text-opacity: 1;
            color: rgb(108 197 81 / var(--tw-text-opacity, 1));
        }
        a:hover:is(.dark *) {
            --tw-text-opacity: 1;
            color: rgb(82 168 56 / var(--tw-text-opacity, 1));
        }
    }
    & > li {
        margin-top: 0.75rem;
    }
    & > li {
        line-height: 22px;
    }
    & > li > ul {
        margin-left: 1.5rem;
    }
    & > li > ul {
        margin-top: 0.5rem;
    }
    & > li > ul {
        li {
            margin-top: 6px;
        }
        li {
            font-size: 13px;
            line-height: 20px;
        }
        li {
            line-height: 18px;
        }
        @media (min-width: 1024px) {
            li {
                font-size: 14px;
                line-height: 22px;
            }
        }
    }
}

.toc-menu > div > ul:first-of-type {
    margin-top: 0px;
    & > li:first-child {
        margin-top: 0px;
    }
}

.heading {
    &-display {
        font-family: Yantramanav, sans-serif;
    }
    &-display {
        font-size: 44px;
        line-height: 48px;
    }
    &-display {
        font-weight: 700;
    }
    &-display {
        letter-spacing: -0.25px;
    }
    @media (min-width: 1024px) {
        &-display {
            font-size: 56px;
            line-height: 62px;
        }
    }
    @media (min-width: 1024px) {
        &-display {
            font-weight: 400;
        }
    }
    @media (min-width: 1024px) {
        &-display {
            letter-spacing: -0.5px;
        }
    }
    &-1 {
        font-family: Yantramanav, sans-serif;
    }
    &-1 {
        font-size: 36px;
        line-height: 40px;
    }
    &-1 {
        font-weight: 300;
    }
    &-1 {
        letter-spacing: 0;
    }
    @media (min-width: 1024px) {
        &-1 {
            font-size: 44px;
            line-height: 48px;
        }
    }
    @media (min-width: 1024px) {
        &-1 {
            letter-spacing: -0.25px;
        }
    }
    &-2 {
        font-family: Yantramanav, sans-serif;
    }
    &-2 {
        font-size: 28px;
        line-height: 34px;
    }
    &-2 {
        font-weight: 300;
    }
    @media (min-width: 1024px) {
        &-2 {
            font-size: 36px;
            line-height: 40px;
        }
    }
    &-3 {
        font-family: Yantramanav, sans-serif;
    }
    &-3 {
        font-size: 22px;
        line-height: 26px;
    }
    &-3 {
        font-weight: 400;
    }
    @media (min-width: 1024px) {
        &-3 {
            font-size: 28px;
            line-height: 34px;
        }
    }
    &-4 {
        font-size: 18px;
        line-height: 24px;
    }
    &-4 {
        font-weight: 700;
    }
    @media (min-width: 1024px) {
        &-4 {
            font-size: 22px;
            line-height: 26px;
        }
    }
    &-5 {
        font-size: 16px;
        line-height: 22px;
    }
    &-5 {
        font-weight: 700;
    }
    @media (min-width: 1024px) {
        &-5 {
            font-size: 18px;
            line-height: 24px;
        }
    }
    &-6 {
        font-size: 16px;
        line-height: 22px;
    }
    &-6 {
        font-weight: 700;
    }
}

.rich-content {
    a {
        --tw-text-opacity: 1;
        color: rgb(45 167 199 / var(--tw-text-opacity, 1));
    }
    a {
        text-decoration-line: underline;
    }
    a {
        text-underline-offset: 4px;
    }
    a {
        transition-property: color, background-color, border-color,
            text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
    a:hover {
        --tw-text-opacity: 1;
        color: rgb(82 168 56 / var(--tw-text-opacity, 1));
    }
    a:hover:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(108 197 81 / var(--tw-text-opacity, 1));
    }
    a {
        &.code-link {
            text-decoration-line: none;
        }
        &.code-link {
            code {
                --tw-text-opacity: 1;
                color: rgb(45 167 199 / var(--tw-text-opacity, 1));
            }
            code {
                transition-property: color, background-color, border-color,
                    text-decoration-color, fill, stroke;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
            }
            code:hover {
                --tw-text-opacity: 1;
                color: rgb(82 168 56 / var(--tw-text-opacity, 1));
            }
            code:hover:is(.dark *) {
                --tw-text-opacity: 1;
                color: rgb(108 197 81 / var(--tw-text-opacity, 1));
            }
        }
        &.external-link {
            &::after {
                content: "\f08e";
                font-family: "Icon Font";
            }
            &::after {
                position: relative;
            }
            &::after {
                top: -0.25rem;
            }
            &::after {
                display: inline-block;
            }
            &::after {
                padding-left: 2px;
            }
            &::after {
                font-size: 13px;
                line-height: 20px;
            }
            &::after {
                opacity: 0.5;
            }
            @media (min-width: 1024px) {
                &::after {
                    font-size: 14px;
                    line-height: 22px;
                }
            }
        }
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .heading-1,
    .heading-2,
    .heading-3,
    .heading-4,
    .heading-5,
    .heading-6 {
        position: relative;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .heading-1,
    .heading-2,
    .heading-3,
    .heading-4,
    .heading-5,
    .heading-6 {
        margin-top: 2rem;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .heading-1,
    .heading-2,
    .heading-3,
    .heading-4,
    .heading-5,
    .heading-6 {
        &:first-child {
            margin-top: 0px;
        }
        .heading-permalink {
            position: absolute;
        }
        .heading-permalink {
            left: -1.5rem;
        }
        .heading-permalink {
            margin-top: -1.5rem;
        }
        .heading-permalink {
            width: 1.25rem;
        }
        .heading-permalink {
            padding-top: 1.5rem;
        }
        .heading-permalink {
            text-align: right;
        }
        .heading-permalink {
            --tw-text-opacity: 1;
            color: rgb(34 127 150 / var(--tw-text-opacity, 1));
        }
        .heading-permalink {
            opacity: 1;
        }
        .heading-permalink {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }
        .heading-permalink:hover {
            --tw-text-opacity: 1;
            color: rgb(82 168 56 / var(--tw-text-opacity, 1));
        }
        .heading-permalink:is(.dark *) {
            --tw-text-opacity: 1;
            color: rgb(45 167 199 / var(--tw-text-opacity, 1));
        }
        .heading-permalink:hover:is(.dark *) {
            --tw-text-opacity: 1;
            color: rgb(108 197 81 / var(--tw-text-opacity, 1));
        }
        @media (min-width: 1024px) {
            .heading-permalink {
                left: -1.5rem;
            }
        }
        @media (min-width: 1024px) {
            .heading-permalink {
                width: 1.5rem;
            }
        }
        @media (min-width: 1024px) {
            .heading-permalink {
                text-align: center;
            }
        }
        @media (min-width: 1024px) {
            .heading-permalink {
                opacity: 0;
            }
        }
        &:hover .heading-permalink,
        &:focus .heading-permalink {
            opacity: 1;
        }
    }
    h1,
    .heading-1 {
        margin-bottom: 2rem;
    }
    h2,
    .heading-2 {
        margin-bottom: 2rem;
    }
    h2,
    .heading-2 {
        border-bottom-width: 1px;
    }
    h2,
    .heading-2 {
        --tw-border-opacity: 1;
        border-color: rgb(177 219 239 / var(--tw-border-opacity, 1));
    }
    h2,
    .heading-2 {
        padding-top: 1.25rem;
    }
    h2,
    .heading-2 {
        padding-bottom: 1rem;
    }
    h2:is(.dark *),
    .heading-2:is(.dark *) {
        --tw-border-opacity: 1;
        border-color: rgb(24 73 98 / var(--tw-border-opacity, 1));
    }
    @media (min-width: 1024px) {
        h2,
        .heading-2 {
            padding-top: 2.5rem;
        }
    }
    h3,
    .heading-3 {
        margin-bottom: 2rem;
    }
    h3,
    .heading-3 {
        padding-top: 0.75rem;
    }
    @media (min-width: 1024px) {
        h3,
        .heading-3 {
            padding-top: 1rem;
        }
    }
    h4,
    .heading-4 {
        margin-bottom: 2rem;
    }
    h4,
    .heading-4 {
        padding-top: 0.5rem;
    }
    p {
        margin-top: 1rem;
    }
    p {
        &:first-of-type {
            margin-top: 0px;
        }
    }
    ul,
    ol {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    ul,
    ol {
        padding-left: 2rem;
    }
    ol > li {
        list-style-type: decimal;
    }
    ol > li {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    ul > li {
        list-style-type: disc;
    }
    ul > li {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    ul > li > ul,
    ul > li > ol,
    ol > li > ul ol > li > ol {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    h1,
    h1 > a,
    .heading-1 {
        font-family: Yantramanav, sans-serif;
    }
    h1,
    h1 > a,
    .heading-1 {
        font-size: 36px;
        line-height: 40px;
    }
    h1,
    h1 > a,
    .heading-1 {
        font-weight: 300;
    }
    h1,
    h1 > a,
    .heading-1 {
        letter-spacing: 0;
    }
    h1,
    h1 > a,
    .heading-1 {
        --tw-text-opacity: 1;
        color: rgb(8 24 33 / var(--tw-text-opacity, 1));
    }
    h1,
    h1 > a,
    .heading-1 {
        text-decoration-line: none;
    }
    h1:is(.dark *),
    h1 > a:is(.dark *),
    .heading-1:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1024px) {
        h1,
        h1 > a,
        .heading-1 {
            font-size: 44px;
            line-height: 48px;
        }
    }
    @media (min-width: 1024px) {
        h1,
        h1 > a,
        .heading-1 {
            letter-spacing: -0.25px;
        }
    }
    h2,
    h2 > a,
    .heading-2 {
        font-family: Yantramanav, sans-serif;
    }
    h2,
    h2 > a,
    .heading-2 {
        font-size: 28px;
        line-height: 34px;
    }
    h2,
    h2 > a,
    .heading-2 {
        font-weight: 300;
    }
    h2,
    h2 > a,
    .heading-2 {
        --tw-text-opacity: 1;
        color: rgb(8 24 33 / var(--tw-text-opacity, 1));
    }
    h2,
    h2 > a,
    .heading-2 {
        text-decoration-line: none;
    }
    h2:is(.dark *),
    h2 > a:is(.dark *),
    .heading-2:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1024px) {
        h2,
        h2 > a,
        .heading-2 {
            font-size: 36px;
            line-height: 40px;
        }
    }
    h3,
    h3 > a,
    .heading-3 {
        font-family: Yantramanav, sans-serif;
    }
    h3,
    h3 > a,
    .heading-3 {
        font-size: 22px;
        line-height: 26px;
    }
    h3,
    h3 > a,
    .heading-3 {
        font-weight: 300;
    }
    h3,
    h3 > a,
    .heading-3 {
        --tw-text-opacity: 1;
        color: rgb(8 24 33 / var(--tw-text-opacity, 1));
    }
    h3,
    h3 > a,
    .heading-3 {
        text-decoration-line: none;
    }
    h3:is(.dark *),
    h3 > a:is(.dark *),
    .heading-3:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1024px) {
        h3,
        h3 > a,
        .heading-3 {
            font-size: 28px;
            line-height: 34px;
        }
    }
    h4,
    h4 > a,
    .heading-4 {
        font-size: 18px;
        line-height: 24px;
    }
    h4,
    h4 > a,
    .heading-4 {
        font-weight: 700;
    }
    h4,
    h4 > a,
    .heading-4 {
        --tw-text-opacity: 1;
        color: rgb(8 24 33 / var(--tw-text-opacity, 1));
    }
    h4,
    h4 > a,
    .heading-4 {
        text-decoration-line: none;
    }
    h4:is(.dark *),
    h4 > a:is(.dark *),
    .heading-4:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1024px) {
        h4,
        h4 > a,
        .heading-4 {
            font-size: 22px;
            line-height: 26px;
        }
    }
    h5,
    h5 > a,
    .heading-5 {
        font-size: 16px;
        line-height: 22px;
    }
    h5,
    h5 > a,
    .heading-5 {
        font-weight: 700;
    }
    h5,
    h5 > a,
    .heading-5 {
        --tw-text-opacity: 1;
        color: rgb(8 24 33 / var(--tw-text-opacity, 1));
    }
    h5,
    h5 > a,
    .heading-5 {
        text-decoration-line: none;
    }
    h5:is(.dark *),
    h5 > a:is(.dark *),
    .heading-5:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1024px) {
        h5,
        h5 > a,
        .heading-5 {
            font-size: 18px;
            line-height: 24px;
        }
    }
    h6,
    h6 > a,
    .heading-6 {
        font-size: 16px;
        line-height: 22px;
    }
    h6,
    h6 > a,
    .heading-6 {
        font-weight: 700;
    }
    h6,
    h6 > a,
    .heading-6 {
        --tw-text-opacity: 1;
        color: rgb(8 24 33 / var(--tw-text-opacity, 1));
    }
    h6,
    h6 > a,
    .heading-6 {
        text-decoration-line: none;
    }
    h6:is(.dark *),
    h6 > a:is(.dark *),
    .heading-6:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    pre {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    pre {
        --tw-bg-opacity: 1;
        background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
    }
    pre {
        padding: 1.5rem;
    }
    pre:is(.dark *) {
        --tw-bg-opacity: 1;
        background-color: rgb(5 16 22 / var(--tw-bg-opacity, 1));
    }
    pre {
        code {
            margin-left: 0px;
            margin-right: 0px;
        }
        code {
            border-radius: 0px;
        }
        code {
            background-color: transparent;
        }
        code {
            padding: 0px;
        }
        code {
            font-family: Cousine, monospace;
        }
        code {
            --tw-text-opacity: 1;
            color: rgb(51 65 85 / var(--tw-text-opacity, 1));
        }
        code:is(.dark *) {
            --tw-text-opacity: 1;
            color: rgb(226 232 240 / var(--tw-text-opacity, 1));
        }
    }
    code {
        margin-left: 1px;
        margin-right: 1px;
    }
    code {
        border-radius: 0.375rem;
    }
    code {
        --tw-bg-opacity: 1;
        background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
    }
    code {
        padding: 0.25rem;
    }
    code {
        font-family: Cousine, monospace;
    }
    code {
        font-size: 15px;
        line-height: 22px;
    }
    code {
        --tw-text-opacity: 1;
        color: rgb(214 104 41 / var(--tw-text-opacity, 1));
    }
    code:is(.dark *) {
        --tw-bg-opacity: 1;
        background-color: rgb(5 16 22 / var(--tw-bg-opacity, 1));
    }
    code:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(222 135 84 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1024px) {
        code {
            font-size: 16px;
            line-height: 24px;
        }
    }
    .code-toolbar > .toolbar {
        top: 0.25rem;
    }
    .code-toolbar > .toolbar {
        right: 0.25rem;
    }
    .code-toolbar > .toolbar {
        display: flex;
    }
    .code-toolbar > .toolbar {
        flex-direction: row;
    }
    .code-toolbar > .toolbar {
        gap: 0.5rem;
    }
    @media (hover: none) {
        .code-toolbar > .toolbar {
            position: relative;
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar {
            top: 0px;
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar {
            left: 0px;
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar {
            margin-top: -2rem;
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar {
            margin-bottom: 2rem;
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar {
            justify-content: flex-end;
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar {
            --tw-bg-opacity: 1;
            background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar {
            --tw-bg-opacity: 0.2;
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar {
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar {
            opacity: 1 !important;
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar:is(.dark *) {
            --tw-bg-opacity: 1;
            background-color: rgb(24 73 98 / var(--tw-bg-opacity, 1));
        }
    }
    @media (hover: none) {
        .code-toolbar > .toolbar:is(.dark *) {
            --tw-bg-opacity: 0.2;
        }
    }
    .code-toolbar > .toolbar {
        & > .toolbar-item > a,
        & > .toolbar-item > span,
        & > .toolbar-item > button {
            display: inline-block;
        }
        & > .toolbar-item > a,
        & > .toolbar-item > span,
        & > .toolbar-item > button {
            cursor: pointer;
        }
        & > .toolbar-item > a,
        & > .toolbar-item > span,
        & > .toolbar-item > button {
            border-radius: 0.5rem;
        }
        & > .toolbar-item > a,
        & > .toolbar-item > span,
        & > .toolbar-item > button {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }
        & > .toolbar-item > a,
        & > .toolbar-item > span,
        & > .toolbar-item > button {
            padding-top: 1px;
            padding-bottom: 1px;
        }
        & > .toolbar-item > a,
        & > .toolbar-item > span,
        & > .toolbar-item > button {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }
        & > .toolbar-item > a,
        & > .toolbar-item > span,
        & > .toolbar-item > button {
            font-size: 12px;
            line-height: 18px;
        }
        & > .toolbar-item > a,
        & > .toolbar-item > span,
        & > .toolbar-item > button {
            --tw-text-opacity: 1;
            color: rgb(71 85 105 / var(--tw-text-opacity, 1));
        }
        & > .toolbar-item > a:is(.dark *),
        & > .toolbar-item > span:is(.dark *),
        & > .toolbar-item > button:is(.dark *) {
            --tw-bg-opacity: 1;
            background-color: rgb(16 49 65 / var(--tw-bg-opacity, 1));
        }
        & > .toolbar-item > a:is(.dark *),
        & > .toolbar-item > span:is(.dark *),
        & > .toolbar-item > button:is(.dark *) {
            --tw-text-opacity: 1;
            color: rgb(148 163 184 / var(--tw-text-opacity, 1));
        }
        @media (min-width: 1024px) {
            & > .toolbar-item > a,
            & > .toolbar-item > span,
            & > .toolbar-item > button {
                font-size: 13px;
                line-height: 20px;
            }
        }
        & > .toolbar-item > a,
        & > .toolbar-item > span,
        & > .toolbar-item > button {
            box-shadow: none;
        }
        & > .toolbar-item > span {
            cursor: default;
        }
        & > .toolbar-item > span {
            opacity: 0.6;
        }
        & > .toolbar-item > a,
        & > .toolbar-item > button {
            transition-property: color, background-color, border-color,
                text-decoration-color, fill, stroke;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }
        & > .toolbar-item > a:hover,
        & > .toolbar-item > button:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
        }
        & > .toolbar-item > a:hover:is(.dark *),
        & > .toolbar-item > button:hover:is(.dark *) {
            --tw-bg-opacity: 1;
            background-color: rgb(24 73 98 / var(--tw-bg-opacity, 1));
        }
    }
    blockquote {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    blockquote {
        border-radius: 0.375rem;
    }
    blockquote {
        --tw-bg-opacity: 1;
        background-color: rgb(221 240 248 / var(--tw-bg-opacity, 1));
    }
    blockquote {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    blockquote {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    blockquote {
        --tw-text-opacity: 1;
        color: rgb(30 41 59 / var(--tw-text-opacity, 1));
    }
    blockquote:is(.dark *) {
        --tw-bg-opacity: 1;
        background-color: rgb(24 73 98 / var(--tw-bg-opacity, 1));
    }
    blockquote:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(203 213 225 / var(--tw-text-opacity, 1));
    }
    blockquote {
        strong {
            --tw-text-opacity: 1;
            color: rgb(15 23 42 / var(--tw-text-opacity, 1));
        }
        strong:is(.dark *) {
            --tw-text-opacity: 1;
            color: rgb(241 245 249 / var(--tw-text-opacity, 1));
        }
    }
    div.table-container {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    div.table-container {
        table {
            tbody {
                border-top-width: 1px;
            }
            tbody {
                border-left-width: 1px;
            }
            tbody {
                --tw-border-opacity: 1;
                border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
            }
            tbody:is(.dark *) {
                --tw-border-opacity: 1;
                border-color: rgb(16 49 65 / var(--tw-border-opacity, 1));
            }
            thead th,
            thead td {
                border-right-width: 0px;
            }
            thead th,
            thead td {
                --tw-border-opacity: 1;
                border-color: rgb(45 167 199 / var(--tw-border-opacity, 1));
            }
            thead th,
            thead td {
                text-align: left;
            }
            thead th,
            thead td {
                --tw-text-opacity: 1;
                color: rgb(45 167 199 / var(--tw-text-opacity, 1));
            }
            thead th:is(.dark *),
            thead td:is(.dark *) {
                --tw-border-opacity: 1;
                border-color: rgb(34 127 150 / var(--tw-border-opacity, 1));
            }
            thead th:is(.dark *),
            thead td:is(.dark *) {
                --tw-text-opacity: 1;
                color: rgb(34 127 150 / var(--tw-text-opacity, 1));
            }
            th,
            td {
                border-bottom-width: 1px;
            }
            th,
            td {
                border-right-width: 1px;
            }
            th,
            td {
                --tw-border-opacity: 1;
                border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
            }
            th,
            td {
                padding: 0.5rem;
            }
            th:is(.dark *),
            td:is(.dark *) {
                --tw-border-opacity: 1;
                border-color: rgb(16 49 65 / var(--tw-border-opacity, 1));
            }
        }
    }
}

.popover {
    z-index: 38;
    display: none;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
    padding: 1rem;
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03))
        drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.popover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(24 73 98 / var(--tw-bg-opacity, 1));
}

.popover {
    &[data-show] {
        display: block;
    }
    [data-popper-arrow],
    [data-popper-arrow]::before {
        position: absolute;
        width: 8px;
        height: 8px;
        background: inherit;
    }
    [data-popper-arrow] {
        visibility: hidden;
    }
    [data-popper-arrow]:before {
        visibility: visible;
        content: "";
        transform: rotate(45deg);
    }
    &[data-popper-placement^="top"] > [data-popper-arrow] {
        bottom: -4px;
    }
    &[data-popper-placement^="bottom"] > [data-popper-arrow] {
        top: -4px;
    }
    &[data-popper-placement^="left"] > [data-popper-arrow] {
        right: -4px;
    }
    &[data-popper-placement^="right"] > [data-popper-arrow] {
        left: -4px;
    }
}

div.modal-content {
    display: none;
}

aside.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    &.open-in,
    &.close-out {
        opacity: 0;
        transform: translate(-50%, -47.5%);
    }
    &.open-active,
    &.close-active {
        transition: opacity 200ms ease, transform 200ms ease;
    }
    &.open-out,
    &.close-in {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

span[class^="visibility"] {
    margin-right: 0.25rem;
    display: inline-block;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1px;
    padding-bottom: 1px;
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

span[class^="visibility"]:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(16 49 65 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

span[class^="type visibility"] {
    margin-right: 0.25rem;
    display: inline-block;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 1px;
    padding-bottom: 1px;
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

span[class^="type visibility"]:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(16 49 65 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

span[class^="visibility"],
span[class^="type visibility"] {
    &.visibility-inherited {
        background-color: #e0e0e0;
    }
    &.visibility-public {
        background-color: #d0e5cc;
    }
    &.visibility-protected {
        background-color: #c8c5e0;
    }
    &.visibility-private {
        background-color: #e0d7be;
    }
}

html.dark {
    span[class^="visibility"],
    span[class^="type visibility"] {
        &.visibility-inherited {
            background-color: #4a5961;
        }
        &.visibility-public {
            background-color: #2c4f25;
        }
        &.visibility-protected {
            background-color: #3a3666;
        }
        &.visibility-private {
            background-color: #554123;
        }
    }
}

#settings .arrow {
    &::after {
        content: "\f0d7";
        font-family: "Icon Font";
    }
    &::after {
        position: relative;
    }
    &::after {
        display: inline-block;
    }
    &::after {
        padding-left: 2px;
    }
    &::after {
        font-size: 12px;
        line-height: 18px;
    }
}

a[data-theme="dark"] {
    &::after {
        content: "\e901";
        font-family: "Icon Font";
    }
    &::after {
        position: relative;
    }
    &::after {
        display: inline-block;
    }
    &::after {
        font-size: 28px;
    }
}

a[data-theme="light"] {
    &::after {
        content: "\e903";
        font-family: "Icon Font";
    }
    &::after {
        position: relative;
    }
    &::after {
        display: inline-block;
    }
    &::after {
        font-size: 28px;
    }
}

a[data-theme="system"] {
    &::after {
        content: "\e902";
        font-family: "Icon Font";
    }
    &::after {
        position: relative;
    }
    &::after {
        display: inline-block;
    }
    &::after {
        font-size: 28px;
    }
}

a[data-search] {
    position: relative;
    &::before {
        content: "\e900";
        font-family: "Icon Font";
    }
    &::before {
        position: absolute;
    }
    &::before {
        top: 50%;
    }
    &::before {
        left: 0.5rem;
    }
    &::before {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y))
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
    &::before {
        font-size: 22px;
    }
    &::before {
        opacity: 0.3;
    }
}

/* Stripe loader */

body .stripe-loading-indicator .stripe,
body .stripe-loading-indicator .stripe-loaded {
    height: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(45 167 199 / var(--tw-bg-opacity, 1));
    box-shadow: none;
}

html {
    /* max-width: 1280px; */
    margin: 0 auto;
    font-family: "Play", sans-serif !important;
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
}

header img {
    margin-right: 52px;
    height: 24px;
}

header ul li a span {
    margin-left: 8px;
}

header input {
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #e4e4e4;
}

a {
    cursor: pointer;
}

footer {
    background-color: #171717;
    color: #c3c3c3;
}

footer img {
    margin-bottom: 5px;
}

footer > .footer-container {
    display: flex;
    flex-direction: row;
    padding-top: 62px;
    padding-bottom: 69px;
    gap: 142px;
}

.copyright {
    background-color: #0f0f0f;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Github button logo */

a.github::before {
    content: "\f09b";
    font-family: "Icon Font";
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 0.25rem;
    font-size: 16px;
}

/* Mobile menu */

.mobile-logo {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    animation: logoHide 600ms ease-out 1 3s backwards;
    transition: width 175ms ease-out, transform 175ms ease;
}

body.mobile-menu-shown .mobile-logo {
    animation-play-state: paused;
    width: 8rem;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (max-width: 1023px) {
    #navigation {
        top: 60px;
        padding-top: 0px;
        height: calc(100% - 60px);
    }

    #toc {
        top: 60px;
        padding-top: 0px;
        height: calc(100% - 60px);
    }
}

html[data-scroll]:not([data-scroll="0"], [data-direction="up"])
    body:not(.mobile-menu-shown)
    div.nav-menu {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes logoHide {
    0% {
        width: 8rem;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y))
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }

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

    100% {
        width: 1.75rem;
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y))
            rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
            skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
            scaleY(var(--tw-scale-y));
    }
}

/* Responsive tables */

div.table-container {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: flex;
    width: auto;
    flex-direction: row;
    overflow-x: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    &::after {
        content: "";
    }
    &::after {
        display: block;
    }
    table {
        width: 100%;
    }
    @media (min-width: 1024px) {
        table {
            margin-left: 0px;
            margin-right: 0px;
        }
    }
}

pre {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

@media (min-width: 768px) {
    pre {
        margin-left: 0px;
        margin-right: 0px;
    }
}

pre {
    code.language-backend {
        visibility: hidden;
    }
    &::after {
        content: "";
    }
    &::after {
        display: block;
    }
}

@media (hover: none) {
    .code-toolbar > .toolbar {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}

@media (min-width: 768px) {
    .code-toolbar > .toolbar {
        margin-left: 0px;
        margin-right: 0px;
    }
}

iframe.backend-preview {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

.columned-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(177 219 239 / var(--tw-border-opacity, 1));
    padding: 1rem;
}

.columned-list:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(24 73 98 / var(--tw-border-opacity, 1));
}

.columned-list {
    & > ul {
        margin: 0px;
    }
    & > ul {
        -moz-columns: 2;
        columns: 2;
    }
    & > ul {
        padding: 0px;
    }
    @media (min-width: 768px) {
        & > ul {
            -moz-columns: 3;
            columns: 3;
        }
    }
    @media (min-width: 1024px) {
        & > ul {
            -moz-columns: 2;
            columns: 2;
        }
    }
    @media (min-width: 1536px) {
        & > ul {
            -moz-columns: 3;
            columns: 3;
        }
    }
    & > ul {
        & > li {
            margin: 0px;
        }
        & > li {
            list-style-type: none;
        }
        & > li {
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
        }
    }
}

.placeholder\:text-grey-500::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

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

.hover\:scale-\[1\.025\]:hover {
    --tw-scale-x: 1.025;
    --tw-scale-y: 1.025;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-grey-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-grey-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(177 219 239 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:opacity-70:hover {
    opacity: 0.7;
}

.focus\:bg-grey-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

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

.group:hover .group-hover\:block {
    display: block;
}

.dark\:divide-blue-dark:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(34 127 150 / var(--tw-divide-opacity, 1));
}

.dark\:border-blue-dark:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(34 127 150 / var(--tw-border-opacity, 1));
}

.dark\:border-navy:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(16 49 65 / var(--tw-border-opacity, 1));
}

.dark\:border-navy-light:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(24 73 98 / var(--tw-border-opacity, 1));
}

.dark\:border-opacity-30:is(.dark *) {
    --tw-border-opacity: 0.3;
}

.dark\:bg-navy:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(16 49 65 / var(--tw-bg-opacity, 1));
}

.dark\:bg-navy-dark:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(8 24 33 / var(--tw-bg-opacity, 1));
}

.dark\:bg-navy-darker:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(5 16 22 / var(--tw-bg-opacity, 1));
}

.dark\:bg-navy-light:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(24 73 98 / var(--tw-bg-opacity, 1));
}

.dark\:stroke-blue-dark:is(.dark *) {
    stroke: #227f96;
}

.dark\:text-blue:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(45 167 199 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-dark:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(34 127 150 / var(--tw-text-opacity, 1));
}

.dark\:text-grey-200:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.dark\:text-grey-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.dark\:text-grey-500:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.dark\:text-white:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:scrollbar-thumb-grey-500:is(.dark *) {
    --scrollbar-thumb: #64748b !important;
}

.placeholder\:dark\:text-blue-dark:is(.dark *)::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 127 150 / var(--tw-text-opacity, 1));
}

.placeholder\:dark\:text-blue-dark:is(.dark *)::placeholder {
    --tw-text-opacity: 1;
    color: rgb(34 127 150 / var(--tw-text-opacity, 1));
}

.dark\:hover\:bg-navy-light:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(24 73 98 / var(--tw-bg-opacity, 1));
}

.hover\:dark\:bg-blue-dark:is(.dark *):hover {
    --tw-bg-opacity: 1;
    background-color: rgb(34 127 150 / var(--tw-bg-opacity, 1));
}

.dark\:focus\:bg-navy-light:focus:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(24 73 98 / var(--tw-bg-opacity, 1));
}

.group:hover .dark\:group-hover\:text-grey-300:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.splide__pagination {
    z-index: 2 !important;
    justify-content: flex-end !important;
    transform: rotate(90deg) !important;
    width: max-content !important;
    bottom: 3rem !important;
    right: -8px !important;
    left:unset !important;
}

#product-gallery img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }

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

    .sm\:w-\[75vw\] {
        width: 75vw;
    }
}

@media (min-width: 768px) {
    .md\:mb-0 {
        margin-bottom: 0px;
    }

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

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

    .md\:ml-\[9rem\] {
        margin-left: 9rem;
    }

    .md\:ms-\[42px\] {
        margin-inline-start: 42px;
    }

    .md\:block {
        display: block;
    }

    .md\:inline {
        display: inline;
    }

    .md\:table-cell {
        display: table-cell;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-96 {
        height: 24rem;
    }

    .md\:h-\[36px\] {
        height: 36px;
    }

    .md\:h-auto {
        height: auto;
    }

    .md\:h-full {
        height: 100%;
    }

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

    .md\:w-64 {
        width: 16rem;
    }

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

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

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

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

    .md\:w-full {
        width: 100%;
    }

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

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse;
    }

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

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

    .md\:gap-32 {
        gap: 8rem;
    }

    .md\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:pb-\[36px\] {
        padding-bottom: 36px;
    }

    .md\:pb-\[82px\] {
        padding-bottom: 82px;
    }

    .md\:pt-\[28px\] {
        padding-top: 28px;
    }

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

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

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

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

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

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

    .md\:text-h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .md\:text-h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .md\:text-h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .md\:leading-9 {
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .lg\:relative {
        position: relative;
    }

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

    .lg\:ml-\[280px\] {
        margin-left: 280px;
    }

    .lg\:ms-\[72px\] {
        margin-inline-start: 72px;
    }

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

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:grid {
        display: grid;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-\[32px\] {
        height: 32px;
    }

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

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

    .lg\:w-1\/4 {
        width: 25%;
    }

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

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

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

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

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

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

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

    .lg\:w-full {
        width: 100%;
    }

    .lg\:flex-grow-0 {
        flex-grow: 0;
    }

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

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

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

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

    .lg\:gap-2 {
        gap: 0.5rem;
    }

    .lg\:gap-20 {
        gap: 5rem;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:border-grey-100 {
        --tw-border-opacity: 1;
        border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
    }

    .lg\:bg-grey-100 {
        --tw-bg-opacity: 1;
        background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
    }

    .lg\:p-0 {
        padding: 0px;
    }

    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

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

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

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

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

    .lg\:pb-10 {
        padding-bottom: 2.5rem;
    }

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

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

    .lg\:pt-0 {
        padding-top: 0px;
    }

    .lg\:pt-10 {
        padding-top: 2.5rem;
    }

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

    .lg\:text-base {
        font-size: 15.5px;
        line-height: 26px;
    }

    .lg\:text-caption {
        font-size: 14px;
        line-height: 22px;
    }

    .lg\:text-disclaimer {
        font-size: 13px;
        line-height: 20px;
    }

    .lg\:text-h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .lg\:text-h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .lg\:opacity-100 {
        opacity: 1;
    }

    .lg\:hover\:bg-grey-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
    }
}

@media (min-width: 1280px) {
    .xl\:ml-\[350px\] {
        margin-left: 350px;
    }

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

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

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

    .xl\:gap-8 {
        gap: 2rem;
    }
}

@media (min-width: 1536px) {
    .\32xl\:w-3\/5 {
        width: 60%;
    }

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

    .\32xl\:pl-12 {
        padding-left: 3rem;
    }
}
