@import url("css2.css");
@import url("css2-1.css");
@import url("css2-2.css");

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:root {
    /* Global colors */
    --brand: #75fb6e;
    --primary: #17181b;
    --secondary: #9ca6b4;
    --tertiary: #e4e9f2;
    /* Basic colors */
    --black: #17181b;
    --white: #fff;
    --gray: #edf2f8;
    --red: #fd4040;
    --dark-red: #bc3c0f;
    --green: #29c34a;
    --orange: #ff8d24;
    --blue: #2097f6;
    /* Gap's */
    --gap4: 4px;
    --gap8: 8px;
    --gap12: 12px;
    --gap16: 16px;
    --gap20: 20px;
    --gap24: 24px;
    --gap28: 28px;
    --gap32: 32px;
    --gap36: 36px;
    --gap40: 40px;
    --gap44: 44px;
    --gap48: 48px;
    --gap52: 52px;
    --gap56: 56px;
    /* Layout */
    --layout-top-offset: 140px;
    /* Web3Modal */
    --w3m-z-index: 999;
}
*,
*:after,
*:before {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
button {
    border: none;
    background: none;
}
body {
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
}
#root {
    background: url("78208b88504c9554b925.png") no-repeat fixed center center #F9FAFB;
    background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
#root {
        background-image: url("e45e7138607a08c6df6f.png");
}
    }
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
#root {
        background-image: url("e2ac121ee75ce3c90a0b.png");
}
    }
#root {

    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
@keyframes kjGbWBzXwZPBvIRdEBrB {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#squid-loading-indicator {
    display: grid;
    grid-template-areas: 'stack';
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}
#squid-loading-indicator > * {
        animation-duration: 1360ms;
        animation-iteration-count: infinite;
        animation-name: kjGbWBzXwZPBvIRdEBrB;
        animation-timing-function: ease-in-out;
        grid-area: stack;
        height: 100px;
        width: 100px;
    }
#squid-loading-indicator > *:nth-of-type(1) {
        animation-delay: 0ms;
    }
#squid-loading-indicator > *:nth-of-type(2) {
        animation-delay: -340ms;
    }
#squid-loading-indicator > *:nth-of-type(3) {
        animation-delay: -680ms;
    }
#squid-loading-indicator > *:nth-of-type(4) {
        animation-delay: -1020ms;
    }
a {
    text-decoration: none;
}
#f7epeCmUFWSW2xulOfH3 {
    z-index: 9999;
}
/** button **/
.adapter-react-button {
        display: inline-flex;
        color: #fff;
        cursor: pointer;
        height: 48px;
        background-color: #0f111a;
        border: none;
        border-radius: 4px;
        align-items: center;
        padding: 0 24px;
        font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial,
            sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 48px;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
.adapter-react-button:focus {
        outline: none;
    }
.adapter-react-button.focus-visible {
        outline: 2px solid white;
    }
.adapter-react-button:focus-visible {
        outline: 2px solid white;
    }
.adapter-react-button:not([disabled]):hover {
        background-color: #373c47;
    }
.adapter-react-button[disabled] {
        background: #404144;
        color: #999;
        cursor: not-allowed;
    }
.adapter-react-button .button-icon {
        margin-right: 12px;
    }
.adapter-react-button .button-icon, .adapter-react-button .button-icon img {
        display: block;
        width: 28px;
        height: 28px;
    }
/* modal */
.adapter-modal {
        position: fixed;
        left: 0;
        top: 0;
        box-sizing: border-box;
        width: 100vw;
        height: 100vh;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; /* inset sets all 4 values (top right bottom left) much like how we set padding, margin etc., */
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease-in-out;
        overflow: hidden;
        z-index: 999;
        padding: 40px 20px 20px;
        opacity: 0;
        pointer-events: none;
    }
.adapter-modal-fade-in {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1);
    }
.adapter-modal-wrapper {
        width: 100%;
        max-width: 400px;
        background-color: #282c34;
        border-radius: 10px;
        color: #fff;
        display: flex;
        flex-direction: column;
        font-size: 2rem;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
        font-family: 'DM Sans', 'Roboto', 'Helvetica Neue', Helvetica, Arial,
            sans-serif;
    }
.adapter-modal-wrapper .adapter-list {
        padding-bottom: 48px;
    }
.adapter-modal-header {
        position: relative;
        padding: 64px 48px 48px;
    }
.adapter-modal-header .adapter-modal-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 34px;
        text-align: center;
    }
@media (max-width: 374px) {
        .adapter-modal-header .adapter-modal-title {
            font-size: 18px;
        }
    }
.adapter-modal-header .close-button {
        width: 40px;
        height: 40px;
        position: absolute;
        cursor: pointer;
        background: #1a1f2e;
        border: none;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        padding: 12px;
        display: flex;
        top: 18px;
        right: 18px;
        -webkit-tap-highlight-color: transparent;
    }
.adapter-modal-header .close-button:focus {
        outline: none;
    }
.adapter-modal-header .close-button.focus-visible {
        outline: 2px solid white;
    }
.adapter-modal-header .close-button:focus-visible {
        outline: 2px solid white;
    }
.adapter-modal-header .close-button::before, .adapter-modal-header .close-button::after {
        content: '';
        display: block;
        width: 19px;
        height: 2px;
        background-color: #777;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
.adapter-modal-header .close-button::before {
        transform: rotate(45deg);
    }
.adapter-modal-header .close-button::after {
        transform: rotate(-45deg);
    }
.adapter-modal-header .close-button:hover::before, .adapter-modal-header .close-button:hover::after {
        background-color: antiquewhite;
    }
/** WalletItem */
.adapter-wallet-item .adapter-react-button {
        width: 100%;
        background-color: transparent;
    }
.adapter-wallet-item .status-text {
        opacity: 0.6;
        margin-left: auto;
        font-size: 14px;
        font-weight: 400;
    }
/** dropdown */
.adapter-dropdown {
        position: relative;
        z-index: 99;
        display: inline-block;
    }
.adapter-dropdown-collapse {
        position: absolute;
        margin: auto;
        top: 100%;
        right: 0;
        left: 0;
        display: inline-flex;
    }
.adapter-dropdown-list {
        margin: 0 auto;
        width: 150px;
        list-style-type: none;
        border-radius: 10px;
        font-family: DM Sans, Roboto, Helvetica Neue, Helvetica, Arial,
            sans-serif;
        flex-direction: column;
        position: relative;
        top: 5px;
        padding: 5px;
        overflow: hidden;
        height: -moz-min-content;
        height: min-content;
        background: #2c2d30;
    }
.adapter-dropdown-list li {
        margin: auto;
        color: white;
        cursor: pointer;
        white-space: nowrap;
        box-sizing: border-box;
        width: 100%;
        height: 37px;
        border: none;
        border-radius: 6px;
        outline: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        font-size: 14px;
        font-weight: 600;
        display: flex;
    }
.adapter-dropdown-list li:not([disabled]):hover {
        background-color: #373c47;
    }

.dC7AucQm1IDssoI5dYWT {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap16);
    padding: 40px 20px;
    flex-wrap: wrap;
}

.dC7AucQm1IDssoI5dYWT > a {
        text-decoration: none;
    }

.Gm4TrrDFqBjPRSvZVB3g {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap8);
    height: 36px;
    padding: 0 var(--gap16) 0 var(--gap8);
    border-radius: var(--gap8);
    border: 1px solid #ecedf0;
    background: var(--white);
    color: var(--black);
    transition: box-shadow 0.2s;
}

.Gm4TrrDFqBjPRSvZVB3g:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.075);
        transition: box-shadow 0.2s;
    }

.Yq3Ry8ScHfQI6Yhyxzk1 {
    width: 24px;
    height: 24px;
}

.I3b5YpY0OUjucwyscd3R {
    font-weight: 400;
    word-break: break-word;
    margin: 0;

    /* Size */
}
.I3b5YpY0OUjucwyscd3R.G6GbByVQMCSXUhisqy4G {
        font-size: 40px;
        line-height: 64px;
    }
.I3b5YpY0OUjucwyscd3R.wBEbCWpOhXLnEFRtVNF3 {
        font-size: 28px;
        line-height: 28px;
    }
.I3b5YpY0OUjucwyscd3R.FIx3KSUbfmpasJDhJrCa {
        font-size: 20px;
        line-height: 28px;
    }
.I3b5YpY0OUjucwyscd3R.Mqgau5WwNhq2GgeygTe4 {
        font-size: 16px;
        line-height: 24px;
    }
.I3b5YpY0OUjucwyscd3R.vnxr36EK17Zqh8zLUN2M {
        font-size: 14px;
        line-height: 28px;
    }
.I3b5YpY0OUjucwyscd3R.ZmVT3UFPnM8B27IFWsSg {
        font-size: 12px;
        line-height: 20px;
    }

/* Colors */
.I3b5YpY0OUjucwyscd3R.dk_oELLkO9KoRIXmYn2k {
        color: var(--black);
    }
.I3b5YpY0OUjucwyscd3R.ogeAFLBUirS_IxRSRTtQ {
        color: var(--white);
    }
.I3b5YpY0OUjucwyscd3R.uquuYdxuHKWjNjQXpnHw {
        color: var(--secondary);
    }
.I3b5YpY0OUjucwyscd3R.KsUigI6DnvtIsiMyPnMv {
        color: inherit;
    }

/* Align */
.I3b5YpY0OUjucwyscd3R.IhPL_avFPFFXvxQyv2Tb {
        text-align: left;
    }
.I3b5YpY0OUjucwyscd3R.Rm2Xh7dcBOoP_vn2fY5p {
        text-align: center;
    }
.I3b5YpY0OUjucwyscd3R.xgCJO8b_fmVi35DhJU5Y {
        text-align: right;
    }

.XepcmXPpa4C5UWmKrlH0 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    background: #12131a;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
    height: 36px;
    cursor: pointer;
    transition:
        background 0.2s,
        opacity 0.2s;
    white-space: nowrap;
}
.XepcmXPpa4C5UWmKrlH0:hover {
        background: #252540;
    }
.LIzC0AXHMzeJWyQGdtMc {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px 4px 4px;
    background: #12131a;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.2s;
}
.LIzC0AXHMzeJWyQGdtMc:hover {
        background: #252540;
    }
.GDTQLbVVNh9T4ivYr8_K {
    display: flex;
    align-items: center;
}
.LTmd4J_641skKbUImxVP {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 2px solid #12131a;
    -o-object-fit: cover;
       object-fit: cover;
    background: #12131a;
}
.LTmd4J_641skKbUImxVP:not(:first-child) {
        margin-left: -16px;
    }
.g7nO4tC8WuF4jCPIi385 {
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
}
.WfnkWncy8yZrPh5Td7pP {
    width: 12px;
    height: 12px;
}
.negbT4JF9lrnRBxkAx4O {
    transform: rotate(180deg);
}
.Q9H1bDCm7Jq5Ao7fQK9C {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
}
.Q9H1bDCm7Jq5Ao7fQK9C:hover {
        background: #f9fafb;
    }
.p_9azvRHfdd_iB_GVFpW {
    width: 20px;
    height: 20px;
    color: #000103;
}

.QEaL9WbNp_FpP7gW7uj6 {
    z-index: 10;
}
.ZuVKt4oSbbDmUkEWBsr9 {
    border-radius: 8px !important;
    gap: 0 !important;
    padding: 0 !important;
}
.ZuVKt4oSbbDmUkEWBsr9 {
    align-items: center;
    color: white;
    display: flex;
    height: 24px;
    justify-content: center;
    opacity: 1;
    transition:
        box-shadow 0.2s,
        opacity 0.2s;
    width: 24px;
}
.ZuVKt4oSbbDmUkEWBsr9:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.075);
    }
.ZuVKt4oSbbDmUkEWBsr9:active {
        opacity: 0.8;
    }
.ZuVKt4oSbbDmUkEWBsr9 .yBG8vj8dFvbnOmvFtRMk {
        width: 6px;
        height: 12px;
    }
.VJ_J19cnbMxE2VD3ZXG_ {
    position: relative;
}
.t01eUKY68YXzWFsuhcyh {
    display: flex;
    align-items: center;
    gap: 16px;
}
.t2HkAFgiDmLynvMQ9ILD {
    background: white;
    color: #9ca3af;
    border: 1px solid rgba(0,1,3,0.05098);
    width: 40px;
    height: 40px;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
.t2HkAFgiDmLynvMQ9ILD {
        width: 36px;
        height: 36px;
}

        .t2HkAFgiDmLynvMQ9ILD > *:nth-child(2) {
            display: none;
        }
    }
.t2HkAFgiDmLynvMQ9ILD:hover {
        background: #e5e7eb;
    }
.t2HkAFgiDmLynvMQ9ILD.QpVUjDs9ckaqbtCfgJ_X {
        background: #000103;
        color: #fff;
    }
.FgV6DZc2YNLoAZaXoE0T {
    width: 24px;
    height: 24px;
}
@media (max-width: 767px) {
.FgV6DZc2YNLoAZaXoE0T {
        width: 20px;
        height: 20px;
}
    }
.HD5fu8lPzMnqkwdxoOlM {
    background: var(--red);
    border-radius: 50%;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    width: 20px;
    pointer-events: none;

    display: flex;
    align-items: center;
    justify-content: center;
}
.jkqgXTNSMxMXfJrxQMDB {
    color: var(--white);
}
.mainnet #root {
    padding-bottom: 168px;
}
@media (max-width: 767px) {
.mainnet #root {
        padding-bottom: 116px;
}
    }
.tMWbcPc4u0Yw2BUphOXb {
    color: currentColor;
}
@media only screen and (max-width: 1100px) {
    .rshwnJWeD4UebLd5ezHM {
        display: none;
    }
}
.iKGUORWvyzukFJutuGDN {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 150px;
    height: 48px;
    background: linear-gradient(
        90deg,
        #f5f5f5 0%,
        #e8e8e8 25%,
        #f5f5f5 50%,
        #e8e8e8 75%,
        #f5f5f5 100%
    );
    background-size: 200% 100%;
    animation: fF0CU3Vb2zhoMfoms6va 3s ease-in-out infinite;
    border-radius: 8px;
}
@media screen and (max-width: 1200px) {
.iKGUORWvyzukFJutuGDN {
        width: 330px;
}
    }
@media (max-width: 767px) {
.iKGUORWvyzukFJutuGDN {
        display: none;
}
    }
@keyframes fF0CU3Vb2zhoMfoms6va {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.hR1heYPfFJfivvec0e4g {
    position: relative;
    background: #f3f4f6;
    font-weight: 400;
    border-radius: 16px;
    max-width: 522px;
    z-index: 10;
    border: 1px solid rgba(0,1,3,0.05098);
}

.L93ydJk4rhrrLmxJvhLR {
    border-radius: 12px;
    min-width: 90px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font: inherit;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 767px) {

.s5hVsAHKwAcdRPdXvSlD {
        display: none;
}
    }

.l0FCjxBKFmHRRs2kFMuh,
.gpzR9DhmaBNuz4kYHous {
    width: 100%;
    margin: 0 auto;
}
.l0FCjxBKFmHRRs2kFMuh {
    max-width: 522px;
    margin-top: -46px;
    margin-bottom: 48px;
}
@media (max-width: 1200px) {
.l0FCjxBKFmHRRs2kFMuh {
        margin-top: 10px;
        padding: 0 16px;
        margin-bottom: 16px;
}
    }
.gpzR9DhmaBNuz4kYHous {
    max-width: 516px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: var(--gap24);
    margin: 0 auto;
    box-shadow: 0px 4px 4px 0px rgba(16,24,40,0.03137);
    border: 1px solid rgba(0,1,3,0.05098);
}
@media (max-width: 767px) {
.gpzR9DhmaBNuz4kYHous {
        padding: var(--gap12) var(--gap20);
}
    }
.u6gQlC3cBjfMiqfVjWiA {
    display: flex;
    overflow-x: auto;
}
body[\:has\(header\[data-menu-open\%3D\%22true\%22\]\)] .u6gQlC3cBjfMiqfVjWiA {
        z-index: -1;
    }
body:has(header[data-menu-open="true"]) .u6gQlC3cBjfMiqfVjWiA {
        z-index: -1;
    }
.u6gQlC3cBjfMiqfVjWiA > * {
    flex: 1;
}
.PYahYr19CiypjCEnsL97 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.iNudqhjxrifNSCIwELUi {
    align-items: center;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07),
        0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
        0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
        0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border: 0;
    display: flex;
    padding: 20px;
    pointer-events: all;
    width: 380px;
}

.VEOxmuIEXh3bTse5NG7z {
    align-items: center;
    background: #f3f3f3;
    border-radius: 12px;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 16px;
    width: 48px;
}

.IKRoPWvFk0RGUk78VRFw {
    width: 48px;
    height: 48px;
}

@media (--mobile) {

.IKRoPWvFk0RGUk78VRFw {
        width: 18px;
        height: 18px;
}
    }

.QdS8_pBxNBUU0o_R1xvg {
    flex: 1;
    margin-right: 8px;
}

.rD6EQ1rhvLgnWfRhqAw0 {
    margin-bottom: 8px;
}

.oJ8K2NpuoDOTPqoJO5B8 {
    color: #37a126;
    text-decoration: underline;
    white-space: nowrap;
}

.oJ8K2NpuoDOTPqoJO5B8:hover {
        opacity: 0.8;
    }

.oJ8K2NpuoDOTPqoJO5B8:active {
        opacity: 0.64;
    }

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

.Dx4Yq1OzwS6dINgfuU0F {
    width: 12px;
    height: 12px;
}

.RTbYOepsX66DUIPVCInS {
    font-family: 'Geist', sans-serif;
    all: unset;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
    transition: background-color 0.2s ease-in-out;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
}
.RTbYOepsX66DUIPVCInS:hover {
        cursor: pointer;
    }
.RTbYOepsX66DUIPVCInS:disabled {
        pointer-events: none;
    }
.RTbYOepsX66DUIPVCInS.YuzYFtGYn9b__ripuVhg {
        border-radius: 12px;
        padding: 10px 28px;
    }
.RTbYOepsX66DUIPVCInS.Ae3kdRLgaYCiVHKNJTsC {
        border-radius: 10px;
        padding: 6px 20px;
    }
.RTbYOepsX66DUIPVCInS.yFS9K0XtKG53Pj7te3yK {
        color: #fff;
        background-color: #000;
    }
.RTbYOepsX66DUIPVCInS.yFS9K0XtKG53Pj7te3yK:hover:not(:disabled) {
            background-color: #263344;
        }
.RTbYOepsX66DUIPVCInS.yFS9K0XtKG53Pj7te3yK:disabled {
            opacity: 0.5;
            background-color: #e5e7eb;
            color: #12131a;
        }
.RTbYOepsX66DUIPVCInS.f_T_39MiPJjUQm_VFen1 {
        color: #fff;
        background-color: #000;
    }
