/*! CSS Used from: Embedded */
html {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-size-adjust: 100%;
    color-scheme: light;
}

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

body {
    margin: 0px;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    background-color: var(--color-text-white);
}

@media print {
    body {
        background-color: var(--color-text-white);
    }
}

body {
    --font-inter: 'Inter','Inter Fallback';
    font-family: var(--font-inter);
    font-size: 1rem;
}

    body, body * {
        scrollbar-color: var(--mui-dark-02) transparent;
        scrollbar-width: thin;
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
    }

        body::-webkit-scrollbar, body ::-webkit-scrollbar {
            width: 4px;
            height: 4px;
        }

        body::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
            background-color: transparent;
            border-radius: 20px;
        }

        body:hover::-webkit-scrollbar-thumb {
            background-color: var(--mui-dark-02);
        }

:hover::-webkit-scrollbar-thumb {
    background-color: var(--mui-dark-02);
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

html {
    height: 100%;
    overflow: hidden;
    position: relative;
}

body {
    height: 100%;
    overflow: auto;
    position: relative;
}
/*! CSS Used from: Embedded */
html, body {
    background: rgb(239, 239, 239);
    max-height: 100vh;
}

img[src*="trafficjunky.net"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    top: -9999px !important;
    left: -9999px !important;
    display: none !important;
}
/*! CSS Used from: Embedded */
.css-1orw7nf {
    display: flex;
    flex-direction: column;
    max-width: 136px;
}

.css-1n17tl3 {
    margin: 0px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    text-decoration: none;
    color: inherit;
}

.css-1qrljwy {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 8px;
    padding: 4px 16px;
}

.css-1swuz7h,
.css-8hx986 {
    margin: 0px 0px 0px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
    width: 100%;
    opacity: 1;
    transition: opacity 500ms linear;
}

.css-1r6wr9t,
.css-3cripm {
    display: flex;
    margin-left: 4px;
    margin-right: 4px;
    gap: 0px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
}

.css-4l60ew {
    flex: 0 0 auto;
    z-index: 0;
    max-width: 264px;
    top: 8px;
    flex-direction: column;
    width: 264px;
    transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .css-4l60ew .MuiDrawer-paper {
        overflow: visible;
        border-right: none;
        position: relative;
        box-shadow: none;
        background: var(--color-text-white);
        max-height: calc(-16px + 100dvh);
    }

    .css-4l60ew .MuiDrawer-paper {
        width: 264px;
        transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
    }

.css-1s4wdus {
    background: var(--color-text-white);
    border-radius: 16px;
    padding: 8px;
    gap: 12px;
    scrollbar-width: none;
    overflow: hidden auto;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
}

.css-1n814zw {
    z-index: 0;
    max-width: 264px;
    top: 8px;
    flex-direction: column;
    width: 56px;
    flex: 0 0 auto;
    transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .css-1n814zw .MuiDrawer-paper {
        overflow: visible;
        border-right: none;
        position: relative;
        box-shadow: none;
        background: var(--color-text-white);
        max-height: calc(-16px + 100dvh);
        width: 56px;
        transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
    }

.css-1lyvkp0 {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--Paper-shadow);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 0 auto;
    z-index: 1200;
    position: fixed;
    top: 0px;
    outline: 0px;
    left: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    background: var(--color-text-white);
    backdrop-filter: blur(16px);
}

.css-146lykf {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    border-radius: 50%;
    --IconButton-hoverBg: rgba(0, 0, 0, 0.04);
    background-color: var(--mui-dark);
    color: var(--color-text-white);
    transition: 0.25s;
    height: 24px;
    width: 24px;
    z-index: 4;
    padding: 4px;
    position: absolute;
    top: 40px;
    right: -10px;
}

@media print {
    .css-146lykf {
        print-color-adjust: exact;
    }
}

.css-146lykf:hover {
    background-color: var(--IconButton-hoverBg);
}

@media (hover: none) {
    .css-146lykf:hover {
        background-color: transparent;
        font-family: webflow-icons;
    }
}

.css-146lykf .MuiSvgIcon-root {
    font-size: 16px;
}

.css-146lykf:active {
    box-shadow: var(--mui-purple) 0px 0px 0px 2px, var(--mui-dark) 0px 0px 0px 4px;
}

.css-146lykf:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--color-text-white);
}

.css-146lykf:disabled {
    background-color: var(--mui-dark);
    color: var(--color-text-white);
    opacity: 0.5;
}

.css-146lykf .MuiSvgIcon-root {
    font-size: 16px;
}

@media (min-width: 0px) {
    .css-146lykf {
        display: none;
    }
}

@media (min-width: 1280px) {
    .css-146lykf {
        display: flex;
    }
}

.css-fqkip8 {
    background: var(--color-text-white);
    border-radius: 16px;
    padding: 8px;
    gap: 12px;
    scrollbar-width: thin;
    overflow: hidden auto;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
}

