@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css?family=Figtree);@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);:root{--green:#68c072;--dark-green:#5eaf68;--light-gray:#bfbfbf;--gray:#8b8b8b;--dark-gray:#151716;--dark-gray-hover:#2f302f;--black:#000;--red:#ff7878;--gold:#c7bb4c;--silver:#4c9bc7;--bronze:#c7804c;--gray-transparent:#312d2d54;--g-green-pri:#68c072;--g-green-background:#67ab6e4d;--g-green-background-2:#67ab6e77;--g-green-background-3:#67ab6e20;--g-green-background-4:#68c072bb;--g-green-background-hover:#5f8e644d;--g-gray-pri:#8b8b8b;--g-gray-background:#110e0e;--g-gray-background-2:#52525263;--g-gray-background-3:#343434e8;--g-gray-background-hover:#2f2f2f;--g-border-white:#ffffff2b;--g-max-width:1600px;--g-max-width-smaller:1200px}.scroll{overflow-y:auto;scrollbar-color:#bfbfbf #0000;scrollbar-color:var(--light-gray) #0000;scrollbar-width:thin}body{margin:0}div.App{background-color:#000;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}div.page-content{display:flex;flex-direction:column;padding:var(--size-xxl) var(--size-xxl)}body.modal-open{overflow:hidden!important}.page-layout{margin-left:auto;margin-right:auto;max-width:1600px;max-width:var(--g-max-width)}div.page-content.page-content-smaller{margin-left:auto;margin-right:auto;max-width:calc(1200px - var(--size-xxl)*2);max-width:calc(var(--g-max-width-smaller) - var(--size-xxl)*2);width:-webkit-fill-available;width:fill-available}.rotate-icon{transform:rotate(-90deg)}.rotate-icon-back{transform:rotate(-225deg)}ul{margin:0;padding:5px 0}ul li{list-style:none}.border-bottom{border-bottom:1px solid #5a5a5a}.border-top{border-top:1px solid #ffffff2b;border-top:1px solid var(--g-border-white)}body:not(.modal-open):not(:has(.wallet-adapter-dropdown-list-active)) .blur{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}a.with-bg{background-color:#ffffff21;border-radius:50px;color:#bfbfbf;color:var(--light-gray);font-size:16px;padding:5px 10px;text-decoration:none;transition:all .3s ease-in-out}a.with-bg:hover{background-color:#ffffff3d;color:#fff}.box{border-radius:15px;min-width:300px;padding:var(--size-l);width:auto}.bg-green{background-color:#67ab6e4d;background-color:var(--g-green-background)}.bg-green-gradient{background:radial-gradient(ellipse at left bottom,#83dc8db0 0,#82c98a6f 20%,#28422b72 50%,#110e0e 70%);background:radial-gradient(ellipse at left bottom,#83dc8db0 0,#82c98a6f 20%,#28422b72 50%,var(--g-gray-background) 70%);background-origin:border-box}.bg-green-gradient-2{background:radial-gradient(ellipse at bottom right,#83dc8db4 0,#83dc8d5d 20%,#34583867 50%,#110e0e 70%);background:radial-gradient(ellipse at bottom right,#83dc8db4 0,#83dc8d5d 20%,#34583867 50%,var(--g-gray-background) 70%);background-origin:border-box}.bg-gray{background-color:#110e0e;background-color:var(--g-gray-background)}.bg-gray-2{background-color:#181616}.bg-gray-3{background-color:#1c1818}.bg-light-gray{background-color:#52525263;background-color:var(--g-gray-background-2)}.bg-pattern{background:url(/static/media/pattern.e6a04dc49f65ede45b03.svg) repeat,radial-gradient(ellipse at bottom right,#83dc8db4 0,#83dc8d5d 20%,#34583867 50%,#110e0e 70%);background:url(/static/media/pattern.e6a04dc49f65ede45b03.svg) repeat,radial-gradient(ellipse at bottom right,#83dc8db4 0,#83dc8d5d 20%,#34583867 50%,var(--g-gray-background) 70%);background-origin:border-box;background-position:50%,50%;background-repeat:repeat,no-repeat;background-size:100%,cover}.entries-total{align-items:center;background-color:#52525263;background-color:var(--g-gray-background-2);border-radius:50%;display:flex;font-size:25px;height:25px;justify-content:center;padding:8px;width:25px}@media screen and (max-width:900px){.container-layout{padding:10px 20px}div.page-content{padding:var(--size-l) var(--size-m)}.entries-total{align-items:center;background-color:#52525263;background-color:var(--g-gray-background-2);border-radius:50%;display:flex;font-size:18px;height:20px;justify-content:center;padding:8px;width:20px}.box{min-width:calc(100% - var(--size-l)*2)}}:root{--size-s:5px;--size-m:10px;--size-l:20px;--size-xl:40px;--size-xxl:80px}.w-100{width:100%}.w-80{width:80%}.w-50{width:50%}.w-25{width:25%}.w-s{width:35%}.w-m{width:70%}.w-l{width:100%}.h-100{height:100%}.h-50{height:50%}.h-25{height:25%}.flex{display:flex}.flex.justify-center{justify-content:center}.flex.justify-start{justify-content:flex-start}.flex.justify-end{justify-content:flex-end}.flex.items-center{align-items:center}.flex.items-base{align-items:baseline}.flex.items-start{align-items:flex-start}.flex.items-end{align-items:flex-end}.flex.items-self-end{align-self:flex-end}.flex.justify-between{justify-content:space-between}.flex.evenly{justify-content:space-evenly}.flex.around{justify-content:space-around}.flex.flex-col{flex-direction:column}.flex.row{flex-direction:row}.flex.wrap{flex-wrap:wrap}.flex-1{flex:1 1}.flex-2{flex:2 1}.flex-3{flex:3 1}.flex-4{flex:4 1}.gap-1,.gap-small{gap:5px}.gap-1{gap:var(--size-s)}.gap,.gap-2{gap:10px;gap:var(--size-m)}.gap-3{gap:20px;gap:var(--size-l)}.gap-4{gap:40px;gap:var(--size-xl)}.gap-5{gap:80px;gap:var(--size-xxl)}.p-1{padding:5px;padding:var(--size-s)}.p,.p-2{padding:10px;padding:var(--size-m)}.p-3{padding:20px;padding:var(--size-l)}.p-4{padding:40px;padding:var(--size-xl)}.p-5{padding:80px;padding:var(--size-xxl)}.pl-1{padding-left:5px;padding-left:var(--size-s)}.pl,.pl-2{padding-left:10px;padding-left:var(--size-m)}.pl-3{padding-left:20px;padding-left:var(--size-l)}.pl-4{padding-left:40px;padding-left:var(--size-xl)}.pl-5{padding-left:80px;padding-left:var(--size-xxl)}.pr-1{padding-right:5px;padding-right:var(--size-s)}.pr,.pr-2{padding-right:10px;padding-right:var(--size-m)}.pr-3{padding-right:20px;padding-right:var(--size-l)}.pr-4{padding-right:40px;padding-right:var(--size-xl)}.pr-5{padding-right:80px;padding-right:var(--size-xxl)}.pt-1{padding-top:5px;padding-top:var(--size-s)}.pt,.pt-2{padding-top:10px;padding-top:var(--size-m)}.pt-3{padding-top:20px;padding-top:var(--size-l)}.pt-4{padding-top:40px;padding-top:var(--size-xl)}.pt-5{padding-top:80px;padding-top:var(--size-xxl)}.pb-1{padding-bottom:5px;padding-bottom:var(--size-s)}.pb,.pb-2{padding-bottom:10px;padding-bottom:var(--size-m)}.pb-3{padding-bottom:20px;padding-bottom:var(--size-l)}.pb-4{padding-bottom:40px;padding-bottom:var(--size-xl)}.pb-5{padding-bottom:80px;padding-bottom:var(--size-xxl)}.m-1{margin:5px;margin:var(--size-s)}.m,.m-2{margin:10px;margin:var(--size-m)}.m-3{margin:20px;margin:var(--size-l)}.m-4{margin:40px;margin:var(--size-xl)}.m-5{margin:80px;margin:var(--size-xxl)}.ml-1{margin-left:5px;margin-left:var(--size-s)}.ml,.ml-2{margin-left:10px;margin-left:var(--size-m)}.ml-3{margin-left:20px;margin-left:var(--size-l)}.ml-4{margin-left:40px;margin-left:var(--size-xl)}.ml-5{margin-left:80px;margin-left:var(--size-xxl)}.mr-1{margin-right:5px;margin-right:var(--size-s)}.mr,.mr-2{margin-right:10px;margin-right:var(--size-m)}.mr-3{margin-right:20px;margin-right:var(--size-l)}.mr-4{margin-right:40px;margin-right:var(--size-xl)}.mr-5{margin-right:80px;margin-right:var(--size-xxl)}.mt-1{margin-top:5px;margin-top:var(--size-s)}.mt,.mt-2{margin-top:10px;margin-top:var(--size-m)}.mt-3{margin-top:20px;margin-top:var(--size-l)}.mt-4{margin-top:40px;margin-top:var(--size-xl)}.mt-5{margin-top:80px;margin-top:var(--size-xxl)}.mb-1{margin-bottom:5px;margin-bottom:var(--size-s)}.mb,.mb-2{margin-bottom:10px;margin-bottom:var(--size-m)}.mb-3{margin-bottom:20px;margin-bottom:var(--size-l)}.mb-4{margin-bottom:40px;margin-bottom:var(--size-xl)}.mb-5{margin-bottom:80px;margin-bottom:var(--size-xxl)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.relative{position:relative}.absolute{position:absolute}.pointer{cursor:pointer}.hidden{overflow:hidden}.round{border-radius:50px}.transition{transition:all .3s ease}.round-image{border-radius:50%;object-fit:cover;object-position:center}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid.gap-1{gap:5px;gap:var(--size-s)}.grid.gap-2{gap:10px;gap:var(--size-m)}.grid.gap-3{gap:20px;gap:var(--size-l)}.grid.gap-4{gap:40px;gap:var(--size-xl)}.grid.gap-5{gap:80px;gap:var(--size-xxl)}.grid.justify-center{justify-content:center}.grid.justify-start{justify-content:flex-start}.grid.justify-end{justify-content:flex-end}.grid.justify-between{justify-content:space-between}.grid.justify-around{justify-content:space-around}.grid.justify-evenly{justify-content:space-evenly}.grid.align-center{align-items:center}.grid.align-start{align-items:flex-start}.grid.align-end{align-items:flex-end}.grid.align-baseline{align-items:baseline}.grid-item.span-1{grid-column:span 1}.grid-item.span-2{grid-column:span 2}.grid-item.span-3{grid-column:span 3}.grid-item.span-4{grid-column:span 4}.grid-item.span-5{grid-column:span 5}.opacity-40{opacity:.4}.opacity-50{opacity:.5}@media screen and (max-width:1000px){.grid-cols-2{grid-template-columns:repeat(1,1fr)}.grid-cols-3{grid-template-columns:repeat(2,1fr)}.grid-item.span-2{grid-column:span 1}.grid-item.span-3{grid-column:span 2}.grid-item.span-4{grid-column:span 3}}@media screen and (max-width:900px){:root{--size-s:5px;--size-m:10px;--size-l:20px;--size-xl:30px;--size-xxl:40px}}@media (max-width:600px){.grid-cols-2,.grid-cols-3{grid-template-columns:repeat(1,1fr)}.grid-item.span-2,.grid-item.span-3,.grid-item.span-4,.grid-item.span-5{grid-column:span 1}}a,div,h1,h2,h3,h4,h5,h6,input,p,span{color:#fff;font-family:Figtree,sans-serif;margin:0}a,p{color:#fff;font-size:13px;font-weight:400}a{cursor:pointer;text-decoration:none;transition:all .3s ease-in-out}a:hover{opacity:.8}h1{font-size:40px;font-weight:300}h2{font-size:30px;line-height:30px}h2,h3{font-weight:100}h3{color:#fff;font-size:18px;line-height:20px}h4{font-size:14px;font-weight:500}h5{color:#868686;font-size:25px;font-weight:200}.large{font-size:18px!important}.small{font-size:12px!important}.smaller{font-size:9px!important;letter-spacing:.5px}p.light{font-weight:300!important}.gray{color:var(--g-gray-pri)!important}.light-gray{color:var(--light-gray)!important}.dark-gray{color:var(--dark-gray)!important}svg.gray-stroke path{stroke:var(--g-gray-pri)!important}svg.gray-fill path{fill:var(--g-gray-pri)!important}.dark{color:var(--g-gray-background)!important}.red{color:var(--red)!important}.medium{font-size:14px}.green{color:var(--green)!important}.uppercase{text-transform:uppercase}input{background-color:#2b2a2a;border:1px solid hsla(0,0%,50%,.455);border-radius:10px;color:#fff;font-size:14px;font-weight:300;outline:none;padding:20px;transition:all .3s ease-in-out}input:-webkit-autofill{-webkit-animation-delay:1s;-webkit-animation-fill-mode:both;-webkit-animation-name:autofill}input:-internal-autofill-selected{background-color:var(--g-gray-background)!important}input:not(:disabled):focus,input:not(:disabled):hover{background-color:var(--g-gray-background-hover)}input:disabled{background-color:hsla(0,0%,59%,.466);color:#aaa}.input-label{color:#fff;font-size:14px!important;font-weight:300;text-transform:uppercase}.white{color:#fff!important}p.bigger{font-size:20px}.italic{font-style:italic}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.nowrap{white-space:nowrap}@media screen and (max-width:1000px){h1{font-size:25px!important}h2{font-size:20px!important}h3{font-size:16px!important}h4{font-size:12px!important}.large{font-size:15px!important}}@media screen and (max-width:900px){h2.secondary{font-size:40px;font-weight:300}.medium{font-size:12px}input{width:-webkit-fill-available}}.wallet-adapter-button{align-items:center;background-color:initial;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon,.wallet-adapter-button-start-icon img{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{display:inline-block;position:relative}.wallet-adapter-dropdown-list{grid-row-gap:10px;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px #0009;display:grid;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;grid-template-rows:1fr;list-style:none;margin:0;opacity:0;padding:10px;position:absolute;right:0;top:100%;transition:opacity .2s ease,transform .2s ease,visibility .2s;visibility:hidden;z-index:99}.wallet-adapter-dropdown-list-active{opacity:1;transform:translateY(10px);visibility:visible}.wallet-adapter-dropdown-list-item{align-items:center;border:none;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:37px;justify-content:center;outline:none;padding:0 20px;white-space:nowrap;width:100%}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{fill:#999;align-self:center}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform .15s ease-in}.wallet-adapter-modal{background:#00000080;bottom:0;left:0;opacity:0;overflow-y:auto;position:fixed;right:0;top:0;transition:opacity .15s linear;z-index:1040}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{align-items:center;background:#1a1f2e;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:12px;position:absolute;right:18px;top:18px}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0}.wallet-adapter-modal-container{align-items:center;display:flex;justify-content:center;margin:3rem;min-height:calc(100vh - 6rem)}@media (max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{align-items:center;background:#10141f;border-radius:10px;box-shadow:0 8px 20px #0009;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;max-width:400px;position:relative;z-index:1050}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{color:#fff;font-size:24px;font-weight:500;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{list-style:none;margin:0 0 12px;padding:0;width:100%}.wallet-adapter-modal-list .wallet-adapter-button{border-radius:0;font-size:18px;font-weight:400}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{height:28px;width:28px}.wallet-adapter-modal-list .wallet-adapter-button span{font-size:14px;margin-left:auto;opacity:.6}.wallet-adapter-modal-list-more{align-items:center;align-self:flex-end;background-color:initial;border:none;color:#fff;cursor:pointer;display:flex;padding:12px 24px 24px 12px}.wallet-adapter-modal-list-more svg{fill:#fff;margin-left:.5rem;transition:all .1s ease}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;padding:0 24px 24px;width:100%}.wallet-adapter-modal-middle-button{background-color:#512da8;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:18px;margin-top:48px;padding:12px;width:100%}.wallet-adapter-dropdown button:first-child{align-items:center;background:none;border:0;border-radius:15px;color:#fff;display:flex;font-family:Venus Rising;font-size:12px;font-weight:100;height:30px;justify-content:center;padding:0;position:relative;transition:all .1s ease-in-out}.wallet-adapter-dropdown-list{z-index:9!important}.wallet-adapter-button,.wallet-adapter-modal-list-more span{text-transform:none!important}.wallet-adapter-button:hover,.wallet-adapter-dropdown-list-item:hover{background:none!important;color:var(--green)!important}.wallet-adapter-dropdown .wallet-adapter-button-start-icon{display:none}.wallet-adapter-modal-button-close{background-color:initial;height:40px;width:40px}.wallet-adapter-modal-title{font-family:Roboto!important;letter-spacing:0}.wallet-adapter-modal-list .wallet-adapter-button{display:flex;justify-content:flex-start}.wallet-adapter-modal-wrapper{background-color:var(--g-gray-background);border-radius:30px}.wallet-big-button .wallet-adapter-button{align-items:center!important;background-color:#fff!important;border-radius:5px!important;color:#000!important;display:flex!important;gap:10px!important;justify-content:start!important;padding:30px 10px 10px!important;position:relative!important;transition:all .3s ease-in-out!important}.wallet-adapter-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media only screen and (max-width:900px){.wallet-adapter-dropdown button:first-child{font-size:12px;padding:7px 0}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Toastify__toast{border-radius:15px!important}.Toastify__toast-container{z-index:999999}.Toastify__toast-theme--dark{background-color:var(--dark-gray)!important}.Toastify__toast--success .Toastify--animate-icon svg{fill:var(--green)}.Toastify__toast--error .Toastify--animate-icon svg{fill:#f05555}.Toastify__toast--success .Toastify__progress-bar{background-color:var(--green)!important}.Toastify__toast--error .Toastify__progress-bar{background-color:#f05555!important}.Toastify__toast-body,.toast-content p{font-size:13px}form{min-width:30vh}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-size:13px}.form-group .error-message,form .error-message{color:var(--red);font-size:12px}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}header{background:linear-gradient(180deg,rgba(0,0,0,.594),#0000);box-sizing:border-box;left:50%;max-width:var(--g-max-width);padding:20px var(--size-xxl);position:absolute;top:0;transform:translateX(-50%);width:100%;z-index:1}header a.logo{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%)}header a.logo.mobile{left:auto;position:relative;top:auto;transform:none}header.smaller .header-content{margin-left:auto;margin-right:auto;max-width:1500px}div.mobile-menu{align-items:center;background-color:var(--black);display:flex;flex-direction:column;height:100vh;left:0;padding:0;position:absolute;top:-100vh;transition:top .3s linear;width:100%;z-index:1000}div.mobile-menu.open{left:0;padding-top:10vh;top:0}@media screen and (max-width:900px){header{padding:20px;width:calc(100% - 40px)}header a{font-size:12px}header a:not(.logo) img{width:20px}}.hamburger-menu{cursor:pointer;display:flex;flex-direction:column;height:20px;justify-content:space-between;position:relative;transition:all .3s ease;width:40px;z-index:1000}.hamburger-menu:hover{transform:scale(1.04)}.bar{background-color:#fff;border-radius:1px;height:2px;position:relative;transition:transform .3s ease,opacity .3s ease;width:100%}.hamburger-menu .bar.open:first-child{transform:translateY(9px) rotate(45deg)}.hamburger-menu .bar.open:nth-child(2){opacity:0}.hamburger-menu .bar.open:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.modal-container.background{animation:smooth-inspect-view-in .3s ease-in-out;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(20px);background-color:rgba(44,43,43,.627)}.modal-container,.modal-container.background{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.modal-container{align-items:center;display:flex;justify-content:center}.modal-container .window{background-color:var(--g-gray-background);border-radius:30px;box-shadow:0 0 45px -25px #000000bf;max-width:calc(95vw - 40px);min-width:300px;padding:30px;position:relative}.modal-container .window.transparent{background:none;border:none;box-shadow:none;padding:0}.modal-container .button-close{background:none;cursor:pointer;height:20px;padding:0;position:absolute;right:-20px;top:-20px;width:20px}.modal-container .button-close.fixed{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:fixed;right:20px;top:20px;transition:all .1s ease-in-out;width:40px;z-index:3}.modal-container .button-close.fixed img{height:100%;width:100%}.modal-container .button-close img{height:20px;width:20px}.modal-container .button-close:hover{opacity:.9;transform:scale(.92)}.confirm-modal .window{max-width:550px!important;width:100%}p.confirm-modal-title{font-size:30px;font-weight:400}p.confirm-modal-title span.red{color:#d73636}p.confirm-modal-content{font-size:15px;font-weight:300;width:80%}p.confirm-modal-content span.gray{color:var(--light-gray)}@media only screen and (max-width:980px){.modal-container .window{min-width:none}p.confirm-modal-content{width:100%}}button{background-color:var(--green);border:0;border-radius:50px;color:#fff;cursor:pointer;padding:7px var(--size-l);transition:all .1s ease-in-out}button p{font-family:Figtree,sans-serif;font-size:15px!important;font-weight:700}button:disabled{cursor:default;opacity:.4}button:hover:not(:disabled){opacity:.8}button:active:not(:disabled){opacity:.6}button.transparent{background-color:initial;padding:0}button.transparent p{color:#fff}button.green,button.green-big{background-color:var(--green)}button.green p,button.green-big p{color:#fff}button.white,button.white-big{background-color:#fff}button.white p,button.white-big p{color:var(--dark-gray)}button.green-big,button.transparent-big,button.white-big{min-width:250px;padding:15px var(--size-xl)}button.green-big p,button.transparent-big p,button.white-big p{font-size:20px}button.transparent-big{background-color:initial;border:1px solid #a19c9c}button.small p{font-size:12px!important}@media screen and (max-width:900px){button{max-width:-webkit-fill-available}button.green-big,button.transparent-big,button.white-big{min-width:none}}.loading-symbol{animation:loading-symbol-rotation 1s linear infinite;border:2px solid;border-color:#fff #fff #0000;border-radius:50%;box-sizing:border-box;display:inline-block}.loading-symbol.dark{border:2px solid;border-color:#000 #000 #0000}@keyframes loading-symbol-rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.switch-component .switch{display:inline-block;height:25px;position:relative;width:40px}.switch-component .switch input{height:0;opacity:0;width:0}.switch-component .slider{border:1px solid var(--light-gray);bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.switch-component .slider:before{background-color:#fff;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.4s;width:18px}.switch-component input:checked+.slider{background-color:var(--green)}.switch-component input:focus+.slider{box-shadow:0 0 1px var(--green)}.switch-component input:checked+.slider:before{transform:translateX(15px)}.switch-component .slider.round{border-radius:34px}.switch-component .slider.round:before{border-radius:50%}.separation{position:relative}.separation p{background-color:#000;left:50%;padding:3px 8px;position:absolute;top:50%;transform:translate(-50%,-50%)}.separation.vertical{margin:5px 0;width:1px}.separation.horizontal{height:1px;margin:0 5px}.quantity-input-container{display:flex;gap:var(--size-m)}.quantity-input-container button.quantity-input-button{align-items:center;background-color:var(--g-gray-background-2);border:1px solid var(--gray);border-radius:50px;display:flex;padding:12px}.quantity-input-container input.quantity-input{border-color:var(--gray);border-radius:50px;color:var(--green);font-size:var(--size-l);padding:var(--size-m) var(--size-l);text-align:center;width:80px}.quantity-input-container input.quantity-input::-webkit-inner-spin-button,.quantity-input-container input.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input-container input.quantity-input[type=number]{-moz-appearance:textfield}.quantity-input-container.smaller{gap:5px}.quantity-input-container.smaller input.quantity-input{border-color:var(--gray);font-size:14px;min-width:50px;padding:5px 5px 5px 10px}.quantity-input-container.smaller button.quantity-input-button{border-color:var(--gray);padding:5px!important}.inspect-view{animation:smooth-inspect-view-in .3s ease-in-out;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(40px);background-color:rgba(35,35,35,.554);height:100vh;left:0;opacity:1;overflow-y:auto;position:fixed;top:0;width:100vw;z-index:2}@keyframes smooth-inspect-view-in{0%{opacity:0}to{opacity:1}}@keyframes smooth-inspect-view-out{0%{display:block;opacity:1}99%{display:block;opacity:0}to{display:none;opacity:0}}.inspect-view.closed{animation:smooth-inspect-view-out .2s ease-in-out;display:none}.inspect-view.closed .inspect-view-content{display:none}.inspect-view .top-content{position:fixed;right:20px;top:20px}.inspect-view .top-content .close-icon{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;transition:all .1s ease-in-out;width:50px;z-index:3}.inspect-view .top-content .close-icon:hover{opacity:.9;transform:scale(.92)}.inspect-view .inspect-view-content{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.inspect-view .inspect-image-container{align-items:center;background:linear-gradient(0deg,#414141,rgba(54,54,54,.401) 90%,rgba(54,54,54,.267));display:flex;height:auto;justify-content:center;width:300px}img.inspect-image{filter:brightness(1.2);height:-webkit-max-content;height:max-content;width:100%;width:300px}.inspect-view .type-text{font-family:sans-serif;font-family:Venus Rising;font-size:17px;font-weight:700;font-weight:100;text-transform:uppercase}img.inspect-image.common{--common-color:#99b0c480;box-shadow:0 0 200px -24px var(--common-color)}.inspect-view .type-text.common{color:#aac1d4}img.inspect-image.uncommon{--uncommon-color:rgba(98,160,92,.671);box-shadow:0 0 180px -14px var(--uncommon-color)}.inspect-view .type-text.uncommon{color:#82db7a}img.inspect-image.rare{--rare-color:#dab22f80;box-shadow:0 0 180px -14px var(--rare-color)}.inspect-view .type-text.rare{color:#f1c42f}img.inspect-image.epic{--epic-color:rgba(212,47,218,.404);box-shadow:0 0 200px -14px var(--epic-color)}.inspect-view .type-text.epic{color:#d856ff}img.inspect-image.one-of-one{--1-of-1-color:rgba(96,243,243,.747);box-shadow:0 0 120px -14px var(--1-of-1-color)}.inspect-view .type-text.one-of-one{color:#60f3f3}img.inspect-image.bonk{--bonk-color:rgba(239,141,44,.894);box-shadow:0 0 150px -5px var(--bonk-color)}.inspect-view .type-text.bonk{color:rgba(239,141,44,.894)}img.inspect-image.green{box-shadow:0 0 190px -5px #68c07278}.inspect-view .type-text.green{color:var(--g-green-pri)}img.inspect-image.green-glow{box-shadow:0 0 190px -5px #68c07278}.inspect-view .legendary-shadow-animation{align-items:center;border-radius:150px;display:flex;filter:blur(50px);height:120%;justify-content:center;opacity:.35;overflow:hidden;position:absolute;width:120%;z-index:-1}.inspect-view .legendary-shadow-animation>div{background:linear-gradient(90deg,var(--color-one),var(--color-two),var(--color-three),var(--color-four)) 0 0 /var(--bg-size) 100%;height:150%;opacity:.8;position:absolute;rotate:-70deg;width:250%}.inspect-view .type-text.legendary{background:linear-gradient(150deg,var(--color-one),var(--color-two),var(--color-three),var(--color-four)) 0 0 /var(--bg-size) 100%;-webkit-background-clip:text;background-clip:text;color:#0000}@media only screen and (max-width:1200px){.inspect-view .inspect-view-content{display:flex;justify-content:center;width:95%}}@media only screen and (max-width:900px){.inspect-view .close-icon{height:30px;width:30px}.inspect-view .inspect-image-container{width:200px}img.inspect-image{height:278px;width:200px}}.dropdown{background-color:var(--g-gray-background-2);border:2px solid var(--dark-gray);border-radius:20px;cursor:pointer;min-width:100px;padding:var(--size-m) 50px var(--size-m) var(--size-l);position:relative;transition:all .1s ease-in-out}.dropdown:hover{background-color:hsla(0,0%,9%,.882)}@keyframes pressed-animation{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}.dropdown.open{animation:pressed-animation .2s}.dropdown .dropdown-arrow{position:absolute;right:var(--size-m);top:50%;transform:translateY(-50%)}.dropdown .dropdown-arrow svg{height:auto;width:30px}.dropdown.open .options{display:flex;max-height:500px;opacity:1}.dropdown .options{align-items:start;background-color:#343434;border:2px solid var(--dark-gray);border-radius:20px;display:flex;flex-direction:column;left:-2px;max-height:0;opacity:0;overflow:hidden;position:absolute;top:-2px;transition:all .3s ease-in-out;width:100%;z-index:1}.dropdown .options .option{border-bottom:1px solid var(--dark-gray);padding:var(--size-m);transition:all .1s ease-in-out;width:calc(100% - var(--size-m)*2)}.dropdown .options .option:last-child{border-bottom:none}.dropdown .options .option:hover{background-color:var(--dark-gray);color:var(--white)}.avatar{border:1px solid var(--g-gray-background-3);border-radius:50%}.checkbox{border:1px solid #fff;border-radius:2px;cursor:pointer;height:15px;transition:all .3s ease;width:15px}.checkbox:not(.checked):hover{background-color:var(--g-green-background-hover)}.checkbox.checked{background-color:var(--g-green-pri);border:1px solid var(--g-green-pri)}.checkbox.checked:not(.disabled):hover{background-color:var(--g-green-background-hover)}.step-progress{gap:3px}.step-progress .step{background-color:var(--g-green-background-hover);border-radius:10px;height:3px;width:40px}.step-progress .step.active{background-color:var(--g-green-pri)}div.signup-page{background-image:url(/static/media/signup-bg.2a5f3895624429bb2e36.png);background-position:0;background-repeat:no-repeat;background-size:cover;min-height:100vh}div.signup-page .form-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#161716e5;background-image:url(/static/media/test.9c69b5f60d8fffe1a506.svg);background-position:bottom;background-repeat:no-repeat;background-size:contain;padding:20px}div.signup-page .form-container .button-close{background:none;cursor:pointer;height:20px;padding:0;position:absolute;right:40px;top:40px;width:20px;z-index:9}.signup-footer{bottom:5px;color:#fff;font-size:12px;opacity:.8;padding:0 20px;position:absolute;text-align:center}.signup-footer a{color:#83dc8d;text-decoration:underline}@media screen and (max-width:1200px){div.signup-page .form-container{width:100vw}}form.email-validate{padding:40px 0}form.email-validate svg{color:#fff}form.email-validate .code-inputs input{text-align:center;width:15px}@media screen and (max-width:800px){form.email-validate h3{font-size:20px}form.email-validate .code-inputs{gap:10px}form.email-validate .code-inputs input{width:10px}}.auth-provider h2{font-size:25px!important}.auth-provider .wallet-adr-container{background-color:var(--black);border-radius:10px;padding:10px 30px;text-align:center}.auth-provider>div{max-width:95%;width:400px}.ledger-accordion .ledger-accordion-header span{color:#fff;cursor:pointer;font-size:12px;font-weight:500;transition:all .15s ease-in-out}.ledger-accordion .ledger-accordion-header:hover{opacity:.8}.ledger-accordion .ledger-accordion-header img{height:11px;transition:transform .3s ease-in-out}.ledger-accordion:not(.open) .ledger-accordion-content{height:0;overflow:hidden;padding:0}.ledger-accordion:not(.open) .ledger-accordion-header img{transform:rotate(-90deg)}.ledger-accordion.open .ledger-accordion-header img{transform:rotate(0deg)}.ledger-accordion.open .ledger-accordion-content{height:-webkit-max-content;height:max-content;overflow:auto;padding:10px 0}div.wallet-img-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:hsla(0,2%,64%,.095);border:1px solid #b0b0b070;border-radius:50%;padding:40px}div.wallet-img-container img{width:80px}div.hero{background-image:url(/static/media/hero-bg.e9ddf59d402999f4adcf.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex:1 1;min-height:10vh;padding:var(--size-xxl) var(--size-xxl) var(--size-l) var(--size-xxl)}@media screen and (max-width:900px){div.hero{padding:60px var(--size-m)}div.hero img.currency-icon{height:30px;width:30px}}div.pfp-medium{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;border:3px solid #fff;border-radius:100px;display:flex;height:50px;justify-content:center;overflow:hidden;position:relative;transition:all .2s ease-in-out;width:50px}div.pfp-medium svg{border:none;height:98px;width:98px}.products-container{min-height:30vh}.raffles-container{min-height:60vh;padding:var(--size-m) 0}.level-badge{background-color:var(--gray);border-radius:50px;color:#fff;font-size:12px;padding:var(--size-s) var(--size-m)}.store-products{display:grid;grid-template-columns:repeat(4,1fr);min-width:50%}.store-products .store-products-header{grid-column:span 4}.store-products .store-products-item{grid-column:span 1}@media screen and (max-width:1300px){.store-products{grid-template-columns:repeat(4,1fr)}.store-products .store-products-header{grid-column:span 4}}@media screen and (max-width:1000px){.store-products{grid-template-columns:repeat(3,1fr)}.store-products .store-products-header{grid-column:span 3}}@media screen and (max-width:700px){.store-products{grid-template-columns:repeat(2,1fr)}.store-products .store-products-header{grid-column:span 2}}@media screen and (max-width:500px){.store-products{grid-template-columns:repeat(1,1fr)}.store-products .store-products-header{grid-column:span 1}}.product-item{border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:auto;overflow:hidden;position:relative;transition:all .1s ease;width:auto}.product-item:hover{box-shadow:0 0 20px 5px rgba(0,0,0,.568);transform:scale(1.02)}.product-item.greyed{filter:grayscale(90%)}.product-item .product-item-notification{align-items:center;border-radius:50%;bottom:5px;display:flex;justify-content:center;left:5px;position:absolute;z-index:1}.product-item .product-item-notification svg path{color:var(--green)}.product-item .product-item-image-container{align-items:center;display:flex;justify-content:center}.product-item :not(.product-item-notification) img{border-radius:5px;height:auto;max-width:500px;width:100%}.product-item .product-item-title{color:#fff;font-size:15px}.product-item .product-item-rarity{color:var(--light-gray);font-size:12px}.product-item .product-item-content{background-color:var(--g-gray-background)}.product-item .product-item-content-info,.product-item .product-item-points{background-color:var(--g-gray-background);border-radius:5px;min-width:50px;padding:10px}.product-item .product-item-content-info>span,.product-item .product-item-points span:first-child{color:var(--light-gray);font-size:16px}.product-item .product-item-content-info div span,.product-item .product-item-points span:last-child{font-size:16px}.product-item .product-item-content-info div span,.product-item .product-item-content-info.active div span,.product-item .product-item-points span:last-child{color:#fff}.product-item .product-item-content-info.entries{border:1px solid #fff;border-radius:5px}.product-item .product-item-details{max-height:50vh;overflow-y:auto}.card-info-container{background-color:#25252568;max-width:350px;min-width:350px;padding:20px}@media screen and (max-width:900px){.product-item-content{align-items:normal!important;flex-direction:column}.card-info-container{max-width:none;min-width:0;min-width:auto}}.product-item-detail-box{align-items:center;background-color:#52525230;border:1px solid #8b8b8b52;border-radius:10px;display:flex;flex-direction:column;gap:2px;justify-content:center;padding:5px 10px}.product-item-detail-box .value,.product-item-detail-box .value *{color:#fff;font-size:18px;font-weight:500;text-align:center}.product-item-detail-box .title{color:var(--light-gray);font-size:14px;text-align:center}.product-item-detail-box .value{font-size:15px}.product-item-detail-box .value span.small{font-size:12px}@media screen and (max-width:900px){.product-item-detail-box{padding:5px}.product-item-detail-box .title{font-size:10px}.product-item-detail-box .value{font-size:12px}}.raffle-details{opacity:1;transition:all .3s ease-in-out}.raffle-details.hidden{opacity:0}svg.winning-probability-arrow-icon{transform:rotate(-45deg) translateY(0);width:10px}svg.winning-probability-arrow-icon path{stroke:var(--green)}.raffle-details h4{color:var(--light-gray);font-family:Venus Rising,sans-serif!important;font-size:15px;font-weight:200!important;margin:0}.winner-user{align-items:center;display:flex;gap:5px}.winner-user.you span{color:var(--green)}.winner-user div.avatar{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;height:30px;width:30px}.invite-modal input.referral-link-input{background-color:var(--g-gray-background-2)!important;cursor:text;font-size:15px;min-width:350px;padding-left:20px;padding-right:20px;text-align:center}.membership-progress-container{border:1px solid var(--dark-gray);border-radius:50px;display:flex;height:100px;overflow:hidden;position:relative}.membership-progress-bar-item{border-right:1px solid #000;transform:scaleX(0);transform-origin:left;transition:background-color .3s ease-in-out,transform .3s ease-in-out}.membership-progress-bar-item.end{border-right:none}.membership-progress-bar-item.filled{transform:scaleX(1)}.membership-reward.absolute{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.membership-progress-bar-item-button:not(.disabled){cursor:pointer;transition:all .3s ease-in-out}.membership-progress-bar-item-button:not(.disabled):hover{opacity:.6}.referral-list .referral-list-header{border-bottom:1px solid;border-image:linear-gradient(to right,#3c3c3c35 10%,var(--dark-gray) 50%,#3c3c3c35 90%) 1;padding-bottom:var(--size-m)}.referral-list .referral-list-body{animation:smooth-appear .5s ease-in-out forwards;animation-delay:.2s;opacity:0}@keyframes smooth-appear{0%{opacity:0}to{opacity:1}}.referral-list .referral-list-body .referral-list-item-progress{height:5px}.referral-list .referral-list-body .referral-list-item-progress:not(.active){background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARoAAAAICAYAAAAm2jCeAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHbSURBVHgB7dnPSgJBGADw3Rpdjdyd1cZ11xa6FkWR0KFLQS8QXbr1AvUIvUNPEHXuAbp5iAJPSqDdLXVTJP+sIC6tazPQQWwWQxEEv+8i67e/mWF2GebbEQUapmkakYh6pao4PBgIK8JI9Ptu0LLKKdu2dwROLC0tOxirOV038rw8ePDgF9GLr+Ewekin01/iwcFJLBD4vuYtMCwqlRLrYNvz+hIvj3E0q2laAaGAAx48ePDDUS5/bNp26wIFg+655/1dZNrtllGtWkeu60Z4DUhSyDLN9SdJWunw8uDBgwf/6++Q5w12h29wnN5qqfR+7DiOwWsAIdRJJIwnRcEWLw8ePHjwI34PiaLQZWUTq8Oq1c+dVquZ4jXA6jBZVgrJ5HqWlwcPHjx4H48RXWTKtZp11mg0U351mCzLeV1P5vzqMOq3wYMHD56XD4XCtyI7cbLtzhu9xqM3sDqMkHjOb5vE6rB6vbbvt80CDx78Yvu1tfizrpNLkf2BMd6gPzd0d3PKrlkdRgjJRKOkyGvgP3XcOE+Pyw673e7GrHwioWcURS3O6/inrYPp1/y9Xq+3NWn/s54/TTMe6XvVnrT/WY9/3PzNevzTzt+8P/9YjKTjcfIiSYF7drz9A4+mtU+v02ztAAAAAElFTkSuQmCC);background-repeat:round}.referral-list .referral-list-body .referral-list-item-progress.active{background-color:var(--green)}.referral-list .referral-list-body .referral-level-box-container{position:absolute;top:50%}.referral-list .referral-list-body .referral-level-box-container.index-0{left:0;transform:translateY(-50%)}.referral-list .referral-list-body .referral-level-box-container.index-1{left:50%;transform:translate(-50%,-50%)}.referral-list .referral-list-body .referral-level-box-container.index-2{right:0;transform:translateY(-50%)}.referral-list .referral-list-body .referral-level-box-container .referral-level-box{border:1px solid #0000;border-radius:15px;padding:var(--size-m)}.referral-list .referral-list-body .referral-level-box-container .referral-level-box img{height:30px;object-fit:contain;opacity:.3;width:30px}.referral-list .referral-list-body .referral-level-box.active{border:1px solid var(--green)}.referral-list .referral-list-body .referral-level-box.active img{opacity:1}@media screen and (max-width:1000px){.referral-list .referral-list-body .referral-level-box-container .referral-level-box{border-radius:8px;padding:var(--size-s)}.referral-list .referral-list-body .referral-level-box-container .referral-level-box img{height:25px;width:25px}}.membership-reward{background-color:var(--g-gray-background-2);border-radius:50px;padding:var(--size-m) var(--size-l);transition:all .3s ease-in-out}.membership-reward.absolute{cursor:pointer}.membership-reward.absolute:not(.disabled):hover{background-color:var(--g-gray-background)}@media screen and (max-width:1000px){.membership-progress-container{height:70px}.membership-reward{padding:var(--size-s) var(--size-m)}.membership-reward img{height:24px;width:30px}}.add-referral-modal form{min-width:0;min-width:auto}footer{width:100%}footer div.footer-container{background-image:url(/static/media/footer-bg.6cf2e54c4246deae33cf.png);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-left:auto;margin-right:auto;max-width:var(--g-max-width)}footer div.footer-content{padding:var(--size-xl) var(--size-xxl)}.banner{align-items:center;background-size:cover;border-radius:20px;display:flex;flex-direction:row;justify-content:space-between;overflow:hidden;padding:20px 40px;position:relative}.banner.how-it-works{background-image:url(/static/media/how-it-works-background.f0c9dd503816ef18a943.png)}.banner-title{color:#fff;font-size:25px;font-weight:400;line-height:1}.banner-image{align-self:end;background-size:cover;height:110px;margin-bottom:-20px;width:260px}.banner-right-container{display:flex;flex-direction:row;gap:50px}.banner-right-container.disabled{opacity:.5}.button-border{background-color:hsla(0,0%,56%,.409);border-radius:50px;cursor:pointer;padding:1px}.banner-right-container.disabled .button-border{cursor:default}.button{background-color:#3f5844;border-radius:50px;padding:10px;transition:all .2s ease}.banner-right-container.disabled .button,.button:hover{background-color:#4f6f5a}.button-content{background-color:#000;border-radius:50px;display:flex;flex-direction:row;gap:8px;padding:15px 40px;transition:all .2s ease}.button:hover .button-content{transform:scale(1.05)}.banner-right-container.disabled .button:hover .button-content{transform:none}.button-text{color:#fff;font-size:16px;font-weight:600}.cross{background-image:url(/static/media/cross-icon.5cad7f485ee547531010.svg);background-size:cover;cursor:pointer;height:16px;position:absolute;right:16px;right:20px;top:16px;top:20px;transition:transform .2s ease;width:16px}.cross:hover{transform:scale(1.1)}.modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#fff9}.modal-content{align-self:center;aspect-ratio:1.76;justify-self:center;padding:0;width:70vw}.modal-content iframe{border:none}.banner.cluhead-covers-mint{background-image:url(/static/media/cluhead-covers-mint-background.83e638e363eddbece274.png)}.banner.cluhead-covers-mint .modal-content{height:95vh;width:95vw}
/*# sourceMappingURL=main.34b422d8.css.map*/