.RTbYOepsX66DUIPVCInS.f_T_39MiPJjUQm_VFen1:hover:not(:disabled) {
            background-color: #263344;
        }
.RTbYOepsX66DUIPVCInS.f_T_39MiPJjUQm_VFen1:disabled {
            background-color: #e5e7eb;
            color: #12131a;
        }
.RTbYOepsX66DUIPVCInS.sczxUxoc13OEzYbVvNec {
        color: #000;
        background-color: #fff;
    }
.RTbYOepsX66DUIPVCInS.sczxUxoc13OEzYbVvNec:hover:not(:disabled) {
            background-color: #f0f0f0;
        }
.RTbYOepsX66DUIPVCInS.sczxUxoc13OEzYbVvNec:disabled {
            opacity: 0.5;
        }
.RTbYOepsX66DUIPVCInS.mkmA5qJxdYXeZuDNIDdi {
        background: transparent;
        border-radius: 0;
        color: #000;
        padding: 0;
    }
.RTbYOepsX66DUIPVCInS.mkmA5qJxdYXeZuDNIDdi:hover {
            opacity: 0.8;
        }
.RTbYOepsX66DUIPVCInS.mkmA5qJxdYXeZuDNIDdi:disabled {
            opacity: 0.5;
        }

.wd5n5LDSppjXYCCHQKJg {
    display: inline-flex;
    overflow: hidden;
}

.wd5n5LDSppjXYCCHQKJg.FFxekkpbur3TMiu3HTDa {
        width: 16px;
        height: 16px;
        border-radius: 50%;
    }

.wd5n5LDSppjXYCCHQKJg.dLFSEEeBL51CXbMWiOgE {
        width: 28px;
        height: 28px;
        border-radius: 8px;
    }

.wd5n5LDSppjXYCCHQKJg.cteKexsvf3zD2lOBgpVI {
        width: auto;
        height: auto;
    }

.cIdm8UJapXokpkGjLT_e {
    display: block;
}

.WrNR5mkDGKMkBBbLYGMU {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 30;

    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
.WrNR5mkDGKMkBBbLYGMU {
        background: rgba(0, 1, 3, 0.5);
}
    }
.vawdfBe4PkVkEWVRcVDR {
    background: rgba(0, 1, 3, 0.5);
}
.o49LIZ7si71MMJk43C8d {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 32px 64px -12px rgba(16,24,40,0.14118);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    max-width: 516px;
    position: relative;
    overflow: auto;
}
@media (max-width: 520px) {
.o49LIZ7si71MMJk43C8d {
        background: #fff;
        bottom: 0;
        top: auto;
        top: initial;
        left: 0;
        right: 0;
        max-height: 95vh;
        position: fixed;
        width: 100%;
        border-radius: 16px 16px 0 0;
}
    }
.pcaBGqL7zP41pZFUM5Vh {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}
.guMVC_OFQHKOtNVYi5tC {
    font-family: Geist;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000103;
    display: flex;
    align-items: center;
}
.sp1BWklaFqfzdnKN9gcC {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}
.sp1BWklaFqfzdnKN9gcC svg {
    flex-shrink: 0;
}
.UeQNVw00C9F72xs9wh8v {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9CA3AF;
    margin-left: auto;
    width: 40px;
    height: 40px;
    background: #F3F4F6;
    border-radius: 12px;
    border: none;
    padding: 0;
    transition: all 0.2s ease-in-out;
}
.UeQNVw00C9F72xs9wh8v:hover {
        background: #E5E7EB;
        color: #6B7280;
    }

.Vdzj6alF7E1e5qZ8fRXA {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    color: #555555;
    font-size: 10px;
    text-transform: uppercase;
}



.hY_1XEzmvROnndWNZVNB {
    background: #000000;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    cursor: inherit;
    min-width: 0;
    flex: 1;
}
.i8241mqcdXV5ZOuN7xZv {
    color: darkred;
    font-size: 12px;
}
.OCHtqVCyJvAPaQasHHI2 {
    background: transparent;
}
.FGOw3HAbamA6PVyTlkho {
    background: transparent;
}
.YXxqa0_FYdgd_VeseDAh {
    cursor: not-allowed;
}
.YXxqa0_FYdgd_VeseDAh:hover {
    background: #000000;
}
.oXhPeK0fQ9DAcGSmQTUT {
    color: #81858a;
}
.nLQIDavrdv1fA908q5vh {
    color: #ffffff;
    height: 40px;
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 1;
}
.OM0Xu1b8GepvDY8Adosw {
    color: #000000;
}
.tpzbHUaKS_CS7RHx8AhX {
    position: relative;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.MRuFQGHc9eRemyq19siX {
    height: 40px;
    width: 40px;
    z-index: 0;
    display: inline-block;
    border-radius: 50%;
    background: white;
}
.JyxIeh2GFrZIBgJAsaQg {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #E5E7EB;
    border: 1px solid rgba(0,1,3,0.05098);
    display: flex;
    align-items: center;
    justify-content: center;
}
.JyxIeh2GFrZIBgJAsaQg svg {
        width: 24px;
        height: 24px;
    }
.DPvraec7HJNVTBsnDkfH {
    border: 1px solid #fff !important;
}
.DPvraec7HJNVTBsnDkfH {
    position: absolute;
    bottom: 0px;
    right: -1px;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    z-index: 1;
    background: #fff;
}
.rvaiK_F_PApmUfO1bRrv {
    border: 1px solid #cccccc;
}
.gxKFcRtmLweFTOxbprEM {
    padding: 2px 12px 2px 8px;
    display: flex;
    flex-direction: column;
    align-self: center;
    line-height: 20px;
    white-space: nowrap;
    text-align: left;
    min-width: 0;
    flex: 1;
    transition: opacity 350ms ease, width 350ms ease, padding 350ms ease;
}
@container (max-width: 120px) {
    .gxKFcRtmLweFTOxbprEM {
        opacity: 0;
        width: 0;
        padding: 0;
        overflow: hidden;
    }
}
.I8hHErTuviTVY2LALtoH {
    text-align: left;
    min-width: 0;
}
.yf2aNVOD_z_nhBJqYdnA {
    display: inline-block;
    width: 12px;
    height: 12px;
}
.lesiKsGVY2UfooxLlrzS {
    color: #cccccc;
    font-size: 12px;
}
.uElysUqicpCCAHy079y6 {
    padding-left: 12px;
}
.HQSA4t3gngFb0ga1SMGp {
    display: flex;
    align-self: center;
    padding: 0 12px 0 0;
}
._EGkZCnhOmc8nKNqSdh0 {
    display: flex;
    align-items: center;
    min-width: 0;
}
.sb_1sBtlJWSENlzDaEwO {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.FrbQNTWc5W4aQieOszXu {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}
.rD8QbkgWPvJo2jhLzQEQ {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oI0fh8WcCkXIJ0q0eynb {
    display: grid;
    align-items: center;
    grid-gap: 4px;
    gap: 4px;
    position: relative;
    height: 16px;
}
.eQU2JO2xpMq4X_0aqRUo {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #9ca3af;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: opacity 0.15s ease-in-out;
    grid-row: 1;
    grid-column: 1;
}
.AB4Cw2jqYNYOQKlK5DY9 {
    opacity: 0;
    pointer-events: none;
}
.DoBA04rOD08kMBK8m5HS {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4B5563;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    grid-row: 1;
    grid-column: 1;
    z-index: 1;
}
.evvJT64n8UNf5booXaA2 {
    opacity: 1;
}
.uLHYmq8IGa88wvb7xE_d {
    color: inherit;
    text-decoration: none;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin: -8px;
    background: none;
    border: none;
    cursor: pointer;
}
.oxXtx3jE3V09pHWR4rdQ {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    color: #4B5563;
    display: block;
}
.LHw7M98k0X0p97CrjQZi .tpzbHUaKS_CS7RHx8AhX {
        width: 32px;
    }
.LHw7M98k0X0p97CrjQZi .MRuFQGHc9eRemyq19siX {
        width: 32px;
        height: 32px;
    }
.LHw7M98k0X0p97CrjQZi .JyxIeh2GFrZIBgJAsaQg {
        width: 32px;
        height: 32px;
    }
.LHw7M98k0X0p97CrjQZi .JyxIeh2GFrZIBgJAsaQg svg {
            width: 18px;
            height: 18px;
        }
.LHw7M98k0X0p97CrjQZi .DPvraec7HJNVTBsnDkfH {
        width: 16px;
        height: 16px;
        border-radius: 4px;
    }
.LHw7M98k0X0p97CrjQZi .nLQIDavrdv1fA908q5vh {
        height: 32px;
    }
.mDyVvCbMAIgUEfgiXvFI .tpzbHUaKS_CS7RHx8AhX {
        width: 22px;
    }
.mDyVvCbMAIgUEfgiXvFI .MRuFQGHc9eRemyq19siX {
        width: 22px;
        height: 22px;
    }
.mDyVvCbMAIgUEfgiXvFI .JyxIeh2GFrZIBgJAsaQg {
        width: 22px;
        height: 22px;
    }
.mDyVvCbMAIgUEfgiXvFI .JyxIeh2GFrZIBgJAsaQg svg {
            width: 12px;
            height: 12px;
        }
.mDyVvCbMAIgUEfgiXvFI .DPvraec7HJNVTBsnDkfH {
        width: 11px;
        height: 11px;
        border-radius: 3px;
    }
.mDyVvCbMAIgUEfgiXvFI .nLQIDavrdv1fA908q5vh {
        height: 22px;
    }

.NvJIaZXaLstEGi9p2ufp {
    align-items: center;
    display: flex;
    gap: 8px;
    background: #F9FAFB;
    border-radius: 12px;
    padding: 9px 12px;
    flex: 1;
}

.IeEPl0TTc5Xs9GXP9ngt {
    flex: none;
}

.yT9hdVOt6cBiw9Q979yx {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wfAH9Gyh1rwIF_gglUcu {
    font-size: 13px;
    line-height: 17px;
    color: #9CA3AF;
}

.z8ZeZsXe_ZdHwil4K8uU {
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    color: #000103;
}

.gREkW54k7h6Nq9FrDl63 .wfAH9Gyh1rwIF_gglUcu {
        font-size: 12px;
        line-height: 14px;
    }

.gREkW54k7h6Nq9FrDl63 .z8ZeZsXe_ZdHwil4K8uU {
        font-size: 14px;
        line-height: 18px;
    }

.k1NAE5_LoIPYL5qGX0XG {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    background: #E5E7EB;
    border-radius: 6px;
    font-family: 'Geist', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #6B7280;
    line-height: 16px;
}


.BGSgDv6e6fKFGXtn0OgY {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}

.e6ZFrWD9r_QiT33hIbZt {
    margin-right: 8px;
}

.Xz9Pu9pkjL63e0H0UYCJ {
    font-family: 'Geist', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000103;
    line-height: 20px;
    margin-bottom: 12px;
}

.NFsSnVQv1Hv1fGBfF3vW {
    background: #F9FAFB;
    padding: 20px;
    border-radius: 16px;
}

.nHluWw7iyU9r1_b00EEj {
    width: 100%;
    min-height: 56px;
    margin-top: 20px;
}

.CuI5AB1oPA7V5c3uGPU5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ZbWUwUrZH1JRB8WKJfp0 {
    display: none;
}

.k3qGj1Nh_vxf12ethmkS {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    background: #F9FAFB;
    border-radius: 12px;
}

.zmLlZ9VYP3idJVPLfH2A {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.Bq11VB6M9bZp3Mu32KYZ {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #6B7280;
}

.Vs__r2Rru_CBdWwvhB4Q {
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}

.Vs__r2Rru_CBdWwvhB4Q a {
        text-decoration: none;
    }

.B1JVVf8MR354ZWJyI3gw {
    width: 100%;
}

.XsnI3FB4pt0sSyWyYwQp {
    margin-right: 2px;
    margin-bottom: -2px;
}

.j1yDzXdLePFfweGYdQ7w {
    color: #FD4040;
}

.ZS_TgZDXn8SxsMWZc620 {
    align-items: center;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07),
        0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
        0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
        0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border: 0;
    display: flex;
    padding: 20px;
    pointer-events: all;
    width: 371px;
}

.QO4z0sK1y9YKZ0VAElHQ {
    align-items: center;
    background: #f3f3f3;
    border-radius: 12px;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 16px;
    width: 48px;
}

.P15Nnu5KeI4Cnz96dsU4 {
    width: 48px;
    height: 48px;
}

@media (--mobile) {

.P15Nnu5KeI4Cnz96dsU4 {
        width: 18px;
        height: 18px;
}
    }

.sdSp4MWZepAtPls8pQyB {
    flex: 1;
    margin-right: 8px;
}

.oGWKmmfP1xV9B6GElGfE {
    color: #37a126;
    text-decoration: underline;
    white-space: nowrap;
}

.oGWKmmfP1xV9B6GElGfE:hover {
        opacity: 0.8;
    }

.oGWKmmfP1xV9B6GElGfE:active {
        opacity: 0.64;
    }

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

.KVAVxbdCwmaGcoVoT7dQ {
    width: 12px;
    height: 12px;
}

.jLt0Pt49B388FsBsugIs {
    position: relative;
    align-items: center;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07),
        0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
        0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
        0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border: 0;
    display: flex;
    padding: 20px;
    pointer-events: all;
    width: 390px;
}

.e5pfzKe6NPJ3zE17eZmY {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.xycrQCmXzaih2fBfgCQR {
    position: absolute;
    top: 20px;
    right: 20px;
}

.Fl2C5XffotnrgUrXphoT {
    text-decoration: underline;
}

.gxi_a4bp1FilwzxcYcXT {
    width: 12px;
    height: 12px;
}

.BWRGPmLLfI0I8VhIdKMr {
    align-items: center;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07),
        0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
        0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
        0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border: 0;
    display: flex;
    padding: 20px;
    pointer-events: all;
    width: 371px;
}

.F7T4WvGqQoBuZNv1i7ZE {
    align-items: center;
    background: #f3f3f3;
    border-radius: 12px;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 16px;
    width: 48px;
}

.JrPmsGwvu4tFZvhsmaS3 {
    width: 11px;
    height: 24px;
}

@media (--mobile) {

.JrPmsGwvu4tFZvhsmaS3 {
        width: 9px;
        height: 18px;
}
    }

.wVYSh6B2PgeEHcb3QUiF {
    flex: 1;
    margin-right: 8px;
}

.dPMOEHeaFwDMVGKfODbg {
    color: #37a126;
    text-decoration: underline;
    white-space: nowrap;
}

.dPMOEHeaFwDMVGKfODbg:hover {
        opacity: 0.8;
    }

.dPMOEHeaFwDMVGKfODbg:active {
        opacity: 0.64;
    }

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

.PcokbqIEemXPKorfwQTb {
    width: 12px;
    height: 12px;
}

.mWelvAOQObYR8X_ujP2w {
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.14);
    border: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 188px;
    padding: 32px 20px;
    pointer-events: all;
    width: 371px;
}

.RxmVHadyNqRySwDNAcbo {
    color: var(--red);
}

.s_C7I81dpp0byw4pkB1s {
    opacity: 0.5;
}

.ZUddjvZZ9w65ppf8oi2q {
    margin-top: auto;
}

.djYfQnD4Rtdy1voHQT37 {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.djYfQnD4Rtdy1voHQT37 > div {
    flex: 1;
    min-width: 0;
}

.djYfQnD4Rtdy1voHQT37 > svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}


.SSrM9OBSSMH_6JEKkNJd {
    margin-top: auto;
}

.OG0QGv_AvP4Ozxr6fMoA {
    align-items: center;
    display: flex;
    gap: 8px;
    color: inherit;
}

.Wzu0vJfqHwMyDDzcMbaa {
    margin-right: 4px;
}

.yg27FahP5NJHB4YuZ6vn {
    position: fixed;
    will-change: transform;
}

.o1nse75PYFgwAJKgnT07 {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07),
        0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
        0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
        0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
        0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
        0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border: 0;
    color: #000000;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    
    line-height: 24px;
    padding: 24px 32px;
    pointer-events: all;
    width: 374px;
}

.acDL_YnOoYM59N1dDJZj {
    gap: 24px;
}

.o1nse75PYFgwAJKgnT07 a {
    color: #1f27fe;
    text-decoration: none;
}

.RNzPAH52wELXmqeVY0_4 {
    opacity: 0.5;
}

.cYAWBJ8keGYdbRyZ1JKw {
    color: #FD4040;
}

.TNgANkOc7jS_qaPmaGEw {
    gap: 2px;
    flex-direction: row;
    justify-content: center;
}

.UY0wFHV6FlSuoL4y9E61 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: flex-end;
    z-index: 2;
}

.pASGWQ9aeGRuIS4FjIIZ {
    position: relative;
}

.pASGWQ9aeGRuIS4FjIIZ .JXevoID2cvuAux7osEkN {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
    }

.Ni10nFzivUzKlAdOxKfN {
    min-height: 285px;
}

.WD4QEahWgjr_MrKxXDtg {
    font-size: 20px;
    line-height: 28px;
    
    color: #FD4040;
    opacity: 0.5;
}

.MXL2qukCkY6e1mazvtbQ {
    font-size: 20px;
    line-height: 28px;
    
    color: #FD4040;
}

.DIhP7BSqrwu3tT_ogDRW {
    align-self: flex-end;
    margin-top: auto;
}

.DIhP7BSqrwu3tT_ogDRW > p {
        font-size: 20px !important;
    }

.ypc4suo2Kos4TeVHLO3b {
    font-weight: 500;
    margin: 0;
    color: #17181b;

    /* Sizes */
}
.ypc4suo2Kos4TeVHLO3b.xz4xAWUMcfhB27Xdo3O2 {
        font-size: 16px;
        line-height: 24px;
    }
.ypc4suo2Kos4TeVHLO3b.iyQrJPZ5CHVe8fxNUf3B {
        font-size: 14px;
        line-height: 24px;
    }
.ypc4suo2Kos4TeVHLO3b.J6jzBw5t0TXbmsvuUlVS {
        font-size: 12px;
        line-height: 20px;
    }
.ypc4suo2Kos4TeVHLO3b.T8zyEWkHcsIoNQTztpzk {
        font-size: 10px;
        font-weight: 600;
        line-height: 20px;
        
    }

/* Colors */
.ypc4suo2Kos4TeVHLO3b.dt6alV3XSNqbrJhOjxHv {
        color: #9ca6b4;
    }
.ypc4suo2Kos4TeVHLO3b.ocHDEY7VxoptGxTi1Rsv {
        color: #ff8d24;
    }
.ypc4suo2Kos4TeVHLO3b.JXHNDLuFaQtusEBz3ew3 {
        color: #29c34a;
    }
.ypc4suo2Kos4TeVHLO3b.KohWNj2p6jM1zb8H7Avv {
        color: #2097f6;
    }
.ypc4suo2Kos4TeVHLO3b.z49Y9FV82rSwksKGLSel {
        color: #fd4040;
    }