.css-cm186i,
.css-ulb6su {
    display: flex;
    flex-direction: column;
    padding: 0px 8px 8px;
    gap: 8px;
    transition: padding 500ms linear, gap 500ms linear;
    background-color: var(--color-text-white);
    overflow-x: clip;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

    .css-cm186i .MuiBox-root:has(> .MuiAvatar-root),
    .css-ulb6su .MuiBox-root:has(> .MuiAvatar-root) {
        border: none;
    }

.css-ryiw3h,
.css-2gsool {
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    -webkit-box-pack: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    color: var(--variant-textColor);
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    background: rgba(25, 118, 210, 0.2);
    border: none;
    box-shadow: none;
    max-height: 40px;
    text-align: start;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

    .css-ryiw3h:hover,
    .css-2gsool:hover {
        text-decoration-color: inherit;
    }

@media print {
    .css-ryiw3h,
    .css-2gsool {
        print-color-adjust: exact;
    }
}

.css-ryiw3h:hover,
.css-2gsool:hover {
    text-decoration: none;
}

@media (hover: hover) {
    .css-ryiw3h:hover,
    .css-2gsool:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-ryiw3h:hover, .css-ryiw3h:active, .css-ryiw3h:focus,
.css-2gsool:hover, .css-2gsool:active, .css-2gsool:focus {
    box-shadow: none;
}

.css-ryiw3h:hover,
.css-2gsool:hover {
    background: rgba(21, 21, 21, 0.4);
}

.css-ryiw3h:disabled,
.css-2gsool:disabled {
    color: rgba(21, 21, 21, 0.4);
}

.css-ryiw3h:active,
.css-2gsool:active {
    box-shadow: none;
}

.css-ryiw3h:hover,
.css-2gsool:hover {
    background: rgba(25, 118, 210, 0.2);
}

.css-ryiw3h:active,
.css-2gsool:active {
    box-shadow: none;
    border: none;
}

.css-ryiw3h:focus,
.css-2gsool:focus {
    box-shadow: none;
    border: none;
}

.css-ryiw3h:active,
.css-2gsool:active {
    box-shadow: none;
}

.css-iv1s0y,
.css-19e26f {
    -webkit-box-pack: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    color: var(--variant-textColor);
    background-color: var(--variant-textBg);
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    border: none;
    box-shadow: none;
    max-height: 40px;
    text-align: start;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

@media print {
    .css-iv1s0y,
    .css-19e26f {
        print-color-adjust: exact;
    }
}

.css-iv1s0y:hover,
.css-19e26f:hover {
    text-decoration: none;
}

@media (hover: hover) {
    .css-iv1s0y:hover,
    .css-19e26f:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-iv1s0y:hover, .css-iv1s0y:active, .css-iv1s0y:focus,
.css-19e26f:hover, .css-19e26f:active, .css-19e26f:focus {
    box-shadow: none;
}

.css-iv1s0y:hover,
.css-19e26f:hover {
    background: rgba(21, 21, 21, 0.4);
}

.css-iv1s0y:disabled,
.css-19e26f:disabled {
    color: rgba(21, 21, 21, 0.4);
}

.css-iv1s0y:active,
.css-19e26f:active {
    box-shadow: none;
}

.css-iv1s0y:hover,
.css-19e26f:hover {
    background: var(--mui-dark-04);
}

.css-iv1s0y:active,
.css-19e26f:active {
    box-shadow: none;
    border: none;
}

.css-iv1s0y:focus,
.css-19e26f:focus {
    box-shadow: none;
    border: none;
}

.css-iv1s0y:active,
.css-19e26f:active {
    box-shadow: none;
}




/*! CSS Used from: Embedded */
.css-8xl60i {
    margin-top: auto;
}

.css-xvtdt3 {
    display: flex;
    position: absolute;
    font-size: 1em;
}

.css-1bt9pew {
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
    width: 100%;
    text-align: center;
    opacity: 1;
    transition: opacity 500ms linear;
}

.css-1s9huct {
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    -webkit-box-pack: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    border-radius: 210px;
    border: none;
    box-shadow: none;
    background: var(--mui-dark);
    color: var(--color-text-white);
    max-height: 40px;
    text-align: start;
    padding: 8px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

    .css-1s9huct:hover {
        text-decoration-color: inherit;
    }

@media print {
    .css-1s9huct {
        print-color-adjust: exact;
    }
}

.css-1s9huct:hover {
    text-decoration: none;
}

@media (hover: hover) {
    .css-1s9huct:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-1s9huct:hover, .css-1s9huct:active, .css-1s9huct:focus {
    box-shadow: none;
}

.css-1s9huct:hover {
    background: rgba(21, 21, 21, 0.4);
}

.css-1s9huct:disabled {
    color: rgba(21, 21, 21, 0.4);
}

.css-1s9huct:active {
    box-shadow: none;
}

.css-1s9huct:hover {
    background: var(--mui-green);
    color: var(--mui-dark);
}

.css-1s9huct:active {
    box-shadow: none;
    border: none;
}

.css-1s9huct:focus {
    box-shadow: none;
    border: none;
}

.css-1s9huct:active {
    box-shadow: none;
}
/*! CSS Used from: Embedded */
.css-q7mezt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
}

.css-l3gm62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.css-motlih,
.css-u0wn8t {
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    -webkit-box-pack: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    color: var(--variant-textColor);
    background-color: var(--variant-textBg);
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    border: none;
    box-shadow: none;
    max-height: 40px;
    text-align: start;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

    .css-motlih:hover,
    .css-u0wn8t:hover {
        text-decoration-color: inherit;
    }

@media print {
    .css-motlih,
    .css-u0wn8t {
        print-color-adjust: exact;
    }
}

.css-motlih:hover,
.css-u0wn8t:hover {
    text-decoration: none;
}

@media (hover: hover) {
    .css-motlih:hover,
    .css-u0wn8t:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-motlih:hover, .css-motlih:active, .css-motlih:focus,
.css-u0wn8t:hover, .css-u0wn8t:active, .css-u0wn8t:focus {
    box-shadow: none;
}

.css-motlih:hover,
.css-u0wn8t:hover {
    background: rgba(21, 21, 21, 0.4);
}

.css-motlih:disabled,
.css-u0wn8t:disabled {
    color: rgba(21, 21, 21, 0.4);
}

.css-motlih:active,
.css-u0wn8t:active {
    box-shadow: none;
}

.css-motlih:hover,
.css-u0wn8t:hover {
    background: var(--mui-dark-04);
}

.css-motlih:active,
.css-u0wn8t:active {
    box-shadow: none;
    border: none;
}

.css-motlih:focus,
.css-u0wn8t:focus {
    box-shadow: none;
    border: none;
}

.css-motlih:active,
.css-u0wn8t:active {
    box-shadow: none;
}

.css-6swkea {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 16px;
    background: var(--color-text-white);
    box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 9px;
}

.css-9k49o2 {
    margin: 0px;
    flex-shrink: 0;
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
}

.css-1y0mr3b,
.css-q72fd5 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    --IconButton-hoverBg: rgba(0, 0, 0, 0.04);
    color: var(--mui-dark);
    transition: 0.25s;
    height: 32px;
    padding: 6px;
    background-color: var(--color-text-white);
    border-radius: 200px;
    width: 48px !important;
}

@media print {
    .css-1y0mr3b,
    .css-q72fd5 {
        print-color-adjust: exact;
    }
}

.css-1y0mr3b:hover,
.css-q72fd5:hover {
    background-color: var(--IconButton-hoverBg);
}

@media (hover: none) {
    .css-1y0mr3b:hover,
    .css-q72fd5:hover {
        background-color: transparent;
    }
}

.css-1y0mr3b .MuiSvgIcon-root,
.css-q72fd5 .MuiSvgIcon-root {
    font-size: 20px;
}

/* Avoid flicker while JS sets the initial drawer state */
body.drawer-syncing .css-tu7e5 {
    visibility: hidden;
}

/* Closed drawer overrides */
.css-ulb6su {
    display: flex;
    flex-direction: column;
    padding: 0 0 8px;
    gap: 0;
    transition: padding 500ms linear, gap 500ms linear;
    background-color: var(--color-text-white);
    overflow-x: clip;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.css-891qxi {
    margin: 0;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 0;
    transition: padding 500ms linear;
}

.css-45jh74 {
    display: flex;
    opacity: 0;
    transition: opacity 500ms linear;
    flex-direction: row;
    gap: 12px;
}

.css-2gsool {
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 12px;
    -webkit-box-pack: center;
    justify-content: left;
}

.css-19e26f {
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 12px;
    -webkit-box-pack: center;
    justify-content: left;
}

.css-u0wn8t {
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 12px;
    -webkit-box-pack: center;
    justify-content: left;
}

.css-1le0f6z {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-inter);
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
    margin-left: 16px;
    width: 100%;
    opacity: 0;
    transition: opacity 500ms linear;
}

.css-8hx986 {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-inter);
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
    margin-left: 16px;
    width: 100%;
    opacity: 0;
    transition: opacity 500ms linear;
}

.css-10a8x6x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 500ms linear;
}

.css-3cripm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4px;
    margin-right: 4px;
    gap: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.css-q72fd5 {
    height: 32px;
    width: 32px;
    padding: 6px;
    background-color: var(--color-text-white);
    border-radius: 100%;
}

.css-1y0mr3b:active,
.css-q72fd5:active {
    box-shadow: var(--mui-purple) 0px 0px 0px 2px, var(--mui-dark) 0px 0px 0px 4px;
}

.css-1y0mr3b:hover,
.css-q72fd5:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.css-1y0mr3b:disabled,
.css-q72fd5:disabled {
    opacity: 0.5;
    color: var(--mui-dark);
    background-color: transparent;
}

.css-1y0mr3b .MuiSvgIcon-root,
.css-q72fd5 .MuiSvgIcon-root {
    font-size: 20px;
}

.css-p3vvlb {
    transition: 500ms linear, padding 500ms linear;
    width: 0px;
    visibility: hidden;
    opacity: 0;
    background: var(--color-text-white);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    max-height: calc(-16px + 100dvh);
    overflow: hidden;
    padding: 20px 0px 8px;
    flex-direction: column;
    gap: 8px;
    border-radius: 0px 16px 16px 0px;
}

@media (min-width: 0px) {
    .css-p3vvlb {
        display: none;
    }
}

@media (min-width: 1280px) {
    .css-p3vvlb {
        display: flex;
    }
}

.css-1asks0g {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: var(--color-text-white);
    height: calc(env(safe-area-inset-bottom) + 68px);
    backdrop-filter: blur(16px);
    width: 100%;
    position: fixed;
    bottom: 0px;
    border-top: 1px solid var(--mui-dark-02);
    z-index: 1100;
    padding-bottom: env(safe-area-inset-bottom);
    transition: visibility 0.5s, opacity 0.5s;
    opacity: 1;
    visibility: visible;
}

@media (min-width: 0px) {
    .css-1asks0g {
        display: flex;
    }
}

@media (min-width: 1280px) {
    .css-1asks0g {
        display: none;
    }
}

.css-1pxm2m5 {
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0px 12px;
    min-width: 80px;
    max-width: 168px;
    flex-direction: column;
    flex: 1 1 0%;
    color: var(--mui-dark);
    font-size: 28px;
}

    .css-1pxm2m5:hover {
        text-decoration-color: inherit;
    }

@media print {
    .css-1pxm2m5 {
        print-color-adjust: exact;
    }
}

.css-1pxm2m5.Mui-selected {
    color: var(--mui-dark);
}

.css-1pxm2m5.MuiBottomNavigationAction-root {
    min-width: initial;
}

.css-e05j2 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0px 12px;
    min-width: 80px;
    max-width: 168px;
    flex-direction: column;
    flex: 1 1 0%;
    color: var(--mui-dark);
    font-size: 28px;
}

@media print {
    .css-e05j2 {
        print-color-adjust: exact;
    }
}

.css-e05j2.MuiBottomNavigationAction-root {
    min-width: initial;
}

    .css-e05j2.MuiBottomNavigationAction-root .MuiBadge-badge {
        top: 3px;
        right: 3px;
    }

.css-1tzukbe {
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0px 12px;
    min-width: 80px;
    max-width: 168px;
    flex-direction: column;
    flex: 1 1 0%;
    color: var(--mui-dark);
    font-size: 28px;
}

    .css-1tzukbe:hover {
        text-decoration-color: inherit;
    }

@media print {
    .css-1tzukbe {
        print-color-adjust: exact;
    }
}

.css-1tzukbe.MuiBottomNavigationAction-root {
    min-width: initial;
}

    .css-1tzukbe.MuiBottomNavigationAction-root .MuiBadge-badge {
        top: 3px;
        right: 3px;
    }

.css-9knd7p {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 10px;
    z-index: 1;
    color: var(--color-text-white);
    top: 0px;
    right: 0px;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
    transition: transform 195ms cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--mui-dark);
    border: 1px solid var(--color-text-white);
    font-family: var(--font-inter);
    font-weight: 400;
    height: 16px;
    min-width: 16px;
    padding: 0px 4px;
}

    .css-9knd7p.MuiBadge-invisible {
        transform: scale(0) translate(50%, -50%);
    }

.css-1xs8m7w {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
}

    .css-1xs8m7w .MuiBadge-badge {
        min-width: calc(7px);
        width: calc(7px);
        height: calc(7px);
        border: calc(1.35px) solid var(--color-text-white);
        background: var(--mui-dark);
        padding: 0px;
    }

    .css-1xs8m7w .MuiBadge-dot {
        border-radius: 50%;
    }

.css-r593kf {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    background: var(--mui-dark);
    color: var(--color-text-white);
    width: 28px;
    height: 28px;
}

.css-1fm5gu5 {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-size: 0.75rem;
    line-height: 1;
    z-index: 1;
    border-radius: 4px;
    top: 14%;
    right: 14%;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
    transition: transform 195ms cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--mui-dark);
    border: 1px solid var(--color-text-white);
    font-family: var(--font-inter);
    font-weight: 400;
    height: 16px;
    min-width: 16px;
    padding: 0px 4px;
}

    .css-1fm5gu5.MuiBadge-invisible {
        transform: scale(0) translate(50%, -50%);
    }

.css-1c1s6xw {
    display: flex;
    flex-direction: column;
    background: var(--color-text-white);
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center;
    overflow: auto;
}

@media (min-width: 0px) {
    .css-1c1s6xw {
        border-radius: 0px;
    }
}

@media (min-width: 1280px) {
    .css-1c1s6xw {
        border-radius: 16px;
    }
}

.css-1w1iuff {
    display: flex;
    padding: 16px 24px;
    border-bottom: 1px solid var(--mui-dark-02);
    -webkit-box-align: center;
    align-items: center;
    position: sticky;
    top: 0px;
    background: var(--color-text-white);
    z-index: 3;
    width: 100%;
}

@media (min-width: 0px) {
    .css-1w1iuff {
        min-height: 52px;
    }
}

@media (min-width: 1280px) {
    .css-1w1iuff {
        min-height: 64px;
    }
}

.css-1qq29yv {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    border: 0px;
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    box-shadow: none;
    font-size: 1rem;
    background-color: var(--mui-green);
    color: var(--mui-dark);
    transition: 0.25s;
    border-radius: 210px;
    padding: 8px 12px;
    height: 32px;
}

@media print {
    .css-1qq29yv {
        print-color-adjust: exact;
    }
}

.css-1qq29yv:hover {
    text-decoration: none;
}

.css-1qq29yv:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

@media (hover: none) {
    .css-1qq29yv:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    }
}

.css-1qq29yv:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

@media (hover: hover) {
    .css-1qq29yv:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-1qq29yv:hover, .css-1qq29yv:active, .css-1qq29yv:focus {
    box-shadow: none;
}

.css-1qq29yv:disabled {
    color: var(--color-text-white);
    background-color: rgb(249, 147, 118);
}

.css-1qq29yv:active {
    box-shadow: var(--color-text-white) 0px 0px 0px 2px, var(--mui-purple) 0px 0px 0px 4px !important;
}

.css-1qq29yv:hover {
    background-color: var(--mui-magenta);
    color: var(--mui-dark);
}

.css-1qq29yv:disabled {
    opacity: 0.5;
    color: var(--mui-dark);
    background-color: var(--mui-green);
}

.css-1qq29yv .MuiSvgIcon-root {
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: none;
}

.css-r4wun3 {
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    border-radius: 50%;
    --IconButton-hoverBg: rgba(0, 0, 0, 0.04);
    background-color: transparent;
    color: var(--mui-dark);
    transition: 0.25s;
    height: 40px;
    width: 40px;
    padding: 8px;
}

    .css-r4wun3:hover {
        text-decoration-color: inherit;
    }

@media print {
    .css-r4wun3 {
        print-color-adjust: exact;
    }
}

.css-r4wun3:hover {
    background-color: var(--IconButton-hoverBg);
}

@media (hover: none) {
    .css-r4wun3:hover {
        background-color: transparent;
    }
}

.css-r4wun3 .MuiSvgIcon-root {
    font-size: 24px;
}

.css-r4wun3:active {
    box-shadow: var(--mui-purple) 0px 0px 0px 2px, var(--mui-dark) 0px 0px 0px 4px;
}

.css-r4wun3:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.css-r4wun3:disabled {
    opacity: 0.5;
    color: var(--mui-dark);
    background-color: transparent;
}

.css-r4wun3 .MuiSvgIcon-root {
    font-size: 24px;
}

.css-d7zz8d {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    background: var(--color-text-white);
}

@media (min-width: 0px) {
    .css-d7zz8d {
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .css-d7zz8d {
        width: 300px;
    }
}

.css-lqtgut {
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 9px;
    margin-bottom: 16px;
    padding: 16px;
    background: var(--color-text-white);
}

.css-rik7ep {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}

.css-gqvf1j {
    margin: 0px;
    font-size: 20px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 26px;
    text-transform: none;
}

.css-mxsj1r {
    margin: 0px 0px 16px;
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: none;
}

.css-1u9sr2o {
    display: flex;
    width: 100%;
}

@media (max-width: 849.95px) {
    .css-1u9sr2o {
        flex-direction: column;
    }
}

.css-1qi8m8h {
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    --variant-textColor: #007bffff;
    --variant-outlinedColor: #007bffff;
    --variant-outlinedBorder: rgba(0, 123, 255, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #007bffff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    background: transparent;
    border: none;
    font-size: 1rem;
    box-shadow: var(--mui-dark) 0px 0px 0px 1px;
    color: var(--mui-dark);
    transition: 0.25s;
    border-radius: 210px;
    padding: 8px 16px;
    height: 40px;
}

    .css-1qi8m8h:hover {
        text-decoration-color: inherit;
    }

@media print {
    .css-1qi8m8h {
        print-color-adjust: exact;
    }
}

.css-1qi8m8h:hover {
    text-decoration: none;
}

.css-1qi8m8h:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

@media (hover: none) {
    .css-1qi8m8h:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    }
}

.css-1qi8m8h:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

@media (hover: hover) {
    .css-1qi8m8h:hover {
        --variant-containedBg: rgba(0, 86, 178, 1);
        --variant-textBg: rgba(0, 123, 255, 0.04);
        --variant-outlinedBorder: #007bffff;
        --variant-outlinedBg: rgba(0, 123, 255, 0.04);
    }
}

.css-1qi8m8h:hover, .css-1qi8m8h:active, .css-1qi8m8h:focus {
    box-shadow: none;
}

.css-1qi8m8h:hover, .css-1qi8m8h:active, .css-1qi8m8h:focus {
    background: var(--color-text-white);
    border: none;
    color: var(--mui-dark);
}

.css-1qi8m8h:active {
    box-shadow: var(--color-text-white) 0px 0px 0px 2px, var(--mui-purple) 0px 0px 0px 4px !important;
}

.css-1qi8m8h:focus {
    box-shadow: var(--mui-dark) 0px 0px 0px 1px;
}

.css-1qi8m8h:hover {
    background-color: rgba(25, 118, 210, 0.2);
    box-shadow: var(--mui-dark) 0px 0px 0px 1px;
}

.css-1qi8m8h:disabled {
    opacity: 0.5;
    color: var(--mui-dark);
    background-color: transparent;
}

.css-1y4e7kw {
    margin: 0px;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 22px;
    text-transform: none;
}

.css-1noj3nv {
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px 0px 0px 8px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    --variant-textColor: #007bffff;
    --variant-outlinedColor: #007bffff;
    --variant-outlinedBorder: rgba(0, 123, 255, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #007bffff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    box-shadow: none;
    background: var(--mui-dark);
    border: none;
    font-size: 1rem;
    color: var(--color-text-white);
    transition: 0.25s;
    border-radius: 210px;
    padding: 8px 16px;
    height: 40px;
}

    .css-1noj3nv:hover {
        text-decoration-color: inherit;
    }

@media print {
    .css-1noj3nv {
        print-color-adjust: exact;
    }
}

.css-1noj3nv:hover {
    text-decoration: none;
}

.css-1noj3nv:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

@media (hover: none) {
    .css-1noj3nv:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    }
}

.css-1noj3nv:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

@media (hover: hover) {
    .css-1noj3nv:hover {
        --variant-containedBg: rgba(0, 86, 178, 1);
        --variant-textBg: rgba(0, 123, 255, 0.04);
        --variant-outlinedBorder: #007bffff;
        --variant-outlinedBg: rgba(0, 123, 255, 0.04);
    }
}

.css-1noj3nv:hover, .css-1noj3nv:active, .css-1noj3nv:focus {
    box-shadow: none;
}

.css-1noj3nv:hover, .css-1noj3nv:active, .css-1noj3nv:focus {
    background: var(--color-text-white);
    border: none;
    color: var(--mui-dark);
}

@media (max-width: 849.95px) {
    .css-1noj3nv {
        margin-left: 0px;
        margin-top: 8px;
    }
}

.css-1noj3nv:active {
    box-shadow: var(--color-text-white) 0px 0px 0px 2px, var(--mui-purple) 0px 0px 0px 4px !important;
}

.css-1noj3nv:hover {
    background-color: var(--mui-green);
    color: var(--mui-dark);
}

.css-1noj3nv:disabled {
    background-color: var(--mui-dark);
    opacity: 0.5;
    color: var(--color-text-white);
}

@media (max-width: 849.95px) {
    .css-1noj3nv {
        margin-left: 0px;
        margin-top: 8px;
    }
}

@media (min-width: 0px) {
    .css-69fmfo {
        display: flex;
    }
}

@media (min-width: 1280px) {
    .css-69fmfo {
        display: none;
    }
}

.css-8atqhb {
    width: 100%;
}

.css-wldcgw {
    margin: 0px 0px 8px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    text-decoration: none;
    color: inherit;
    background: image-set(url("/assets/img/creators/9fdff982-5564-458b-b0aa-608bc2cffd04/images/a5b23f27-3d74-4147-8dcb-a47698e7f029__md") 1x, url("/assets/img/creators/9fdff982-5564-458b-b0aa-608bc2cffd04/images/a5b23f27-3d74-4147-8dcb-a47698e7f029__md_@2x") 2x) 0% 0% / cover;
    border-radius: 8px;
    height: 128px;
    position: relative;
    width: 100%;
    overflow: hidden;
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.css-bxp8sr {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.css-122xqey {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
}

    .css-122xqey .MuiBadge-badge {
        min-width: calc(24px);
        width: calc(24px);
        height: calc(24px);
        border: calc(4.75px) solid var(--color-text-white);
        background: var(--mui-dark);
        padding: 0px;
    }

    .css-122xqey .MuiBadge-dot {
        border-radius: 50%;
    }

.css-v6goql {
    border-radius: 50%;
    position: relative;
    border: 2px solid var(--color-text-white);
}

.css-102zn0a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    background: var(--color-text-white);
    color: var(--color-text-white);
    width: 96px;
    height: 96px;
}

.css-45do71 {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
}

.css-14f81bs {
    overflow: hidden;
    background: rgba(21, 21, 21, 0.5);
    border-radius: 0px 0px 8px 8px;
    color: var(--color-text-white);
    height: 50%;
    padding-left: calc(120px);
    padding-right: 16px;
    padding-top: 0px;
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.css-13r8w4h {
    margin: 0px;
    text-align: var(--Typography-textAlign);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-family: var(--font-inter);
    padding-top: 8px;
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
}

.css-18mx0mr {
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-inter);
    max-width: 100%;
    font-size: 12px;
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 16px;
    text-transform: none;
    position: relative;
    bottom: 4px;
}

.css-1g0oca4 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    border: 0px;
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    box-shadow: none;
    font-size: 1rem;
    transition: 0.25s;
    border-radius: 210px;
    padding: 8px 16px;
    height: 36px;
    position: absolute;
    right: 16px;
    top: 16px;
    background-color: var(--color-text-white);
    color: var(--mui-dark);
}

@media print {
    .css-1g0oca4 {
        print-color-adjust: exact;
    }
}

.css-1g0oca4:hover {
    text-decoration: none;
}

.css-1g0oca4:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

@media (hover: none) {
    .css-1g0oca4:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    }
}

.css-1g0oca4:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

@media (hover: hover) {
    .css-1g0oca4:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-1g0oca4:hover, .css-1g0oca4:active, .css-1g0oca4:focus {
    box-shadow: none;
}

.css-1g0oca4:disabled {
    color: var(--color-text-white);
    background-color: rgb(249, 147, 118);
}

.css-1g0oca4:active {
    box-shadow: var(--color-text-white) 0px 0px 0px 2px, var(--mui-purple) 0px 0px 0px 4px !important;
}

.css-1g0oca4:hover {
    background-color: var(--mui-green);
    color: var(--mui-dark);
}

.css-1g0oca4:disabled {
    background-color: var(--mui-dark);
    opacity: 0.5;
    color: var(--color-text-white);
}

.css-1d01x9y {
    margin: 0px;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: none;
}

.css-cg7t4c {
    margin: 0px 0px 8px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    text-decoration: none;
    color: inherit;
    background: image-set(url("/assets/img/creators/6ac297e5-f4f5-43d3-8df0-c1428aa4ac61/images/334e1b4b-364d-4353-aaf8-a7c56b0845cd__md") 1x, url("/assets/img/creators/6ac297e5-f4f5-43d3-8df0-c1428aa4ac61/images/334e1b4b-364d-4353-aaf8-a7c56b0845cd__md_@2x") 2x) 0% 0% / cover;
    border-radius: 8px;
    height: 128px;
    position: relative;
    width: 100%;
    overflow: hidden;
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.css-6p0g58,
.css-891qxi {
    margin: 0px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 8px 0px;
    transition: padding 500ms linear;
}

.css-aqs6su {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
}

    .css-aqs6su .MuiBadge-badge {
        min-width: calc(10px);
        width: calc(10px);
        height: calc(10px);
        border: calc(1.95px) solid var(--color-text-white);
        background: var(--mui-dark);
        padding: 0px;
    }

    .css-aqs6su .MuiBadge-dot {
        border-radius: 50%;
    }

.css-1h8jy5j {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    background: var(--mui-dark);
    color: var(--color-text-white);
    width: 40px;
    height: 40px;
}

.css-1kr719c {
    margin: 0px;
    font-size: 16px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 26px;
    text-transform: none;
}

.css-1kj2hri,
.css-45jh74 {
    display: flex;
    opacity: 1;
    transition: opacity 500ms linear;
    flex-direction: row;
    gap: 12px;
}

.css-1n8arw2 {
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
}

.css-1xi8tou {
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(21, 21, 21, 0.8);
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: none;
}

.css-1b17voh {
    margin: 0px 0px 8px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    text-decoration: none;
    color: inherit;
    background: image-set(url("/assets/img/creators/a6bd0f78-2d0b-46ad-9e0e-3dcebcfa0108/images/f4af23d0-0ad0-4fde-88d6-44e1c7544a3a_banner_md") 1x, url("/assets/img/creators/a6bd0f78-2d0b-46ad-9e0e-3dcebcfa0108/images/f4af23d0-0ad0-4fde-88d6-44e1c7544a3a_banner_md_@2x") 2x) 0% 0% / cover;
    border-radius: 8px;
    height: 128px;
    position: relative;
    width: 100%;
    overflow: hidden;
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.css-9rzp88 {
    margin: 0px;
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: none;
}

.css-dvxtzn {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.css-4kqvkr {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: left;
    width: 100%;
    max-width: 435px;
    padding: 16px;
}

@media (min-width: 0px) {
    .css-4kqvkr {
        margin: 0px;
    }
}

.css-1w4v372 {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin-bottom: 24px;
}

.css-1wcsngh {
    display: flex;
    margin-bottom: 16px;
    gap: 24px;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.css-1ank4on {
    margin: 0px;
    font-size: 40px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 44px;
    text-transform: none;
}

.css-i3pbo {
    margin-bottom: 24px;
}

.css-ldknho {
    margin: 0px;
    font-size: 16px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
}

.css-ifgb2k {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    border: 0px;
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    box-shadow: none;
    font-size: 1rem;
    background-color: var(--mui-green);
    color: var(--mui-dark);
    transition: 0.25s;
    border-radius: 210px;
    padding: 8px 16px;
    height: 40px;
}

@media print {
    .css-ifgb2k {
        print-color-adjust: exact;
    }
}

.css-ifgb2k:hover {
    text-decoration: none;
}

.css-ifgb2k:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

@media (hover: none) {
    .css-ifgb2k:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    }
}

.css-ifgb2k:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

@media (hover: hover) {
    .css-ifgb2k:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-ifgb2k:hover, .css-ifgb2k:active, .css-ifgb2k:focus {
    box-shadow: none;
}

.css-ifgb2k:disabled {
    color: var(--color-text-white);
    background-color: rgb(249, 147, 118);
}

.css-ifgb2k:active {
    box-shadow: var(--color-text-white) 0px 0px 0px 2px, var(--mui-purple) 0px 0px 0px 4px !important;
}

.css-ifgb2k:hover {
    background-color: var(--mui-magenta);
    color: var(--mui-dark);
}

.css-ifgb2k:disabled {
    opacity: 0.5;
    color: var(--mui-dark);
    background-color: var(--mui-green);
}
/*! CSS Used from: Swiper CSS */
:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: initial;
}

.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
/*! CSS Used from: Embedded */
.css-j7qwjs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.css-xdv4ru {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 100dvh;
}

@media (min-width:0px) {
    .css-xdv4ru {
        gap: 0px;
        padding: 0px;
        padding-bottom: calc(env(safe-area-inset-bottom) + 68px);
    }
}

@media (min-width:1280px) {
    .css-xdv4ru {
        gap: 8px;
        padding: 8px;
        padding-bottom: 8px;
    }
}

.css-wpua5n {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 8px;
    z-index: 5;
    height: calc(100vh - 16px);
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
}

.css-y4tl5f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
}

.css-tu7e5 {
    position: relative;
    z-index: 4;
}

@media (min-width:0px) {
    .css-tu7e5 {
        display: none;
    }
}

@media (min-width:1280px) {
    .css-tu7e5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.css-tu7e5 .MuiPaper-root {
    border-radius: 16px;
}

.css-q7mezt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
}

.css-1x3xrvw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-bottom: auto;
    height: 100%;
}

.css-195zjub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 1em;
}

.css-1l6e05h {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: inherit;
}

.css-1kkt86i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.css-e8m34t {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
    font-size: 14px;
}

.css-j1xa11 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
    margin: 4px;
    font-size: 16px;
}

.css-1dwu84s {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-family: var(--font-inter);
    font-size: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    paragraph-indent: 0px;
    paragraph-spacing: 8px;
    text-transform: none;
    padding-left: 4px;
    padding-right: 4px;
}

.css-92ovon {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-family: var(--font-inter);
    white-space: nowrap;
    font-size: 20px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 26px;
    paragraph-indent: 0px;
    paragraph-spacing: 0px;
    text-transform: none;
}

.css-1h8am6j,
.css-1le0f6z {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-inter);
    font-size: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    paragraph-indent: 0px;
    paragraph-spacing: 8px;
    text-transform: none;
    margin-left: 16px;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.css-l3gm62,
.css-10a8x6x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.css-m25j7u {
    margin-left: 8px;
    background-color: #fc61ffff;
    color: #151515ff;
    padding: 4px 8px;
    border-radius: 16px;
    line-height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.css-12tcw02 {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-family: var(--font-inter);
    font-size: 12px;
    line-height: 12px;
}

.css-13ktjs3 {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 0.75rem;
    opacity: 1;
    -webkit-transition: font-size 0.2s,opacity 0.2s;
    transition: font-size 0.2s,opacity 0.2s;
    transition-delay: 0.1s;
    opacity: 0;
    transition-delay: 0s;
}

.css-chz7cr {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.css-2a2z9w {
    border-radius: 50%;
    position: relative;
    border: 2px solid;
    border-color: transparent;
}

.css-bsbodj {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-family: var(--font-inter);
    font-weight: 700;
    font-size: 20px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 26px;
    paragraph-indent: 0px;
    paragraph-spacing: 0px;
    text-transform: none;
}

.css-gmuwbf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.css-1813liv {
    width: 332px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-height: calc(100dvh - 16px);
    position: -webkit-sticky;
    position: sticky;
    top: 8px;
    overflow: auto;
}

@media (min-width:0px) {
    .css-1813liv {
        display: none;
    }
}

@media (min-width:1280px) {
    .css-1813liv {
        display: block;
    }
}

.css-bdksj1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 300px;
    max-width: 640px;
    width: 100%;
    gap: 8px;
}

.css-1j2w4xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.css-1ofu8ri {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 0.75rem;
    opacity: 1;
    -webkit-transition: font-size 0.2s,opacity 0.2s;
    transition: font-size 0.2s,opacity 0.2s;
    transition-delay: 0.1s;
}

    .css-1ofu8ri.Mui-selected {
        font-size: 0.875rem;
    }

.css-17fe4w6 {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-family: var(--font-inter);
    font-size: 10px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 26px;
    paragraph-indent: 0px;
    paragraph-spacing: 0px;
    text-transform: none;
}

.css-1bntj9o {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.css-1a9re40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 8px;
}

.css-t1x0kv {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
    width: 14px;
    height: 14px;
}

.css-1ocu1u9 {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-family: var(--font-inter);
    width: 100%;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 18px;
    paragraph-indent: 0px;
    paragraph-spacing: 0px;
    text-transform: none;
    margin-left: 8px;
    margin-right: 0px;
}

.css-18kuv5s {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-family: var(--font-inter);
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 14px;
    paragraph-indent: 0px;
    paragraph-spacing: 0px;
    text-transform: none;
    white-space: nowrap;
}

.css-1o39s6g {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 300px;
    max-width: 640px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}

.css-b6g7e2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:0px) {
    .css-b6g7e2 {
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (min-width:850px) {
    .css-b6g7e2 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.css-17drlkj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4px;
}




/*! CSS Used from: Embedded */
.css-1yv4v05 {
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
    position: absolute;
    top: 10px;
    left: 28px;
    opacity: 0;
    transition: opacity 500ms linear;
}

    .css-1yv4v05 .MuiBadge-badge {
        background-color: var(--mui-green);
        color: var(--mui-dark);
        border: none;
    }

.css-rf1n4v {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 10px;
    z-index: 1;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1);
    top: 0px;
    right: 0px;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
    background: var(--mui-dark);
    border: 1px solid var(--color-text-white);
    font-family: var(--font-inter);
    font-weight: 400;
    height: 16px;
    min-width: 16px;
    padding: 0px 4px;
}


/*! CSS Used from: Embedded */
.css-rf1n4v {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 10px;
    z-index: 1;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1);
    top: 0px;
    right: 0px;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
    background: var(--mui-dark);
    border: 1px solid var(--color-text-white);
    font-family: var(--font-inter);
    font-weight: 400;
    height: 16px;
    min-width: 16px;
    padding: 0px 4px;
}

.css-2sixhf {
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
    position: relative;
    top: 0px;
    left: -12px;
    opacity: 1;
    transition: opacity 500ms linear;
}

    .css-2sixhf .MuiBadge-badge {
        background-color: var(--mui-green);
        color: var(--mui-dark);
        border: none;
    }



/*! CSS Used from: Embedded */
.css-1yv4v05 .MuiBadge-badge {
    background-color: var(--mui-green);
    color: var(--mui-dark);
    border: none;
}

.css-rf1n4v {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 10px;
    z-index: 1;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1);
    top: 0px;
    right: 0px;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
    background: var(--mui-dark);
    border: 1px solid var(--color-text-white);
    font-family: var(--font-inter);
    font-weight: 400;
    height: 16px;
    min-width: 16px;
    padding: 0px 4px;
}



/*! CSS Used from: Embedded */
.css-rf1n4v {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 10px;
    z-index: 1;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1);
    top: 0px;
    right: 0px;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
    background: var(--mui-dark);
    border: 1px solid var(--color-text-white);
    font-family: var(--font-inter);
    font-weight: 400;
    height: 16px;
    min-width: 16px;
    padding: 0px 4px;
}

