.c-market-switcher{display:inline-block;position:relative}.c-market-switcher__trigger{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;gap:.5rem;padding:1rem 0 1rem .5rem}.c-market-switcher__flag{flex-shrink:0;height:1rem;-o-object-fit:cover;object-fit:cover;width:1.5rem}.c-market-switcher__name,.c-market-switcher__symbol{line-height:1;white-space:nowrap}.c-market-switcher__symbol{opacity:.7}.c-market-switcher__arrow{align-items:center;display:inline-flex;justify-content:center;transition:transform .2s ease}.c-market-switcher__trigger.is-active .c-market-switcher__arrow{transform:rotate(180deg)}.c-market-switcher__arrow svg{display:block}.c-market-switcher__dropdown{--dropdown-width:auto;display:none;height:0;min-width:10rem;opacity:0;overflow:hidden;position:absolute;right:0;top:100%;width:var(--dropdown-width,100%);z-index:var(--z-index-dropdown,100)}.c-market-switcher__dropdown:after,.c-market-switcher__dropdown:before{content:"";display:block;position:relative;z-index:-1}.c-market-switcher__dropdown:before{margin-top:-.3125rem}.c-market-switcher__dropdown:after{margin-bottom:-.3125rem}.c-market-switcher__dropdown.is-active{display:block;transition:padding .3s ease,opacity .3s ease}.c-market-switcher__dropdown.is-visible{animation:overflowVisible .3s forwards;box-shadow:4px 4px 50px rgba(0,0,0,.1);height:auto;opacity:1;padding-bottom:.5rem;padding-top:.5rem;padding:0}.c-market-switcher__dropdown:before{border-color:transparent transparent var(--surface-bg) transparent;border-style:solid;border-width:.5px 10px 10px;content:"";height:0;position:absolute;right:22px;top:-2px;width:0;z-index:var(--z-index-above-header)}.c-market-switcher__dropdown:after{border-color:transparent transparent var(--primary-light) transparent;border-style:solid;border-width:0 7.5px 7.5px;content:"";height:0;position:absolute;right:25.5px;top:-7px;width:0}.c-market-switcher__list{--tw-shadow:0.25rem 0.25rem 3.125rem rgba(0,0,0,.1);background:var(--surface-bg);border:1px solid var(--border-success);border-radius:var(--radius-secondary);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);color:var(--text);display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:1.5rem}.c-market-switcher__form{display:contents}.c-market-switcher__option{align-items:center;background:transparent;border:0;color:var(--text);cursor:pointer;display:flex;font-family:inherit;font-size:var(--font-static-xs);font-weight:400;gap:1rem;padding:0;text-align:left;text-decoration:none;width:100%}.c-market-switcher__option .c-market-switcher__flag{height:1.3125rem;width:2.1875rem}.c-market-switcher__option .c-market-switcher__name{--animated-border-height:0.0625rem;align-items:center;display:inline-flex;min-height:var(--min-height,auto);position:relative}.c-market-switcher__option .c-market-switcher__name:before{background-color:var(--animated-border-color,var(--primary-base));bottom:var(--animated-border-bottom,-.15rem);content:"";display:var(--animated-border-display,block);height:var(--animated-border-height,.125rem);left:0;position:absolute;top:var(--animated-border-top,auto);transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.c-market-switcher__option .c-market-switcher__name.is-active:before,.c-market-switcher__option .c-market-switcher__name:active:before,.c-market-switcher__option .c-market-switcher__name:hover:before,.c-market-switcher__option .c-market-switcher__name[aria-selected=true]:before,a:hover .c-market-switcher__option .c-market-switcher__name:before,button:hover .c-market-switcher__option .c-market-switcher__name:before{transform:scaleX(1)}.c-market-switcher__option .c-market-switcher__name.active,.c-market-switcher__option .c-market-switcher__name.is-active{font-weight:700}.c-market-switcher__option .c-market-switcher__name:focus-visible{--animated-border-display:none}.c-market-switcher__option .c-market-switcher__name{line-height:1.1}.c-market-switcher__option .c-market-switcher__symbol{line-height:1.1;opacity:.7}.c-market-switcher__option.is-current{background:rgba(59,130,246,.1);border-radius:var(--radius-primary);margin:-.5rem;padding:.5rem;pointer-events:none;width:calc(100% + 1rem)}@media only screen and (min-width:64em){.c-market-switcher__option{font-size:var(--font-static-sm)}}