.ypc4suo2Kos4TeVHLO3b.imAUc1LwZROAfSiryDxc {
        color: inherit;
    }

/* Weight */
.ypc4suo2Kos4TeVHLO3b.sMM3avMwyc9uZV_lQN_S {
        font-weight: 600;
    }

.B8omzrLAfF6mXw4bNuwQ {
    margin-bottom: 16px;
    line-height: 20px;
}
.B8omzrLAfF6mXw4bNuwQ a {
    color: var(--black);
    font-size: 14px;
    
    opacity: 0.3;
}

.knzqdL4f1NFJTwIM8ZqS {
    color: #212121;
    font-size: 16px;
    margin-right: 8px;
    cursor: pointer;
    margin-left: 4px;
    top: 2px;
    position: relative;
}

.elw94UdRMSzmBAjSkdPx {
    display: flex;
    flex-direction: column;
}

.TrqOL70nEkWgE1fZ305W {
    display: flex;
    justify-content: space-between;
}

.p2fP0kbIuUzBVuNreXrh {
    display: flex;
    align-items: center;
}

.p2fP0kbIuUzBVuNreXrh:not(:last-child) {
        margin-bottom: 12px;
    }

.p2fP0kbIuUzBVuNreXrh > span {
        margin-right: 4px;
    }

.UcTUAQTNzLrkE7BkGIR9 {
    display: flex;
    align-items: center;
}

.kgfS1zdK_5qinKjEH52O {
    display: flex;
    flex-direction: column;
    padding: 24px;
    align-items: stretch;
}

.u4mrB5oDUiJfsO7VCA5Q {
    display: flex;
    align-items: center;
}

.u4mrB5oDUiJfsO7VCA5Q > span {
        margin-left: 4px;
    }