.css-2sixhf .MuiBadge-badge {
    background-color: var(--mui-green);
    color: var(--mui-dark);
    border: none;
}





/*! CSS Used from: Embedded */
.css-1orw7nf {
    display: flex;
    flex-direction: column;
    max-width: 136px;
}

.css-1n17tl3 {
    margin: 0px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    text-decoration: none;
    color: inherit;
}

.css-1qrljwy {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 8px;
    padding: 4px 16px;
}

.css-8xl60i {
    margin-top: auto;
}

.css-xvtdt3 {
    display: flex;
    position: absolute;
    font-size: 1em;
}

.css-1kr719c {
    margin: 0px;
    font-size: 16px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 26px;
    text-transform: none;
}

.css-1lyvkp0 {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--Paper-shadow);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 0 auto;
    z-index: 1200;
    position: fixed;
    top: 0px;
    outline: 0px;
    left: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    background: var(--color-text-white);
    backdrop-filter: blur(16px);
}

.css-6swkea {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 16px;
    background: var(--color-text-white);
    box-shadow: rgba(0, 0, 0, 0.08) 1px 1px 9px;
}

.css-9k49o2 {
    margin: 0px;
    flex-shrink: 0;
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
}

.css-1fm5gu5 {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-size: 0.75rem;
    line-height: 1;
    z-index: 1;
    border-radius: 4px;
    top: 14%;
    right: 14%;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
    transition: transform 195ms cubic-bezier(0.4, 0, 0.2, 1);
    background: var(--mui-dark);
    border: 1px solid var(--color-text-white);
    font-family: var(--font-inter);
    font-weight: 400;
    height: 16px;
    min-width: 16px;
    padding: 0px 4px;
}

    .css-1fm5gu5.MuiBadge-invisible {
        transform: scale(0) translate(50%, -50%);
    }

