@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";body{margin:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#eaecf0;border-radius:8px}.twemoji{height:20px;width:20px;margin-bottom:-5px}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{inset:0;opacity:0;overflow:hidden;position:fixed;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));inset:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media(prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{display:flex;justify-content:flex-end;inset:0 0 auto auto;padding:var(--yarl__toolbar_padding,8px);position:absolute}[dir=rtl] .yarl__toolbar{inset:0 auto auto 0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media(hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}body{overflow-x:hidden}@media print{*:not(.printable){display:none}.printable{display:block}}.muiltiple-select .MuiSelect-select.MuiSelect-select{padding-right:55px}.multiple-select__item{width:100%;justify-content:space-between!important}.multiple-select__item.Mui-selected:after{content:"";width:1.5em;height:1.5em;background-image:url("data:image/svg+xml,;%3csvg%20version='1.1'%20fill='%237F56D9'%20viewBox='0%200%2024%2024'%20aria-hidden='true'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41z'%3e%3c/path%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain}.table__loader{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;background-color:#1018280d;display:flex;align-items:center;justify-content:center}.saved-filter{padding:16px;background:#fff;border:1px solid #eaecf0;border-radius:12px;cursor:pointer;width:100%!important;margin:0!important;transition:all .4s;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}.saved-filter:hover{filter:brightness(97%)}.saved-filter.active{background:#f9f5ff;border:2px solid #7f56d9;box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}.saved-fitler__title{font-weight:500;font-size:14px;line-height:20px;color:#344054;transition:inherit}.saved-filter.active .saved-filter__title{color:#53389e}.filter-options input[type=number]::-webkit-outer-spin-button,.filter-options input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}.filter-options input[type=number]{-moz-appearance:textfield!important}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.notFoundContainer{background-color:#000;position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='58' viewBox='0 0 42 58'%3E%3Cg fill='%23dddcdd' fill-opacity='0.23'%3E%3Cpath fill-rule='evenodd' d='M12 18h12v18h6v4H18V22h-6v-4zm-6-2v-4H0V0h36v6h6v36h-6v4h6v12H6v-6H0V16h6zM34 2H2v8h24v24h8V2zM6 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM2 50h32v-8H10V18H2v32zm28-6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-8a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-8a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0-8a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/g%3E%3C/svg%3E")}section.notFound{font-family:"Press Start 2P";display:flex;justify-content:center;align-items:center;margin:0 5%;height:100vh}section.notFound h1{font-family:"Press Start 2P";color:red;font-size:100px}section.notFound div.img img{width:50vw;height:auto}section.notFound h2{color:#fff;font-size:50px}section.notFound h1,h2,h3{margin-bottom:40px}div.text{height:50vh;color:#fff;font-family:"Press Start 2P"}div.text a{text-decoration:none;font-family:"Press Start 2P";margin-right:20px}div.text a:hover{color:red;font-family:"Press Start 2P";text-decoration:underline}@media only screen and (max-width:768px){section.notFound{flex-direction:column;justify-content:space-around}section.notFound div.img img{width:70vw;height:auto}section.notFound h1{font-size:50px}section.notFound h2{font-size:25px}div.text a:active{color:red;text-decoration:underline}}.button{font-size:17px!important;font-weight:400!important;cursor:pointer!important;text-decoration:none!important;border:none!important;-webkit-transition:all .3s ease-in-out!important;-o-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important;background-color:#0089d0!important;color:#fff!important;border-radius:2px!important;height:50px!important;line-height:50px;padding-left:18px!important;padding-right:18px!important}.button:hover,.button_small:hover{background-color:#333!important}pre code[as=code] .hljs-comment{color:#999}pre code[as=code] .hljs-tag{color:#b4b7b4}pre code[as=code] .hljs-operator,pre code[as=code] .hljs-punctuation,pre code[as=code] .hljs-subst{color:#ccc}pre code[as=code] .hljs-operator{opacity:.7}pre code[as=code] .hljs-bullet,pre code[as=code] .hljs-deletion,pre code[as=code] .hljs-name,pre code[as=code] .hljs-selector-tag,pre code[as=code] .hljs-template-variable,pre code[as=code] .hljs-variable{color:#f2777a}pre code[as=code] .hljs-attr,pre code[as=code] .hljs-link,pre code[as=code] .hljs-literal,pre code[as=code] .hljs-number,pre code[as=code] .hljs-symbol,pre code[as=code] .hljs-variable.constant_{color:#f99157}pre code[as=code] .hljs-class .hljs-title,pre code[as=code] .hljs-title,pre code[as=code] .hljs-title.class_{color:#fc6}pre code[as=code] .hljs-strong{font-weight:700;color:#fc6}pre code[as=code] .hljs-addition,pre code[as=code] .hljs-code,pre code[as=code] .hljs-string,pre code[as=code] .hljs-title.class_.inherited__{color:#9c9}pre code[as=code] .hljs-built_in,pre code[as=code] .hljs-doctag,pre code[as=code] .hljs-keyword.hljs-atrule,pre code[as=code] .hljs-quote,pre code[as=code] .hljs-regexp{color:#6cc}pre code[as=code] .hljs-attribute,pre code[as=code] .hljs-function .hljs-title,pre code[as=code] .hljs-section,pre code[as=code] .hljs-title.function_,pre code[as=code] .ruby .hljs-property{color:#69c}pre code[as=code] .diff .hljs-meta,pre code[as=code] .hljs-keyword,pre code[as=code] .hljs-template-tag,pre code[as=code] .hljs-type{color:#c9c}pre code[as=code] .hljs-emphasis{color:#c9c;font-style:italic}pre code[as=code] .hljs-meta,pre code[as=code] .hljs-meta .hljs-keyword,pre code[as=code] .hljs-meta .hljs-string{color:#a3685a}pre code[as=code] .hljs-meta .hljs-keyword,pre code[as=code] .hljs-meta-keyword{font-weight:700}