.u4mrB5oDUiJfsO7VCA5Q > img {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

.vFClSscmi4nz_2WzlH6Q {
    font-weight: 500;
}

-green.vFClSscmi4nz_2WzlH6Q {
        color: #29c34a;
    }

-yellow.vFClSscmi4nz_2WzlH6Q {
        color: yellow;
    }

-red.vFClSscmi4nz_2WzlH6Q {
        color: red;
    }

.QYf3gFYZ5XftJlYimBww {
    background-color: #000 !important;
    border-radius: 12px !important;
}

.QYf3gFYZ5XftJlYimBww {
    box-sizing: border-box;
    min-height: 56px;
    width: 100%;
    transition: background-color 0.2s ease-in-out;
}

.QYf3gFYZ5XftJlYimBww > p {
        color: #fff !important;
    }

.QYf3gFYZ5XftJlYimBww > p {
        font-weight: 400;
    }

.QYf3gFYZ5XftJlYimBww:hover:not(:disabled) {
        background-color: #263344 !important;
    }

.QYf3gFYZ5XftJlYimBww:disabled {
    background-color: #e5e7eb !important;
}

.QYf3gFYZ5XftJlYimBww:disabled > p {
        color: #12131a !important;
    }

.usFHMkQbBzzgfcVPRAmh {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.xDlGsxrLXrNSRTlCcEd7 {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

.mtu4p5ZI0g11bp2PYJyH {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    background-color: var(--white);
}

.xDlGsxrLXrNSRTlCcEd7:checked + .mtu4p5ZI0g11bp2PYJyH {
    background-color: #000103;
    border-color: #000103;
}

.a3l6wpqCh_39ILEHErYE {
    width: 16px;
    height: 16px;
    color: var(--white);
}

.cglawxYmcxe75qSRRwqy {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
    color: #9CA3AF;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.jaY5yRB9WcXh4tEI7PvA {
    color: #000103;
}

.KF7SwI8ywMV8MxCGKDUR {
    display: flex;
    flex-direction: column;
}

.x_XBADL2NpXHJ1gWES_M {
    display: flex;
    align-items: center;
    gap: 12px;
}

.PmtcLj8rl2Y3C8HWk4HX {
    cursor: pointer;
}

.V9zdSnfJwFyT1Ti0WBLH {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    
    color: #000000;
    opacity: 0.5;
}

.o5_KLm5We3Rg2qDEF27o {
    display: flex;  
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.irKXDHrmoKPjNfAgmAAZ {
    color: #4B5563;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.o_89pA85FFLNuhT7b5rw {
    display: inline-flex;
    vertical-align: middle;
}

.SVUktwluROWzniQ565VA {
    display: inline-block;
}

.gBzThCKIt5TSsz1U20c3 {
    color: #4EA749;
    cursor: pointer;
}

.PN4dMqnUNlns_zIuYGt_ > div {
        background: #F9FAFB;
        border: 1px solid rgba(0,1,3,0.05098);
        box-shadow: none;
    }

.PN4dMqnUNlns_zIuYGt_:hover > div {
        border-color: rgba(0, 0, 0, 0.2);
    }

.EGCoA5uyy7QbJ8tLFrys > div {
        border-color: #FD4040 !important;
    }

.x7QtMYuNEabDMSzb0hbA {
    margin-top: 20px;
}

.L00LYCyrGiTy45X_JUN0 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sG4xDnsZBHoB0paFnBMs {
    cursor: pointer;
}

.CKqYIjn79FuoUy6xBulh {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #4B5563;
}

.NaoTtbfUKpzbgJFGF7x3 {

    border-radius: 0 0 var(--gap24) var(--gap24);
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    isolation: isolate;

    --content-padding: 20px;
    --negative-margin: calc(-1 * var(--content-padding));
    margin: 0 var(--negative-margin) var(--negative-margin);
}
@media (max-width: 767px) {
    .NaoTtbfUKpzbgJFGF7x3 {
        --content-padding: var(--gap20);
        border-radius: 0;
        border-radius: initial;
}
    }

.QMqjr9dOcVdJ_sPQNUff {
    position: relative;
    background: #fff;
    padding: 20px;
    padding-bottom: 28px;
    z-index: 2;
    position: relative;
}
.QMqjr9dOcVdJ_sPQNUff:after {
    background: #EEEEEE;
    bottom: 0;
    content: '';
    height: 1px;
    left: 20px;
    position: absolute;
    width: calc(100% - 42px);
}
.ZO8B_aH98Nq5sq4AUU8J:after {
    display: none;
}
.FcAlqhWwkPglLyL8E90B {
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    z-index: 2;
}
.vPFMVHhjNthgSAbp64f0 {
    background: #fff;
    z-index: 1;
    padding: 20px;
    padding-top: 28px;
    position: relative;
}
.eZjegUUpz5OcXo4FfmKR {
    padding: 0 var(--content-padding) 24px var(--content-padding);
    display: flex;
    flex-direction: column;
    background: #fff;
}
.uL3o4fsmPUxlBT5zxwLc {
    padding-bottom: 44px;
}
.hzGVifsFhVklVAzKBbHS {
    padding-bottom: 0;
}

.oJnxUHyL9g6VxchLknjo {
    color: #9CA3AF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.XqqjpRkkni2EAiXNldgo {
    font-size: 14px;
    color: #9CA3AF;
}

.sFaYMYHXHmjBcM7fFfxA {
    font-size: 14px;
    color: #9CA3AF;
}

.cv6RiT3kDd3DH4jzP7aI {
    display: inherit;
}

.POvuJmzvDnRGbpde8wxg {
    border-radius: 4px;
    transform: translateX(-50%);
    padding: 6px;
    color: #fff;
    background: #17181b;
    z-index: 100;
    max-width: 300px;
    visibility: hidden;
    opacity: 0;
    transition:
        visibility 150ms linear,
        opacity 150ms linear;
}

.POvuJmzvDnRGbpde8wxg.fYlrRi8Dt83IsrVUtXdm {
    opacity: 1;
    visibility: visible;
}

.POvuJmzvDnRGbpde8wxg.v327T4UgGKDc0XEcO7jA {
    transition: none;
}

.POvuJmzvDnRGbpde8wxg[data-popper-placement^='top'] > .BhMUeYf3kbwaSMlFY_iX {
    bottom: -4px;
}

.POvuJmzvDnRGbpde8wxg[data-popper-placement^='bottom'] > .BhMUeYf3kbwaSMlFY_iX {
    top: -4px;
}

.POvuJmzvDnRGbpde8wxg[data-popper-placement^='left'] > .BhMUeYf3kbwaSMlFY_iX {
    right: -4px;
}

.POvuJmzvDnRGbpde8wxg[data-popper-placement^='right'] > .BhMUeYf3kbwaSMlFY_iX {
    left: -4px;
}

.BhMUeYf3kbwaSMlFY_iX,
.BhMUeYf3kbwaSMlFY_iX::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

.BhMUeYf3kbwaSMlFY_iX {
    visibility: hidden;
}

.BhMUeYf3kbwaSMlFY_iX::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
}


.goYrUSfjNaF_pg8KglgR {
    display: flex;
    align-items: center;
}

.fxrTboS2y4Q3giUJ3GcQ {
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    bottom: -4px;
}

.mLBMsW3SqTN83P0ZYsFm {
    background: #8CFC86; 
    padding: 0 10px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.8);
}

.Z6ZIy9dBndeiM8M9l8Y7 {
    display: flex;
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    
    margin-right: 8px;
}

.KEjkPx4TVx8aA31K3WYV {
    background: rgba(0,0,0,.7);
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
}

.hy_Bc7_hhmDhBFbGmQWY {
    padding-left: 4px;
    color: rgba(0,0,0);
    cursor: pointer;
}

.Wu1FqPCVxEasggBWdU1L {
    display: flex;
    flex-direction: column;
}

.TykCvjgpOn4tNXpl01YA {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.aA0rF06RZk4NvMoHjKHp {
    --icon-size: 28px;
    margin: -1px;
}

.qWLP6qGf5EucY0KKj3KQ {
    color: #4b5563;
    font-size: 16px;
    line-height: 20px;
}

.QcIzw7wVP2jTfLlm8SIJ svg rect {
        fill: #f3f3f3;
    }

.g9jOQXnF0F5lbB3epa83 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    height: 24px;
}

.tCJbMY_P2Jvd70gJkc40 {
    background: #e5e7eb;
    color: #88898c;
    border: none;
    border-radius: 8px;
    font-size: 9px;
    line-height: 12px;
    padding: 6px 8px;
    cursor: pointer;
}

.x9yuCnrJyvSI2NZwgH79 {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 8px;
    padding: 0;
    cursor: pointer;
    height: 40px;
}

.LiW2QfSzd54QMPdDysY9 {
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    color: #000103;
    transition: border-color 0.2s ease-in-out;
}

.LiW2QfSzd54QMPdDysY9:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }

.LiW2QfSzd54QMPdDysY9::-moz-placeholder {
        color: #9ca3af;
    }

.LiW2QfSzd54QMPdDysY9::placeholder {
        color: #9ca3af;
    }

.LiW2QfSzd54QMPdDysY9 input::-moz-placeholder {
        color: #9ca3af;
    }

.LiW2QfSzd54QMPdDysY9 input::placeholder {
        color: #9ca3af;
    }

.MoejkRAvTxtZ6n14pVRF {
    cursor: pointer;
}

.MoejkRAvTxtZ6n14pVRF input {
        cursor: pointer;
    }

.P6t5hvZlmSYoZwIagnWO {
    border-color: #FD4040;
}

.P6t5hvZlmSYoZwIagnWO:hover {
        border-color: #fd4040;
    }

.LiW2QfSzd54QMPdDysY9 > div {
    background: #f9fafb !important;
    box-shadow: none !important;
}

.x9yuCnrJyvSI2NZwgH79:disabled {
    cursor: default;
}

.B_XpdIHS6N2cx95v_ITD {
    display: flex;
}

.rM0jbOwENyzeSqzw7lt6 {
    font-family: inherit;
    font-size: 14px;
    color: #777777;
    border: none;
    background: none;
    cursor: pointer;
}

.db5MMvu4VccKjC8r4UJq {
    display: inline-block;
    font-size: 12px;
    background: #eeeeee;
    border-radius: 50%;
    min-width: 16px;
    min-height: 16px;
}

.pjT7ZtwZi_mJ8lVbovL3 {
    position: relative;
}

.pjT7ZtwZi_mJ8lVbovL3 > * {
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.MfYM_EtpEQXgLA2k96tU {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.pjT7ZtwZi_mJ8lVbovL3[data-loading='true'] > .MfYM_EtpEQXgLA2k96tU {
        opacity: 1;
    }

.pjT7ZtwZi_mJ8lVbovL3[data-loading='true'] > *:not(.MfYM_EtpEQXgLA2k96tU) {
        opacity: 0.8;
        pointer-events: none;
    }

.xYNkICtZX4npf7W_7S8O {
    align-items: center;
    display: flex;
    gap: 2px;
    padding: 4px 0 16px;
}

.YsPmQb8isqCDooCUIKvU {
    flex: 1;
}

.fTzlJwGQ9r0x9QfTXlKt {
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 10px;
}

.d1kLtWsiAdXfJ9nLSXxM {
    margin-bottom: 16px;
}

.PyGEGsHyp5bf7rroR3VY {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    
    line-height: 28px;
    margin: 16px 32px 0;
    text-align: center;
    text-transform: uppercase;
}

.MSLkLl41ThrzMsLwm4Vn {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    
    line-height: 24px;
    margin: 0 var(--asset-modal-padding);
    padding: 0 0 8px;
}

.dnPoWyaPEP0Pv3n1SXmD {
    --negative-margin: calc(-1 * var(--asset-modal-padding));

    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    margin: 0 var(--negative-margin) var(--negative-margin);
    min-height: 0;
    overflow: hidden;
}

.pTkKs5CBhE1CgHsFE7Cg {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow-y: scroll;
    padding: 0 var(--asset-modal-padding) var(--asset-modal-padding);
}

.fQbGKLBOz1yGe6L3eIs9:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.gegwWvlxtSKGBmIteKJq {
    border-radius: 8px;
    height: 40px;
    transition: border-color 0.2s ease-in-out;
}

.gegwWvlxtSKGBmIteKJq:hover > div {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

.gegwWvlxtSKGBmIteKJq div {
    box-shadow: none !important;
}

.gegwWvlxtSKGBmIteKJq div {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 12px;
    height: 40px;
    background: #f3f4f6;
    padding: 8px;
    transition: border-color 0.2s ease-in-out;
    border: 1px solid transparent;
}

.gegwWvlxtSKGBmIteKJq input {
    font-size: 14px;
}

.gegwWvlxtSKGBmIteKJq input:placeholder {
    color: #9ca3af;
}

.plBVfya3BX3zk30wWB88 {
    flex-shrink: 0;
}

.CsqksWf90_QWqEGdipiT {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 16px;
    height: 16px;
    padding: 0;
    flex-shrink: 0;
    transition:
        opacity 0.3s ease,
        width 0.3s ease;
}

@container (max-width: 120px) {
    .CsqksWf90_QWqEGdipiT {
        opacity: 0;
        width: 0;
        overflow: hidden;
    }
}

.spFdJGmQukBXICyNW1x2 {
    background-color: transparent !important;
}
.spFdJGmQukBXICyNW1x2 {
    height: 36px;
    min-height: 36px;
    align-items: center;
    padding: 4px;
    width: 100%;
    gap: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    transition: 
        width 350ms ease,
        padding 350ms ease,
        gap 350ms ease,
        background-color 350ms ease,
        border 350ms ease;
}
.spFdJGmQukBXICyNW1x2:hover:not(.DLa0AjKwlLIMs4jKxyzg) {
    background-color: #F3F4F6 !important;
    color: #000103 !important;
}
.spFdJGmQukBXICyNW1x2:hover:not(.DLa0AjKwlLIMs4jKxyzg) {
    border-radius: 12px;
}
.spFdJGmQukBXICyNW1x2[data-active='true'] {
    background-color: #F3F4F6 !important;
    color: #000103 !important;
}
.spFdJGmQukBXICyNW1x2[data-active='true'] {
    border-radius: 12px;
}
@container (max-width: 120px) {
    .spFdJGmQukBXICyNW1x2 {
        width: 36px;
        height: 36px;
        padding: 0;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .spFdJGmQukBXICyNW1x2:hover:not(.DLa0AjKwlLIMs4jKxyzg) {
        background-color: #D1FECF !important;
    }

    .spFdJGmQukBXICyNW1x2:hover:not(.DLa0AjKwlLIMs4jKxyzg) {
        border: 1px solid #5FE964;
    }

    .spFdJGmQukBXICyNW1x2[data-active='true'] {
        background-color: #D1FECF !important;
    }

    .spFdJGmQukBXICyNW1x2[data-active='true'] {
        border: 1px solid #5FE964;
    }
}
.DLa0AjKwlLIMs4jKxyzg {
    opacity: 0.5;
    cursor: default;
}
.wf2RJtK3m3PLs6n62uFo {
    height: 28px;
    width: 28px;
    min-width: 28px;
    min-height: 28px;
    flex-shrink: 0;
}
.fvGimU6QFK56LhUH6q6H {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(0, 1, 3, 0.1);
}
.StoupjKThPZzMcdxx41K {
    font-family: 'Geist';
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
    text-align: left;
    transition: opacity 350ms ease, width 350ms ease;
}
@container (max-width: 120px) {
    .StoupjKThPZzMcdxx41K {
        opacity: 0;
        width: 0;
    }
}
.tjF2FLrA1xzJ3KmubF1m {
    vertical-align: super;
    font-size: 9px;
    opacity: 0.8;
    margin-left: 2px;
}
.KHZA2MHMEuRdzdejgXTQ {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    text-decoration: none;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
}
.S3ZjpZljl_mPkXfuEur1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #75FB6E;
    position: absolute;
    top: 0;
    left: 0;
}
.VQncZekYxrNrEUB8hGsR {
    width: 8px;
    height: 11px;
    color: #000103;
}
.lcZBEacAg6YwSmHIVDSP {
    display: none;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #75FB6E;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.ONAzbI4Qaocw33GbDYyh {
    width: 11px;
    height: 11px;
}
.spFdJGmQukBXICyNW1x2:hover .S3ZjpZljl_mPkXfuEur1 {
    display: none !important;
}
.spFdJGmQukBXICyNW1x2:hover .lcZBEacAg6YwSmHIVDSP {
    display: flex !important;
}
@container (max-width: 120px) {
    .KHZA2MHMEuRdzdejgXTQ {
        display: none !important;
    }
}

.gkd5xUkRlhfY1LvQWGQO {
    flex: 1;
    min-height: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #e5e7eb transparent;
    padding-right: 8px;
}
.gkd5xUkRlhfY1LvQWGQO::-webkit-scrollbar {
    width: 4px;
}
.gkd5xUkRlhfY1LvQWGQO::-webkit-scrollbar:hover {
    width: 4px;
}
.gkd5xUkRlhfY1LvQWGQO::-webkit-scrollbar-track {
    background: transparent;
}
.gkd5xUkRlhfY1LvQWGQO::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 4px;
    min-height: 35px;
}
.gkd5xUkRlhfY1LvQWGQO::-webkit-scrollbar-thumb:hover {
    background: #e5e7eb;
}
.gxPeqlLk7RVWf3bOuJLz {
    flex-direction: column;
    align-items: flex-start;
}
.JtuiGlrbHhDeFJmUx1hp {
    font-family: 'Geist';
    font-weight: 400;
    color: #9ca3af;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    margin-top: 20px;
}
.iPNPG2PZCuUB6R0DI5o4 {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #9ca3af;
    margin-top: 12px;
}
.iIqKB9vYqryPpa1kvsK_ {
    margin-bottom: 20px;
    margin-right: 12px;
}

.V01F2MRDN_RhhpiA91I2 {
    height: auto !important;
    padding: 12px !important;
}

.V01F2MRDN_RhhpiA91I2 {
    background: #fff;
    max-height: none;
    max-height: initial;
}

@media (min-width: 520px) {
    .V01F2MRDN_RhhpiA91I2 {
        max-width: 374px !important;
    }
}

.d7eY8E6itppjpC95AJ7I {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.AVQob5q5Xs9QjrFPA3bS {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-family: 'Geist', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    background: #f3f4f6;
    border: none;
    border-radius: 12px;
    color: #000103;
    padding: 12px 8px;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
}

.AVQob5q5Xs9QjrFPA3bS:hover {
    background: #e5e7eb;
}

.AVQob5q5Xs9QjrFPA3bS:active {
    transform: scale(0.98);
}

.wxKWjTlRZBurD8MaFl5B {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 8px;
}

._nuDyZuIT0rgn2zxHLbd {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.yFwGdQo3HixyFLnDdrQq {
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #6b7280;
}

.kr0Nyhg5udgAgdSpKtVM {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000103;
}


.JXYuVPsfaHvxCzTSDQqo {
    display: flex;
}

.FtGx3wgouIQKH5WFtLjY {
    border-radius: 4px;
    font-size: 12px;
    height: 25px;
    transition: opacity 0.3s ease-in-out;
    width: 25px;
}

.FtGx3wgouIQKH5WFtLjY > svg {
        height: 12px;
    }

.FtGx3wgouIQKH5WFtLjY:not(:last-child) {
        margin-right: 8px;
    }

@media (--tablet) {

.FtGx3wgouIQKH5WFtLjY {
        opacity: 1;
}
    }

.yHAWkcNzJwKaQwHMt0V2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    cursor: pointer;
    color: #9ca3af;
}

.yHAWkcNzJwKaQwHMt0V2:hover {
        color: #000103;
    }

.M_N62Zg6k_PNxmAKiuaw {
    align-items: center;
    display: flex;
    transition:
        opacity 350ms ease,
        width 350ms ease;
    min-width: 0;
    flex-shrink: 0;
}

@container (max-width: 120px) {
    .M_N62Zg6k_PNxmAKiuaw {
        opacity: 0;
        width: 0;
        overflow: hidden;
    }
}

.iwrshcAUYSBEDSN_Gc1B {
    opacity: 1;
}

.iwrshcAUYSBEDSN_Gc1B > svg > path {
        fill: #f3ba2f;
    }

.j0ItChpuFbGHaF7ewGgQ {
    font-family: 'Geist' !important;
}

.j0ItChpuFbGHaF7ewGgQ {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.225s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    border-radius: 12px;
    padding: 5px;
    height: 50px;
    box-sizing: border-box;
}

.j0ItChpuFbGHaF7ewGgQ:focus {
        outline: none;
    }

.j0ItChpuFbGHaF7ewGgQ:hover {
    background: #f3f4f6;
}

.ZxjEjMSiqzbLh9OoHsoi {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    overflow: hidden;
}

.ZxjEjMSiqzbLh9OoHsoi:hover {
    cursor: pointer;
}

.nIKQZllcDA5ZCWYRvNUy {
    border-bottom: none;
}

.eXt3H9146mPQ4jy14P3O {
    background: #000000;
    padding: 8px;
}

.n_xSMR2Ez3KFisHPk4AH {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

.uYLmba8visR8gLAQG1nw {
    color: #4b5563;
}

.bKiRH2E53Qdj7cnyzt6n {
    font-size: 12px;
    line-height: 14px;
    color: #9ca3af;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wEiS72fK19W5pqo1suaJ {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.M0f7auFcdFhZPrqn7TrS {
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background: #f3f4f6;
    border: none;
    border-radius: 8px;
    color: #000103;
    padding: 6px 12px;
    cursor: pointer;
    transition:
        background 0.2s ease,
        opacity 350ms ease,
        width 350ms ease;
}

@container (max-width: 120px) {
    .M0f7auFcdFhZPrqn7TrS {
        opacity: 0;
        width: 0;
        padding: 0;
        overflow: hidden;
    }
}

.M0f7auFcdFhZPrqn7TrS:hover {
    background: #e5e7eb;
}

.lAHOHTqFtKm5v9Za6lbw {
    align-self: flex-start;
    margin-top: 140px;
    margin-top: var(--layout-top-offset, 140px);
    max-height: min(
        600px,
        calc(100vh - 140px - 32px)
    );
    max-height: min(
        600px,
        calc(100vh - var(--layout-top-offset, 140px) - 32px)
    );
    min-height: 600px;
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.14);
    background: #f3f4f6;
}

.jsr2W5ChuufErl2qSaqw {
    display: flex;
    flex: 1;
    gap: 8px;
    min-height: 0;
    --chains-width: 164px;
    --tokens-width: 294px;
}

.ykUODpXUKMlRy3fbjvP6 {
    background: #fff;
    border-radius: 16px;
    padding: 12px 0 0 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 0 1 var(--chains-width);
    transition: flex-basis 350ms ease;
    container-type: inline-size;
}

.jsr2W5ChuufErl2qSaqw[\:has\(.chains\[focus-within\]\)] {
    --chains-width: 399px;
    --tokens-width: 75px;
}

.jsr2W5ChuufErl2qSaqw:has(.ykUODpXUKMlRy3fbjvP6[focus-within]) {
    --chains-width: 399px;
    --tokens-width: 75px;
}

.jsr2W5ChuufErl2qSaqw[\:has\(.chains\:focus-within\)] {
    --chains-width: 399px;
    --tokens-width: 75px;
}

.jsr2W5ChuufErl2qSaqw:has(.ykUODpXUKMlRy3fbjvP6:focus-within) {
    --chains-width: 399px;
    --tokens-width: 75px;
}

.jsr2W5ChuufErl2qSaqw[\:has\(.tokensContainer\[focus-within\]\)] {
    --chains-width: 69px;
    --tokens-width: 399px;
}

.jsr2W5ChuufErl2qSaqw:has(.s9BRG3uD3lBy64FhkE9n[focus-within]) {
    --chains-width: 69px;
    --tokens-width: 399px;
}

.jsr2W5ChuufErl2qSaqw[\:has\(.tokensContainer\:focus-within\)] {
    --chains-width: 69px;
    --tokens-width: 399px;
}

.jsr2W5ChuufErl2qSaqw:has(.s9BRG3uD3lBy64FhkE9n:focus-within) {
    --chains-width: 69px;
    --tokens-width: 399px;
}

@container (max-width: 120px) {
    [data-role='chain-name'] {
        opacity: 0;
        width: 0;
        overflow: hidden;
    }

    [data-role='chains-separator'] {
        display: none;
    }
}

.iKVuNTJhcni1hEchlUWS {
    max-width: 100vw;
    min-height: 0;
    min-height: initial;
    height: 95vh;
    height: 95dvh;
    max-height: 95vh;
    max-height: 95dvh;
    overflow: hidden;
}

.gGNEYvXRfyjZilzZLmCP {
    background: #fff;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex: 1 1 var(--tokens-width);
    min-width: 0;
    justify-content: stretch;
    overflow: hidden;
    border-radius: 16px;
    padding: 12px 12px 0 12px;
    transition: flex 350ms ease;
    container-type: inline-size;
}

.ZqZuEWcxoQ2cVZ2BaYXy {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-width: 0;
    margin-bottom: 20px;
}

.OyGOJV430LLxdZx3KzLp {
    flex: 1;
    min-width: 50px;
}

.e1nVsh3cK0Rtr3km_sXV {
    background: #f3f4f6;
    color: #9ca3af;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        opacity 0.3s ease,
        width 0.3s ease;
}

@container (max-width: 120px) {
    .e1nVsh3cK0Rtr3km_sXV {
        opacity: 0;
        width: 0;
        overflow: hidden;
    }
}

.xAGYcs3NkHC_JDhMJo39 {
    color: #ffffff;
    background: #000;
}

.nNCzYaa8COLNiA1JR8Qj {
    flex: 1;
    min-height: 0;
    width: 100%;
    overflow: hidden;
}

.uy7GD_ch4g3CKkjyeNNt {
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #e5e7eb transparent;
}

.uy7GD_ch4g3CKkjyeNNt::-webkit-scrollbar {
    width: 4px;
}

.uy7GD_ch4g3CKkjyeNNt::-webkit-scrollbar-track {
    background: transparent;
}

.uy7GD_ch4g3CKkjyeNNt::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 4px;
    min-height: 35px;
}

@container (max-width: 120px) {
    .gGNEYvXRfyjZilzZLmCP {
        background: #f3f4f6;
    }

    .nNCzYaa8COLNiA1JR8Qj {
        width: 100%;
    }

    .uy7GD_ch4g3CKkjyeNNt {
        scrollbar-width: none;
    }

    .uy7GD_ch4g3CKkjyeNNt::-webkit-scrollbar {
        display: none;
    }
}

.NxsbCv94bafSlaM9BNTl {
    font-wight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #9ca3af;
    margin-bottom: 8px;
}

@container (max-width: 120px) {
    .NxsbCv94bafSlaM9BNTl {
        display: none;
    }
}

.F4ePh0qJmAm3MEjyh2nu {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #9ca3af;
}

@container (max-width: 120px) {
    .F4ePh0qJmAm3MEjyh2nu {
        display: none;
    }
}

.V7bebT7qK7kSV2OhEUba {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 16px;
    flex-shrink: 0;
}

.EmACYutLXvNLmw0534CA {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    padding-right: 70px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.EmACYutLXvNLmw0534CA::-webkit-scrollbar {
    display: none;
}

.ZbYwJlIlHzPn7y9UwAL0 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s ease;
    border-color: rgba(0,1,3,0.05098);
    border: 1px solid rgba(0,1,3,0.05098);
}

.Fo4KP8Pl5S_SZBJOcd0c {
    border-color: #5FE964;
    background: #D1FECF;
}

.pG5kXiYiZ7r7uSZ8IgA1 {
    opacity: 0.5;
    cursor: default;
}

.E3xAQsgLQnbbOh3nNEyg {
    position: relative;
}

.VKfPugxu7z5uDTkyNQsi {
    display: flex;
    flex-wrap: wrap;
    width: 24px;
    height: 24px;
    gap: 1px;
}

.Pf7b8mHkI3WwsuRMeGpE {
    width: 11px;
    height: 11px;
    border-radius: 3px;
}

.P5_jVnUgVgkGGmcsNInU {
    width: 28px;
    height: 28px;
    border-radius: 8px;
}

.hr9nO_q0z3lnjWuBgCVP {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.hr9nO_q0z3lnjWuBgCVP::before {
    content: '';
    width: 16px;
    height: 38px;
    position: absolute;
    right: -2px;
    top: 0;
    background: #fff;
}

.PpziHpdJ9MKvoOBGhcOg {
    position: relative;
    font-family: 'Geist';
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 12px;
    color: #000103;
    padding: 10px 22px;
    border: 1px solid rgba(0,1,3,0.05098);
    background: #F9FAFB;
    cursor: pointer;
}


.o98pRtGS13js3OWxNXeY {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.BiEqlABI5SqOc7qILUnD {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.eb6QBPNKdWg5xbb76KJ_ {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: transparent;
    cursor: pointer;
    color: #000103;
    padding: 0;
    flex-shrink: 0;
}

.eb6QBPNKdWg5xbb76KJ_ svg {
    width: 20px;
    height: 20px;
}

.j_5a2gMIyhHhGFdUXAAW {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000103;
}

.U0uDMPQPGc6Kk0lFUr4x {
    background: #F3F4F6;
    margin-bottom: 16px;
}

.oksKvcViLQdc3jFsbKQb {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #E5E7EB transparent;
    gap: 8px;
    margin-right: -8px;
    padding-right: 8px;
}

.oksKvcViLQdc3jFsbKQb::-webkit-scrollbar {
    width: 4px;
}

.oksKvcViLQdc3jFsbKQb::-webkit-scrollbar-track {
    background: transparent;
}

.oksKvcViLQdc3jFsbKQb::-webkit-scrollbar-thumb {
    background: #E5E7EB;
    border-radius: 4px;
    min-height: 35px;
}

.N6GFW_A9PTf11fVkP1Se {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: opacity 0.2s ease;
    padding: 4px;
}

.N6GFW_A9PTf11fVkP1Se:hover {
    background: #F9FAFB;
    border-radius: 8px;
}

.dYEdv_W7zMb1S2ZjFDww {
    background: #F3F4F6;
    border-radius: 8px;
}

._UNtTwmFQTqnPC3_Tb3T {
    opacity: 0.5;
    cursor: default;
}

._UNtTwmFQTqnPC3_Tb3T:hover {
    opacity: 0.5;
}

.IRlXYgIk99xVAGX4KC7f {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(0, 1, 3, 0.1);
}

.aVeYeayhqEOozvweuLKk {
    font-family: 'Geist';
    font-size: 16px;
    line-height: 20px;
    color: #000103;
    flex: 1;
}

.iI6jXuPs6bc686CsnJLy {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iI6jXuPs6bc686CsnJLy svg {
    width: 12px;
    height: 12px;
    color: #fff;
}

.kSLcFVwDxjQY7gwUwIEC {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-right: 4px;
}

.aiCh0fjBpr0yc0rLW6QZ {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #9ca3af;
    padding: 20px 0;
    text-align: center;
}


.ugleBehsLc5nr3MCwQBQ {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ugleBehsLc5nr3MCwQBQ::-webkit-scrollbar {
    display: none;
}

.mMMe6DbnodnI8QvU6fEc {
    font-family: 'Geist';
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #9ca3af;
    margin-bottom: 8px;
}

.bvGsGy4z0sOhJ6a558f4 {
    flex: 1;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.XLu5me5XPNMCDOIybc_t {
    flex: 1;
    min-height: 0;
    width: 100%;
    overflow: hidden;
}

.T7come2N0NB_FlkqpJSw {
    width: 100% !important;
}

.T7come2N0NB_FlkqpJSw::-webkit-scrollbar {
    width: 4px;
}

.T7come2N0NB_FlkqpJSw::-webkit-scrollbar-thumb {
    background: #E5E7EB;
    border-radius: 4px;
}

._5HNdo2cJcNdJfosqGmyN {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #9ca3af;
    text-align: left;
}

.QBlHrYwSRKLCex6_jb9V {
    flex-shrink: 0;
    margin-bottom: 20px;
}

.cwgSCHYwTMUnSyDu1QNa {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.KAZUg04vh7NmKBD7vsYE {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px;
    cursor: pointer;
    transition:
        opacity 0.2s ease,
        background-color 0.2s ease;
    border-radius: 12px;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
}

.D9gHd5oVB84GDrkWI6JA {
    background-color: #f3f4f6;
}

.nFgEcYzUNRbTOUNHmAJe {
    opacity: 0.5;
    cursor: default;
}

.oGQqzVS8OO8IF3RHRdwb {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(0, 1, 3, 0.1);
}

.ayTbCeO10uy9obhCC6Tt {
    font-size: 16px;
    line-height: 20px;
    color: #000103;
    flex: 1;
}

.U3pkLhSy4aehTRjZFO14 {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-right: 4px;
}

.NhdRwd48FrhN6BgH_kIF {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.zFlfewq7pFvfcqnwySFX {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}

.Dun8XQGvAyheHXpzOL_Q {
    flex: 1;
    min-width: 0;
}

.sXeP8tDZjOiOczYQPZEp {
    background: #f3f4f6;
    color: #9ca3af;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.qx0VpPazkSCOL3iU8BBU {
    color: #ffffff;
    background: #000;
}

.FlqOEjsKzAtXXtJ6odhc {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.SnX3QrAxGCvRbVmLHmgg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
}

.tA77DuWw9SQ2e5U1IYLa {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.mxC0NblMEpPJ4AUNJhen {
    color: #666;
    transition: transform 0.3s ease;
}

.z6oXJaTu1cg9ubx4VtnX {
    transform: rotate(180deg);
}

.J0dz3acJGX05JrhRVhGN {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 16px;
}

.SNAksRGGlmzgP8mXVOUb {
    border-bottom: 1px solid #EEEEEE;
}



.nwS4zodNA6sGjHRBYzul {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(23, 24, 27, 0.6);
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.AflXKyiCfOsnZGI1WeAc {
    background-color: #ffffff;
    border-radius: 12px;
    position: relative;
    max-height: 100vh;
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
    .nwS4zodNA6sGjHRBYzul {
        /* The hack for Safari */
        height: -webkit-fill-available;
    }
}
.DIyVP9bpRdo1QkIiU1N_ {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #edf2f8;
    transform: translate(45px, 0px);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.DIyVP9bpRdo1QkIiU1N_ > svg {
        width: 18px;
        color: #9ca6b4;
    }
.DIyVP9bpRdo1QkIiU1N_:hover {
        background-color: #2d2d2d;
    }
.DIyVP9bpRdo1QkIiU1N_:hover > svg {
            color: #fff;
        }
@media (max-width: 767px) {
    .DIyVP9bpRdo1QkIiU1N_ {
        transform: translate(-15px, 15px);
        background-color: transparent;
    }

    .AflXKyiCfOsnZGI1WeAc {
        width: 100vw;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

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

.rWss3TAGf8q6aOauTN3L {
    font-weight: 700;
    margin: 0;
    color: #17181b;

    /* Sizes */
}
.rWss3TAGf8q6aOauTN3L.KxRA4ORKcjCBOesiGipC {
        font-size: 30px;
        line-height: 42px;
    }
.rWss3TAGf8q6aOauTN3L.ceuJhSEcgKWTQ69rrBWZ {
        font-size: 24px;
        line-height: 32px;
    }
.rWss3TAGf8q6aOauTN3L.AHEEfAhcUNonKrcXc0bZ {
        font-size: 20px;
        line-height: 28px;
    }

.IxiIv1ycoEO5qJ_xj_Mc {
    padding: var(--gap24);
    max-width: 370px;
}

.w1IVSqj2LgYFuxC4xGTg {
    margin-bottom: var(--gap24);
}

.phEVr4suwckfnOWh_k9S {
    margin-bottom: 16px;
}

.maYfUxmb2klFKRIqItii {
    padding: 0 var(--content-padding) var(--content-padding)
        var(--content-padding);
}

.H6e8D_s_TstXgbxM5NTI {
    margin-bottom: 16px;
}

.i3GpJUV7Cxlprqy4w9Yy {
    margin-bottom: 12px;
    margin-top: 12px;
    min-height: 56px;
    width: 100%;
    background: #fff;
}

.ZRqyZkwZvazuXe_2R2Th {
    margin-top: 12px;
}

.Ey6Cmy0n89cRkXb8mx0k {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 56px;
}

.Ca4b6AxaCnPorZZ7fE6l {
    margin: 0 auto;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #536c02;
    border-radius: 50%;
    animation: jx1YRAP0osy6Wurvky6Z 0.8s linear infinite;
}

@keyframes jx1YRAP0osy6Wurvky6Z {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.EmfCGxtSSAx1bLioMLI5 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.PV13OrMuxn2bOjeD5jtG {
    margin-bottom: 32px;
}

.OzkX5y2aKlmmTgiA0DWS {
    background: #F3F4F6;
}
.sl64kWDLGixwAdmGmf4a {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.Vgubs0YuZ9MAW0JCdEWf {
    border-top: 1px solid black;
    padding-top: 12px;
    margin-bottom: 16px;
}
.TK85qmUZTUjM5erD2Qh1 {
    margin-bottom: 12px;
}
.TK85qmUZTUjM5erD2Qh1 > div {
    box-shadow: none;
}
.Xdz0ZpoDW8a1BTLTRkDQ {
    border-radius: 12px !important;
    padding: 8px 20px !important;
}
.Xdz0ZpoDW8a1BTLTRkDQ {
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    font-size: 16px;
    height: 56px;
    background: #E5E7EB;
    
    line-height: 24px;
}
.qduvmWLT6PzIIt0PLc7F {
    margin-bottom: 32px;
}
@keyframes Zj0njbfW8F2qvu_b1Y8E {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.2;
    }
}
.Zj0njbfW8F2qvu_b1Y8E {
    background: #f5f5f5;
    border-radius: 12px;
    height: 172px;
    opacity: 0.5;
    animation: Zj0njbfW8F2qvu_b1Y8E 1.5s infinite ease-in-out;
}
@media (max-width: 767px) {
    .Zj0njbfW8F2qvu_b1Y8E {
        height: 220px;
    }
}
.AedejCTJN53AOGjmPO9N {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.cMQQTlhA5CFgewGLvH1j {
    cursor: pointer;
}
.iRRsHgER5NQTpbjNHHM2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    
    color: #000000;
    opacity: 0.5;
}

.gwTGVlUyXocnusGHJ0vx {
    position: relative;
    width: 100%;
    margin-bottom: var(--gap24);
}

.n1RBSpoIke67BProk9A4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    padding: var(--gap24);
    margin-bottom: var(--gap16);
    color: var(--primary);
    border-radius: var(--gap8);
    background: #fbfbfb;
    border: 1px solid #f5f5f5;
    box-shadow: 0 4px 20px -10px rgba(0,0,0,0.2);
}

.aybavomkSshQtdV2wpAX {
    margin: var(--gap28) 0;
}

.bEbLpUCKujjBsUvXlwr2 {
    width: 100%;
    height: 2px;
    -webkit-appearance: none;
    background: transparent;
}

.bEbLpUCKujjBsUvXlwr2::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: 1px solid var(--primary);
        height: 24px;
        width: 24px;
        border-radius: 50%;
        background: #fbfbfb;
        cursor: pointer;
        margin-top: -12px;
        box-shadow: 0 4px 20px -10px rgba(0,0,0,0.2);
    }

.bEbLpUCKujjBsUvXlwr2::-webkit-slider-runnable-track {
        background: #fbfbfb;
        border-radius: 4px;
        border: 1px solid #f5f5f5;
        border: none;
        box-shadow: 0 4px 20px -10px rgba(0,0,0,0.2);
        box-sizing: border-box;
        cursor: pointer;
        height: 4px;
        width: 100%;
    }

.bEbLpUCKujjBsUvXlwr2:focus {
        outline: none;
    }

.WVNCRk6uPKKTRetqe8U5 {
    display: flex;
    justify-content: space-around;
    align-content: center;
    gap: var(--gap16);
}

.WVNCRk6uPKKTRetqe8U5 > * {
        flex: 1;
    }

.eqxk0iIoDPyARPdV8dJB {
    align-items: center;
    background: #fbfbfb;
    border-radius: 12px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 4px 20px -10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: 16px;
    height: 56px;
    justify-content: center;
    line-height: 24px;
}

.J5MV4w4uloKB1FqotCbt {
    padding: var(--content-padding);
    display: flex;
    gap: 16px;
    align-items: center;
}

.O9mtvfk0ToYw05Rg0uV9 {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: #111111;
    flex-shrink: 0;
    box-shadow: rgba(0, 0, 0, 0.027) 0px 6.6501px 5.32008px,
        rgba(0, 0, 0, 0.02) 0px 2.76726px 2.21381px;
}

.kmybNpgmI9dqf3UIf8GK {
    width: 24px;
    height: 24px;
}

.D3UBrALvvyDXC3utcWZl {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.Pr2bCOuO8zTRw150lFJ9 {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 4px;
    display: inline-block;
}

.AB3_IPTo5fVO9ASwVgBJ {
    margin-top: var(--gap16);
}

.jzlH7SD9RbrAR4YExwbP {
    margin-bottom: var(--gap32);
}

.agITWnpcoxEoaxsBYnRP {
    color: var(--orange);
}

.agITWnpcoxEoaxsBYnRP span {
    color: var(--orange);
    opacity: 1;
}

.pF2TKQIzcXIbe_oQXRg6 {
    padding: 0 var(--content-padding) var(--content-padding)
    var(--content-padding);
    background: #fff;
}

.IQ_FfOpuqHYwdLoYrk4l {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s;
}
.IQ_FfOpuqHYwdLoYrk4l:hover {
        background: #f3f4f6;
        border-color: #d1d5db;
    }
@media (max-width: 767px) {
.IQ_FfOpuqHYwdLoYrk4l {
        padding: 14px;
}
    }
.BY70xW0IR8EbXyGJKPEp {
    display: flex;
    align-items: baseline;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #4b5563;
    margin: 0;
}
.n0a4xNYKVo37Cr5GIRxp {
    display: inline-flex;
    align-items: center;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
    margin-left: 4px;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}
.wyV3Ipu7Ro6xwAuJVnGT {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
.wyV3Ipu7Ro6xwAuJVnGT {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        justify-content: flex-start;
}
    }
.rEtkoyPZcPX91uPQN7Qg {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.KMgHayen9IDPkr25vylb {
    font-family: Geist, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000103;
}
@media (max-width: 767px) {
.LRFdCzZdqJxZTylA3Flr {
        width: 100%;
}
    }

.mZV4Bo3gaHwlaXu81lzQ {
    width: 100%;
}

.eeGqBaIZLgORuaNiQs3E {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Ij66skT4GG9NmjN2HnkB {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sHTwVJ6ptmxWthPhWIsH {
    font-family: Geist, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #000103;
    margin: 0;
}

.JY8bShYhxyKOSMn8qxBQ {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: color 0.2s;
}

.JY8bShYhxyKOSMn8qxBQ:hover {
        color: #6b7280;
    }

.JY8bShYhxyKOSMn8qxBQ svg {
        width: 16px;
        height: 16px;
    }

.uyW0KJpXRdCGRqJ4i9Hw {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f3f4f6;
    color: #9ca3af;
    transition: all 0.2s;
    flex-shrink: 0;
    cursor: pointer;
}

.uyW0KJpXRdCGRqJ4i9Hw:hover {
        background: #e5e7eb;
        color: #6b7280;
    }

.H3esmWJh4a7a2Kn_2mDx {
    margin-bottom: 24px;
}

.Iuu_dCjX1XgpzY7u79y0 {
    font-family: Geist, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #4b5563;
    margin-bottom: 20px;
}

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

.cIlu5uN7ME8Yr6M2x_xJ {
    color: #4EA749;
    text-decoration: none;
    cursor: pointer;
}

.nAxVAChTDy5v0QGnl72V {
    margin-top: 24px;
}

.T9hCsz__usaYREwHaOVW {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000103;
    margin: 0 0 12px 0;
}

.l0RI3yLmW8TxMfOhUUv4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #9ca3af;
    margin: 0;
    padding: 18px 12px;
    background: #f9fafb;
    border-radius: 12px;
}

.ikK1wCpkvLWb0ewG4uoJ {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.DZdt2XGOZJHaoCSKdYCA {
    display: flex;
    justify-content: center;
    padding: 24px;
}

.H9TFX2Gs4W5K5kLY_Pts {
    padding: 24px var(--content-padding) var(--content-padding)
        var(--content-padding);
    background: #fff;
}

.IEvgYgqm5lKs_esoh0BX {
    margin-bottom: var(--gap32);
}

.nA7ln3ZLQucf1H2XNCiJ {
    margin-top: var(--gap16);
}

.c7pwGvDUZW5f5RUIoH0Q {
    align-items: center;
    background: #00ff00;
    border-radius: 0.7em;
    color: black;
    display: flex;
    font-size: 1.8em;
    justify-content: center;
    
    line-height: 120%;
    text-decoration: none;
}
@media not screen and (max-width: 767px) {
    .ihGckla21cSoYiV7x1wr {
        margin-right: 0.4em;
        padding: 0.83em 0;
        width: 1.45em;
    }
}
@media (max-width: 767px) {
    .c7pwGvDUZW5f5RUIoH0Q {
        border-radius: 4.5px;
        font-size: 11px;
        height: 33px;
    }

    .ihGckla21cSoYiV7x1wr {
        height: 14px;
        margin-right: 5px;
        width: 14px;
    }
}

.biQjdmyvh2NzigNRthbA {
    align-items: center;
    background-color: black;
    display: flex;
    flex: 1;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.VBfcAx6gzaIvbgYY7y0A {
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 100vw;
}
.dczaSk7d85AFLsGrYFPa {
    background: linear-gradient(
        360deg,
        #000000 -22.15%,
        rgba(0, 0, 0, 0) 97.57%
    );

    bottom: 0;
    min-height: 30em;
    position: absolute;
    width: 100%;
}
.STpcPyJYgwPiL4pJVnTf {
    display: flex;
    flex-direction: column;
    font-size: 0.73vw;
    
    line-height: 150%;
    padding: 6em 0;
    position: relative;
    width: 100%;
}
.BuZu5lSrLb8HpUyALazl {
    align-self: center;
    color: #00ff00;
    font-size: 3em;
    
    line-height: 110%;
    margin-bottom: 1.5em;
    max-width: 14em;
    text-align: center;
    width: 100%;
}
.ZfEgQFjMmchIXBzaFK2u {
    align-self: center;
    margin-bottom: 10em;
}
.OD8hlQy_j3eYG3n4N5p8 {
    background-color: white;
    margin-bottom: 1.15em;
}
.P_aoqVq_YBlPWQkmsRJ1 {
    margin-bottom: 1.15em;
}
.l_XwtFKPUD2gtU_4Z4rQ {
    display: flex;
    gap: 1.15em;
}
.l_XwtFKPUD2gtU_4Z4rQ > * {
        flex: 1;
    }
@media not screen and (max-width: 767px) {
    .STpcPyJYgwPiL4pJVnTf {
        max-width: 51.2em;
    }

    .ZfEgQFjMmchIXBzaFK2u {
        max-width: 10.1em;
    }

    .dlSIsc4vR0bUhrXmO4ry {
        display: none;
    }
}
@media (max-width: 767px) {
    .STpcPyJYgwPiL4pJVnTf {
        margin: 0 22px;
        max-width: 325px;
        padding: 0;
    }

    .VBfcAx6gzaIvbgYY7y0A {
        display: none;
    }

    .dlSIsc4vR0bUhrXmO4ry {
        height: 690px;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        width: 745px;
    }

    .BuZu5lSrLb8HpUyALazl {
        font-size: 22px;
        
    }

    .ZfEgQFjMmchIXBzaFK2u {
        height: 50px;
        width: 48px;
        margin-bottom: 157px;
    }

    .OD8hlQy_j3eYG3n4N5p8 {
        background-color: white;
        margin-top: auto;
    }
        .l_XwtFKPUD2gtU_4Z4rQ > *:not(:last-child) {
            margin-right: 12px;
        }
}

.qRRT11WdzXWhQxjLcESI {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fVNgoXHAbktai_FrBceS {
    text-align: right;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5)
}
.ce_cIBzQ9emGT4MI8qMC {
    position: relative;
    top: 2px;
    height: 14px;
    display: inline-block;
    margin-left: 4px;
}
.EQLxYQWH9Rl7DL5nPOBQ {
    margin-right: 0;
}

.z4sZ9TQLuDF_e9kweu6H {
    cursor: pointer;
    position: relative;
    top: -1px;
    color: #9CA3AF;
}

.EfgP7wHMP0HfWvCII8G2 {
    display: flex;
    align-items: center;
    gap: 4px;
}

._SwOal7BUT0slJyDPmOO {
    color: #9CA3AF;
}

.GxgTYJ148KVQVbGs_9W1 {
    align-items: center;
    background: #F9FAFB;
    display: flex;
    gap: 6px;
    height: 28px;
    padding: 4px 8px 4px 4px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
}
.RSJwQYBVe_g19XWo41VQ {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #4B5563;
    font-size: 13px;
    line-height: 17px;
}
.z89GcnNGCS1t8h8IR3cw {
    height: 20px;
    width: 20px;
    border-radius: 6px;
}
@media (max-width: 767px) {
.z89GcnNGCS1t8h8IR3cw {
        margin-right: 2px;
}
    }
.yoBDr3dnYeKYtoNKLaLV {
    color: #4B5563;
    width: 12px;
    height: 12px;
}

.zR_5HQ6z7Fe5eg5b5KHx {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

}
.llja4Dop3bSpPW4SLx4M {
    gap: 0;
}
.MxuL6p8SbN4PUkr7t7Hk {
    flex: 1;
}
.cdW69f_9bifQ_ZsInLkJ {
    color: #9CA3AF;
    width: 16px;
    height: 16px;
}
.CKWOtTnRtqdiLCqmGrhz {
}
.pxFc1lsvZ3dtpCyNElnT {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    color: #4B5563;
    margin-bottom: 8px;
    margin-top: 12px;
}

.iFsnqQhBgWgHdaVA7iSG {
    max-width: 516px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.qgr2rDD4Eey3jfLVB7Ui {
    top: 12px;
    right: 12px;
    transform: translate(0px, 0px);
}
.I9QYZUBRAS7qCHVsBGhe {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
}
.QkyM2eEee72V2qtfFGqZ {
    display: inline-flex;
    padding: 0px 12px;
    align-items: flex-start;
    gap: 4px;
    border-radius: 10px;
    background: linear-gradient(90deg, #e2fc6f 0.29%, #79fc6f 99.68%);
}
.vEGxdUfWgVPVKYBSWxJy {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
    margin-bottom: 32px;
}
.ynzJIx1KVifadmpz1NPL {
    font-size: 12px;
    line-height: 16px;
}
.iM0cAXdzgUtFajgFZN6C {
    margin-bottom: 16px;
}
.pngaXrPwXqvAUeT56YlA {
    display: inline-flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #000;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
    border: none;
    cursor: pointer;
    outline: inherit;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    
    color: white;
}
.SQsqlSlQgrbL5a3zhCYj {
    background: #8CFC86; 
    color: #0f111a;
}
.y0OmeUsxTO10hpbaZJdx {
    text-align: center;
    color: #aaa;
    font-size: 12px;
}
.CKj0vlqZAs4O_mNd3XJ1 {
    padding: 8px 0;
}

.IGCT_uF7lZ87206s87Rz {
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: flex-end;
}

.pkiCkI0Pel1pge1_7Qwo {
    display: flex;
    gap: 6px;
    align-items: center;
}

.dMabzrgTpyxIsVGYMwpJ {
    display: flex;
    padding: 0px 2px;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(261deg, #75fb6e 0%, #e5fc6f 100%);
}

.rF4Su1qmHqqmvW9VDf5K,
.ghbk2RXQ4Zf74nkidFRg {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    outline: inherit;
    font-family: inherit;
}

.rF4Su1qmHqqmvW9VDf5K {
    display: flex;
    padding: 0px 8px;
    align-items: center;
    border-radius: 6px;
    background: #8CFC86;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    
    transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.125s;
    opacity: 1;
}

.rF4Su1qmHqqmvW9VDf5K:hover {
    opacity: 0.8;
}

.ghbk2RXQ4Zf74nkidFRg {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    
    text-decoration-line: strikethrough;
    transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    cursor: pointer;
}

.ghbk2RXQ4Zf74nkidFRg:hover {
    color: rgba(0, 0, 0, 0.8);
}

.XsKVt6yi7E4sSrDaEqtF {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    color: #000;
}
.hmdPTvotKp316oj0KPdS {
    padding-bottom: 24px;
}
.oIHQ3eN4P5F7G3ebqybc {
    display: flex;
    align-items: center;
    cursor: default;
}
.rGRdXYLMQ2WM4HA7mK3n {
    font-size: 15px;
    line-height: 20px;
    margin-right: 4px;
    text-wrap: nowrap;
}
.Bu1KwZuGm1E12bZ7H165 {
    display: flex;
    align-items: center;
}
.VMwIZRUJdRmrbOsIJfNF {
    width: 14px;
    height: 14px;
    color: #9ca3af;
    cursor: pointer;
    flex-shrink: 0;
}
.Pfy2DPl3jheGdcRu_8XG {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    margin-right: 8px;
}
.JT_uNWdfSZUXKaeISv8N {
    display: flex;
    align-items: center;
}
.I5xuCeW_CHPoBc8zY5UU {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.Jyj5jtaDpY5O3VKThgtV {
    text-wrap: nowrap;
    text-overflow: ellipsis;
}
.jF1NH9QJjMR4irwu7XDQ {
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 16px;
    background: rgba(25, 29, 38, 0.8);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    text-align: left;
    color: #fff;
}
.q2PsXJ6dVXZwdPRos0id {
    display: block;
    margin-top: 15px;
    color: #5FE964;
    text-decoration: none;
}
.OdYPIe0PWPOcWFrezlRC {
    padding-top: 0;
}
.OdYPIe0PWPOcWFrezlRC > div {
        gap: 12px;
    }
.OdYPIe0PWPOcWFrezlRC > div > *:not(:last-child) {
        padding-bottom: 0 !important;
    }
.nEK7ttMleDV07uIdMHNi {
    color: #40ae3b;
}
.Lgf5POWC4OCd8H0cKlyb {
    color: #ff8d24;
}
.nKTlh6CDbpq58p2Whixi {
    color: #fd4040;
}
.Zx_MdHERwIBGVVZHk2wU {
    color: #29c34a;
}
.NoYywvsbc5ukD2Sdmhzk {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background: transparent;
    margin-right: 8px;
    padding: 0;
    border-radius: 4px;
}
.NoYywvsbc5ukD2Sdmhzk:focus {
        background: transparent;
        outline: none;
    }
.NoYywvsbc5ukD2Sdmhzk:hover {
        background: transparent;
    }
.NoYywvsbc5ukD2Sdmhzk svg {
        width: 20px;
        height: 20px;
    }
.U6MW1SNU4T3dgdGlv5NA {
    color: #fd4040;
}
.i96CXtvC2Ps31anjNoa7 {
    font-family: inherit;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    color: #000;
    opacity: 0.5;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.z3YPdegpZXbraXGK0Chj {
    display: flex;
    align-items: center;
}
.QJO4AVZyWdd1DeFlp33u * {
    opacity: 1;
}
.pQU0r1wN01ZNhaWOQ12P {
    width: 100%;
}
.uL3lLYSayY62ldv05GoP {
    display: flex;
    align-items: center;
}
.lx0nqXC8cZIIB21iXzKT {
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
}
.NnUvrWT5pphX9MfKeoez {
    transform: rotate(180deg);
}
.GmWDkFuJI6aMGXiLvB1t {
    transform: rotate(0);
}
.sFAzspEQwIGZH84mOA0l {
    transform: rotate(180deg);
}
.D7hY4gybuZShjuiEF6PN {
    padding-top: 0;
}
.VKDWE5ucNMGEaY4WVyvj {
    align-items: start;
}
.VBh0tsMc5lEMteVuf5S3 {
    display: flex;
    align-items: center;
}
.m4CfzAeNertSHdrJHEhw {
    margin-right: 8px;
}
.RO3irSiMFQxJWbtIQAWl {
    text-decoration: line-through;
    opacity: 0.6;
    margin-right: 8px;
    color: inherit;
}

._XlThUoi7zLKh64kqnD3 {
    font: inherit;
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    border-radius: 16px;
    border: 1px solid #0001030D;
    background: #fff;
    flex: 1;
}

.IiSesZ9mzzU5cDS9aOG7 {
    border-color: #5FE964;
}

.IiSesZ9mzzU5cDS9aOG7:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

.LTEPV2xs536qDPuQyQ04 {
    color: #078f00;
    font-size: 12px;
    margin-left: 8px;
}

.wm1Q_MO60t_1cLIfvwlI {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color: #9CA3AF;
    margin-bottom: 4px;
}

.aadAlXVRtsNcPSnu1jj5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.CyojMb8K282BdO7pNyqU {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #000;
}

.RAzCH84lYGP0MEAgiWMT {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.JvnHEtGDHxlhlYHnXUU2 {
    color: #999;
}

.BKzX2LitlYgTXUwDtDkw {
    font-size: 11px;
    line-height: 14px;
    color: #000103;
}

.kTIWWL4CbhrL05Uzhuk4 {
    padding: 0 var(--content-padding) var(--content-padding) var(--content-padding);
    background: #fff;
}

.sfBcjOERKQzby0z4V34A {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    width: 100%;
}

.qjTJXNDLV0mXol2vqWNA {
    background: #F9FAFB;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 24px;
}

.pqQGumw8fYw1lXCAVa5_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.bpPYMGRFOBFlmq2q8wy8 {
    color: #4B5563;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.QPu9qxmaJ3FKKEPSjy81 {
    font-size: 12px;
    color: #9CA3AF; 
    cursor: pointer;
}

.ZobH_TgOdLDfp3ddtTi4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

    @media (max-width: 640px) {
        gap: 0;
    }

    @media (max-width: 580px) {
        overflow-x: auto;
        gap: 10px;
        margin: 0 -12px;
        padding: 0 12px;
    }
}

.CmomPU1ljfe1I2eO9_B9 {
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
}

.ivLXcHnUE01Uq36oYp2H {
    width: 100%;
}

.QPu9qxmaJ3FKKEPSjy81 {
    color: #9CA3AF;
    font-size: 14px;
    line-height: 18px;
}
.eDQcyuM9ydjjLQyoX3MQ {
    background: #fff;
}
.nrC7GkzayAHUGMwyuAZc {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (max-width: 767px) {
.nrC7GkzayAHUGMwyuAZc {
        gap: 20px;
}
    }
.DzcB_LTvbTyC4tC3BoFm {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}
@media (max-width: 767px) {
.DzcB_LTvbTyC4tC3BoFm {
        flex-direction: column;
        align-items: center;
}
    }
.DzcB_LTvbTyC4tC3BoFm > div {
    flex: 1;
    min-width: 0;
}
@media (max-width: 767px) {
.DzcB_LTvbTyC4tC3BoFm > div {
        width: 100%;
}
    }
.HlM0VmlsHeZGP77xfWgc {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #9ca3af;
}
@media (max-width: 767px) {
.HlM0VmlsHeZGP77xfWgc {
        transform: rotate(90deg);
}
    }
.IQ0J5DzdwOZqDz0TqWM9 {
    display: flex;
    flex-direction: column;
    background: #f9fafb;
    border-radius: 12px;
    padding: 16px 12px;
}
.Gwx1J0vI1woSZBHwI7Ls {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000103;
    margin-bottom: 20px;
    order: 1;
}
@media (max-width: 767px) {
.Gwx1J0vI1woSZBHwI7Ls {
        text-align: center;
        order: 1;
        margin-top: 0;
}
    }
.otccBO6M7YSTlLUyix84 {
    display: block;
}
@media (max-width: 767px) {
.otccBO6M7YSTlLUyix84 {
        display: none;
}
    }
.Z4FumG6oSa4weosGUVyv {
    display: none;
}
@media (max-width: 767px) {
.Z4FumG6oSa4weosGUVyv {
        display: block;
        margin-bottom: 0;
}
    }
.naBX0p_EE0NbRcrQv_Cy {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    order: 2;
}
@media (max-width: 767px) {
.naBX0p_EE0NbRcrQv_Cy {
        flex-direction: column;
        align-items: center;
        order: 2;
}
    }
.ftDPWfotKNgCXWuZ6URY {
    width: 64px !important;
    height: 64px !important;
}
.ftDPWfotKNgCXWuZ6URY {
    flex-shrink: 0;
}
.ftDPWfotKNgCXWuZ6URY svg {
        width: 100%;
        height: 100%;
    }
.ftDPWfotKNgCXWuZ6URY svg > circle {
            stroke: #5fe964;
        }
@media (max-width: 767px) {
.ftDPWfotKNgCXWuZ6URY {
        order: 0;
}
    }
.cOWoLKJBWgMr9idvIYeI svg > circle {
            stroke: var(--red);
        }
.CUOp5Lr1WhJPq9xO19wH {
    color: #000000 !important;
}
.CUOp5Lr1WhJPq9xO19wH {
    font-size: 14px;
}
.HKi35JAaYqKdV4xAQhx4 {
    display: flex;
    gap: 16px;
    flex: 1;
    min-width: 0;
}
@media (max-width: 767px) {
.HKi35JAaYqKdV4xAQhx4 {
        flex-direction: column;
        width: 100%;
        order: 2;
}
    }
.Y2JKAGF_tprxT8BEWENm {
    flex: 1;
    min-width: 0;
}
.MzV0LFUZ8_fXDt9Vpa3J {
    color: #9ca3af;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    display: block;
}
._0TfuwjoPvaB9KoqkmrU {
    box-sizing: border-box;
    height: 44px;
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(0,1,3,0.05098);
    border-radius: 8px;
    background: #fff;
    padding: 0 12px;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out;
}
._0TfuwjoPvaB9KoqkmrU:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }
.W7qopj0Q748lDsx2Ipwf {
    font-family: 'Geist', sans-serif;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    gap: 8px;
    overflow: hidden;
    color: #000;
}
.W7qopj0Q748lDsx2Ipwf span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.W7qopj0Q748lDsx2Ipwf svg {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        color: #9ca3af;
    }
.TNKPMyuJs5wR8HwU2h6L {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.jCO1Gf7CHrb5eTplcHpG {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    color: #9ca3af;
    opacity: 1;
    transform: scale(1);
    transition:
        opacity 0.3s ease-in-out,
        transform 0.3s ease-in-out;
}
.Keq7ABXCx_cZDURB5hAe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 16px;
    height: 16px;
    color: #10b981;
    opacity: 1;
    transition:
        opacity 0.3s ease-in-out,
        transform 0.3s ease-in-out;
}
.U9c0RWTk9AeAOy_y4QlA {
    opacity: 0 !important;
    transform: scale(0.8) !important;
}
.Keq7ABXCx_cZDURB5hAe.U9c0RWTk9AeAOy_y4QlA {
    transform: translate(-50%, -50%) scale(0.8) !important;
}
._0TfuwjoPvaB9KoqkmrU:hover .jCO1Gf7CHrb5eTplcHpG {
    opacity: 1;
}
.JFiF2ezaFlr75ZwdwB8Z {
    animation: AfZ7Zg7AgJ53QLf7bUG9 0.5s ease-in-out forwards;
}
@keyframes AfZ7Zg7AgJ53QLf7bUG9 {
    from {
        transform: scale(1);
    }
    20% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.25);
    }
    to {
        transform: scale(1);
    }
}
.QWHZCW2V6BSQzEQVZY7e {
    background: #fff;
}
.nhE6x6FNV9r2DpEFBHzW {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.tTtq12_pe6jd5fbdUCay {
    list-style: disc;
    margin-left: 18px;
    margin-top: 8px;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    color: #4b5563;
}
.tTtq12_pe6jd5fbdUCay li:last-child {
            margin-bottom: 0;
        }
.kWFFg_cwSbKfoxI4cJBN {
}
.vVRtoNaVBlarSTzeOxSF {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255,227,170,0.4);
    border-radius: 12px;
    color: #000103;
    font-size: 13px;
    line-height: 17px;
}
.XDYUgMLhwWWZ1DPVAbi7 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.mFBvWKd0VhT2io8nqgsF {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 1px;
}
.BYYQY4OgK6azwjNgICs3 {
    display: inline;
    color: #4ea749;
    text-decoration: none;
    padding: 0;
}
.BYYQY4OgK6azwjNgICs3:hover {
        cursor: pointer;
    }
.DqVR6Z_QVXR_MHYZroeC {
    color: #4ea749;
    text-decoration: none;
}
.DqVR6Z_QVXR_MHYZroeC:hover {
        cursor: pointer;
    }
.GQF7q4PX_uAmWi8CYjhO {
    color: #ef4444;
    color: var(--red, #ef4444);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding: 20px 0;
    order: 2;
}
.MkKkEXegFnBRaE_Ugwas {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: #9ca3af;
    transition: color 0.2s ease-in-out;
}
.MkKkEXegFnBRaE_Ugwas:hover {
        color: #000;
    }
.MkKkEXegFnBRaE_Ugwas svg {
        width: 24px;
        height: 24px;
    }

.Wrrgq4BPiCf7aBYzZ7V3 {
    align-self: flex-start;
    margin-top: 140px;
    margin-top: var(--layout-top-offset, 140px);
    height: auto;
    overflow: hidden;
    max-width: 516px;
    background: #fff;
    border-radius: 24px;
}

@media (max-width: 520px) {
    .Wrrgq4BPiCf7aBYzZ7V3 {
        align-self: flex-end;
        margin-top: 0;
        max-height: 90%;
        border-radius: 16px 16px 0 0;
    }
}

.yeltLFFWRvgxCFNHNxWg {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 24px;
}

.mCTLU99cLcqTBS05Mb0K {
    color: #333333;
    font-weight: 600;
}

.xP55J_c2Po0tceuhnumB {
    color: #37a126;
    text-decoration: none;
}

.fcV5ubGeesUVGMpNiGCo {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000103;
    margin-bottom: 8px;
}

.hTc8i7f4egKE9XMGOxcq {
    margin-bottom: 16px;
}

.iZ5t_7kallxDwcv55KQj {
    margin-bottom: 24px;
}

.x3Svwt2Wku9JjL5idm8R {
    margin-bottom: 12px;
}

.x3Svwt2Wku9JjL5idm8R [data-wrapper] {
        height: 56px;
        border-radius: 12px;
        border: 1px solid #e7e7e7;
        color: #000103;
        transition: border-color 0.2s ease-in-out;
    }

.x3Svwt2Wku9JjL5idm8R [data-wrapper]:hover {
            border-color: rgba(0, 0, 0, 0.2);
        }

.x3Svwt2Wku9JjL5idm8R [data-wrapper]::-moz-placeholder {
            color: #9ca3af;
        }

.x3Svwt2Wku9JjL5idm8R [data-wrapper]::placeholder {
            color: #9ca3af;
        }

.x3Svwt2Wku9JjL5idm8R [data-wrapper] input::-moz-placeholder {
            color: #9ca3af;
        }

.x3Svwt2Wku9JjL5idm8R [data-wrapper] input::placeholder {
            color: #9ca3af;
        }

.x3Svwt2Wku9JjL5idm8R[data-error='true'] [data-wrapper] {
        border-color: #fd4040 !important;
    }

.x3Svwt2Wku9JjL5idm8R[data-error='true'] [data-helper-text] {
        color: #fd4040 !important;
    }

.XLqWIyph_VuVZ5JFt6zk [data-wrapper] {
        height: 56px;
        border-radius: 12px;
        border: 1px solid #e7e7e7;
        color: #000103;
        transition: border-color 0.2s ease-in-out;
    }

.XLqWIyph_VuVZ5JFt6zk [data-wrapper]:hover {
            border-color: rgba(0, 0, 0, 0.2);
        }

.XLqWIyph_VuVZ5JFt6zk [data-wrapper]::-moz-placeholder {
            color: #9ca3af;
        }

.XLqWIyph_VuVZ5JFt6zk [data-wrapper]::placeholder {
            color: #9ca3af;
        }

.XLqWIyph_VuVZ5JFt6zk [data-wrapper] input::-moz-placeholder {
            color: #9ca3af;
        }

.XLqWIyph_VuVZ5JFt6zk [data-wrapper] input::placeholder {
            color: #9ca3af;
        }

.XLqWIyph_VuVZ5JFt6zk[data-error='true'] [data-wrapper] {
        border-color: #fd4040 !important;
    }

.XLqWIyph_VuVZ5JFt6zk[data-error='true'] [data-helper-text] {
        color: #fd4040 !important;
    }

.Nrh84BnYy4cpdaWGneLr {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
}

.iFDPYkGaHoeHv5kPipSA {
    flex: 1;
    height: 36px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease;
    justify-content: center;
    padding: 0 12px;
}

.iFDPYkGaHoeHv5kPipSA:hover {
        border-color: #d1d5db;
    }

.iFDPYkGaHoeHv5kPipSA[data-active='true'] {
        background: #d1fecf;
        border-color: #5fe964;
    }

.yKDozAEBTmiu_bLizu8u {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

.Di6e7VrR_XMSlfJlEgdG {
    color: #fd4040;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.B2ia4CEQdO8F56eVQjvx {
    
    height: -moz-fit-content;
    
    height: fit-content;
}

.eDbgII8XRGZoAZysw6x6 {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 24px;
}

.J0PcR2DTR5_rtxEeDYxa {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.UCH3JfzqHbp0XC5ZDY6x {
    display: flex;
    justify-content: space-between;
}

.o4bTGh2L0f3VMmTsUq1S {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.kXBRoH1lqEg_70C81cSE {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    margin-bottom: 16px;
}

.hA4mRmT5JOCCs5ethA0I {
    line-height: 1.4;
    color: #888888;
}

.SnUh248lrbtlqBgwPwXx {
    color: #40ae3b;
}

.dDGssf6AVzSdYQvklKLV {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
    margin-bottom: 16px;
}

.Umo91AGTqDhztqxda4e0 {
    font-size: 12px;
    color: #888;
    margin-left: 11px;
}

.JVQr35PAcTcRf__FbXb3 {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    margin-bottom: 24px;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
}

.kZg5tQlYQOKAVQsrR4Fd {
    pointer-events: none;
    background: #e7e7e7;
    --brand: #fff;
}

.kZg5tQlYQOKAVQsrR4Fd svg {
        color: #000;
    }

.M8Oo570SHfgwx600xnZh {
    background-color: #fff;
    padding: 0 var(--content-padding) var(--content-padding)
        var(--content-padding);
}
.GLz_F9wCanMnzCQzcEfn {
    background-color: rgb(250, 250, 250);
    padding: 0 var(--content-padding) 12px var(--content-padding);
}
.eHAzkSN7szw35Yb9tJ4e {
    background-color: rgba(255, 208, 136, 0.3);
    border-radius: 10px;
    text-align: justify;
    padding: 12px 20px;
}
.GyifFLwKPz8JRYedtgOD {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.GyifFLwKPz8JRYedtgOD > :first-child {
        flex: 1;
    }
.GyifFLwKPz8JRYedtgOD > :last-child {
        flex: 1;
    }
@media (max-width: 767px) {
.GyifFLwKPz8JRYedtgOD {
        flex-direction: column;
        gap: 16px;
}
    }
.ppDNDB7ngLtccpB69j5y {
    border: none;
    padding-bottom: 24px;
    position: relative;
}
.EE2U7KQneKvgS7bXqHV9 {
    margin-bottom: var(--gap16);
}
.FKYrusWpLSDGPrLLcGt9 {
    margin-top: 24px;
}
.ozg2IvlukmHfntzCJCVD {
    color: #9ca3af;
    font-size: 14px;
}
.mrhoEzFULKoXwRw4piNA {
    border-radius: 12px !important;
}
.mrhoEzFULKoXwRw4piNA {
    background: #12131a;
    color: #ffffff;
    min-height: 56px;
    box-sizing: border-box;
    transition: background-color 0.2s ease-in-out;
}
.mrhoEzFULKoXwRw4piNA:hover:not(:disabled) {
        background-color: #263344;
    }
@media (max-width: 767px) {
.mrhoEzFULKoXwRw4piNA {
        width: 100%;
}
    }
.DdH6SlE1zLKFB3QyXITh {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border-radius: 12px;
    padding: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}
.DdH6SlE1zLKFB3QyXITh:hover {
        background-color: #e5e7eb;
    }
.a_j9eFqAQRgcahZHq0BP {
    margin-top: 20px;
    margin-bottom: 12px;
}
.dg90nGgmmNaf7B05nzVp {
    color: #4b5563;
    margin: 12px 0 8px;
    font-size: 16px;
}
.HwX9tv5SMM1YoJiugsMB {
    background: #e7e7e7;
    height: 1px;
    width: 100%;
    margin: 24px 0;
}
.CVKegQ1_DUCcsyQQWP34 {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #12131a;
    transition: background-color 0.2s ease-in-out;
}
.CVKegQ1_DUCcsyQQWP34:hover:not(:disabled) {
        background-color: #263344;
    }
.CVKegQ1_DUCcsyQQWP34:disabled {
        cursor: default;
        background-color: #e5e7eb;
    }
.DUtik_6RMrGLbrDsywa2 > div {
        background: #f9fafb;
        border: 1px solid rgba(0,1,3,0.05098);
        box-shadow: none;
    }
.DUtik_6RMrGLbrDsywa2:hover > div {
        border-color: rgba(0, 0, 0, 0.2);
    }
.n0EK0yFopq0OmaVTWq2_ > div {
        border-color: #fd4040 !important;
    }

.lWlioLDNFWPEqNSJa6ww {
    align-self: center;
    border-radius: 8px;
    color: rgb(76, 76, 76);
    background: rgb(249, 249, 249);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}
@media (max-width: 767px) {
    .lWlioLDNFWPEqNSJa6ww {
        font-size: 12px;
        gap: 4px;
    }

    .lWlioLDNFWPEqNSJa6ww .Ro99JSELzaqWmAzj9BV9 {
        width: 16px;
        height: 16px;
    }
}

.vVlipPmFIdTEJgctZLoK {
    align-items: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    background: #000000;
    border-radius: 12px;
    border: none;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    justify-content: center;
    
    line-height: 28px;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}

.vVlipPmFIdTEJgctZLoK:disabled {
    background-color: var(--secondary);
    pointer-events: none;
}

.gsDt889IvVjQypmQerhz {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    
    color: #17181b;
    text-wrap: balance;
    max-width: 450px;
    text-align: center;
}

.TkMZfhxjJryykeZpTdmn {
    color: #000000;
}

.usPH9nTquPsGdE8IxRFp {
    max-width: 450px;
    text-wrap: balance;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    
    color: #000000;
    text-align: center;
}

.yRbsNoK2VsOJ6kDifbm5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.hn5OH0MwrX5jD3JUfFjR {
    color: #000;
}

.zT8Umvbnwyb9UjFBTixy {
    width: 48px;
    height: 48px;
    box-shadow: 0px 4px 4px rgba(101, 104, 112, 0.03);
    border-radius: 50px;
}

.dV44x2cuVsHljlIEUAUI {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    
    color: #17181b;
}

.vSHBp6weH2NW6vRGm20w {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    
    color: #9ca6b4;
    max-width: 170px;
    text-wrap: balance;
}

.oRl6wX3JMVvUzkGgIbvQ {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.yyXlOy1huTM1PnxQ7GS1 {
    margin-bottom: 48px;
}

.EPQVyGqXlsO7W0y52nKU {
    margin-bottom: 24px;
}

.TnhhEfQFx9gFm88BaIq7 {
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-bottom: 24px;
    width: 100%;
    max-width: 650px;
}

.TnhhEfQFx9gFm88BaIq7 > * {
    flex: 1;
    padding: 24px 28px;
}

.TnhhEfQFx9gFm88BaIq7 > *:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.pPLYyMilLy_XeAuj2WaB {
    margin-bottom: 48px !important;
}

.pPLYyMilLy_XeAuj2WaB {
    align-self: stretch;
}

.WOwlu6teOIWJ61PrdEFg {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.UiK4NDXtthsYxnkgPsiA {
    margin-bottom: 48px;
}

.vZatJE19Vi4VXzDXkfLK {
    margin-bottom: 24px;
}

.g76vowX0uWPEI8p8D7Z0 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 16px;
    background: #f3f3f3;
    border-radius: 12px;
    margin-bottom: 36px;
}

.RPwsISPsQsvkbyGknYcQ {
    display: flex;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    
    color: #17181b;
}

.EgT92XC0tVMAziftAJsM {
    display: flex;
    padding: 8px 12px;
    background: linear-gradient(89.63deg, #e2fc6f 0.29%, #79fc6f 99.68%);
    border-radius: 10px;
}

.rtr6NdYlPxUKeaVG0Ecr {
    align-self: stretch;
}

.wIY6BBLHTbfvcU8SNpsm {
    margin-bottom: 12px;
}

.tTB0ot27ISVtI1VCHz0A {
    display: block;
    width: 99px;
    cursor: all-scroll;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.s49DM4KjImiRBPMZDlpm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ZCGpG9StcAYxmCrxlgnD {
    margin-bottom: 48px;
}

.dCf1LryuLK2EgTSe5jiR {
    margin-bottom: 24px;
}

.ywV7kIW25FkryM76OMN1 {
    margin-bottom: 24px;
}

.Mk91xQMeUbGG99gBEwEp {
    margin-bottom: 36px !important;
}

.Mk91xQMeUbGG99gBEwEp {
    align-self: stretch;
}

.UZus3VmymyG2BiTtxj2Z {
    margin-bottom: 12px;
}

.tBLG11ZY03bDNSofCjIn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.IzAqW46xPLMVo0OA0E8w {
    margin-bottom: 24px;
}

.ZdSmZUT1RbOhMgo3vgj8 {
    color: #000;
    margin-bottom: -12px;
}

.zAilcNKQtlnSKFO8ZKiW {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.HT8rfGMR_7NmF4o6ii0y {
    margin-bottom: 48px;
}

.Nx5plFSGitbDEiHzUxZm {
    margin-bottom: 24px;
}

.mXklvRSw_ZinScgQqXCR {
    margin-bottom: 24px;
}

.SriKHLUdBIDcQyonbPKC {
    margin-bottom: 36px !important;
}

.SriKHLUdBIDcQyonbPKC {
    align-self: stretch;
    text-transform: uppercase;
}

.vAbHgrwQOMqNyboOynDa {
    margin-top: 12px;
}

.Eyvdj8yENqNtT9HK2i5w {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 16px;
}

.Lsg5i0Pfzif9zqdOCFmZ {
    position: absolute;
    left: 0px;
    top: 6px;
}

.irqrszXhXJAp5KAfG6L7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.N3wv2fM6gKDNPRpqB33S {
    display: flex;
    flex-direction: column;
    height: 500px;
    gap: 24px;
    align-items: center;
}
.ilm73hbOgSJja5DnOzeB {
    flex: 1;
    overflow-y: auto;
    margin: 0 -32px -32px;
    align-self: stretch;
}
@media (max-width: 767px) {
    .ilm73hbOgSJja5DnOzeB {
        margin: 0 -20px -12px;
    }
}

.wf1aTr2Bcx_K3bLJu_CH {
    display: flex;
    flex-direction: column;
    height: 500px;
    gap: 24px;
    align-items: center;
}
.Mt4cqeUbEJhKNETOcMkM {
    flex: 1;
    overflow-y: auto;
    margin: 0 -32px -32px;
    align-self: stretch;
}
@media (max-width: 767px) {
    .Mt4cqeUbEJhKNETOcMkM {
        margin: 0 -20px -12px;
    }
}

.lSXqbk3C8TH6mD6G2bxB {
    height: 525px;
    max-width: 516px;
    overflow: hidden;
}

.T6uWrsake7rhf3a_T1_Q {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    
    line-height: 24px;
    text-transform: uppercase;
}

.r62luHA1532ew4DwxbEq {
    margin-top: 28px;
}

.mQ0rT1lJAz2Rdn0876zv {
    margin-top: auto;
}

.dzAoO6BQneXjl4NJGI8b {
    font-family: 'Geist';
    font-size: 16px;
    font-weight: 400;
    transition: background 0.225s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    border-radius: 12px;
    padding: 8px;
    display: grid;
    grid-template-columns: 180px 160px 60px;
    align-items: center;
    grid-gap: 12px;
    gap: 12px;
    cursor: pointer;
    min-width: -moz-max-content;
    min-width: max-content;
}

.dzAoO6BQneXjl4NJGI8b:hover {
    background: #F3F4F6;
}

.BGmeLFiuRnJWadZUyU3D {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.oQHohm5Ls1ci_b3bVSGe {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.I5qQM_czPpkwlXj3SvbS {
    font-size: 12px;
    line-height: 14px;
    color: #9CA3AF;
    white-space: nowrap;
}

.Jkge5Uclqgepih3AvHIz {
    font-size: 12px;
    line-height: 14px;
    color: #9CA3AF;
    white-space: nowrap;
}

.A3exuCqvQVfXCUKSiV59 {
    font-size: 14px;
    line-height: 20px;
    color: #000103;
    white-space: nowrap;
    text-align: right;
}

.Mjq39IRPlVQqfg6La6gD {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.pYynZGFPudvI4HVKTLPQ {
    flex: 1;
    min-height: 0;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #E5E7EB transparent;
}

.pYynZGFPudvI4HVKTLPQ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.pYynZGFPudvI4HVKTLPQ::-webkit-scrollbar-track {
    background: transparent;
}

.pYynZGFPudvI4HVKTLPQ::-webkit-scrollbar-thumb {
    background: #E5E7EB;
    border-radius: 4px;
    min-height: 35px;
}

.NlZyTsGUUIbGjHuXoZRi {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #9ca3af;
}

.ylVqmtwj2cssBmmmHXQf {
    font-family: 'Geist';
    font-size: 16px;
    font-weight: 400;
    transition: background 0.225s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    border-radius: 12px;
    padding: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    grid-gap: 12px;
    gap: 12px;
    cursor: pointer;
}

.ylVqmtwj2cssBmmmHXQf:hover {
    background: #F3F4F6;
}

.QoSQAuFDt72F6C2up94g {
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: hidden;
}

.BFRJS7gQcDHyEYwQTor1 {
    font-size: 12px;
    line-height: 14px;
    color: #9CA3AF;
    white-space: nowrap;
}

.xT3cponnnPbCc7VGdECe {
    font-size: 14px;
    line-height: 20px;
    color: #000103;
    white-space: nowrap;
    min-width: 40px;
    text-align: right;
}

.dTjQSHfT0xsLui5oWb1Y {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.g0mqQ4VASlZx_17YMHlm {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #E5E7EB transparent;
}

.g0mqQ4VASlZx_17YMHlm::-webkit-scrollbar {
    width: 4px;
}

.g0mqQ4VASlZx_17YMHlm::-webkit-scrollbar-track {
    background: transparent;
}

.g0mqQ4VASlZx_17YMHlm::-webkit-scrollbar-thumb {
    background: #E5E7EB;
    border-radius: 4px;
    min-height: 35px;
}

.PSdWXv1zF_P7rRttGuFl {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #9ca3af;
}

.FXfH5rjIxlOpsr0BM2Fs {
    align-self: flex-start;
    margin-top: 140px;
    margin-top: var(--layout-top-offset, 140px);
    max-height: min(600px, calc(100vh - 140px - 32px));
    max-height: min(600px, calc(100vh - var(--layout-top-offset, 140px) - 32px));
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.14);
}
.d7T4KUG4ILapYU6iuG6S {
    margin-bottom: 16px;
    width: 100%;
}
.jS9PCbdgViKzTWwYiQjs {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
.neBBnJOW_gSGQVM0SMdD {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
    text-transform: none;
}
.IPD_j1DoDiOBtTpVv_Hs {
    background: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000103;
    text-transform: none;
    border: 1px solid #E5E7EB;
}
.LfGpaDpe7W1jGY37Yb5U {
    display: flex;
    flex: 1;
    gap: 8px;
    min-height: 0;
}
.xdisnO1MQQWHLVfwuwI7 {
    grid-template-columns: 1fr;
}
.yLkSsjo6HnD7qxAA8bXW {
    background: #fff;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    min-height: 0;
    justify-content: stretch;
    overflow: auto;
    border-radius: 16px;
    padding: 12px;
}
.f2MjQtx72X51oSnjXJO8 {
    background: #fff;
    border-radius: 16px;
    padding: 12px 0 12px 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 0 0 164px;
}
.WJ74ApxJksPerjl61D8C {
    padding-bottom: 12px;
}
.uImKYSAkZKZaaNfcH4nG {
    margin-bottom: 0 !important;
}
.uImKYSAkZKZaaNfcH4nG {
    height: 36px;
    line-height: 36px;
}

.gjlXKg75T173PirKUx46 {
    text-transform: capitalize;
}

.AeDBlv4MrKVozoW9oOzB {
    color: inherit;
}

.hwBrBM1saAHPIfhBJUDP {
    display: flex;
    flex-direction: column;
    gap: var(--gap16);
    margin-bottom: 32px;
}
.aHI1F6g5CUq5hCPiqWGp {
    align-items: center;
    align-self: center;
    background: var(--black);
    border-radius: 12px;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.enrHdL6uOzgvQg30b_kg {
    margin-top: 32px;
}
.QT4RKD8TG1mFn7Hr_6vG {
    padding: 0 var(--content-padding) var(--content-padding)
        var(--content-padding);
    background: #fff;
}
.OD834FMa9lOOUGtx9ued {
    margin-bottom: var(--gap32);
}

.BvnXZJFqAGxPAOhzDfzu {
    margin-bottom: 24px;
}

.XKBXugLcB0p6z_dcb4cQ {
    font-size: 15px;
    line-height: 20px;
    color: #4B5563;
    margin-bottom: 12px;
}

.iw25axjtM0bUgW5mzTvF {
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 8px;
    background: #F3F4F6;
    border-radius: 12px;
    margin-bottom: 8px;
}

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

.h6T_MeoXVOEuOmckfoTj {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    -o-object-fit: contain;
       object-fit: contain;
    background: #fff;
}

.nazJIaxPFgo1M9cXXNDN {
    flex: 1;
    min-width: 0;
}

.YzENPEX0M2v5H0z05JcV {
    font-size: 12px;
    line-height: 16px;
    color: #6b7280;
}

.K_b0yejF7OWVtq8G5cGj {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    line-height: 22px;
    color: #000103;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.K_b0yejF7OWVtq8G5cGj:hover .Q7177QPz8uHWnj0QTeSf {
        opacity: 1;
    }

.Q7177QPz8uHWnj0QTeSf {
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: opacity 0.2s, transform 0.15s;
}

.K_b0yejF7OWVtq8G5cGj:active .Q7177QPz8uHWnj0QTeSf {
    transform: scale(0.8);
}

.uYZUHWUYo7aekrHhstUT {
    display: flex;
    align-items: center;
    gap: 8px;
}

.aRJhn1S9rry6T4nY5hZd {
    font-size: 13px;
    line-height: 17px;
    color: #4EA749;
}

.JjB1v88GGDaP6BFGvb55 {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    border-radius: 6px;
}

.dC8DKEf6GQQVQ7yWhmXM {
    margin-bottom: 8px;
}

.G4hg9vMT2u0pnesoaenZ {
    font-size: 15px;
    line-height: 20px;
    color: #4B5563;
    margin-bottom: 12px;
}

.XRWBV_qtDDaKD4olmsk1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.Vn9yXiD5CKCemJpYv4uQ {
    background: #F3F4F6;
    border-radius: 16px;
    overflow: hidden;
    padding: 12px;
}

.At82WqIkruSGHY9jVAz3 {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    padding: 0;
}

.AUIxeUWNiZjwbZi0dbuM {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    -o-object-fit: cover;
       object-fit: cover;
    background: #fff;
}

.M7HgWY3vbXqONqq2PTyw {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.XKcBasLEMVwpPMJC5qgN {
    font-size: 15px;
    line-height: 20px;
    color: #000103;
}

.N3ONngxpvcAN2STMUfvK {
    width: 16px;
    height: 16px;
    transition: transform 0.2s;
}

.MXfPj8rSkaEqOosXBVST {
    transform: rotate(180deg);
}

.EJQ6sl2TljjgjYGPOGTz {
    font-size: 13px;
    line-height: 17px;
    color: #4B5563;
    margin-top: 12px;
    margin-bottom: 12px;
}

.abh9a4LNjNhVAhMQvm_f {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.GH8DfqrBx4OH1TVdgsG4 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    width: 100%;
    transition: opacity 0.2s;
}

.GH8DfqrBx4OH1TVdgsG4:last-child {
        border-bottom: none;
    }

.GH8DfqrBx4OH1TVdgsG4:hover {
        opacity: 0.7;
    }

.sR6hmt4emh47xc3Ez5Zq {
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.Y9LpjvNO1EYLtif7v8wz {
    font-size: 13px;
    line-height: 17px;
    color: #4B5563;
    flex: 1;
    text-align: left;
}

.rKRjEQcY3Kiuqah8mmuQ {
    width: 16px;
    height: 16px;
    color: #9ca3af;
}

.oeEVuAWSKE8pfF3AA9Hp {
    margin-top: 24px;
}

.rdTYe33PDlz7meM_YSMH {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 12px;
}

.rdTYe33PDlz7meM_YSMH:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.xFYEqQS85Bqpr0XWMUMv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s;
    padding: 0;
    padding-bottom: 12px;
}

.E2INys8udLzKbkfWVRla {
    font-size: 15px;
    line-height: 20px;
    color: #4B5563;
    transition: color 0.2s;
}

.xFYEqQS85Bqpr0XWMUMv:hover .E2INys8udLzKbkfWVRla {
    color: #000103;
}

.m9jdvI0OxKQ1plMosroV {
    color: #000103;
}

.LiaSaTMIq1fAoBlu6GQ0 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.JcV_HYPL3khg1ZCLYgHj {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    -o-object-fit: cover;
       object-fit: cover;
}

.Q1k7JjMUI1vcFprZfc6Q {
    font-size: 13px;
    line-height: 17px;
    line-height: 16px;
    color: #9CA3AF;
}

.KRarK5hhwVXlL_2hVuWC {
    width: 16px;
    height: 16px;
    color: #9ca3af;
    transition: transform 0.2s;
    margin-left: 8px;
}

.osENJhfMq0Tj2F_IHUi8 {
    transform: rotate(180deg);
}

.jI9NPqlYQr3qJOXN0ilB {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.Ibn0tRoGkZ4A6VCB0ILM {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 8px;
    background: none;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s;
    text-decoration: none;
}

.Ibn0tRoGkZ4A6VCB0ILM:hover {
        background: #F3F4F6;
    }

.Ibn0tRoGkZ4A6VCB0ILM:last-child {
        margin-bottom: 12px;
    }

.rPtvbOk2as9gZ8s89XVf {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
}

.dh3HsvGw8IQMCJjV0o7h {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.pAFRaPKesEuNpNT6mZQp {
    font-size: 15px;
    line-height: 20px;
    color: #4B5563;
}

.PkzbKbSTKYhjxZQCB8YO {
    font-size: 13px;
    line-height: 18px;
    color: #9CA3AF;
}

.A5D0Au8zabMZHYS0PTSb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 16px;
    background: rgba(0, 1, 3, 0.5);
}
@media (max-width: 767px) {
.A5D0Au8zabMZHYS0PTSb {
        padding: 0;
        align-items: flex-end;
        justify-content: center;
}
    }
.p1l_vHklZjUz5ZgHxPVP {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    box-shadow: 0px 32px 64px -12px rgba(16,24,40,0.14118);
}
@media (max-width: 767px) {
.p1l_vHklZjUz5ZgHxPVP {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        border-radius: 16px 16px 0 0;
        max-height: 85vh;
}
    }
.iuXDejGL9eFnkuLhdnfP {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 0;
}
.BPGqziLfPcnpNkkhNpIh {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #000103;
    margin: 0;
}
.vginptfHc3j1R2y5p7NS {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: #9CA3AF;
    border-radius: 8px;
    background: #F3F4F6;
    transition: background-color 0.2s;
}
.vginptfHc3j1R2y5p7NS svg {
        width: 24px;
        height: 24px;
    }
.vginptfHc3j1R2y5p7NS:hover {
        background: #E5E7EB;
        color: #6B7280
    }
@media (max-width: 767px) {
.vginptfHc3j1R2y5p7NS {
        background: none;
        color: #000103;
}

        .vginptfHc3j1R2y5p7NS:hover {
            background: none;
        }
    }
.BDHwECBHNytUdGwJWPi2 {
    font-size: 15px;
    line-height: 20px;
    color: #4B5563;
    margin-bottom: 12px;
}
.dunfA5oKnVqn_CoGL24p {
    padding: 24px 20px 20px 20px;
    overflow-y: auto;
    flex: 1;
}

.H5GZIDR3WnRTZcN7pBYT {
	--bg-spacing: 0px;

	height: 48px;
	width: 100%;
	display: flex;
	align-items: center;
	color: black;
	justify-content: center;
	gap: 24px;
	background-color: rgba(0, 87, 65, 0.9);
	font-size: 16px;
	padding: 8px;
	overflow: hidden;
	font-family: Inter, sans-serif;
}
.H5GZIDR3WnRTZcN7pBYT > * {
	display: inline-flex;
}
.Lf4GgEdhaBM1KfJZ68tW {
	font-weight: 600;
	
}
.M9eEw7WVu2m4GwbO5CKq {
	transform: rotate(180deg);
	color: #fff;
	margin-left: 4px;
	width: 13px;
	height: 10px;
}
.NEeM9j79mVSIYqQPZrtJ {
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
.NEeM9j79mVSIYqQPZrtJ {
		display: none;
}
	}
.pmDnkxloIq92LJwRyz_D {
	color: #fff;
	background-color: #8147e0;
	background-color: var(--page-banner-bg, #8147e0);
	background-image: url(""),
		url("");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
}
@media (max-width: 768px) {
.pmDnkxloIq92LJwRyz_D {
		background-image: none;
}
	}
.pmDnkxloIq92LJwRyz_D .QWtDq7D3szPQ_Yp4dK8G {
		display: none;
		align-items: center;
		font-weight: 400;
		font-size: 12px;
		line-height: 1.2;
		padding: 2px 6px;
		margin-right: 16px;
		text-transform: uppercase;
		font-weight: 600;
		border-radius: 5px;
		background-color: #fff;
		color: #8147e0;
		color: var(--page-banner-bg, #8147e0);
	}
@media (max-width: 767px) {

	.pmDnkxloIq92LJwRyz_D .QWtDq7D3szPQ_Yp4dK8G {
			display: flex;
			margin-right: 6px;
	}
		}
.JBcTu3GiyibKjD5NLsXt {
	--page-banner-bg: #8147e0;
}
.GDLeSMctOGGNeRDxuehg {
	--page-banner-bg: #2ea043;
}
.tYTFK3VyRT14_6OAPnW7 {
	--page-banner-bg: #000;
}
.IS3Vbj58PxX9UshUSsMK {
	height: 15px;
}
.aMHUJkZkTLMSgU6FRqsL {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: white;
	text-wrap: nowrap;
}
@media (max-width: 420px) {
.aMHUJkZkTLMSgU6FRqsL {
		font-size: 12px;
}
	}
.m1_ZEIKsk7B198aXh6WA {
	height: 28px;
	margin-left: 6px;
	margin-right: 6px;
}
@media (max-width: 1000px) {
	.H5GZIDR3WnRTZcN7pBYT {
		--bg-spacing: 100px;
		gap: 12px;
		font-size: 14px;
		height: auto;
		padding: 15px;
	}
}
@media (max-width: 600px) {
	.H5GZIDR3WnRTZcN7pBYT {
		--bg-spacing: 120px;
		gap: 10px;
		padding: 20px;
	}
}

.YTZQ80iG_MBtCwvmiLci {
    z-index: 1000;
}

.JonYLDcHV0P96lfCZ4jR {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 32px;
}

.wdcz3PYp5YrwffG81CtV {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    margin-top: 85px;
}

.tYPHQ33CRQuzzVUW2PAi {
    font-size: 24px;
}

.cmKoZQUAWHMXCovitgQE {
    font-size: 14px;
    color: #000000;
}

.lCxNkt02rEY0uJaL505G {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    justify-content: center;
}

.AtLT0bZRjiMYxIvf7766 {
    opacity: 0.4;
}

.WvdZSDxpprgkETvPubQF {
    height: 380px;
    max-width: 32.22%;
    min-width: 309px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.07843);
    border-radius: 16px;
    padding: 24px;
}

.XZwAO_9n99U6nl54OFnp {
    position: absolute;
    top: 12px;
    right: 12px;
    color: rgba(0, 0, 0, 0.5);
    width: 16px;
    height: 16px;
}

.dl4MOHZwlM2ZN8GMkU49 {
    width: 96px;
    height: 96px;
    margin-bottom: 20px;
}

.YpOLY10JWwtOvnVyQecn {
    text-align: center;
    width: 200px;
    height: 42px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
}

.n7FicqWKe5RCJ_67cugl {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.pQSzO1gyOGCRQA3_pwrH {
    margin-top: auto;
    margin-bottom: 10px;
}

.UIkggnDPjiBJED6pwrAa {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.NCrcZloGE9gCqHxi0kjL {
    margin-left: 4px;
}

.wkSKGIyUhsvZKQUgGQx2 {
    width: 100%;
}

.oaz9TP2DDRsEJxLJ5OTp {
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
}

.V9I8kzgE792xs3_PvWQU {
    box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.07843);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
}

.e80RYG00IFEkNJpuxWzi {
    margin: 0 auto;
    width: 550px;
    margin-top: 22px;
}

@media (--mobile) {

.e80RYG00IFEkNJpuxWzi {
        margin-top: 0;
        margin-bottom: 6px;
}
    }

.ImJnBhEsEaJ4WqKGLoSe > * {
    flex: 1;
}

.zSv1PXJJeogEAWDCTq11 {
    background-color: #FFEBA5;
    border-radius: 7px;
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 2px 8px;
}

.YGxR4KS1UFQhqEiSGSrx {
    background: #fff;
    min-height: 100vh;
    width: 100%;
}

.DGelrskdOanB0_l6ytQ8 {
    max-width: 840px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 768px) {

.DGelrskdOanB0_l6ytQ8 {
        flex-direction: column;
}
    }

.NjjLfzwU6zfWi8cdR8d9 {
    width: 320px;
}

.NjjLfzwU6zfWi8cdR8d9 > div:nth-child(2) > * {
        height: 80px;
        box-shadow: 0 4px 20px -10px rgba(0,0,0,0.6);
    }

.NjjLfzwU6zfWi8cdR8d9 > div:nth-child(2) > * > input {
            font-size: 24px;
        }

.NjjLfzwU6zfWi8cdR8d9 > div:nth-child(2) > * > input::-moz-placeholder {
            font-size: 20px;
        }

.NjjLfzwU6zfWi8cdR8d9 > div:nth-child(2) > * > input::placeholder {
            font-size: 20px;
        }

.NjjLfzwU6zfWi8cdR8d9 > div:nth-child(2) > * > span {
            font-size: 18px;
        }

@media (max-width: 768px) {

.NjjLfzwU6zfWi8cdR8d9 {
        width: 100%;
}
    }

.kKAIcZUd0VBkk1IPbQxw {
    width: 40px;
    height: 40px;
    margin: 20px 20px 0 20px;
    background: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.kKAIcZUd0VBkk1IPbQxw svg {
        width: 24px;
        height: 24px;

        transform: rotate(180deg);
    }

.pbF1lqfkugNWI9BI4AyZ {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

@media (max-width: 768px) {

.pbF1lqfkugNWI9BI4AyZ {
        font-size: 12px;
}
    }
.g1l3BIo6UVwD_2TesR9D {
    height: 18px;
    width: 140px;
    background: linear-gradient(-45deg, #eee 40%, #fafafa 50%, #eee 60%);
    background-size: 300%;
    background-position-x: 100%;
    animation: qqJcOunfHEYZ6UBUedE_ 1s infinite ease-in-out;
    border-radius: 4px;
}

@keyframes qqJcOunfHEYZ6UBUedE_ {
    to {
        background-position-x: 0%;
    }
}

.Tn6ggJKWDBaDsGypAgDw {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 18px;
}

.bAMpEqlsnTLDGN1Kx0za {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #888888;
    font-weight: 500;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.tGEbUNd72eZ7IER60z2S {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 18px;
    color: #FD4040;
}
.MCeImzz9jfrCx43m2P8Y {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 24px 20px;
    transition: border-color 0.2s ease-in-out;
}

.MCeImzz9jfrCx43m2P8Y[focus-within] {
    border-color: #cfcfcf;
}

.MCeImzz9jfrCx43m2P8Y:focus-within {
    border-color: #cfcfcf;
}

.hx92MOh3iJ4iQ8fRNBsn {
    font-size: 24px;
    line-height: 28px;
    border: none;
    outline: none;
    color: #888888;
    padding: 0;
}

.YrPzDLjboLMHFpbBVeez {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 100px;
}

.cdub6HJLKbDN8Z26unqM {
    color: #888888;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.cuSU6NYiPa4UNpaqFrgY {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    color: #111111;
    border-radius: 12px;
    padding: 7px 12px;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}

.cuSU6NYiPa4UNpaqFrgY:hover {
        border-color: #cfcfcf;
        cursor: pointer;
    }

.mSg9Pr50pR56e82KVNQK {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.ha9AbkMZyrTpet5jMNZn {
    width: calc(100% - 4px) !important;
}

.ha9AbkMZyrTpet5jMNZn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 5px 4px;
    background: none;
    border: none;
    transition: all 0.1s ease-in-out;
}

.ha9AbkMZyrTpet5jMNZn:focus {
        outline: none;
    }

.ha9AbkMZyrTpet5jMNZn:hover {
        background: #fff;
        border-radius: 8px;
    }

.NJ8CXOL0gZYDwqJymMPw {
    width: 32px;
    height: 28px;
    position: relative;
}

.xhFEaCUlKUB68cwTw5CV {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.b5HZNdb9NVtBy7cE_5cv {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #e7e7e7;
}

.uQCPe_pOPfPLFHxiVCBN {
    display: flex;
    flex-direction: column;
}

.llYTAFO8RzYAg3w2WrrC {
    color: #111111;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 15px;
    
    text-align: left;
    font-size: 12px;
}

.yX3ueQY_x8bRKpZ_Hgaj {
    display: flex;
    align-items: center;
    gap: 4px;
}

.XjHPlk12ANFLw8Z1Jn5w {
    font-size: 10px;
    line-height: 15px;
    
    color: #b8b8b8;
}

.ua6eFU9iyMjFlyBpUGS5 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
    height: 366px;
    width: 100%;
    background: #fff;
}

.ua6eFU9iyMjFlyBpUGS5::-webkit-scrollbar {
    width: 3px;
}

.ua6eFU9iyMjFlyBpUGS5::-webkit-scrollbar-thumb {
    background: #e7e7e7;
}

.zU6GmIxbvpx3PdD1H2tZ {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

.AnTgirdpw3HmPEyzxK3l {
    background: none;
    border: none;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.xnWFEdBvvtYBqVAU4nEv {
    display: grid;
    flex: 1;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: 180px 1fr;
    min-height: 0;
}

@media (max-width: 400px) {

.xnWFEdBvvtYBqVAU4nEv {
        grid-template-columns: 130px 1fr;
}
    }

.NeGs3uwPiaobFgNvJccQ {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 8px 12px;
    color: #111111;
    outline: none;
}

.NeGs3uwPiaobFgNvJccQ:first-child {
        width: 180px;
    }

@media (max-width: 400px) {

.NeGs3uwPiaobFgNvJccQ:first-child {
            width: 130px;
    }
        }

.NeGs3uwPiaobFgNvJccQ:last-child {
        flex: 1;
    }

.NeGs3uwPiaobFgNvJccQ:placeholder {
        color: #a0a0a0;
    }

.QMSruOxDTHMKlu01R8Is {
    display: flex;
    gap: 20px;
    margin-bottom: 8px;
}

.m7C4LKLEPtAEeSKbMeKQ {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 246px;
}

.xxUx6NW881jaO8HrFpTY {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #b8b8b8;
    margin-bottom: 8px;
}

.CuttpjRCbLEmVGhNuliW {
    padding-right: 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 270px;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.z6l62f2omJpvvtkfF3dj {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    border-radius: 8px;
    border: none;
    background: none;
    padding: 4px;
    cursor: pointer;
    border: 1px solid transparent;
}

.z6l62f2omJpvvtkfF3dj:hover {
        background: #fff;
    }

.tzhuqpkcNcTQkdfJHYQp {
    background: #fff;
    border: 1px solid #e7e7e7;
}

.QBj6xxmo42fq2fj9FNdg {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.QBj6xxmo42fq2fj9FNdg:hover {
        background: none;
    }

.xGaPVdQOoYscgjHqYC7L {
    margin-left: auto;
}

.Zu6fNsYZinZVychAEUcN {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
}

.edtU0juhUJFfKsfxxO7O {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #111111;
}

.IdKhF3bxmS9PFRTeNAmA {
    height: 246px;
    overflow-y: auto;
}

.IdKhF3bxmS9PFRTeNAmA > div > div {
        overscroll-behavior: contain;
    }

.GWZUpe0ldIL9rWdHBix_ {
    margin-top: 24px;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #b8b8b8;
}

.ZcF3DBG0SigJBfJ9zqjW {
    color: #111111;
}

.CQ33ti89AyW0Da6QMYXy {
    display: flex;
    align-items: center;
    gap: 4px;
}

.QaY2m76kgp1EO8sZlcBp {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.ldDgUmRr_mot4YrfO5cV {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 16px;
    max-width: 488px;
    margin: 0 auto;
}

.mqo8s0hDJ6lZgzreFaWr {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #888888;
    margin-bottom: 12px;
    line-height: 18px;
}

.MYV_Y1ItPShUZ8QRRMf9 {
    top: 117px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-color: #fff;
    color: #888888;
    border-radius: 18px;
    border: 6px solid #fff;
    width: 56px;
    height: 56px;
    padding: 0;
}

.MYV_Y1ItPShUZ8QRRMf9 svg {
        width: 24px;
        height: 24px;
    }

.MYV_Y1ItPShUZ8QRRMf9:hover {
        background-color: #eeeeee;
        cursor: pointer;
    }

.t4RULJDP88YEUcamDSC5 {
    border: 1px solid #e7e7e7;
    margin-bottom: 6px;
}

.t4RULJDP88YEUcamDSC5 input {
        max-width: 200px;
        color: #111111;
    }

.aOBVLdbbrXFgvqv1kAyL {
    background-color: #fff;
    border: 1px solid #fafafa;
}

.aOBVLdbbrXFgvqv1kAyL input {
        background-color: #fff;
        cursor: default;
    }

.aOBVLdbbrXFgvqv1kAyL {

    margin-bottom: 12px;
}

._2Z7W0e76Po4kHK9JBvp {
    margin-bottom: 12px;
}

.Mf1vkGo2rB5Q0RbDqvLG {
    background-color: #75fb6e;
    color: #111;
    width: 100%;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 32px;
    border: none;
}

.Mf1vkGo2rB5Q0RbDqvLG:hover {
        background-color: #75f36f;
        cursor: pointer;
    }

.Mf1vkGo2rB5Q0RbDqvLG:disabled {
        opacity: 0.5;
        cursor: default;
    }

.bxFwAL9kDNWZ7HhGrGkF {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.WVj7Wxt71xmLCoCXkKDk {
    animation: jmj8N1FvDfyesldxou8j 3s ease-in-out infinite;
}

@keyframes jmj8N1FvDfyesldxou8j {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.bO3_69Iqr5546uUneauw {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}
@media (max-width: 767px) {
.bO3_69Iqr5546uUneauw {
        display: flex;
        flex-direction: column;
}
    }
.xEh0Je5t2rRYSLM1G5yG {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000000;
    z-index: 0;
}
.tohsQ3U4wWJT46dVM3XI {
    z-index: 0;
}
.QvywQO0kI_GVKqAilnS8 {
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
._XrqUjQdReYHFfUDwZ4A {
    opacity: 1;
}
.iF7Wdu4qaz5uOlNFKRzq {
    font-family: 'Geist', sans-serif;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 42px;
}
.GGfUkzmOmwJtjxbJKUxA {
    flex: 1;
    width: 100%;
    overflow: hidden;
}
.cFWRn7i0fs6ejj9bGq0D {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}
.sHvWps39aDS0Ago1ntUO {
    justify-content: flex-start;
    padding-top: 56px;
}
.SakLzpYmN6Hgulyq1b1Z {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.luILbTQ4FoepuMgSPQGl {
    width: 100%;
    max-width: 350px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
@media (max-height: 700px) {
.luILbTQ4FoepuMgSPQGl {
        max-width: 250px;
}
    }
.pCCm2cp7Kl21285rWBSI {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    padding: 0 24px;
}
.seS44oONx8dMIZVsx86l {
    width: 51px;
    height: 51px;
    -o-object-fit: contain;
       object-fit: contain;
}
.Hr4dwOWQflVUBwhG4x7N {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 100%;
    overflow: visible;
}
.NuKznNxh8ngxefsaeu2P {
    max-width: 566px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    flex-shrink: 0;
}
@media (max-height: 700px) {
.NuKznNxh8ngxefsaeu2P {
        max-width: 400px;
}
    }
.oEe651S48Qrc9hxmMA9r {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding: 0 24px;
}
.nqYoXVTtY4kOQiR6_BpS {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}
.OsxWA4D5LvMbJgp550Hc {
    color: #75fb6e;
}
.YwOLtYl01dlXNAXtQR5V {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}
.piNppDTfdKrOmaDotdh1 {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    padding: 0 24px;
}
.Ui13H3X5_ZjD3tF3LIdD {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}
.f9T7jOAqpRTudl6tgkZv {
    width: 44px;
    border-radius: 6px;
    background: #75fb6e;
}
.jFKDKWtdHuybcGu9s4mo {
    width: calc(100% - 48px);
    margin: 0 24px;
    height: 50px;
    background: #75fb6e;
    border: none;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease;
}
.jFKDKWtdHuybcGu9s4mo:active {
    background: #5dd858;
}
.btE3LOu1wUVFxkUDwSOi {
    width: calc(100% - 48px);
    margin: 0 24px;
    height: 50px;
    background: transparent;
    border: none;
    font-family: inherit;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding: 8px;
}