.css-aqs6su {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
}

    .css-aqs6su .MuiBadge-badge {
        min-width: calc(10px);
        width: calc(10px);
        height: calc(10px);
        border: calc(1.95px) solid var(--color-text-white);
        background: var(--mui-dark);
        padding: 0px;
    }

    .css-aqs6su .MuiBadge-dot {
        border-radius: 50%;
    }

.css-1h8jy5j {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    background: var(--mui-dark);
    color: var(--color-text-white);
    width: 40px;
    height: 40px;
}

.css-9rzp88 {
    margin: 0px;
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: none;
}

.css-1n8arw2 {
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
}

.css-1xi8tou {
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(21, 21, 21, 0.8);
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: none;
}

.css-rf1n4v {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: 10px;
    z-index: 1;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1);
    top: 0px;
    right: 0px;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
    background: var(--mui-dark);
    border: 1px solid var(--color-text-white);
    font-family: var(--font-inter);
    font-weight: 400;
    height: 16px;
    min-width: 16px;
    padding: 0px 4px;
}

.css-1n814zw {
    flex: 0 0 auto;
    z-index: 0;
    max-width: 264px;
    top: 8px;
    flex-direction: column;
    transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 56px;
}

    .css-1n814zw .MuiDrawer-paper {
        overflow: visible;
        border-right: none;
        position: relative;
        box-shadow: none;
        background: var(--color-text-white);
        max-height: calc(-16px + 100dvh);
    }

    .css-1n814zw .MuiDrawer-paper {
        transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
        width: 56px;
    }

.css-ulb6su {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 8px;
    gap: 0px;
    transition: padding 500ms linear, gap 500ms linear;
    background-color: var(--color-text-white);
    overflow-x: clip;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

    .css-ulb6su .MuiBox-root:has(> .MuiAvatar-root) {
        border: none;
    }

.css-891qxi {
    margin: 0px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 0px;
    transition: padding 500ms linear;
}

.css-45jh74 {
    display: flex;
    opacity: 0;
    transition: opacity 500ms linear;
    flex-direction: row;
    gap: 12px;
}

.css-95ved8 {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    color: var(--variant-textColor);
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    background: rgba(25, 118, 210, 0.2);
    min-width: 40px;
    min-height: 40px;
    -webkit-box-pack: center;
    border: none;
    box-shadow: none;
    max-height: 40px;
    text-align: start;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

@media print {
    .css-95ved8 {
        print-color-adjust: exact;
    }
}

.css-95ved8:hover {
    text-decoration: none;
}

@media (hover: hover) {
    .css-95ved8:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-95ved8:hover, .css-95ved8:active, .css-95ved8:focus {
    box-shadow: none;
}

.css-95ved8:hover {
    background: rgba(21, 21, 21, 0.4);
}

.css-95ved8:disabled {
    color: rgba(21, 21, 21, 0.4);
}

.css-95ved8:active {
    box-shadow: none;
}

.css-95ved8:hover {
    background: rgba(25, 118, 210, 0.2);
}

.css-95ved8:active {
    box-shadow: none;
    border: none;
}

.css-95ved8:focus {
    box-shadow: none;
    border: none;
}

.css-95ved8:active {
    box-shadow: none;
}

.css-19e26f {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    color: var(--variant-textColor);
    background-color: var(--variant-textBg);
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    min-width: 40px;
    min-height: 40px;
    -webkit-box-pack: center;
    border: none;
    box-shadow: none;
    max-height: 40px;
    text-align: start;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

@media print {
    .css-19e26f {
        print-color-adjust: exact;
    }
}

.css-19e26f:hover {
    text-decoration: none;
}

@media (hover: hover) {
    .css-19e26f:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-19e26f:hover, .css-19e26f:active, .css-19e26f:focus {
    box-shadow: none;
}

.css-19e26f:hover {
    background: rgba(21, 21, 21, 0.4);
}

.css-19e26f:disabled {
    color: rgba(21, 21, 21, 0.4);
}

.css-19e26f:active {
    box-shadow: none;
}

.css-19e26f:hover {
    background: var(--mui-dark-04);
}

.css-19e26f:active {
    box-shadow: none;
    border: none;
}

.css-19e26f:focus {
    box-shadow: none;
    border: none;
}

.css-19e26f:active {
    box-shadow: none;
}

.css-u0wn8t {
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    color: var(--variant-textColor);
    background-color: var(--variant-textBg);
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    min-width: 40px;
    min-height: 40px;
    -webkit-box-pack: center;
    border: none;
    box-shadow: none;
    max-height: 40px;
    text-align: start;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

    .css-u0wn8t:hover {
        text-decoration-color: inherit;
    }

@media print {
    .css-u0wn8t {
        print-color-adjust: exact;
    }
}

.css-u0wn8t:hover {
    text-decoration: none;
}

@media (hover: hover) {
    .css-u0wn8t:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-u0wn8t:hover, .css-u0wn8t:active, .css-u0wn8t:focus {
    box-shadow: none;
}

.css-u0wn8t:hover {
    background: rgba(21, 21, 21, 0.4);
}

.css-u0wn8t:disabled {
    color: rgba(21, 21, 21, 0.4);
}

.css-u0wn8t:active {
    box-shadow: none;
}

.css-u0wn8t:hover {
    background: var(--mui-dark-04);
}

.css-u0wn8t:active {
    box-shadow: none;
    border: none;
}

.css-u0wn8t:focus {
    box-shadow: none;
    border: none;
}

.css-u0wn8t:active {
    box-shadow: none;
}

.css-k29dhe {
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
    position: absolute;
    top: 10px;
    left: 28px;
    opacity: 1;
    transition: opacity 500ms linear;
}

    .css-k29dhe .MuiBadge-badge {
        background-color: var(--mui-green);
        color: var(--mui-dark);
        border: none;
    }

.css-8blg4x {
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
    position: relative;
    top: 0px;
    left: -12px;
    opacity: 0;
    transition: opacity 500ms linear;
}

    .css-8blg4x .MuiBadge-badge {
        background-color: var(--mui-green);
        color: var(--mui-dark);
        border: none;
    }

.css-r0bjw1 {
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    border-radius: 210px;
    min-width: 40px;
    min-height: 40px;
    -webkit-box-pack: center;
    border: none;
    box-shadow: none;
    background: var(--mui-dark);
    color: var(--color-text-white);
    max-height: 40px;
    text-align: start;
    padding: 8px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

    .css-r0bjw1:hover {
        text-decoration-color: inherit;
    }

@media print {
    .css-r0bjw1 {
        print-color-adjust: exact;
    }
}

.css-r0bjw1:hover {
    text-decoration: none;
}

@media (hover: hover) {
    .css-r0bjw1:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-r0bjw1:hover, .css-r0bjw1:active, .css-r0bjw1:focus {
    box-shadow: none;
}

.css-r0bjw1:hover {
    background: rgba(21, 21, 21, 0.4);
}

.css-r0bjw1:disabled {
    color: rgba(21, 21, 21, 0.4);
}

.css-r0bjw1:active {
    box-shadow: none;
}

.css-r0bjw1:hover {
    background: var(--mui-green);
    color: var(--mui-dark);
}

.css-r0bjw1:active {
    box-shadow: none;
    border: none;
}

.css-r0bjw1:focus {
    box-shadow: none;
    border: none;
}

.css-r0bjw1:active {
    box-shadow: none;
}

.css-10twwvi {
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity 500ms linear;
}

.css-q72fd5 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    --IconButton-hoverBg: rgba(0, 0, 0, 0.04);
    color: var(--mui-dark);
    transition: 0.25s;
    height: 32px;
    width: 32px;
    padding: 6px;
    background-color: var(--color-text-white);
    border-radius: 100%;
}

@media print {
    .css-q72fd5 {
        print-color-adjust: exact;
    }
}

.css-q72fd5:hover {
    background-color: var(--IconButton-hoverBg);
}

@media (hover: none) {
    .css-q72fd5:hover {
        background-color: transparent;
    }
}

.css-q72fd5 .MuiSvgIcon-root {
    font-size: 20px;
}

.css-q72fd5:active {
    box-shadow: var(--mui-purple) 0px 0px 0px 2px, var(--mui-dark) 0px 0px 0px 4px;
}

.css-q72fd5:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.css-q72fd5:disabled {
    opacity: 0.5;
    color: var(--mui-dark);
    background-color: transparent;
}

.css-q72fd5 .MuiSvgIcon-root {
    font-size: 20px;
}

.css-14vxf2z {
    background: var(--color-text-white);
    border-radius: 16px 0px 0px 16px;
    padding: 8px;
    gap: 12px;
    scrollbar-width: none;
    overflow: hidden auto;
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
}
/*! CSS Used from: Embedded */
.css-q7mezt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
}

.css-1l6e05h {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: inherit;
}

.css-2a2z9w {
    border-radius: 50%;
    position: relative;
    border: 2px solid;
    border-color: transparent;
}

.css-1kkt86i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.css-tu7e5 {
    position: relative;
    z-index: 4;
}

@media (min-width:0px) {
    .css-tu7e5 {
        display: none;
    }
}

@media (min-width:1280px) {
    .css-tu7e5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.css-tu7e5 .MuiPaper-root {
    border-radius: 16px;
}

.css-1x3xrvw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-bottom: auto;
    height: 100%;
}

.css-195zjub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 1em;
}

.css-1le0f6z {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-inter);
    font-size: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    paragraph-indent: 0px;
    paragraph-spacing: 8px;
    text-transform: none;
    margin-left: 16px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.css-10a8x6x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.css-8hx986 {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-inter);
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    paragraph-indent: 0px;
    paragraph-spacing: 8px;
    text-transform: none;
    margin-left: 16px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.css-e8m34t {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
    font-size: 14px;
}

.css-3cripm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4px;
    margin-right: 4px;
    gap: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.css-j1xa11 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
    margin: 4px;
    font-size: 16px;
}

.css-1dwu84s {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-family: var(--font-inter);
    font-size: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    paragraph-indent: 0px;
    paragraph-spacing: 8px;
    text-transform: none;
    padding-left: 4px;
    padding-right: 4px;
}

.css-ccmsl8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}



/*! CSS Used from: Embedded */
.css-146lykf {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    border-radius: 50%;
    --IconButton-hoverBg: rgba(0, 0, 0, 0.04);
    background-color: var(--mui-dark);
    color: var(--color-text-white);
    transition: 0.25s;
    height: 24px;
    width: 24px;
    z-index: 4;
    padding: 4px;
    position: absolute;
    top: 40px;
    right: -10px;
}

@media print {
    .css-146lykf {
        print-color-adjust: exact;
    }
}

.css-146lykf:hover {
    background-color: var(--IconButton-hoverBg);
}

@media (hover: none) {
    .css-146lykf:hover {
        background-color: transparent;
    }
}

.css-146lykf .MuiSvgIcon-root {
    font-size: 16px;
}

.css-146lykf:active {
    box-shadow: var(--mui-purple) 0px 0px 0px 2px, var(--mui-dark) 0px 0px 0px 4px;
}

.css-146lykf:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--color-text-white);
}

.css-146lykf:disabled {
    background-color: var(--mui-dark);
    color: var(--color-text-white);
    opacity: 0.5;
}

.css-146lykf .MuiSvgIcon-root {
    font-size: 16px;
}

@media (min-width: 0px) {
    .css-146lykf {
        display: none;
    }
}

@media (min-width: 1280px) {
    .css-146lykf {
        display: flex;
    }
}

.css-iv1s0y {
    -webkit-box-pack: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    color: var(--variant-textColor);
    background-color: var(--variant-textBg);
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    border: none;
    box-shadow: none;
    max-height: 40px;
    text-align: start;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

@media print {
    .css-iv1s0y {
        print-color-adjust: exact;
    }
}

.css-iv1s0y:hover {
    text-decoration: none;
}

@media (hover: hover) {
    .css-iv1s0y:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-iv1s0y:hover, .css-iv1s0y:active, .css-iv1s0y:focus {
    box-shadow: none;
}

.css-iv1s0y:hover {
    background: rgba(21, 21, 21, 0.4);
}

.css-iv1s0y:disabled {
    color: rgba(21, 21, 21, 0.4);
}

.css-iv1s0y:active {
    box-shadow: none;
}

.css-iv1s0y:hover {
    background: var(--mui-dark-04);
}

.css-iv1s0y:active {
    box-shadow: none;
    border: none;
}

.css-iv1s0y:focus {
    box-shadow: none;
    border: none;
}

.css-iv1s0y:active {
    box-shadow: none;
}

.css-motlih {
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    -webkit-box-pack: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    color: var(--variant-textColor);
    background-color: var(--variant-textBg);
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    border: none;
    box-shadow: none;
    max-height: 40px;
    text-align: start;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

    .css-motlih:hover {
        text-decoration-color: inherit;
    }

@media print {
    .css-motlih {
        print-color-adjust: exact;
    }
}

.css-motlih:hover {
    text-decoration: none;
}

@media (hover: hover) {
    .css-motlih:hover {
        --variant-containedBg: rgba(14, 14, 14, 1);
        --variant-textBg: var(--mui-dark-04);
        --variant-outlinedBorder: #151515ff;
        --variant-outlinedBg: var(--mui-dark-04);
    }
}

.css-motlih:hover, .css-motlih:active, .css-motlih:focus {
    box-shadow: none;
}

.css-motlih:hover {
    background: rgba(21, 21, 21, 0.4);
}

.css-motlih:disabled {
    color: rgba(21, 21, 21, 0.4);
}

.css-motlih:active {
    box-shadow: none;
}

.css-motlih:hover {
    background: var(--mui-dark-04);
}

.css-motlih:active {
    box-shadow: none;
    border: none;
}

.css-motlih:focus {
    box-shadow: none;
    border: none;
}

.css-motlih:active {
    box-shadow: none;
}

.css-i5ve3v {
    user-select: none;
    height: 1em;
    display: inline-block;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
    fill: currentcolor;
    font-size: 1.5rem;
    width: 16px;
}

.css-13iwwcv {
    transition: 500ms linear, padding 500ms linear;
    width: 300px;
    visibility: visible;
    opacity: 1;
    background: var(--color-text-white);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    max-height: calc(-16px + 100dvh);
    overflow: hidden;
    padding: 20px 8px 8px;
    flex-direction: column;
    gap: 8px;
    border-radius: 0px 16px 16px 0px;
}

@media (min-width: 0px) {
    .css-13iwwcv {
        display: none;
    }
}

@media (min-width: 1280px) {
    .css-13iwwcv {
        display: flex;
    }
}
/*! CSS Used from: Embedded */
.css-q7mezt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
}

.css-1l6e05h {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: inherit;
}

.css-195zjub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 1em;
}

.css-92ovon {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-family: var(--font-inter);
    white-space: nowrap;
    font-size: 20px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 26px;
    paragraph-indent: 0px;
    paragraph-spacing: 0px;
    text-transform: none;
}

.css-1h8am6j {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-inter);
    font-size: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    paragraph-indent: 0px;
    paragraph-spacing: 8px;
    text-transform: none;
    margin-left: 16px;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.css-l3gm62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.css-m25j7u {
    margin-left: 8px;
    background-color: #fc61ffff;
    color: #151515ff;
    padding: 4px 8px;
    border-radius: 16px;
    line-height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.css-12tcw02 {
    margin: 0;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-family: var(--font-inter);
    font-size: 12px;
    line-height: 12px;
}