@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&family=Varela+Round&Roboto+Condensed:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;400;700&family=Mr+Dafoe&display=swap);a.price-tracker[data-v-87d15e62]{display:block;padding:10px 15px;background:var(--gradient);color:var(--foreground)!important;border-radius:10px;font-size:.8em;font-family:Roboto,sans-serif}.dark a.price-tracker[data-v-87d15e62]{color:#fff!important}div[data-v-520dd9a0]{display:inline-block;cursor:pointer}.notifications-tracker[data-v-73be783c]{position:relative}.red-div[data-v-73be783c]{font-size:xx-small;background:var(--error);border-radius:100%;text-align:center;padding:5px;position:absolute;top:-19px;left:9px;min-width:10px;height:10px;color:#fff}.spinner[data-v-9c6a8838],.spinner[data-v-9c6a8838]:after{border-radius:50%;width:20px;height:20px}.spinner[data-v-9c6a8838]{margin:0;position:relative;border-top:5px solid var(--background);border-right:5px solid var(--background);border-bottom:5px solid var(--background);border-left:5px solid var(--accent);transform:translateZ(0);animation:load8-9c6a8838 .8s linear infinite}@keyframes load8-9c6a8838{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#search[data-v-5dd3578b]{text-align:center;position:relative;top:75px;z-index:14}.search-bar[data-v-5dd3578b]{display:inline-flex;justify-content:center;align-items:center;background:var(--foreground);border-radius:20px;box-shadow:var(--light-shadow);overflow:hidden;z-index:14}.search-bar .unicon[data-v-5dd3578b]{padding:0 10px;fill:var(--textlight)}.search-bar .spinner[data-v-5dd3578b]{margin-right:10px}.search-bar label[data-v-5dd3578b]{cursor:pointer}#search-input[data-v-5dd3578b]{border-radius:0;box-shadow:none;margin:0;font-size:1.3em;height:55px;z-index:14}.search-suggestions[data-v-5dd3578b]{padding:10px 20px 10px 10px;list-style:none;width:400px;margin:20px 0;background:var(--foreground);border-radius:20px;box-shadow:var(--light-shadow);color:var(--text);position:absolute;max-height:250px;overflow-y:auto;overflow-x:hidden;top:55px;left:35px;z-index:15;transform:translateZ(200px)}.search-suggestions[data-v-5dd3578b]::-webkit-scrollbar{width:10px;border-radius:0 5px 5px 0}.search-suggestions[data-v-5dd3578b]::-webkit-scrollbar-track{background:var(--background)}.search-suggestions[data-v-5dd3578b]::-webkit-scrollbar-thumb{background:var(--textlight);border-radius:5px}.search-suggestions[data-v-5dd3578b]::-webkit-scrollbar-thumb:hover{background:var(--text)}.search-suggestions li a[data-v-5dd3578b]{display:flex;justify-content:space-between;align-items:center;padding:5px 10px;font-weight:700;border-radius:5px;cursor:pointer;text-decoration:none}.search-suggestions li .result-type[data-v-5dd3578b]{font-weight:lighter;color:var(--textlight)}.search-suggestions li[data-v-5dd3578b]:hover{background:var(--background);color:var(--accent)}li.loading[data-v-5dd3578b]:hover,li.no-results[data-v-5dd3578b]:hover{background:none;color:var(--text)}@media only screen and (max-device-width:1200px){#search[data-v-5dd3578b]{position:unset}.search-suggestions[data-v-5dd3578b]{width:85vw;margin:0;padding:5px;height:50vh;top:125px;left:7.5vw;position:fixed;z-index:15;box-sizing:border-box;overflow-y:visible;border-radius:10px;box-shadow:var(--strong-shadow);transform:translateZ(200px)}@supports ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.search-suggestions[data-v-5dd3578b]{background-color:var(--foreground-transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.search-suggestions li[data-v-5dd3578b]{margin:5px 0;border-radius:5px}.search-suggestions li a[data-v-5dd3578b]{padding:15px 10px}}#nav[data-v-d5213c08]{padding:15px 30px;font-family:Varela Round,sans-serif;position:fixed;top:0;width:100%;box-sizing:border-box;z-index:999999999;transition:background .5s ease;background:var(--nav-background)}#nav .container[data-v-d5213c08]{max-width:1200px;display:flex;justify-content:space-between;align-items:center;margin:auto}#nav .logo[data-v-d5213c08]{display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative}#nav .logo h1[data-v-d5213c08]{margin:0;color:var(--text)}#nav .logo h2[data-v-d5213c08]{font-size:.6em;font-family:Roboto,sans-serif;position:absolute;right:0;bottom:-5px;color:var(--accent)}#nav .logo img[data-v-d5213c08]{height:30px;margin-right:10px}#nav .tabs[data-v-d5213c08]{list-style:none;display:inline-flex;align-items:center;margin:0;padding:0}#nav .tabs li[data-v-d5213c08]{margin:0 15px;position:relative}#nav a[data-v-d5213c08]{font-weight:700;color:var(--text);fill:var(--text);text-decoration:none}#nav a.router-link-exact-active[data-v-d5213c08]{color:var(--accent);fill:var(--accent)}#nav li.token-sale[data-v-d5213c08]{background:var(--gradient);padding:10px 15px;border-radius:10px}#nav li.token-sale a[data-v-d5213c08]{color:var(--complement)}#nav li:focus>.drop-down[data-v-d5213c08]:focus,#nav li:hover>.drop-down[data-v-d5213c08],#nav li:hover>.drop-down[data-v-d5213c08]:hover{display:block}#nav .drop-down[data-v-d5213c08]{display:none;list-style:none;padding:10px 20px;margin:10px 0;position:absolute;background:var(--foreground);border-radius:20px;box-shadow:var(--strong-shadow);animation:slide-bottom .5s ease}#nav .drop-down .drop-down[data-v-d5213c08]{bottom:-40px;left:calc(100% - 20px)}#nav .drop-down.left[data-v-d5213c08]{right:0}#nav .drop-down.left.up[data-v-d5213c08]{right:-45px;top:-32px;width:350px;height:85px;background:none;box-shadow:none}#nav .drop-down[data-v-d5213c08]:before{display:block;content:"";height:10px;width:100%;position:absolute;top:-10px;left:0}#nav .drop-down li[data-v-d5213c08]{margin:10px;cursor:pointer;white-space:nowrap}#nav .drop-down li:hover>a[data-v-d5213c08],#nav .drop-down li[data-v-d5213c08]:hover{color:var(--accent)}.unicon.red[data-v-d5213c08]{fill:var(--red)}.unicon.blue[data-v-d5213c08]{fill:var(--blue)}#nav a.inactive[data-v-d5213c08]{pointer-events:none;cursor:none;color:var(--textlight)}#nav .drop-down li:hover>a.inactive[data-v-d5213c08]{color:var(--textlight)}@media only screen and (max-device-width:1200px){#nav .logo h1[data-v-d5213c08],#nav .logo h2[data-v-d5213c08]{display:none}#nav .tabs li[data-v-d5213c08]{margin:0 10px}}body{margin:0}#app{--blue:#008ef7;--red:#ca1b52;--error:var(--red);background:var(--background);min-height:100vh;font-family:Roboto,sans-serif;transition:background .5s ease;--invert:0;width:100%;overflow-x:hidden}#app:not(.dark){--background:#fafafa;--foreground:#fff;--foreground-transparent:hsla(0,0%,100%,0.9);--foreground-blur:hsla(0,0%,100%,0.6);--nav-background:#fafafa;--fake-blur:rgba(230,232,238,0.9215686274509803);--headings:#d7d7d7;--text:#2c3e50;--textlight:rgba(44,62,80,0.51);--accent:var(--blue);--light-shadow:rgba(0,0,0,0.05) 0px 0px 20px;--shadow:rgba(0,0,0,0.05) 0px 0px 5px,rgba(0,0,0,0.1) 0px 0px 20px;--accent-shadow:0 0 .5vw rgba(0,0,0,0.1),0 0 10vw rgba(0,142,247,0.1);--lightgradient:linear-gradient(45deg,#e1f2ff,#f6ebfb);--background-alt:#e8e8e8;--foreground-alt:var(--foreground);--invert:0;--pop-up-background:hsla(0,0%,100%,0.9607843137254902)}#app.dark,#app:not(.dark){--complement:#fff;--strong-shadow:hsla(0,0%,100%,0.1) 0px 1px 1px 0px inset,rgba(50,50,93,0.25) 0px 50px 100px -20px,rgba(0,0,0,0.3) 0px 30px 60px -30px;--gradient:linear-gradient(45deg,var(--accent),#4d02b1)}#app.dark{--background:#0e1117;--foreground:#1d222d;--foreground-transparent:rgba(29,34,45,0.5);--foreground-blur:rgba(29,34,45,0.5);--nav-background:#0e1117;--fake-blur:rgba(28,29,32,0.9215686274509803);--headings:#202231;--text:#dae2ff;--textlight:rgba(218,226,255,0.6);--accent:var(--blue);--blur-overlay:rgba(14,17,23,0.5);--light-shadow:rgba(0,0,0,0.1) 0px 0px 20px;--shadow:rgba(0,0,0,0.1) 0px 0px 2px,rgba(0,0,0,0.3) 0px 0px 20px;--accent-shadow:0 0 .5vw rgba(0,0,0,0.1),0 0 10vw rgba(202,49,112,0.3);--lightgradient:linear-gradient(45deg,#103252,#581e70);--background-alt:#1d222d;--foreground-alt:#0e1117;--invert:1;--pop-up-background:rgba(14,17,23,0.9)}.flex-center,.flex-column-center{display:flex;justify-content:center;align-items:center}.flex-column-center{flex-direction:column}.full-height{min-height:calc(100vh - 81px)}.stepper{padding-bottom:50px}.stepper p{text-align:center}.stepper button{margin:0 20px}.mobile-only{display:none}@media only screen and (max-device-width:1200px){.desktop-only{display:none}.mobile-only{display:initial}}.hooper-list{overflow:visible!important}.hooper-navigation button{background:var(--foreground);border-radius:15px;box-shadow:var(--light-shadow);transition:transform .2s ease;margin:0 5px;fill:var(--accent)}.hooper-pagination{bottom:-20px!important}.hooper-indicator{background:var(--headings);box-shadow:var(--shadow);height:12px!important;width:12px!important;border-radius:50%!important;margin:5px!important}@media only screen and (max-device-width:1200px){.hooper-navigation button{display:none}}*{color:var(--text)}form{position:relative}input,textarea{display:block}.input,input,textarea{width:100%;max-width:450px;margin:20px auto;padding:10px 20px;background:var(--foreground);box-shadow:var(--light-shadow);border:1px solid transparent;border-radius:20px;font-size:1em;font-family:Roboto,sans-serif;font-weight:400;color:var(--text);box-sizing:border-box}.input{height:40px;display:flex;justify-content:flex-start;align-items:center}.input input{border:none;background:none;box-shadow:none;padding:0;margin:0;font-size:1em;border-radius:0}textarea{height:200px;resize:none}input:focus,textarea:focus{outline:none}.input.invalid,input.invalid,textarea.invalid{border:1px solid var(--error)}.input-container{justify-content:space-evenly}.button-container,.input-container{display:flex;align-items:center;color:var(--text)}.button-container{justify-content:center;margin-top:50px}.error{width:100%;position:absolute;bottom:70px;display:flex;justify-content:center;align-items:center;color:var(--error);fill:var(--error);font-weight:400;animation:slide-bottom .2s ease}.error .unicon{margin:0 5px}.unicon{display:inline-flex!important;justify-content:center;align-items:center}h1{text-transform:lowercase;color:var(--headings)}h1,h1.section-title{text-align:center;font-family:Varela Round,sans-serif}h1.section-title{text-transform:capitalize;font-size:1.5em;color:var(--text);opacity:.2}h2,h3,h4,h5{padding:0;margin:0}h2{font-family:Varela Round,sans-serif}h5,p{font-weight:400;color:var(--textlight)}p{font-size:.9em;text-align:justify}a{color:var(--text)}.unicon{fill:var(--text)}.big{font-size:5em}.medium{font-size:3em}.light{font-weight:400}.next-enter-active,.next-leave-active,.previous-enter-active,.previous-leave-active{transition:all .2s ease}.next-enter{transform:translatex(20px);opacity:0}.next-enter-active .button,.next-leave-active .button,.previous-enter-active .button,.previous-leave-active .button{opacity:0;transform:translateY(20px)}.next-leave-to,.previous-enter{transform:translatex(-20px);opacity:0}.previous-leave-to{transform:translatex(20px);opacity:0}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes card-appear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-bottom{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;transform:translateY(50px)}50%{opacity:1}to{transform:translateY(0)}}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@media only screen and (max-device-width:1200px){textarea{width:325px}}button[data-v-f5a57640]{background:var(--gradient);border:none;padding:15px 20px;border-radius:20px;color:var(--complement);font-size:1.2em;box-shadow:var(--shadow);cursor:pointer;display:block;margin:30px auto 50px auto;font-family:Varela Round,sans-serif;transition:all .2s ease}button[data-v-f5a57640]:hover{transform:scale(1.05)}button.secondary[data-v-f5a57640]{background:var(--headings);box-shadow:none;color:var(--text)}button.error-btn[data-v-f5a57640]{background:var(--error);color:#fff}button.report-btn[data-v-f5a57640]{background:none;color:var(--error);padding:10px 15px;font-size:x-small;box-shadow:none;margin:25px 0;display:flex;align-items:center}button.report-btn .unicon[data-v-f5a57640]{fill:var(--error)}button.linear-button[data-v-f5a57640]{background:none;opacity:.7;color:var(--blue);padding:10px 15px;box-shadow:none}button.linear-button[data-v-f5a57640]:hover{transform:scale(1);opacity:1}button.text-logo[data-v-f5a57640]{display:inline-flex;align-items:center;color:var(--textlight);font-size:medium;margin:0;padding:0;background:0;box-shadow:none;opacity:.75}button.text-logo[data-v-f5a57640]:hover{opacity:1;transform:scale(1)}button.text-logo .logo[data-v-f5a57640]{margin:0 5px;display:inline-block;color:var(--blue)}button.button-card[data-v-f5a57640]{display:inline-flex;align-items:center;margin:0;background:none;box-shadow:none;border:none;color:var(--blue);font-size:small}button.button-card [data-v-f5a57640]{fill:var(--blue)}button.button-card[data-v-f5a57640]:hover{box-shadow:var(--light-shadow);transform:scale(1)}button.button-card.error-btn[data-v-f5a57640]{color:var(--red)}button.button-card.error-btn .unicon[data-v-f5a57640]{fill:var(--red)}button a[data-v-f5a57640]{text-decoration:none}img[data-v-6713530a]{margin-left:2px;height:.9em}img[data-v-6713530a]:not(.algo-logo){position:relative;top:.1em}.no-margin img[data-v-6713530a]{margin-left:0;top:0}.algo-logo[data-v-6713530a]{height:.7em;filter:invert(var(--invert));opacity:.8}.button .gems-logo[data-v-6713530a]{width:30px;height:30px}.card[data-v-43b25c70]{position:relative;border-radius:15px;overflow:hidden;cursor:pointer;box-sizing:border-box;box-shadow:var(--strong-shadow);font-size:.8em;animation:card-appear .2s ease backwards;margin:0;width:100%;height:100%;width:275px;max-height:350px}.card.loading[data-v-43b25c70]{width:100%;height:100%;box-shadow:none;animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f3f3f3;background:linear-gradient(90deg,#f3f3f3 5%,#ebebeb 20%,#f3f3f3 35%);background-size:1000px 640px;position:relative}.card.big[data-v-43b25c70],.card.spotlight[data-v-43b25c70]{font-size:1.1em;max-width:650px;width:585px;max-height:750px;height:732px}.card a[data-v-43b25c70]{text-decoration:none;position:relative;display:block;height:100%}.cover[data-v-43b25c70]{background-position:50%;background-repeat:no-repeat;background-size:cover;height:350px;display:flex;justify-content:center;align-items:center;background-color:var(--foreground-transparent);border:1px solid var(--foreground);border-radius:15px;box-sizing:border-box;position:relative;overflow:hidden}.cover img[data-v-43b25c70],.cover video[data-v-43b25c70]{position:absolute;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.cover .play-cta[data-v-43b25c70]{position:absolute;width:100%;height:calc(100% - 50px);z-index:5;top:0;left:0;display:flex;justify-content:center;align-items:center;opacity:.9}.cover .play-cta>div[data-v-43b25c70]{background:var(--foreground);color:var(--accent);border-radius:70px;font-size:1.4em;box-shadow:var(--strong-shadow);width:70px;height:70px;display:flex;justify-content:center;align-items:center;font-weight:700}.cover .play-cta .unicon[data-v-43b25c70]{fill:var(--accent)}.cover .full-size[data-v-43b25c70],.cover video[data-v-43b25c70]{animation:fade .4s both;z-index:10}.card.big .cover[data-v-43b25c70],.card.spotlight .cover[data-v-43b25c70]{height:100%}.overview[data-v-43b25c70]{width:100%;display:flex;justify-content:space-between;align-items:center;padding:15px;box-sizing:border-box;background-color:var(--fake-blur);color:var(--text);position:absolute;bottom:0;z-index:11}@supports ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.overview[data-v-43b25c70]{background-color:var(--foreground-blur);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:0 0 15px 15px}}.overview h3[data-v-43b25c70]{margin:0;text-transform:capitalize}.overview .left h3[data-v-43b25c70]{font-size:1.2em}.overview .right h3[data-v-43b25c70]{font-size:1.4em}.overview .left h4[data-v-43b25c70]{margin:0;font-size:1em;font-weight:400;color:var(--text)}.auction-timeout[data-v-43b25c70]{position:absolute;top:15px;right:15px;list-style:none;padding:0;display:flex;align-items:center}.auction-timeout li[data-v-43b25c70]{background:rgba(0,0,0,.8);padding:5px;border-radius:5px;color:#fff;margin:1px}.mobile-only[data-v-43b25c70]{display:none}@media only screen and (max-device-width:1200px){.card.spotlight[data-v-43b25c70]{font-size:1em;width:275px;max-height:350px}.card.spotlight .cover[data-v-43b25c70]{height:100%}.desktop-only[data-v-43b25c70]{display:none}.mobile-only[data-v-43b25c70]{display:flex}}#loader-wrapper[data-v-57fad67c]{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;background:var(--background);animation:fade .5s ease forwards}.loader[data-v-57fad67c]{width:40px;height:40px;padding:0;list-style:none;background:none}.loader img[data-v-57fad67c]{width:100%}.loader .center[data-v-57fad67c]{position:relative;width:40px;height:40px;border-radius:50%;z-index:99}.loader .item[data-v-57fad67c]{position:absolute;width:10px;height:10px;top:15px;left:0;right:0;margin:auto;background:var(--accent);border-radius:50%}.item-1[data-v-57fad67c]{animation:anim-1-57fad67c 3.2s ease-in-out .2s infinite;animation-fill-mode:backwards}@keyframes anim-1-57fad67c{0%,60%,to{transform:rotate(45deg) translateX(40px) scale(1)}10%,50%{transform:rotate(45deg) translateX(0) scale(1.5)}}.item-2[data-v-57fad67c]{animation:anim-2-57fad67c 3.2s ease-in-out .4s infinite;animation-fill-mode:backwards}@keyframes anim-2-57fad67c{0%,60%,to{transform:rotate(90deg) translateX(40px) scale(1)}10%,50%{transform:rotate(90deg) translateX(0) scale(1.5)}}.item-3[data-v-57fad67c]{animation:anim-3-57fad67c 3.2s ease-in-out .6s infinite;animation-fill-mode:backwards}@keyframes anim-3-57fad67c{0%,60%,to{transform:rotate(135deg) translateX(40px) scale(1)}10%,50%{transform:rotate(135deg) translateX(0) scale(1.5)}}.item-4[data-v-57fad67c]{animation:anim-4-57fad67c 3.2s ease-in-out .8s infinite;animation-fill-mode:backwards}@keyframes anim-4-57fad67c{0%,60%,to{transform:rotate(180deg) translateX(40px) scale(1)}10%,50%{transform:rotate(180deg) translateX(0) scale(1.5)}}.item-5[data-v-57fad67c]{animation:anim-5-57fad67c 3.2s ease-in-out 1s infinite;animation-fill-mode:backwards}@keyframes anim-5-57fad67c{0%,60%,to{transform:rotate(225deg) translateX(40px) scale(1)}10%,50%{transform:rotate(225deg) translateX(0) scale(1.5)}}.item-6[data-v-57fad67c]{animation:anim-6-57fad67c 3.2s ease-in-out 1.2s infinite;animation-fill-mode:backwards}@keyframes anim-6-57fad67c{0%,60%,to{transform:rotate(270deg) translateX(40px) scale(1)}10%,50%{transform:rotate(270deg) translateX(0) scale(1.5)}}.item-7[data-v-57fad67c]{animation:anim-7-57fad67c 3.2s ease-in-out 1.4s infinite;animation-fill-mode:backwards}@keyframes anim-7-57fad67c{0%,60%,to{transform:rotate(315deg) translateX(40px) scale(1)}10%,50%{transform:rotate(315deg) translateX(0) scale(1.5)}}.item-8[data-v-57fad67c]{animation:anim-8-57fad67c 3.2s ease-in-out 1.6s infinite;animation-fill-mode:backwards}@keyframes anim-8-57fad67c{0%,60%,to{transform:rotate(1turn) translateX(40px) scale(1)}10%,50%{transform:rotate(1turn) translateX(0) scale(1.5)}}@keyframes center-57fad67c{0%,10%,90%,to{transform:scale(.7)}45%,55%{transform:scale(1)}}button[data-v-d01ec258]{background:none;border:none;padding:0;cursor:pointer;margin:0}button[data-v-d01ec258]:focus{outline:none}.textual-button[data-v-d01ec258]{display:flex;justify-content:flex-start;align-items:center;text-decoration:none;color:var(--text);font-weight:700}.textual-button:hover .unicon[data-v-d01ec258]{transform:translateX(5px)}.unicon[data-v-d01ec258]{padding:3px;border-radius:50%;background:var(--accent);fill:var(--complement);margin-left:5px;transition:transform .2s ease}.textual-button.reverse:hover .unicon[data-v-d01ec258]{transform:translateX(-5px)}.textual-button.reverse .unicon[data-v-d01ec258]{margin-left:0;margin-right:5px}.error-btn .unicon[data-v-d01ec258]{background:var(--error)}.section[data-v-570f8b8c]{margin-bottom:50px}.section-header[data-v-570f8b8c]{display:flex;justify-content:space-between;align-items:center;min-height:30px}.section-header h3[data-v-570f8b8c]{color:var(--textlight)}@media only screen and (max-device-width:1200px){.section-header[data-v-570f8b8c]{padding:0 25px;flex-wrap:wrap;justify-content:space-between}}.view-header[data-v-7088fb7e]{min-height:90px;background:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0) 60%,var(--background)),var(--lightgradient);overflow:hidden}.view-body[data-v-7088fb7e]{max-width:1200px;justify-items:center;margin:0 auto}.view-body h1[data-v-7088fb7e]{font-size:4em;text-align:left;font-weight:700;margin-top:0}.view-body h1[data-v-7088fb7e],.view-body h2[data-v-7088fb7e]{font-family:Roboto Condensed,sans-serif;text-transform:uppercase;color:var(--text)}.view-body h2[data-v-7088fb7e]{margin:0;font-size:2em}@media only screen and (max-device-width:1200px){.view-header[data-v-7088fb7e]{min-height:90px}.view-body[data-v-7088fb7e]{width:100%;margin:0;overflow:hidden}.view-body h1[data-v-7088fb7e]{font-size:3em;margin:0}.view-body h2[data-v-7088fb7e]{padding:0 25px}}.collection-wrapper[data-v-0613e9a6]{margin:0;padding:0;animation:card-appear .2s ease backwards}.collection[data-v-0613e9a6]{width:350px;height:275px;margin:auto}.collection h4[data-v-0613e9a6]{margin:10px 0 0 0;text-transform:capitalize}.collection p[data-v-0613e9a6]{margin:5px;text-align:justify}.collection .cover[data-v-0613e9a6]{width:100%;height:175px;background-size:cover;background-position:50%;border-radius:20px;box-shadow:var(--strong-shadow);transition:transform .2s ease}.cover.loading[data-v-0613e9a6]{box-shadow:none;animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f3f3f3;background:linear-gradient(90deg,#f3f3f3 5%,#ebebeb 20%,#f3f3f3 35%);background-size:1000px 640px}.collection:hover .cover[data-v-0613e9a6]{transform:scale(1.05)}.card-grid[data-v-fb607af0]{display:grid;justify-content:space-between;justify-items:center;align-items:center;list-style:none;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:33px;grid-auto-rows:350px;min-width:350px;max-width:1200px;margin:20px auto;padding:0}.card-grid li.spotlight[data-v-fb607af0]{grid-column:span 2;grid-row:span 2}@media only screen and (max-device-width:1200px){.card-grid li.spotlight[data-v-fb607af0]{grid-column:1;grid-row:1}}.overview[data-v-7d585b7f]{list-style:none;padding:0;margin:0;width:250px;height:350px;position:relative}.overview li[data-v-7d585b7f]{width:250px;height:350px;position:absolute;top:0;left:0;z-index:3}.overview li.loading[data-v-7d585b7f]{position:absolute}.overview li[data-v-7d585b7f]:nth-child(2){top:-10px;left:10px;z-index:2;animation-delay:.1s}.overview li[data-v-7d585b7f]:nth-child(3){top:-20px;left:20px;z-index:1;animation-delay:.2s}.shuffle-grid[data-v-a184cd40]{display:grid;justify-content:space-between;justify-items:center;align-items:center;list-style:none;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:45px;grid-auto-rows:370px;min-width:350px;max-width:1200px;margin:20px auto;padding:0}@media only screen and (max-device-width:1200px){.shuffle-grid[data-v-a184cd40]{width:100%;margin:0;overflow:hidden;padding:25px;box-sizing:border-box}}.market-header{height:80px;display:flex;justify-content:center;align-items:center;position:relative}.market-header .title{position:relative;z-index:1}.market-header .title h2{font-size:4em;line-height:.95em}.market-header .title h2,.market-header .title h3{font-family:Roboto Condensed,sans-serif;text-transform:uppercase;text-align:left;color:var(--text)}.market-header .title h3{font-size:1.8em;line-height:1em;margin:25px 0}.market-header .actions-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:100px}.market-header #search .search-bar input{width:250px}.market-header button{margin:0 10px}.market-header .algo-nft{width:350px;margin-left:100px;position:relative;z-index:1}.market-header .confetti{position:absolute;width:900px;z-index:0;bottom:100px}.market-header .buy-gems{display:flex;align-items:center}.market-header .buy-gems img{margin-right:5px}@media only screen and (max-device-width:1200px){.market-header{flex-direction:column-reverse;width:100%;overflow:hidden;height:120px;top:-5px;z-index:13}.market-header .title h2{font-size:2.5em;text-align:center}.market-header .title h3{font-size:1.2em;line-height:1em;text-align:center;margin:15px 0}.market-header .algo-nft{margin-top:-10vh;width:200px;margin-left:0}.market-header .actions-wrapper{margin-top:50px;flex-direction:column}.market-header button{display:none}.market-header .buy-gems{display:flex;align-items:center;margin-top:10px;margin-bottom:8px}}.spotlight-image{max-width:1150px;height:400px;display:block;margin:25px;border-radius:50px;box-shadow:var(--strong-shadow)}.spotlight-image.sponsored{border:4px solid var(--accent);position:relative}.spotlight-image.sponsored:after{content:"AD";color:var(--foreground);display:block;bottom:20px;right:20px;position:absolute;background:var(--accent);padding:3px 7px;border-radius:5px;font-weight:900}.collection-navigation{transform:translateY(-200px)}.collection-wrapper{padding:25px;cursor:pointer;text-align:center;display:block;text-decoration:none}.categories{display:grid;grid-template-columns:repeat(5,210px);grid-auto-rows:210px;gap:37px;padding:25px 0;margin:0;list-style:none;box-sizing:border-box}.categories li{width:100%;height:100%;border-radius:20px;display:flex;justify-content:center;align-items:center;font-size:1.5em;font-weight:lighter;font-family:Roboto Condensed,sans-serif;text-transform:uppercase;color:#fff;box-shadow:var(--strong-shadow);cursor:pointer;transition:transform .2s ease;background-size:cover;background-position:50%}@media only screen and (max-device-width:1200px){.categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-auto-rows:150px;justify-content:space-between;justify-items:center;align-items:center;padding:25px;gap:25px}}.categories li:hover{transform:scale(1.05)}.categories .cat-art{background-image:url(../img/cat_art.37eb33a5.png)}.categories .cat-algorand{background-image:url(../img/cat_algorand.f93cf90e.png)}.categories .cat-pixel{background-image:url(../img/cat_pixel.52e25273.png)}.categories .cat-3d{background-image:url(../img/cat_3d.399ed52c.png)}.categories .cat-drawing{background-image:url(../img/cat_drawing.1f19e2a3.png)}.verified-logo[data-v-f467ed8e]{margin-left:2px;margin-right:5px;height:1.4em;position:relative;top:.1em}h1 .verified-logo[data-v-f467ed8e]{height:.9em}.button .verified-logo[data-v-f467ed8e]{width:30px;height:30px}.unverified.verified-logo[data-v-f467ed8e]{filter:brightness(0);opacity:.5}input[data-v-11f88f0c]{display:inline;margin:0;width:0;height:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;padding:0}label[data-v-11f88f0c]{display:inline-flex;align-items:center;padding:10px 20px;margin:2px;color:var(--textlight);cursor:pointer}.unicon[data-v-11f88f0c]{margin-right:5px;fill:var(--textlight)}label.selected[data-v-11f88f0c]{background:var(--foreground);border-radius:10px;color:var(--accent);box-shadow:var(--light-shadow)}label.selected .unicon[data-v-11f88f0c]{fill:var(--accent)}.sort-buttons-wrapper[data-v-11f88f0c]{display:flex;justify-content:center;margin:20px 0}@media only screen and (max-device-width:1200px){.sort-buttons-wrapper[data-v-11f88f0c]{flex-wrap:wrap;width:100vw}}h1[data-v-2f41d6d5]{color:var(--text)}#nsfw-age-verification[data-v-2f41d6d5]{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;background:var(--pop-up-background);display:flex;flex-direction:column;justify-content:center}.centered[data-v-2f41d6d5]{text-align:center}.flex-line[data-v-2f41d6d5]{display:flex;justify-content:center}.small-margin[data-v-2f41d6d5]{margin:10px}.toggle-nsfw[data-v-de4dc70c]{margin:5px;display:inline-block;height:24px;cursor:pointer}.unicon[data-v-de4dc70c]{fill:var(--textlight)}.unicon.activated[data-v-de4dc70c]{fill:#ca3170}div[data-v-0ba2a434]{justify-content:center;position:relative;margin:5px}div[data-v-0ba2a434],label[data-v-0ba2a434]{display:flex;align-items:center}select[data-v-0ba2a434]{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}select[data-v-0ba2a434]:focus{outline:none}.asa-logo[data-v-0ba2a434]{font-size:xx-large;margin-right:5px}.unicon[data-v-0ba2a434]{fill:var(--textlight)}.currency-input:hover .unicon[data-v-0ba2a434]{fill:var(--text)}@media only screen and (max-device-width:1200px){#auctions h1[data-v-4686e0df]{text-align:center}}.filters[data-v-4686e0df]{display:flex;flex-wrap:wrap;align-items:center}.filters .toggle-nsfw[data-v-4686e0df]{margin-left:10px}input[data-v-2868c737]{display:inline;margin:0;width:0;height:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;padding:0}label[data-v-2868c737]{display:inline-flex;align-items:center;padding:10px 20px;margin:2px;color:var(--textlight);cursor:pointer}.unicon[data-v-2868c737]{margin-right:5px;fill:var(--textlight)}label.selected[data-v-2868c737]{background:var(--foreground);border-radius:10px;color:var(--accent);box-shadow:var(--light-shadow)}label.selected .unicon[data-v-2868c737]{fill:var(--accent)}.sort-buttons-wrapper[data-v-2868c737]{display:flex;justify-content:center;margin:20px 0}@media only screen and (max-device-width:1200px){.sort-buttons-wrapper[data-v-2868c737]{flex-wrap:wrap;width:100vw}}@media only screen and (max-device-width:1200px){#sales h1[data-v-33d0f874]{text-align:center}#sales .sort-buttons-wrapper[data-v-33d0f874]{width:100%}}.filters[data-v-33d0f874]{display:flex;flex-wrap:wrap;align-items:center}.filters .toggle-nsfw[data-v-33d0f874]{margin-left:10px}ul[data-v-7ae058f4]{list-style:none;padding:0;margin:10px}.value[data-v-7ae058f4],ul[data-v-7ae058f4]{display:flex;justify-content:center;align-items:center}.value[data-v-7ae058f4]{background:var(--foreground);border-radius:10px;box-shadow:var(--light-shadow);-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--text);border:1px solid transparent;font-size:3em;padding-right:20px}.value input[type=number][data-v-7ae058f4]{margin:0;padding:0 0 0 20px;background:none;border:none;box-shadow:none;border-radius:0;font-weight:800;position:absolute;width:100%;left:0;top:0}.input-wrap[data-v-7ae058f4]{position:relative}.width-machine[data-v-7ae058f4]{padding:10px 0 10px 20px;font-weight:800;color:transparent}input[data-v-7ae058f4]::-webkit-inner-spin-button,input[data-v-7ae058f4]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number][data-v-7ae058f4]{-moz-appearance:textfield}.invalid .value[data-v-7ae058f4]{border:1px solid var(--error)}.small .value[data-v-7ae058f4]{font-size:1em;padding-top:10px;padding-bottom:10px}.knob[data-v-7ae058f4]{background:var(--foreground);border-radius:50%;height:40px;width:40px;display:flex;justify-content:center;align-items:center;color:var(--accent);cursor:pointer;margin:20px;font-size:1.2em;transition:all .2s ease;border:none;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:var(--light-shadow)}.small .knob[data-v-7ae058f4]{font-size:.8em;height:30px;width:30px;margin:10px}.knob[data-v-7ae058f4]:hover{background:var(--accent);color:var(--complement);box-shadow:var(--accent-shadow)}.knob[data-v-7ae058f4]:focus{outline:none}.knob.hide[data-v-7ae058f4]{opacity:0;pointer-events:none}.centered[data-v-12501644]{display:flex;flex-direction:column;align-items:center}.spinner[data-v-12501644]{width:200px;margin-top:2rem;overflow:hidden;position:relative;height:.5rem;background:var(--lightgradient);border-radius:20px}.spinner[data-v-12501644]:before{content:"";position:absolute;left:-130%;width:100%;height:100%;background:var(--lightgradient);animation:progress-12501644 2s linear infinite}@keyframes progress-12501644{0%{left:-130%;background:var(--gradient)}50%{left:130%;background:var(--gradient)}51%{background:var(--accent)}to{background:var(--accent)}}.success-checkmark[data-v-1f0b9847]{width:120px;height:120px;margin:0 auto;background:pink;display:flex;justify-content:center;align-items:center;border-radius:50%;background:var(--foreground)}.success-checkmark .check-icon[data-v-1f0b9847]{width:80px;height:80px;position:relative;border-radius:50%;box-sizing:content-box;border:4px solid var(--accent)}.success-checkmark .check-icon[data-v-1f0b9847]:before{top:3px;left:-2px;width:30px;transform-origin:100% 50%;border-radius:100px 0 0 100px}.success-checkmark .check-icon[data-v-1f0b9847]:after{top:0;left:30px;width:60px;transform-origin:0 50%;border-radius:0 100px 100px 0;animation:rotate-circle-1f0b9847 4.25s ease-in}.success-checkmark .check-icon[data-v-1f0b9847]:after,.success-checkmark .check-icon[data-v-1f0b9847]:before{content:"";height:100px;position:absolute;background:var(--foreground);transform:rotate(-45deg)}.success-checkmark .check-icon .icon-line[data-v-1f0b9847]{height:5px;background:var(--gradient);display:block;border-radius:2px;position:absolute;z-index:10}.success-checkmark .check-icon .icon-line.line-tip[data-v-1f0b9847]{top:46px;left:14px;width:25px;transform:rotate(45deg);animation:icon-line-tip-1f0b9847 .75s}.success-checkmark .check-icon .icon-line.line-long[data-v-1f0b9847]{top:38px;right:8px;width:47px;transform:rotate(-45deg);animation:icon-line-long-1f0b9847 .75s}.success-checkmark .check-icon .icon-circle[data-v-1f0b9847]{top:-4px;left:-4px;z-index:10;width:80px;height:80px;border-radius:50%;position:absolute;box-sizing:content-box;border:4px solid var(--accent)}.success-checkmark .check-icon .icon-fix[data-v-1f0b9847]{top:8px;width:5px;left:26px;z-index:1;height:85px;position:absolute;transform:rotate(-45deg);background:none}@keyframes rotate-circle-1f0b9847{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes icon-line-tip-1f0b9847{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes icon-line-long-1f0b9847{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}.toggle[data-v-21f7b0ae]{position:relative;display:inline-block;width:60px;height:34px;margin:10px}.toggle input[data-v-21f7b0ae]{display:none}.toggle .slider[data-v-21f7b0ae]{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--background-alt);transition:.4s;border-radius:34px}.toggle .slider[data-v-21f7b0ae]:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:var(--foreground-alt);transition:.4s;border-radius:50%;box-shadow:var(--light-shadow)}.toggle input:checked+.slider[data-v-21f7b0ae]{background:var(--gradient)}.toggle input:checked+.slider[data-v-21f7b0ae]:before{transform:translateX(26px)}.contract-pop-up[data-v-3cfdde91]{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;background:var(--pop-up-background);display:flex;justify-content:center;align-items:center}h5[data-v-3cfdde91]{margin:10px 0;text-align:center}.pop-up-content[data-v-3cfdde91]{background:var(--lightgradient);border-radius:20px;padding:10px;animation:card-appear .5s ease forwards}.pop-up-content p[data-v-3cfdde91]{text-align:center}.asa-selector[data-v-3cfdde91]{font-size:xx-large;display:flex;justify-content:center}.asa-selector .asa-logo[data-v-3cfdde91]{margin:5px 10px}.asa-selector .asa-logo[data-v-3cfdde91]:hover{transform:scale(1.3)}.royalties-text[data-v-3cfdde91]{position:relative;top:-15px;font-size:smaller}.warning-offer[data-v-3cfdde91]{max-width:350px}.warning-offer h1[data-v-3cfdde91],.warning-offer p[data-v-3cfdde91]{color:var(--text)}.warning-offer h1 .unicon[data-v-3cfdde91]{margin-right:5px;position:relative;top:3px}.warning-offer b[data-v-3cfdde91]{font-size:larger}[data-v-3500d8be]{color:var(--text)}.report-pop-up[data-v-3500d8be]{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;display:flex;justify-content:center;align-items:center}h1[data-v-3500d8be]{margin:10px}h2[data-v-3500d8be]{margin:10px 5px;text-align:center}h5[data-v-3500d8be]{text-align:center}.pop-up-content[data-v-3500d8be]{position:relative;min-height:100px;background:#fff;box-shadow:var(--accent-shadow);border-radius:20px;padding:15px 10px}.buttons-holder[data-v-3500d8be]{display:flex}input[type=radio][data-v-3500d8be]{width:0;height:0}ul[data-v-3500d8be]{padding:0;margin-top:30px;list-style:none}li[data-v-3500d8be],ul[data-v-3500d8be]{display:flex;justify-content:center;align-items:center}li[data-v-3500d8be]{text-align:center;background:var(--foreground);border-radius:20px;box-shadow:var(--light-shadow);margin:0 20px;cursor:pointer;transition:all .2s ease;animation:card-appear .5s ease backwards}li>label[data-v-3500d8be]{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:140px;width:140px;padding:15px;color:var(--textlight)}li>label[data-v-3500d8be]:hover{color:var(--error)}.close-button[data-v-3500d8be]{position:absolute;font-size:x-large;border:none;border-radius:100%;background:#fff;box-shadow:var(--accent-shadow);top:-30px;right:-30px;color:var(--textlight)}.close-button[data-v-3500d8be]:focus{outline:none}.close-button[data-v-3500d8be]:hover{color:var(--text)}.no-top-bottom-margin[data-v-3500d8be]{margin-top:2px;margin-bottom:2px}.unicon[data-v-3500d8be]{fill:var(--textlight)}.unicon[data-v-3500d8be]:hover{fill:var(--error)}.report-card[data-v-52620b9e]{display:flex;align-items:center;color:var(--textlight);margin:15px 0}.unicon[data-v-52620b9e]{fill:var(--error);margin-right:10px}#algo-glyph[data-v-35405244]{position:absolute;top:0;right:0;width:100%;height:100%}path[data-v-35405244]{fill:none;stroke-width:5px;stroke-linejoin:round;stroke-linecap:round}.tooltip[data-v-b6d011c8]{position:relative;display:inline-block}.tooltip .tooltip-text[data-v-b6d011c8]{visibility:hidden;width:60px;background-color:var(--pop-up-background);color:var(--text);font-size:x-small;text-align:center;padding:5px 0;border-radius:6px;position:absolute;top:100%;left:50%;margin-left:-30px;z-index:1000;opacity:0;transition:opacity 1s}.tooltip:hover .tooltip-text[data-v-b6d011c8]{visibility:visible;opacity:1}.tooltip .tooltip-text[data-v-b6d011c8]:after{content:" ";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent var(--pop-up-background) transparent}.user-picture[data-v-63f15d6c]{position:relative;display:flex;justify-content:center;align-items:center;border-radius:500px;overflow:hidden;background-repeat:no-repeat;box-shadow:0 0 .5vw rgba(0,0,0,.1),0 0 10vw rgba(45,89,250,.1);border:1px solid var(--foreground);z-index:10}.user-picture.loading[data-v-63f15d6c]{box-shadow:none;animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f3f3f3;background:linear-gradient(90deg,#f3f3f3 5%,#dcdcdc 20%,#f3f3f3 35%);background-size:1000px 640px}.user-picture.small[data-v-63f15d6c]{box-shadow:none}.comment[data-v-77b0c87a]{display:grid;grid-template-columns:50px auto}.user-picture[data-v-77b0c87a]{position:relative;top:-5px}.username[data-v-77b0c87a]{font-size:larger;font-weight:700}.verified-logo[data-v-77b0c87a]{font-size:x-small}.time time[data-v-77b0c87a]{margin-left:5px;color:var(--textlight);font-size:smaller}.content[data-v-77b0c87a]{margin-top:5px;min-height:100px}ul[data-v-f177cda8]{list-style-type:none;max-width:600px;margin:auto}.error[data-v-f177cda8]{bottom:-30px}textarea[data-v-f177cda8]{height:80px}a[data-v-f797cfbc]{text-decoration:none}.nft-grid[data-v-f797cfbc]{display:grid;grid-template-columns:1fr 350px;padding:0}.nft-image-container .spinner-wrapper[data-v-f797cfbc]{padding:20px;background:var(--foreground);border-radius:20px;width:30px;height:30px;left:calc(50% - 25px);top:calc(50% - 25px);position:absolute}.nft-image-container .spinner-wrapper.pause[data-v-f797cfbc]{opacity:0}.nft-image-container:hover .spinner-wrapper.pause[data-v-f797cfbc]{opacity:1}.nft-image-container video.loading[data-v-f797cfbc]{width:1px;height:1px;opacity:0;position:absolute}.nft-image-container video[data-v-f797cfbc],.nft-image[data-v-f797cfbc]{display:block;width:auto;height:auto;border-radius:20px;box-shadow:var(--light-shadow);margin:0 auto 0 auto;transition:all .5s ease;max-width:850px;max-height:600px}.nft-image-container .model-wrapper[data-v-f797cfbc]{display:block;width:60vw;height:87vh;border-radius:20px;max-width:850px;max-height:600px;overflow:hidden}.nft-image-container .full-size[data-v-f797cfbc]{position:absolute;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;top:0;left:0;border-radius:20px}.header[data-v-f797cfbc]{margin-top:20px;padding:10px;justify-content:space-between;color:var(--text);background:var(--lightgradient);border-radius:20px;flex-wrap:wrap;position:relative}.header[data-v-f797cfbc],.nft-title[data-v-f797cfbc]{display:flex;align-items:center}.nft-title h3[data-v-f797cfbc]{font-size:1.6em}.nft-title h5[data-v-f797cfbc]{margin-left:5px}.nft-links[data-v-f797cfbc]{display:flex;align-items:center}.nft-links h5[data-v-f797cfbc]{margin-left:5px}.nft-links a.external-link[data-v-f797cfbc]{text-decoration:none;color:var(--textlight)}.nft-info .nft-author[data-v-f797cfbc]{font-size:1em;font-weight:400}.price-cta[data-v-f797cfbc]{display:flex;align-items:center;text-align:center}.price-cta .nft-price[data-v-f797cfbc]{font-size:2em;margin-right:10px}.price-cta button[data-v-f797cfbc]{margin:0;width:150px;border-radius:15px}.nft-description[data-v-f797cfbc]{color:var(--textlight);padding:5px 10px;text-align:justify;margin:0}.arc69-attributes[data-v-f797cfbc],.nft-tags[data-v-f797cfbc]{list-style:none;margin:5px 0 0 0;padding:0 10px}.nft-tags li[data-v-f797cfbc]{background:var(--foreground);box-shadow:var(--shadow);margin-right:5px}.arc69-attributes li[data-v-f797cfbc],.nft-tags li[data-v-f797cfbc]{display:inline-block;padding:7px 10px;border-radius:10px;font-weight:400;font-size:.8em;color:var(--textlight)}.arc69-attributes li[data-v-f797cfbc]{box-sizing:border-box;margin-right:10px;margin-bottom:15px}.arc69-attributes li div[data-v-f797cfbc],.arc69-attributes li span[data-v-f797cfbc]{text-align:center;margin:5px}.arc69-attributes li span[data-v-f797cfbc]:first-child{font-weight:bolder;color:var(--accent)}.arc69-attributes li div[data-v-f797cfbc]{color:var(--textlight)}.history[data-v-f797cfbc]{display:flex;flex-direction:column;align-items:center;max-height:300px;overflow-y:auto;margin-left:5px;margin-top:5px}.history h1[data-v-f797cfbc]{width:100%;text-align:center}.history table[data-v-f797cfbc]{border-collapse:collapse;color:var(--text);width:100%}.history table td[data-v-f797cfbc]:last-child{text-align:right}.history-card .cell-card[data-v-f797cfbc]{display:flex;align-items:center;justify-content:flex-start;background:var(--foreground);box-shadow:var(--shadow);height:60px;padding:5px 20px;margin:15px 0}.history-card .address[data-v-f797cfbc]{position:relative}.history-card .address time[data-v-f797cfbc]{font-size:.6em;color:var(--textlight);position:absolute}.history-card .address .cell-card[data-v-f797cfbc]{border-radius:20px 0 0 20px}.history-card .bid .cell-card[data-v-f797cfbc]{border-radius:0 20px 20px 0;position:relative}.history-card .bid .cell-card[data-v-f797cfbc]:before{display:block;content:"";background:var(--foreground);width:40px;height:100%;position:absolute;top:0;left:-20px}.history-card .icon[data-v-f797cfbc],.history-card .unicon[data-v-f797cfbc]{margin-right:10px}.cell-card .unicon[data-v-f797cfbc]{fill:var(--accent)}.history-card h5[data-v-f797cfbc]{margin-left:5px}.history h3[data-v-f797cfbc]{text-align:center;width:80%;display:flex;align-items:center;justify-content:center;color:var(--headings);fill:var(--headings);padding:30px 0;border:2px dashed var(--headings);border-radius:20px;box-sizing:border-box}.footnotes[data-v-f797cfbc]{font-size:.8em;color:var(--textlight);font-weight:400;width:100%;text-align:center;margin-top:5px;margin-bottom:15px}.already-reported[data-v-f797cfbc]{margin:25px 0;color:var(--error);display:flex;font-size:x-small}.lifted-text[data-v-f797cfbc]{margin-left:5px;margin-top:4px}.danger-zone[data-v-f797cfbc]{display:flex;align-items:center;height:35px}.report-btn.blue[data-v-f797cfbc]{color:var(--accent)}.report-btn.blue .unicon[data-v-f797cfbc]{fill:var(--accent)}.details[data-v-f797cfbc]{display:flex;flex-direction:column;position:relative}.nft-image-container[data-v-f797cfbc]{position:relative;display:inline-block;margin:auto}#algo-glyph[data-v-f797cfbc]{bottom:0;right:0}.display-glyph-button[data-v-f797cfbc]{position:absolute;right:0;top:-75px;z-index:10;border-radius:100%;border:2px var(--textlight) solid;width:34px;height:34px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.display-glyph-button.selected[data-v-f797cfbc]{border:0;background:var(--gradient)}.display-glyph-button .unicon[data-v-f797cfbc]{fill:var(--textlight)}.display-glyph-button.selected .unicon[data-v-f797cfbc]{fill:#fff}.favorite-button[data-v-f797cfbc]{background:none;border:none;position:absolute;top:5px;left:0;z-index:10}@media only screen and (max-device-width:1200px){.details[data-v-f797cfbc]{max-width:calc(100vw - 50px);height:auto}.nft-grid[data-v-f797cfbc]{grid-template-columns:1fr;padding:25px;padding-top:0;box-sizing:border-box;width:100%}.nft-tags li[data-v-f797cfbc]{margin:4px}.nft-image-container .model-wrapper[data-v-f797cfbc]{display:flex;width:100%;height:55vh;border-radius:20px;overflow:hidden}.nft-image-container[data-v-f797cfbc]{width:100%;height:auto}.nft-image-container video[data-v-f797cfbc],.nft-image[data-v-f797cfbc]{width:100%}.price-cta[data-v-f797cfbc]{justify-content:center;width:100%;margin-top:20px}.history[data-v-f797cfbc]{margin-left:0}.history-card .time time[data-v-f797cfbc]{position:absolute;top:-10px;left:0;width:100px;text-align:left}.arc69-attributes[data-v-f797cfbc],.nft-tags[data-v-f797cfbc]{list-style:none;margin:0;padding:5px}}.supply-informations span[data-v-f797cfbc]{margin-right:8px}.auction-timeout[data-v-f797cfbc]{position:absolute;top:-10px;right:6px;list-style:none;padding:0;display:flex;align-items:center;z-index:2}.auction-timeout li[data-v-f797cfbc]{background:rgba(0,0,0,.8);padding:5px;border-radius:5px;color:#fff;margin:1px}.section-title[data-v-f797cfbc]{font-size:x-large}.labels[data-v-f797cfbc]{margin-right:5px}.crescendo-button[data-v-f797cfbc]{display:flex;align-items:center;transition:all .2s ease;opacity:.8}.crescendo-button[data-v-f797cfbc]:hover{opacity:1}.crescendo-button .unicon[data-v-f797cfbc]{fill:var(--accent);margin-right:6px}.attribute[data-v-c70ca31e]{display:grid;grid-template-columns:auto auto 20px;grid-gap:5px;margin:5px}.attribute input[data-v-c70ca31e]{margin:0}p[data-v-c70ca31e]{display:flex;justify-content:space-between}.invalid[data-v-c70ca31e]{border-color:var(--error)}.textual-button[data-v-c70ca31e]{font-weight:400}.textual-button .unicon[data-v-c70ca31e]{fill:var(--accent);background-color:transparent}.textual-button.error-btn .unicon[data-v-c70ca31e]{fill:var(--error);background-color:transparent}a[data-v-553d4d1f]{text-decoration:none}form[data-v-553d4d1f]{position:relative;max-width:452px;margin:auto}.error[data-v-553d4d1f]{bottom:121px}.lifted-text[data-v-553d4d1f]{margin-left:5px;margin-top:4px}#nft-upload[data-v-3baac22c]{position:relative;width:450px;height:350px;display:flex;justify-content:center;align-items:center;border-radius:20px;overflow:hidden;background-position:50%;background-size:cover;background-repeat:no-repeat;margin:20px auto;box-shadow:var(--accent-shadow);cursor:pointer;border:1px solid var(--foreground);fill:var(--headings)}#nft-upload.small-square[data-v-3baac22c]{width:250px;height:250px}#nft-upload.invalid>.unicon[data-v-3baac22c]{fill:var(--error)}#nft-upload label[data-v-3baac22c]{display:flex;justify-content:center;align-items:center;width:450px;height:350px;background:var(--lightgradient);color:var(--text);position:absolute;top:0;left:0;text-align:center;box-sizing:border-box;font-size:2em;cursor:pointer;opacity:0;transition:opacity .2s ease;z-index:2}#nft-upload.small-square label[data-v-3baac22c]{width:250px;height:250px;font-size:1.5em}#nft-upload:hover label[data-v-3baac22c]{opacity:.95}#nft-upload #picture-upload[data-v-3baac22c]{display:none}#nft-upload.invalid[data-v-3baac22c]{border:1px solid var(--error)}ul[data-v-38fe0b58]{display:flex;flex-wrap:wrap;list-style:none;justify-content:center}.media[data-v-38fe0b58]{border-radius:20px;width:300px;height:350px;overflow:hidden;margin:5px;display:flex;justify-content:center;align-items:center}.media[data-v-38fe0b58]:hover{box-shadow:var(--shadow)}.media img[data-v-38fe0b58]{width:350px;height:350px}.button-container[data-v-38fe0b58]{display:flex;justify-content:space-between;max-width:600px;margin:auto}.instagram-images[data-v-38fe0b58]{max-width:1000px}.instagram-connection-button[data-v-38fe0b58]{background:linear-gradient(-148deg,#b900b4,#f50001);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:auto;width:200px;height:40px;cursor:pointer}.instagram-connection-button .unicon[data-v-38fe0b58]{margin-right:5px}.nft-kind-selector[data-v-b6f14f8a]{display:flex;width:600px;justify-content:space-around;margin:30px auto}.nft-kind-selector input[data-v-b6f14f8a]{position:absolute;opacity:0;cursor:pointer;height:0;width:0;color:var(--complement)}.nft-kind-selector label[data-v-b6f14f8a]{display:flex;align-content:center}.nft-kind-selector label span[data-v-b6f14f8a]{margin:auto}.nft-kind-selector label .unicon[data-v-b6f14f8a]{margin-right:5px;fill:var(--textlight)}label input:checked~span[data-v-b6f14f8a]{color:var(--accent)}label input:checked~.unicon[data-v-b6f14f8a]{fill:var(--accent)}.nft-file-label[data-v-b6f14f8a]{display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--textlight);margin-bottom:50px}.nft-file-label .unicon[data-v-b6f14f8a]{fill:var(--textlight);margin-right:8px}.nft-file-label[data-v-b6f14f8a]:hover{color:var(--text)}.nft-file-label:hover .unicon[data-v-b6f14f8a]{fill:var(--text)}.nft-file-label input[data-v-b6f14f8a]{width:0;height:0;margin:0;padding:0}h4[data-v-b6f14f8a]{text-align:center;font-weight:400;margin:10px}h4 .small-text[data-v-b6f14f8a]{display:block;color:var(--textlight);font-size:smaller}.input input[data-v-15b6d36d]{width:320px}.tag.input ul[data-v-15b6d36d]{margin:0;padding:0;list-style:none;display:flex;justify-content:flex-start}.tag.input ul li[data-v-15b6d36d]{font-size:.8em;background:var(--accent);padding:5px;margin:0 2px;border-radius:5px;box-sizing:border-box;color:var(--complement)}h5[data-v-19884f8a]{margin:auto}.footnotes[data-v-19884f8a]{font-style:italic;font-size:small;text-align:center;width:100%;margin-top:30px;max-width:450px}.input-container[data-v-19884f8a]{position:relative;width:500px}.more-bottom-margin[data-v-19884f8a]{margin-bottom:40px}.not-allowed-cursor[data-v-19884f8a]{cursor:not-allowed}.not-possible[data-v-19884f8a]{pointer-events:none}.cannot-pay-mint-error[data-v-19884f8a]{position:absolute;bottom:-35px;font-size:small;color:var(--error)}.unit-input[data-v-19884f8a]{width:150px;margin:25px 10px}.space-above[data-v-19884f8a]{margin-top:80px}.algo-glyph-container[data-v-19884f8a]{max-width:451px;display:grid;grid-template-columns:auto auto}.algo-glyph-container .flex-center[data-v-19884f8a]{justify-content:space-between}.algo-glyph-preview[data-v-19884f8a]{position:relative;display:inline-block;width:200px}.algo-glyph-preview img[data-v-19884f8a]{width:100%;height:auto}input[type=color][data-v-19884f8a]{-webkit-appearance:none;border:none;width:30px;height:30px;padding:0;margin:0 25px;border-radius:5px;overflow:hidden}input[type=color][data-v-19884f8a]::-webkit-color-swatch-wrapper{padding:0}input[type=color][data-v-19884f8a]::-webkit-color-swatch{border:none}.advanced-options-title[data-v-19884f8a]{margin-top:40px;width:100%;display:flex;justify-content:space-between;align-items:center}.advanced-options-title .linear-button[data-v-19884f8a]{display:inline-block;margin:0;padding:0;font-size:medium}.metadata-option[data-v-19884f8a]{position:relative;width:100%}.metadata-option[data-v-19884f8a]:before{content:"[m]";position:absolute;top:31px;left:-30px}.button-container button[data-v-19884f8a]{margin:0 10px}select[data-v-19884f8a]{display:block;width:100%;max-width:450px;margin:20px auto;padding:10px 20px;background:var(--foreground);box-shadow:var(--light-shadow);border:1px solid transparent;border-radius:20px;font-size:1em;font-family:Roboto,sans-serif;font-weight:400;color:var(--text);box-sizing:border-box}.error[data-v-19884f8a]{bottom:168px}.spotlight[data-v-bd78f410]{background:var(--lightgradient);border-radius:20px;padding:5px;margin-bottom:20px}.vertical-flex-center[data-v-bd78f410]{display:flex;flex-direction:column;align-items:center}a[data-v-1f684256]{text-decoration:none;color:var(--complement)}h1[data-v-e9c54390]{color:var(--error);margin:10px}.unicon[data-v-e9c54390]{fill:var(--error)}.banner[data-v-9b6973d6]{width:98%;height:400px;background-position:50%;background-size:cover;background-repeat:no-repeat;z-index:1;border-radius:20px;margin:100px auto 0 auto}.banner.loading[data-v-9b6973d6]{box-shadow:none;animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f3f3f3;background:linear-gradient(90deg,#f3f3f3 5%,#e5e5e5 20%,#f3f3f3 60%);background-size:1000px 640px}div[data-v-f863884e]{position:relative;display:inline-block}.unicon[data-v-f863884e]{margin-left:9px;fill:var(--text);cursor:pointer}.copied-text[data-v-f863884e]{position:absolute;top:-1em;left:1em;font-size:xx-small;font-weight:lighter;white-space:nowrap;font-family:Roboto,sans-serif;text-transform:capitalize;font-weight:400}.smaller .unicon[data-v-f863884e]{fill:var(--textlight);position:relative;top:6px}a[data-v-74f73570]{margin:0 5px}h1[data-v-d5ce088c]{color:var(--text)}h5[data-v-d5ce088c]{font-size:medium;margin:0}a[data-v-d5ce088c]{text-decoration:none;color:var(--textlight)}a[data-v-d5ce088c]:hover{color:var(--text)}button[data-v-d5ce088c]{z-index:2}.head[data-v-d5ce088c]{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:90%;margin:-50px auto 20px auto}.username[data-v-d5ce088c]{text-transform:none;margin-bottom:0;z-index:2;color:var(--text)}.username a[data-v-d5ce088c]{margin-left:10px}.addresses[data-v-d5ce088c]{padding:0;margin:5px;list-style:none;text-transform:uppercase;z-index:2;word-break:break-all}.addresses li[data-v-d5ce088c]{padding:5px 10px;color:var(--textlight);border-radius:10px;margin:5px;text-align:center}.followers-container[data-v-d5ce088c]{margin-top:20px;padding:7px 16px;border-radius:15px;color:var(--text);background:var(--foreground);box-shadow:var(--shadow);z-index:2}.followers-container a[data-v-d5ce088c]{margin:10px}.followers-container .separator[data-v-d5ce088c]{height:80%;border-left:solid 1px var(--textlight);margin:0 5px}.top-left-button[data-v-d5ce088c]{position:absolute;top:60px;left:10px;background:none;border:none}.top-left-button .unicon[data-v-d5ce088c]{fill:var(--text);opacity:.75}.top-left-button .unicon[data-v-d5ce088c]:hover{opacity:1}.top-right-button[data-v-d5ce088c]{position:absolute;top:60px;right:10px;border:none;background:none}.top-right-button .unicon[data-v-d5ce088c]{fill:var(--text);opacity:.75}.top-right-button .unicon[data-v-d5ce088c]:hover{opacity:1}.top-right-button[data-v-d5ce088c]:focus{outline:none}.head.light .unicon[data-v-d5ce088c]{fill:var(--text);opacity:.8}.head.light .unicon[data-v-d5ce088c]:hover{opacity:1}nav[data-v-d5ce088c]{display:flex;justify-content:center;flex-wrap:wrap;max-width:90vw;margin-bottom:30px}nav a[data-v-d5ce088c]{color:var(--textlight);text-decoration:none;padding:10px 20px;border-radius:10px;display:flex;align-items:center}nav a .unicon[data-v-d5ce088c]{margin-right:7px;fill:var(--textlight)}nav a[data-v-d5ce088c]:hover{box-shadow:var(--accent-shadow);background:var(--foreground);color:var(--text)}nav a:hover .unicon[data-v-d5ce088c]{fill:var(--text)}nav a.router-link-exact-active[data-v-d5ce088c]{color:var(--accent);box-shadow:var(--accent-shadow);background:var(--foreground)}nav a.router-link-exact-active .unicon[data-v-d5ce088c]{fill:var(--accent)}.textual-button[data-v-d5ce088c]{margin:auto;margin-top:5px}.textual-button .gems-logo[data-v-d5ce088c]{top:1px}.verified-logo[data-v-d5ce088c]{margin-left:10px}.nfd-address img[data-v-d5ce088c]{height:.8em}@media only screen and (max-device-width:1200px){.auction-sale-container[data-v-d5ce088c]{padding:25px;box-sizing:border-box;width:100%}nav[data-v-d5ce088c]{margin:auto}}#auth_wallet ul[data-v-148e7cf0]{padding:0;margin:0;list-style:none;display:flex;justify-content:center;align-items:center}#auth_wallet li[data-v-148e7cf0]{text-align:center;background:var(--foreground);border-radius:20px;box-shadow:var(--light-shadow);height:150px;width:150px;display:flex;justify-content:center;align-items:center;margin:0 20px;cursor:pointer;transition:all .2s ease;animation:card-appear .5s ease backwards}#auth_wallet li[data-v-148e7cf0]:hover{transform:scale(1.05)}img[data-v-148e7cf0]{max-height:50px;max-width:100px}img.pera.dark[data-v-148e7cf0]{filter:invert(1)}img.algosigner.dark[data-v-148e7cf0]{filter:brightness(40)}a[data-v-148e7cf0]{margin-top:70px;display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:.7}a[data-v-148e7cf0]:hover{opacity:1}a .unicon[data-v-148e7cf0]{fill:var(--accent);margin-right:5px}a.smaller-text[data-v-148e7cf0]{font-size:smaller}@media only screen and (max-device-width:1200px){#auth_wallet[data-v-148e7cf0]{position:relative;justify-content:center;top:30px}a.smaller-text[data-v-148e7cf0]{margin-top:10px;margin-bottom:75px}#auth_wallet ul[data-v-148e7cf0]{flex-direction:column}#auth_wallet li[data-v-148e7cf0]{height:60px;width:250px;margin:10px 0}}#auth_wallet[data-v-75420ff6]{text-align:center;background:var(--foreground);border-radius:20px;box-shadow:var(--light-shadow);padding:50px}.unicon[data-v-75420ff6]{fill:var(--text)}ul[data-v-17af7d38]{padding:0;margin:0;list-style:none}li[data-v-17af7d38]{background:var(--foreground);border-radius:20px;box-shadow:var(--light-shadow);padding:10px 20px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:var(--text);transition:all .2s ease;margin:10px;animation:card-appear .2s ease backwards}li[data-v-17af7d38]:hover{transform:scale(1.05)}.icon[data-v-17af7d38]{margin-right:10px}.mobile-only[data-v-17af7d38]{display:none}@media only screen and (max-device-width:1200px){.desktop-only[data-v-17af7d38]{display:none}.mobile-only[data-v-17af7d38]{display:flex}}#auth_challenge[data-v-6517e1d6]{background:var(--lightgradient);padding:50px 30px;border-radius:20px}h1[data-v-6517e1d6]{color:var(--text)}.lds-spinner[data-v-6517e1d6]{color:var(--accent);display:block;position:relative;width:80px;height:80px;margin:auto}.lds-spinner div[data-v-6517e1d6]{transform-origin:40px 40px;animation:lds-spinner-6517e1d6 1.2s linear infinite}.lds-spinner div[data-v-6517e1d6]:after{content:" ";display:block;position:absolute;top:3px;left:37px;width:6px;height:18px;border-radius:20%;background:var(--accent)}.lds-spinner div[data-v-6517e1d6]:first-child{transform:rotate(0deg);animation-delay:-1.1s}.lds-spinner div[data-v-6517e1d6]:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div[data-v-6517e1d6]:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div[data-v-6517e1d6]:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div[data-v-6517e1d6]:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div[data-v-6517e1d6]:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div[data-v-6517e1d6]:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div[data-v-6517e1d6]:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div[data-v-6517e1d6]:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div[data-v-6517e1d6]:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div[data-v-6517e1d6]:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div[data-v-6517e1d6]:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner-6517e1d6{0%{opacity:1}to{opacity:0}}h1[data-v-5a37297e]{color:var(--error);margin:10px}.unicon[data-v-5a37297e]{fill:var(--error)}h2[data-v-96fa7f7c]{margin-top:20px;font-size:1em;color:var(--textlight);font-family:Roboto,sans-serif}ol[data-v-96fa7f7c]{color:var(--textlight);font-size:.9em;font-weight:400;list-style:none}ol li[data-v-96fa7f7c]{margin:3px}ol.number[data-v-96fa7f7c]{counter-reset:ol-number-counter}ol.number>li[data-v-96fa7f7c]{counter-increment:ol-number-counter}ol.number>li[data-v-96fa7f7c]:before{margin-right:5px;content:counter(ol-number-counter) ") "}ol.letter[data-v-96fa7f7c]{counter-reset:ol-letter-counter}ol.letter>li[data-v-96fa7f7c]{counter-increment:ol-letter-counter}ol.letter>li[data-v-96fa7f7c]:before{margin-right:5px;content:counter(ol-letter-counter,lower-alpha) ". "}.app-view[data-v-96fa7f7c]{padding-bottom:70px}select[data-v-a9ff2fe8]{border:none;background:var(--foreground);border-radius:20px;box-shadow:var(--light-shadow);font-size:1.1em;text-align:center;padding:10px;cursor:pointer;color:var(--accent);margin:0;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none}select[data-v-a9ff2fe8]:focus{outline:none}#footer[data-v-4bf40c46]{flex-direction:column;height:300px;background:linear-gradient(var(--background),hsla(0,0%,100%,0) 80%,hsla(0,0%,100%,0)),var(--lightgradient);text-align:center;padding-bottom:50px}#footer[data-v-4bf40c46],ul[data-v-4bf40c46]{display:flex;justify-content:center;align-items:center}ul[data-v-4bf40c46]{padding:0;margin:0;list-style:none;flex-wrap:wrap}.socials[data-v-4bf40c46]{margin-top:25px;fill:var(--accent)}.socials li[data-v-4bf40c46]{margin:10px;background:var(--background);box-shadow:var(--light-shadow);padding:10px;border-radius:10px}.refs[data-v-4bf40c46]{margin-top:10px;font-size:.9em}.refs li[data-v-4bf40c46]{margin:0 5px}.refs li a[data-v-4bf40c46]{color:var(--textlight)}#footer h5[data-v-4bf40c46]{color:var(--textlight);margin-top:25px}#footer .socials.bots[data-v-4bf40c46]{margin-top:2px}.dot-spinner[data-v-f502acf6]{position:relative;left:-9999px;width:10px;height:10px;border-radius:5px;background-color:var(--blue);color:var(--blue);box-shadow:9999px 0 0 -5px var(--blue);animation:dotSpinner-f502acf6 1.5s linear infinite;animation-delay:.25s}.dot-spinner[data-v-f502acf6]:after,.dot-spinner[data-v-f502acf6]:before{content:"";display:inline-block;position:absolute;top:0;width:10px;height:10px;border-radius:5px;background-color:var(--blue);color:var(--blue)}.dot-spinner[data-v-f502acf6]:before{box-shadow:9984px 0 0 -5px var(--blue);animation:dotSpinnerBefore-f502acf6 1.5s linear infinite;animation-delay:0s}.dot-spinner[data-v-f502acf6]:after{box-shadow:10014px 0 0 -5px var(--blue);animation:dotSpinnerAfter-f502acf6 1.5s linear infinite;animation-delay:.5s}@keyframes dotSpinnerBefore-f502acf6{0%{box-shadow:9984px 0 0 -5px var(--blue)}30%{box-shadow:9984px 0 0 2px var(--blue)}60%,to{box-shadow:9984px 0 0 -5px var(--blue)}}@keyframes dotSpinner-f502acf6{0%{box-shadow:9999px 0 0 -5px var(--blue)}30%{box-shadow:9999px 0 0 2px var(--blue)}60%,to{box-shadow:9999px 0 0 -5px var(--blue)}}@keyframes dotSpinnerAfter-f502acf6{0%{box-shadow:10014px 0 0 -5px var(--blue)}30%{box-shadow:10014px 0 0 2px var(--blue)}60%,to{box-shadow:10014px 0 0 -5px var(--blue)}}.image-upload[data-v-136c470c]{display:flex}.image-upload label[data-v-136c470c]{text-align:center;box-sizing:border-box;padding:20px;cursor:pointer;opacity:.7;color:var(--blue);transition:opacity .2s ease;z-index:2}.image-upload:hover label[data-v-136c470c]{opacity:1}.image-upload input[data-v-136c470c]{opacity:0;width:.1px;height:.1px;position:absolute}#settings h1[data-v-fb960e90]{text-align:center}a[data-v-fb960e90]{text-decoration:none}h3[data-v-fb960e90]{max-width:500px;margin:auto;margin-top:50px;color:var(--textlight)}button[data-v-fb960e90]{margin-left:5px;margin-right:5px;margin-top:0}.head[data-v-fb960e90]{max-width:1200px;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:-50px}.head .user-picture[data-v-fb960e90]{top:-50px}.head .banner[data-v-fb960e90]{margin:0}.two-columns[data-v-fb960e90]{display:grid;min-width:500px;grid-template-columns:auto auto;grid-column-gap:10px;padding-right:75px}.two-columns>[data-v-fb960e90]:nth-child(odd){align-self:center;justify-self:right}.two-columns>[data-v-fb960e90]:nth-child(2n){align-self:center;justify-self:left;min-width:300px}.glyph-container[data-v-fb960e90]{position:relative;height:200px;width:100%;grid-column:2}.underline[data-v-fb960e90]{position:relative;top:-25px;text-align:center;font-size:small}.smaller-text[data-v-fb960e90]{text-align:center;font-size:smaller;width:100%;display:block;color:var(--textlight)}.button-container[data-v-fb960e90]{position:static;margin:0;padding:0}@media only screen and (max-device-width:1200px){.head[data-v-fb960e90]{width:90%;margin:auto}.two-columns[data-v-fb960e90]{margin:auto;margin-top:20px;display:flex;min-width:0;max-width:300px;flex-direction:column;padding:25px}.two-columns>[data-v-fb960e90]:nth-child(odd){align-self:flex-start;margin-top:20px}.two-columns>[data-v-fb960e90]:nth-child(2n){min-width:300px}.underline[data-v-fb960e90]{top:-50px}.button-container[data-v-fb960e90]{margin:0 0 50px 0}}h2[data-v-3fcfa45f]{text-align:center}.error[data-v-3fcfa45f]{position:static}.checkbox[data-v-3fcfa45f]{height:10px;width:10px;border:1px solid var(--text);border-radius:5px}.image-size-text[data-v-3fcfa45f]{display:grid;grid-template-columns:auto auto;grid-gap:2px 5px;margin:auto;width:200px}.image-size-text>[data-v-3fcfa45f]:nth-child(odd){align-self:center;justify-self:right}.image-size-text>[data-v-3fcfa45f]:nth-child(2n){align-self:center;justify-self:left;min-width:300px}select[data-v-0a7f4e74]{display:block;background:var(--background);border:none;box-shadow:var(--shadow);width:100%;margin:5px 0;padding:8px 0 8px 5px;border-radius:5px;color:var(--text)}select[data-v-0a7f4e74]:focus{outline:none}.arc69-filters[data-v-65caadbc]{position:sticky;top:20px;z-index:2;display:flex;flex-direction:column;width:100%;margin:20px 0}.filter[data-v-65caadbc]{margin:8px 0;font-size:small}img[data-v-0287bc9e]{height:150px;width:auto}@media only screen and (max-device-width:1200px){.flex-center[data-v-0287bc9e]{flex-direction:column}}.dark .address a[data-v-984c79ae],.dark [data-v-984c79ae]{color:var(--complement)}h1[data-v-984c79ae]{margin:10px 0 0 0;text-transform:capitalize;color:var(--text)}p[data-v-984c79ae]{margin-bottom:0;margin-top:5px;text-align:center}button[data-v-984c79ae]{margin:5px auto}a[data-v-984c79ae]{text-decoration:none}.owner-info[data-v-984c79ae]{display:flex;flex-direction:column;align-items:center;margin-top:-60px}.address[data-v-984c79ae]{margin-top:10px}.address a[data-v-984c79ae]{color:var(--text);font-size:1em;margin:15px}.checkbox[data-v-984c79ae]{height:10px;width:10px;border:1px solid var(--text);border-radius:5px}.textual-button .unicon[data-v-984c79ae]{background:var(--background);fill:var(--text);margin-right:7px}.textual-button:hover .unicon[data-v-984c79ae]{transform:none}#collection[data-v-984c79ae]{max-width:100vw}.infinite-loading-container[data-v-984c79ae]{display:flex}.collection-body[data-v-984c79ae]{display:flex;flex:wrap}.collection-body .filter[data-v-984c79ae]{display:grid;margin:auto;position:absolute;left:5px;z-index:1;width:80px}.collection-body .nftResults[data-v-984c79ae]{display:flex;position:absolute;left:0;background:var(--background);width:100%;z-index:0}.collection-body .nftResults .card-grid[data-v-984c79ae]{display:grid;justify-content:space-between;justify-items:center;align-items:center;list-style:none;gap:33px;grid-auto-rows:350px;min-width:350px;max-width:87vw;margin-top:20px}.collection-body .textual-button[data-v-984c79ae]{font-weight:400;margin-left:0;position:relative;left:-10px}.collection-body h2[data-v-984c79ae]{text-align:left;margin:20px 0}.header[data-v-984c79ae]{display:grid;justify-content:center;margin-top:-30px}.filter[data-v-984c79ae]{width:130px;margin-left:0}@media only screen and (max-device-width:1200px){.collection-body[data-v-984c79ae]{flex-direction:column;align-items:center;justify-content:center;display:flex}.collection-body .filter[data-v-984c79ae]{display:grid;margin:auto;position:relative;max-width:70vw;left:0}.collection-body .nftResults[data-v-984c79ae]{display:flex;position:relative;left:0}.filter[data-v-984c79ae]{width:80vw;justify-content:center}p[data-v-984c79ae]{padding:0;margin:15px}}li[data-v-79a291d0]{width:100%}.list-card[data-v-79a291d0]{display:flex;border-radius:15px;cursor:pointer;box-sizing:border-box;position:relative;padding:2px;font-size:small;animation:card-appear .2s ease backwards;max-width:350px;background:var(--foreground);margin:auto}.overview[data-v-79a291d0]{position:relative;width:calc(100% - 100px);display:flex;justify-content:space-between;align-items:center;padding:10px 20px;box-sizing:border-box;color:var(--text);border-radius:0 0 15px 15px}.overview h3[data-v-79a291d0]{margin:0;text-transform:capitalize}.overview .nft-infos[data-v-79a291d0]{position:absolute;width:250px}.overview .nft-infos h3[data-v-79a291d0]{font-size:1.2em}.overview .nft-price[data-v-79a291d0]{position:absolute;right:0;top:29px}.overview .nft-price h3[data-v-79a291d0]{font-size:1.8em;text-align:right;padding-right:6px}.overview .nft-infos h4[data-v-79a291d0]{margin:0;font-size:1em;font-weight:400;color:var(--text)}.list-card[data-v-79a291d0]:hover{background:var(--foreground);box-shadow:var(--strong-shadow)}.cover[data-v-79a291d0]{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100px;width:100px;display:flex;justify-content:center;align-items:center;border-radius:15px}.cover.loading[data-v-79a291d0]{height:100px;width:100px;animation-duration:1.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f3f3f3;background:linear-gradient(90deg,#f3f3f3 5%,#ebebeb 20%,#f3f3f3 35%);background-size:1000px 640px;position:relative}.list-card button[data-v-79a291d0]{display:inline-flex;align-items:center;margin:0;background:none;box-shadow:none;border:none;color:var(--blue);font-size:small}.list-card button [data-v-79a291d0]{fill:var(--blue)}.list-card button[data-v-79a291d0]:hover{box-shadow:var(--light-shadow);transform:scale(1)}.list-card button.error-btn[data-v-79a291d0]{color:var(--red)}.list-card button.error-btn .unicon[data-v-79a291d0]{fill:var(--red)}@media only screen and (max-device-width:1200px){.list-card[data-v-79a291d0]{width:90vw;justify-content:center}.overview[data-v-79a291d0]{width:60vw}}.validation-pop-up[data-v-35fb736d]{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;background:var(--pop-up-background);display:flex;flex-direction:column;justify-content:center;align-items:center}h5[data-v-35fb736d]{margin:10px 0;text-align:center}button[data-v-35fb736d]{margin:5px}.list-card-grid[data-v-414936d6]{display:grid;justify-items:flex-start;align-items:center;padding:0;margin:25px 0;list-style:none;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:35px;grid-auto-rows:100px}@media only screen and (max-device-width:1200px){.list-card-grid[data-v-414936d6]{padding:15px;box-sizing:border-box}}.head[data-v-2fd413cc]{display:flex;justify-content:center;align-items:flex-start;text-align:center;flex-wrap:wrap}.head input[data-v-2fd413cc]{width:300px}.cover[data-v-2fd413cc]{width:350px;height:250px;border-radius:15px;overflow:hidden;background-position:50%;background-size:cover;background-repeat:no-repeat;margin:20px}.list-card-grid[data-v-2fd413cc]{grid-template-columns:1fr}.nft-list-head[data-v-2fd413cc]{display:grid;grid-template-columns:auto auto auto;grid-column-gap:50px;margin:auto;margin-top:70px;margin-bottom:25px;width:400px;text-align:center}.button-container[data-v-2fd413cc]{margin:0}.button-container button[data-v-2fd413cc]{margin:5px}.list-card[data-v-2fd413cc]{position:absolute}.list-card .overview[data-v-2fd413cc]{width:100%}.list-card button[data-v-2fd413cc]{margin:0;width:140px;fill:var(--foreground);display:flex;align-items:center;justify-content:space-evenly}.collection-grid[data-v-47d4cbec]{display:grid;justify-content:space-between;justify-items:center;align-items:center;margin:25px 0;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:50px;grid-auto-rows:275px}@media only screen and (max-device-width:1200px){.collection-grid[data-v-47d4cbec]{padding:0;box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(90vw,1fr))}}input[data-v-7772cc4a]{display:inline;margin:0;width:0;height:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;padding:0}label[data-v-7772cc4a]{display:inline-flex;align-items:center;padding:10px 20px;margin:2px;color:var(--textlight);cursor:pointer}.unicon[data-v-7772cc4a]{margin-right:5px;fill:var(--textlight)}label.selected[data-v-7772cc4a]{background:var(--foreground);border-radius:10px;color:var(--accent);box-shadow:var(--light-shadow)}label.selected .unicon[data-v-7772cc4a]{fill:var(--accent)}.sort-buttons-wrapper[data-v-7772cc4a]{display:flex;justify-content:center;margin:20px 0}@media only screen and (max-device-width:1200px){.sort-buttons-wrapper[data-v-7772cc4a]{flex-wrap:wrap;width:100vw}}@media only screen and (max-device-width:1200px){#collections h1[data-v-1437bcb2]{text-align:center}#collections .sort-buttons-wrapper[data-v-1437bcb2]{width:100%}}.filters[data-v-1437bcb2]{display:flex;flex-wrap:wrap;align-items:center}.filters .toggle-nsfw[data-v-1437bcb2]{margin-left:10px}@media only screen and (max-device-width:1200px){#governance .view-body>h1[data-v-04871615]{text-align:center}}#stake h1[data-v-e24c1786],#stake h2[data-v-e24c1786],#stake h5[data-v-e24c1786]{text-align:center}#stake h5[data-v-e24c1786]{font-size:1.2em;margin-bottom:50px}#stake ul[data-v-e24c1786]{list-style:none;padding:0;margin:75px 0;display:flex;justify-content:space-evenly;flex-flow:wrap}#stake ul li[data-v-e24c1786]{text-align:center;width:200px;height:200px;background:var(--foreground);box-shadow:var(--strong-shadow);border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:card-appear .5s ease;margin:30px 0}#stake li h4[data-v-e24c1786]{font-size:1.5em;text-transform:uppercase;margin:10px 0;color:var(--accent)}#stake li .unicon[data-v-e24c1786]{fill:var(--accent)}#stake button[data-v-e24c1786]{margin:10px 10px 50px 10px}h1[data-v-5e77ebde]{color:var(--text)}h5[data-v-5e77ebde]{font-size:medium;margin:0}a[data-v-5e77ebde]{margin-left:10px;text-decoration:none;color:var(--textlight)}a[data-v-5e77ebde]:hover{color:var(--text)}button[data-v-5e77ebde]{z-index:2}@media only screen and (max-device-width:1200px){.auction-sale-container[data-v-5e77ebde]{padding:25px;box-sizing:border-box;width:100%}.about-container p[data-v-5e77ebde]{justify-content:center}}.about-container p[data-v-5e77ebde]{display:flex;align-items:center}.about-container p .unicon[data-v-5e77ebde]{fill:var(--textlight);position:relative;top:-2px;margin-right:5px}.head.light .unicon[data-v-5e77ebde]{fill:var(--text);opacity:.8}.head.light .unicon[data-v-5e77ebde]:hover{opacity:1}.full-width[data-v-5e77ebde]{flex-grow:1}.see-more-button[data-v-5e77ebde]{background:none;border:none;padding:0;cursor:pointer;margin:0;display:flex;justify-content:flex-start;align-items:center;text-decoration:none;color:var(--text);font-weight:700}.see-more-button .unicon[data-v-5e77ebde]{padding:3px;border-radius:50%;background:var(--accent);fill:var(--complement);margin-left:5px;transition:transform .2s ease}.see-more-button:hover .unicon[data-v-5e77ebde]{transform:translateX(5px)}.card-grid[data-v-22e6e90b]{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-auto-rows:100px}.margin-top[data-v-22e6e90b]{margin-top:40px}h4[data-v-22e6e90b]{text-align:center}.card-grid[data-v-619365a4]{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-auto-rows:85px}h4[data-v-619365a4]{text-align:center}.card-grid[data-v-759f1b20]{grid-auto-rows:285px}.plus[data-v-759f1b20]{width:350px;height:275px;margin:auto}.plus .cover[data-v-759f1b20]{width:100%;height:175px;border-radius:20px;background-color:var(--pop-up-background);box-shadow:var(--light-shadow);transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.plus:hover .cover[data-v-759f1b20]{transform:scale(1.05)}.plus .cover .unicon[data-v-759f1b20]{fill:var(--accent)}h4[data-v-759f1b20]{text-align:center}.text-logo[data-v-7ad55b3a]{display:flex;align-items:center;margin:0}.text-logo .unicon[data-v-7ad55b3a]{position:relative;top:-2px;fill:var(--textlight)}h4[data-v-7ad55b3a]{text-align:center}a[data-v-7e3b6028]{text-decoration:none}button[data-v-7e3b6028]{background:none;border:none}button[data-v-7e3b6028]:focus{outline:none}.user-card[data-v-7e3b6028]{cursor:pointer;transition:transform .2s ease;box-sizing:border-box;position:relative;width:400px;margin:20px 0;font-size:.8em;animation:card-appear .2s ease backwards}.user-card .banner[data-v-7e3b6028]{height:200px}.user-card .user-picture[data-v-7e3b6028]{margin:-50px auto -20px auto}.overview[data-v-7e3b6028]{position:relative;padding:10px 20px;box-sizing:border-box;color:var(--text);text-align:center}.overview h1[data-v-7e3b6028]{color:var(--text)}.overview h1 button[data-v-7e3b6028]{position:absolute}@media only screen and (max-device-width:1200px){.user-card[data-v-7e3b6028]{width:300px;margin:0;padding:0;box-sizing:border-box}.user-card .banner[data-v-7e3b6028]{margin-top:10px}}.card-grid[data-v-2876cbcb],.card-grid[data-v-d56a7bbe]{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));padding:0;gap:20px}.card-grid[data-v-510bb332]{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-auto-rows:100px}.margin-top[data-v-510bb332]{margin-top:40px}.card-grid[data-v-a7faf822]{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-auto-rows:85px}.margin-top[data-v-a7faf822]{margin-top:180px}.card-grid[data-v-13fcb10e]{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-auto-rows:85px}.number-card[data-v-93c3dca8]{border-radius:15px;overflow:hidden;cursor:pointer;box-sizing:border-box;font-size:.8em;animation:card-appear .2s ease backwards;margin:0;width:100%;height:100%;max-width:220px;max-height:220px;list-style:none}.cover[data-v-93c3dca8]{background-position:50%;background-repeat:no-repeat;background-size:cover;height:220px;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:var(--foreground-transparent);border:1px solid var(--foreground);border-radius:15px;box-sizing:border-box}.big-number[data-v-93c3dca8]{font-size:5em}.big-number[data-v-93c3dca8],.unit[data-v-93c3dca8]{background:var(--gradient);background-clip:text;-webkit-background-clip:text;color:transparent}.unit[data-v-93c3dca8]{font-size:4em}.algo[data-v-93c3dca8]{background:var(--gradient);-webkit-mask:var(--mask-src) no-repeat;mask:var(--mask-src) no-repeat;-webkit-mask-size:contain;mask-size:contain;height:3em;width:3em;display:inline-block}.overview[data-v-93c3dca8]{color:var(--textlight);font-size:1.5em}.header[data-v-4dd848d9]{text-align:center;color:var(--textlight)}.stats-section-body[data-v-4dd848d9]{max-width:1200px;padding:20px;border-radius:20px;margin:10px auto;font-weight:700;color:var(--textlight)}.nft-examples[data-v-4dd848d9]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;margin:20px}.nft-examples .card[data-v-4dd848d9]{width:250px;height:350px;list-style:none;margin-bottom:20px}.sales-overview[data-v-4dd848d9]{display:flex;justify-content:space-around;margin:20px;margin-bottom:40px;color:var(--text);font-size:larger}.sales-overview span[data-v-4dd848d9]{display:flex;align-items:center}.sales-overview .unicon[data-v-4dd848d9]{margin-right:5px}.caption[data-v-4dd848d9]{display:block;text-align:center;margin-bottom:20px}@media only screen and (max-device-width:1200px){.sales-overview[data-v-4dd848d9]{display:flex;flex-direction:column;align-items:center}.number-card[data-v-4dd848d9]{margin:15px}}.external-links[data-v-4dd848d9]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;max-width:700px;margin:auto}.external-links a[data-v-4dd848d9]{display:flex;align-items:center;justify-content:center;text-decoration:none;background:var(--foreground);padding:10px 20px;border-radius:15px}.external-links img[data-v-4dd848d9]{height:25px}.external-links a[data-v-4dd848d9]:hover{box-shadow:var(--shadow);transform:scale(1.1)}.dark .allo-logo[data-v-4dd848d9]{filter:invert(.3)}.unverified-disclaimer[data-v-4dd848d9]{color:var(--error);display:flex;align-items:center;justify-content:center}.unverified-disclaimer .unicon[data-v-4dd848d9]{fill:var(--error);margin-right:10px}h1[data-v-1db05617]{color:var(--text)}h5[data-v-1db05617]{font-size:medium;margin:0}a[data-v-1db05617]{margin-left:5px;text-decoration:none;color:var(--textlight)}a[data-v-1db05617]:hover{color:var(--text)}button[data-v-1db05617]{z-index:2}.head[data-v-1db05617]{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:90%;margin:-50px auto 20px auto}.username[data-v-1db05617]{text-transform:none;margin-bottom:0;z-index:2;color:var(--text)}.addresses[data-v-1db05617]{padding:0;margin:5px;list-style:none;text-transform:uppercase;z-index:2;word-break:break-all}.addresses li[data-v-1db05617]{padding:5px 10px;color:var(--textlight);border-radius:10px;margin:5px;text-align:center}.followers-container[data-v-1db05617]{margin-top:30px;padding:7px 16px;border-radius:15px;color:var(--text);background:var(--foreground);box-shadow:var(--shadow);z-index:2}.followers-container a[data-v-1db05617]{margin:10px}.followers-container .separator[data-v-1db05617]{height:80%;border-left:solid 1px var(--textlight);margin:0 5px}.top-left-button[data-v-1db05617]{position:absolute;top:60px;left:10px;background:none;border:none}.top-left-button .unicon[data-v-1db05617]{fill:var(--text);opacity:.75}.top-left-button .unicon.red[data-v-1db05617]{fill:var(--error);opacity:.75}.top-left-button .unicon[data-v-1db05617]:hover{opacity:1}.top-right-button[data-v-1db05617]{position:absolute;top:60px;right:10px;border:none;background:none}.top-right-button .unicon[data-v-1db05617]{fill:var(--text);opacity:.75}.top-right-button .unicon[data-v-1db05617]:hover{opacity:1}.top-right-button[data-v-1db05617]:focus{outline:none}.head.light .unicon[data-v-1db05617]{fill:var(--text);opacity:.8}.head.light .unicon[data-v-1db05617]:hover{opacity:1}nav[data-v-1db05617]{display:flex;justify-content:center;flex-wrap:wrap;max-width:90vw;margin-bottom:30px}nav a[data-v-1db05617]{color:var(--textlight);text-decoration:none;padding:10px 20px;border-radius:10px;display:flex;align-items:center}nav a .unicon[data-v-1db05617]{margin-right:7px;fill:var(--textlight)}nav a[data-v-1db05617]:hover{box-shadow:var(--light-shadow);color:var(--text)}nav a:hover .unicon[data-v-1db05617]{fill:var(--text)}nav a.is-active[data-v-1db05617]:not(.home-button){color:var(--accent);box-shadow:var(--accent-shadow);background:var(--foreground)}nav a.is-active:not(.home-button) .unicon[data-v-1db05617]{fill:var(--accent)}nav a.router-link-exact-active[data-v-1db05617]{color:var(--accent);box-shadow:var(--accent-shadow);background:var(--foreground)}nav a.router-link-exact-active .unicon[data-v-1db05617]{fill:var(--accent)}.verify-button[data-v-1db05617]{background:none;box-shadow:none;border:none;color:var(--textlight);text-decoration:underline;margin:0;padding:0;font-size:medium}.verify-button[data-v-1db05617]:hover{transform:none;color:var(--text)}.verify-button .verified-logo[data-v-1db05617]{top:.3em}.royalty-button[data-v-1db05617]{background:none;box-shadow:none;border:none;color:var(--blue);opacity:.7;margin:10px;padding:0;font-size:medium;display:flex;align-items:center}.royalty-button[data-v-1db05617]:hover{transform:none;opacity:1}.royalty-button .unicon[data-v-1db05617]{fill:var(--blue)}.nfd-address img[data-v-1db05617]{height:.8em}@media only screen and (max-device-width:1200px){.auction-sale-container[data-v-1db05617]{padding:25px;box-sizing:border-box;width:100%}nav[data-v-1db05617]{margin:auto}}h1[data-v-55347f30]{text-align:center}canvas[data-v-55347f30]{border:2px var(--text) solid;background-color:#fff}.algoglyph-section[data-v-55347f30]{padding-top:90px;width:500px;margin:auto;display:flex;flex-direction:column;align-items:center}.button-container[data-v-55347f30]{width:100%}.two-columns[data-v-55347f30]{display:grid;grid-template-columns:100px auto;grid-gap:15px;align-items:center}.two-columns>[data-v-55347f30]:nth-child(odd){justify-self:right}.advanced-options-title[data-v-55347f30]{margin-top:40px;width:100%;display:flex;justify-content:space-between;align-items:center}.advanced-options-title .linear-button[data-v-55347f30]{display:inline-block;margin:0;padding:0;font-size:medium}.flipped[data-v-55347f30]{transform:scaleX(-1)}.undo-redo[data-v-55347f30]{display:flex}.undo-redo .unicon[data-v-55347f30]{fill:var(--textlight)}.undo-redo .activated:hover .unicon[data-v-55347f30]{fill:var(--text)}.undo-redo .activated[data-v-55347f30]:hover{color:var(--text)}.undo-redo .button[data-v-55347f30]{display:flex;flex-direction:column;align-items:center;color:var(--textlight);font-size:smaller;margin:15px}#vip-gallery[data-v-85cf8e60]{background:linear-gradient(45deg,#e2f1fe,#f4ecfb);padding:200px 0;position:relative}#vip-gallery h1[data-v-85cf8e60]{font-size:4em;font-weight:700}#vip-gallery h1[data-v-85cf8e60],#vip-gallery h2[data-v-85cf8e60]{font-family:Roboto Condensed,sans-serif;text-transform:uppercase;color:var(--text);text-align:center;margin:0}#vip-gallery h2[data-v-85cf8e60]{font-size:2em;cursor:pointer}.confetti[data-v-85cf8e60]{position:absolute;width:900px;z-index:0;top:100px;left:calc(50% - 450px);opacity:.2}.gallery[data-v-85cf8e60]{display:grid;justify-content:space-between;justify-items:center;align-items:center;padding:0;list-style:none;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:75px;grid-auto-rows:420px;width:1200px;margin:0 auto;margin-top:100px}@media only screen and (max-device-width:1200px){#vip-gallery h1[data-v-85cf8e60]{font-size:3em}#vip-gallery h2[data-v-85cf8e60]{padding:0 25px}.gallery[data-v-85cf8e60]{width:100%;margin:0;overflow:hidden;padding:25px;box-sizing:border-box}.gallery li.spotlight[data-v-85cf8e60]{grid-column:1;grid-row:1}}.creator[data-v-85cf8e60]{z-index:0;width:250px;height:420px;margin:50px;transition:opacity .2s ease,filter .2s ease}.creator.blur:not(:hover) h3[data-v-85cf8e60]{opacity:.1}.nft-list[data-v-85cf8e60]{list-style:none;padding:0;margin:0;width:250px;height:350px;position:relative}.nft-list li[data-v-85cf8e60]{width:250px;height:350px;position:absolute;top:0;left:0;z-index:3}.nft-list li.loading[data-v-85cf8e60]{position:absolute}.nft-list li[data-v-85cf8e60]:nth-child(2){top:-10px;left:10px;z-index:2;animation-delay:.1s}.nft-list li[data-v-85cf8e60]:nth-child(3){top:-20px;left:20px;z-index:1;animation-delay:.2s}.creator-header[data-v-85cf8e60]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:-40px}.creator-header h3[data-v-85cf8e60]{margin-top:5px;padding:5px 10px}.creator-header a[data-v-85cf8e60]{text-decoration:none}.creator[data-v-85cf8e60]:hover{z-index:10}.creator:hover .wrapper[data-v-85cf8e60]{position:absolute;width:1200px;left:calc(50% - 600px);margin-top:-40px}.creator:hover .nft-list[data-v-85cf8e60]{background:hsla(0,0%,100%,.9);display:flex;justify-content:space-between;padding:20px 30px;width:900px;height:390px;margin:0 auto;box-sizing:border-box;border-radius:20px;box-shadow:var(--strong-shadow)}.creator:hover .nft-list li[data-v-85cf8e60]{position:static}.creator:hover .nft-list li[data-v-85cf8e60]:not(.loading){animation-name:slide-in;animation-duration:.2s;animation-timing-function:ease}.creator:hover .nft-list li.loading[data-v-85cf8e60]{width:250px}.creator:hover .creator-header h3[data-v-85cf8e60]{background:#d3d9e8;border-radius:10px}.card-grid[data-v-3db401f4]{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-auto-rows:85px}h4[data-v-3db401f4]{text-align:center}.head[data-v-12d5850d]{display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column}.head>div[data-v-12d5850d]{margin:0 60px}.head button[data-v-12d5850d]{margin-bottom:31px}.head input[data-v-12d5850d]{width:300px}.list-card-grid[data-v-12d5850d]{grid-template-columns:1fr,1fr}.nft-list-head[data-v-12d5850d]{display:grid;grid-template-columns:auto auto auto;grid-column-gap:50px;margin:auto;margin-top:70px;margin-bottom:25px;width:400px;text-align:center}.button-container[data-v-12d5850d]{margin:0}.button-container button[data-v-12d5850d]{margin:5px}.list-card[data-v-12d5850d]{position:absolute}.list-card .overview[data-v-12d5850d]{width:100%}.list-card button[data-v-12d5850d]{margin:0;width:140px;fill:var(--foreground);display:flex;align-items:center;justify-content:space-evenly}.filter-selector[data-v-12d5850d]{margin:40px 0;min-width:300px;text-align:left}.filter-selector select[data-v-12d5850d]{margin-top:15px}.double-column-grid[data-v-12d5850d]{display:grid;grid-template-columns:auto auto;justify-items:center}.selected-item-menu[data-v-12d5850d]{display:flex;align-items:center}.selected-item-menu.raise button.error-btn[data-v-12d5850d]{display:flex;align-items:center;position:relative;top:-45px}.selected-item-menu button[data-v-12d5850d]{height:54px}.selected-item-menu ul[data-v-12d5850d]{margin:0}.selected-item-menu.raise[data-v-12d5850d]{position:relative;top:25px}.error[data-v-12d5850d]{bottom:-50px}.currency-selector[data-v-12d5850d]{display:flex;align-items:center;justify-content:space-around}.nft-added-text[data-v-12d5850d]{text-align:center;width:100%;position:relative;top:26px}.vertical-flex-center[data-v-12d5850d]{display:flex;align-items:center;flex-direction:column}@media only screen and (max-device-width:1200px){.double-column-grid[data-v-12d5850d]{grid-template-columns:auto}}.selected-nfts[data-v-12d5850d]{margin:auto;width:200px;max-height:300px;overflow-y:scroll}.upload-button span[data-v-12d5850d]{color:var(--textlight);font-size:smaller;position:relative;top:-10px}.dark .address a[data-v-30edd806],.dark [data-v-30edd806]{color:var(--complement)}h1[data-v-30edd806]{color:var(--text);margin-top:-20px;text-transform:capitalize}p[data-v-30edd806]{padding:0;margin:0 12px 12px 12px}a[data-v-30edd806]{text-decoration:none}.owner-info[data-v-30edd806]{display:flex;flex-direction:column;align-items:center}.address[data-v-30edd806]{margin-top:10px}.address a[data-v-30edd806]{color:var(--text);font-size:1em;margin:15px}.checkbox[data-v-30edd806]{height:10px;width:10px;border:1px solid var(--text);border-radius:5px}.textual-button .unicon[data-v-30edd806]{background:var(--background);fill:var(--text);margin-right:7px}.textual-button:hover .unicon[data-v-30edd806]{transform:none}.shuffle-body[data-v-30edd806]{display:grid;width:100%;grid-template-columns:250px auto;grid-column-gap:50px}.shuffle-body .textual-button[data-v-30edd806]{font-weight:400;margin-left:0;position:relative;left:-10px}.shuffle-body h2[data-v-30edd806]{text-align:left;margin:20px 0}.won-nft-body[data-v-30edd806]{display:grid;grid-template-columns:300px auto;max-width:900px;margin:auto;position:relative}.won-nft-infos[data-v-30edd806]{display:flex;flex-direction:column;align-items:flex-start;padding:2em;align-self:center;opacity:0;animation-name:fade;animation-duration:1s;animation-delay:1s;animation-fill-mode:forwards}.won-nft-infos p[data-v-30edd806],ul[data-v-30edd806]{margin-left:0;padding-left:0}.won-nft-body>ul[data-v-30edd806]{position:relative;left:calc(50% + 300px);opacity:0;animation-name:won-nft-card-appears-30edd806;animation-duration:1.5s;animation-fill-mode:forwards}@media only screen and (max-device-width:1200px){.shuffle-body[data-v-30edd806],.won-nft-infos[data-v-30edd806]{display:flex;flex-direction:column;align-items:center;justify-content:center}.won-nft-body[data-v-30edd806]{grid-template-columns:auto}}.description[data-v-30edd806]{text-align:center}.price[data-v-30edd806]{text-align:center;margin:0;padding:0}.price span[data-v-30edd806]{color:var(--text);font-size:xx-large}.arc69-attributes li[data-v-30edd806]{box-sizing:border-box;display:inline-block;padding:7px 10px;margin-right:10px;margin-bottom:15px;border-radius:10px;font-weight:400;font-size:.8em;color:var(--textlight)}.won-nft-infos li[data-v-30edd806]{margin-left:0;padding-left:0}.arc69-attributes li span[data-v-30edd806]{text-align:center;margin:5px}.arc69-attributes li span[data-v-30edd806]:first-child{font-weight:bolder;color:var(--accent)}.button-container[data-v-30edd806]{max-width:500px;margin:auto}.timer[data-v-30edd806]{text-align:center;font-size:larger}@keyframes won-nft-card-appears-30edd806{0%{opacity:0;transform:scale(.5)}40%{opacity:1;transform:scale(1)}to{opacity:1;left:0}}input[data-v-5c44a67f]{display:inline;margin:0;width:0;height:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;padding:0}label[data-v-5c44a67f]{display:inline-flex;align-items:center;padding:10px 20px;margin:2px;color:var(--textlight);cursor:pointer}.unicon[data-v-5c44a67f]{margin-right:5px;fill:var(--textlight)}label.selected[data-v-5c44a67f]{background:var(--foreground);border-radius:10px;color:var(--accent);box-shadow:var(--light-shadow)}label.selected .unicon[data-v-5c44a67f]{fill:var(--accent)}.sort-buttons-wrapper[data-v-5c44a67f]{display:flex;justify-content:center;margin:20px 0}@media only screen and (max-device-width:1200px){.sort-buttons-wrapper[data-v-5c44a67f]{flex-wrap:wrap;width:100vw}}@media only screen and (max-device-width:1200px){#shuffles h1[data-v-e2fcf394]{text-align:center}}.filters[data-v-e2fcf394]{display:flex;flex-wrap:wrap;align-items:center}.filters .toggle-nsfw[data-v-e2fcf394]{margin-left:10px}.market-header[data-v-ca2e89b4]{height:800px;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column}.market-header .title[data-v-ca2e89b4]{z-index:1}.market-header .title h2[data-v-ca2e89b4]{font-family:Roboto Condensed,sans-serif;font-size:8em;line-height:.95em;text-transform:uppercase;text-align:center;color:var(--text)}.market-header .title h2 a[data-v-ca2e89b4]{text-decoration:none}.market-header .title h3[data-v-ca2e89b4]{font-family:Roboto Condensed,sans-serif;font-size:3em;font-weight:lighter;line-height:1em;text-transform:uppercase;text-align:center;color:var(--textlight);margin:0}.market-body[data-v-ca2e89b4]{margin-top:0}.sales-buttons[data-v-ca2e89b4]{display:flex}.sales-buttons a[data-v-ca2e89b4]{display:flex;align-items:center;flex-direction:column;text-decoration:none;margin:0 13px}.sales-buttons a .asa-logo[data-v-ca2e89b4],.sales-buttons a .unicon[data-v-ca2e89b4]{margin-bottom:5px;padding:12px;background-color:#000;border-radius:15px}.sales-buttons a .asa-logo[data-v-ca2e89b4]{width:24px;height:24px;font-size:x-large;display:flex;align-items:center;justify-content:center}.sales-buttons a[data-v-ca2e89b4]:hover{color:var(--blue)}.sales-buttons a:hover .unicon[data-v-ca2e89b4]{fill:var(--blue)}.sales-buttons a.router-link-exact-active[data-v-ca2e89b4]{color:var(--blue)}.sales-buttons a.router-link-exact-active .unicon[data-v-ca2e89b4]{fill:var(--blue)}.market-header .hdl-nft[data-v-ca2e89b4]{max-width:730px;z-index:1}@media only screen and (max-device-width:1200px){.market-header[data-v-ca2e89b4]{max-height:510px}.market-header .hdl-nft[data-v-ca2e89b4]{max-width:100vw;max-height:600px;min-height:300px}.market-header .title h2[data-v-ca2e89b4]{font-size:3.5em}.market-header .title h3[data-v-ca2e89b4]{font-size:1.5em}}#app.hdl{--blue:#008ef7;--red:#ca1b52;--error:var(--red);background:var(--background);min-height:100vh;font-family:Libre Franklin,sans-serif;transition:background .5s ease;--invert:0;width:100%;overflow-x:hidden}#app.hdl,#app.hdl.dark{--background:#161616;--foreground:#1d222d;--foreground-transparent:rgba(29,34,45,0.5);--foreground-blur:rgba(29,34,45,0.5);--nav-background:#161616;--fake-blur:rgba(28,29,32,0.9215686274509803);--headings:#202231;--text:#dae2ff;--textlight:rgba(218,226,255,0.6);--accent:var(--blue);--complement:#fff;--blur-overlay:rgba(14,17,23,0.5);--light-shadow:rgba(0,0,0,0.1) 0px 0px 20px;--shadow:rgba(0,0,0,0.1) 0px 0px 2px,rgba(0,0,0,0.3) 0px 0px 20px;--strong-shadow:hsla(0,0%,100%,0.1) 0px 1px 1px 0px inset,rgba(50,50,93,0.25) 0px 50px 100px -20px,rgba(0,0,0,0.3) 0px 30px 60px -30px;--accent-shadow:0 0 .5vw rgba(0,0,0,0.1),0 0 10vw rgba(202,49,112,0.3);--gradient:linear-gradient(45deg,var(--accent),#4d02b1);--lightgradient:linear-gradient(45deg,#103252,#581e70);--background-alt:#1d222d;--foreground-alt:#0e1117;--invert:1;--pop-up-background:rgba(14,17,23,0.9)}#hdl-submarket .view-body .view-header{display:none}.navigate-buttons[data-v-240aef1f]{display:grid;grid-template-columns:auto}.navigate-buttons .unicon[data-v-240aef1f]{fill:var(--textlight)}.navigate-buttons .unicon.activated[data-v-240aef1f]:hover{fill:var(--text)}.list-card-grid[data-v-240aef1f]{overflow:hidden;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-auto-rows:105px;max-height:401px}@media only screen and (max-device-width:1200px){#sales h1[data-v-6d598d46]{text-align:center}#sales .sort-buttons-wrapper[data-v-6d598d46]{width:100%}}.filters[data-v-6d598d46]{display:flex;flex-wrap:wrap;align-items:center}.filters .toggle-nsfw[data-v-6d598d46]{margin-left:10px}.card-grid[data-v-32ef50c6]{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-auto-rows:85px}.margin-top[data-v-32ef50c6]{margin-top:180px}h4[data-v-32ef50c6]{text-align:center}.card-grid[data-v-63371ee8]{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-auto-rows:85px}.margin-top[data-v-63371ee8]{margin-top:180px}h4[data-v-63371ee8]{text-align:center}.market-header[data-v-039324c4]{height:570px;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column}.market-header .title[data-v-039324c4]{position:relative;z-index:1}.market-header .title h2[data-v-039324c4]{font-family:aktiv-grotesk,sans-serif;font-size:8em;line-height:.95em;text-transform:uppercase;text-align:center;color:var(--text)}.market-header .title h2 a[data-v-039324c4]{text-decoration:none}.market-header .title h3[data-v-039324c4]{font-family:aktiv-grotesk,sans-serif;font-size:3em;font-weight:lighter;line-height:1em;text-transform:uppercase;text-align:center;color:var(--textlight);margin:0}.market-header a[data-v-039324c4]{display:block;text-align:center}.market-header img[data-v-039324c4]{width:100%;max-width:1200px}.market-body[data-v-039324c4]{margin-top:30px}.sales-buttons[data-v-039324c4]{display:flex;margin-top:30px;position:absolute;bottom:0}.sales-buttons a[data-v-039324c4]{display:flex;align-items:center;flex-direction:column;text-decoration:none;margin:0 25px}.sales-buttons a .asa-logo[data-v-039324c4],.sales-buttons a .unicon[data-v-039324c4]{margin-bottom:5px;padding:12px;background-color:#000;border-radius:15px}.sales-buttons a .asa-logo[data-v-039324c4]{width:24px;height:24px;font-size:x-large;display:flex;align-items:center;justify-content:center}.sales-buttons a[data-v-039324c4]:hover{color:var(--blue)}.sales-buttons a:hover .unicon[data-v-039324c4]{fill:var(--blue)}.sales-buttons a.router-link-exact-active[data-v-039324c4]{color:var(--blue)}.sales-buttons a.router-link-exact-active .unicon[data-v-039324c4]{fill:var(--blue)}.market-header .bkrt-nft[data-v-039324c4]{width:100vw;z-index:1}@media only screen and (max-device-width:1200px){.market-header[data-v-039324c4]{height:350px}.market-header img[data-v-039324c4]{margin-bottom:100px}}#app.bkrt{--blue:#fff;--red:#a0a0a0;--error:var(--red);background:var(--background);min-height:100vh;font-family:aktiv-grotesk,sans-serif;transition:background .5s ease;--invert:0;width:100%;overflow-x:hidden}#app.bkrt,#app.bkrt.dark{--background:#000;--foreground:#1b1717;--foreground-transparent:rgba(29,34,45,0.5);--foreground-blur:rgba(29,34,45,0.5);--fake-blur:rgba(28,29,32,0.9215686274509803);--headings:#202231;--nav:#000;--nav-background:#000;--text:#aaa;--textlight:rgba(218,226,255,0.6);--accent:#000;--complement:#fff;--blur-overlay:rgba(14,17,23,0.5);--light-shadow:rgba(0,0,0,0.1) 0px 0px 20px;--shadow:rgba(0,0,0,0.1) 0px 0px 2px,rgba(0,0,0,0.3) 0px 0px 20px;--strong-shadow:hsla(0,0%,100%,0.1) 0px 1px 1px 0px inset,rgba(50,50,93,0.25) 0px 50px 100px -20px,rgba(0,0,0,0.3) 0px 30px 60px -30px;--accent-shadow:0 0 .5vw rgba(0,0,0,0.1),0 0 10vw rgba(202,49,112,0.3);--gradient:linear-gradient(45deg,var(--accent),#fff);--lightgradient:linear-gradient(0deg,#575757,#fff);--background-alt:silver;--foreground-alt:#000;--invert:1;--pop-up-background:rgba(14,17,23,0.9)}#bkrt-submarket .view-body .view-header{display:none}.market-header[data-v-86de82e0]{height:570px;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column}.market-header .title[data-v-86de82e0]{position:relative;z-index:1}.market-header .title h2[data-v-86de82e0]{font-family:aktiv-grotesk,sans-serif;font-size:8em;line-height:.95em;text-transform:uppercase;text-align:center;color:var(--text)}.market-header .title h2 a[data-v-86de82e0]{text-decoration:none}.market-header .title h3[data-v-86de82e0]{font-family:aktiv-grotesk,sans-serif;font-size:3em;font-weight:lighter;line-height:1em;text-transform:uppercase;text-align:center;color:var(--textlight);margin:0}.market-header a[data-v-86de82e0]{display:block;text-align:center}.market-header img[data-v-86de82e0]{width:100%;max-width:1200px}.market-body[data-v-86de82e0]{margin-top:30px}.sales-buttons[data-v-86de82e0]{display:flex;margin-top:30px;position:absolute;bottom:0}.sales-buttons a[data-v-86de82e0]{display:flex;align-items:center;flex-direction:column;text-decoration:none;margin:0 25px}.sales-buttons a .asa-logo[data-v-86de82e0],.sales-buttons a .unicon[data-v-86de82e0]{margin-bottom:5px;padding:12px;background-color:#000;border-radius:15px}.sales-buttons a .asa-logo[data-v-86de82e0]{width:24px;height:24px;font-size:x-large;display:flex;align-items:center;justify-content:center}.sales-buttons a[data-v-86de82e0]:hover{color:var(--blue)}.sales-buttons a:hover .unicon[data-v-86de82e0]{fill:var(--blue)}.sales-buttons a.router-link-exact-active[data-v-86de82e0]{color:var(--blue)}.sales-buttons a.router-link-exact-active .unicon[data-v-86de82e0]{fill:var(--blue)}.market-header .crsd-nft[data-v-86de82e0]{width:100vw;z-index:1}@media only screen and (max-device-width:1200px){.market-header[data-v-86de82e0]{height:350px}.market-header img[data-v-86de82e0]{margin-bottom:100px}}#app.crsd{--blue:#f448e0;--red:#ca1b52;--error:var(--red);background:var(--background);min-height:100vh;font-family:aktiv-grotesk,sans-serif;transition:background .5s ease;--invert:0;width:100%;overflow-x:hidden}#app.crsd,#app.crsd.dark{--background:#0e1117;--foreground:#1d222d;--foreground-transparent:rgba(29,34,45,0.5);--foreground-blur:rgba(29,34,45,0.5);--fake-blur:rgba(28,29,32,0.9215686274509803);--headings:#202231;--nav-background:#f448e0;--text:#dae2ff;--textlight:rgba(218,226,255,0.6);--accent:#f448e0;--complement:#fff;--blur-overlay:rgba(14,17,23,0.5);--light-shadow:rgba(0,0,0,0.1) 0px 0px 20px;--shadow:rgba(0,0,0,0.1) 0px 0px 2px,rgba(0,0,0,0.3) 0px 0px 20px;--strong-shadow:hsla(0,0%,100%,0.1) 0px 1px 1px 0px inset,rgba(50,50,93,0.25) 0px 50px 100px -20px,rgba(0,0,0,0.3) 0px 30px 60px -30px;--accent-shadow:0 0 .5vw rgba(0,0,0,0.1),0 0 10vw rgba(202,49,112,0.3);--gradient:linear-gradient(45deg,var(--accent),#4d02b1);--lightgradient:linear-gradient(0deg,#103252,#8d2c95);--background-alt:#1d222d;--foreground-alt:#0e1117;--invert:1;--pop-up-background:rgba(14,17,23,0.9)}#crsd-submarket .view-body .view-header{display:none}.coming-soon{display:flex;justify-content:center;height:550px}.crescendo-form[data-v-2b6b34d0]{max-width:600px;margin:auto}form[data-v-2b6b34d0]{display:grid;grid-template-columns:auto auto;align-items:center;min-width:500px;grid-column-gap:10px;padding-right:75px}form>[data-v-2b6b34d0]:nth-child(odd):not(h5):not(button){align-self:center;justify-self:right;max-width:150px}form>[data-v-2b6b34d0]:nth-child(2n):not(button){align-self:center;justify-self:left;width:100%}form button[data-v-2b6b34d0],form h5[data-v-2b6b34d0]{grid-column:span 2}h5[data-v-2b6b34d0]{color:var(--error);display:flex;align-items:center;justify-content:center}h5 .unicon[data-v-2b6b34d0]{fill:var(--error);margin-right:5px}.error-section[data-v-2b6b34d0]{max-width:500px;margin:auto}.error-section h1[data-v-2b6b34d0]{color:var(--error);display:flex;align-items:center;justify-content:center}.error-section h1 .unicon[data-v-2b6b34d0]{fill:var(--error);margin-right:5px}.crescendo-form[data-v-578434e4]{max-width:600px;margin:auto}form[data-v-578434e4]{display:grid;grid-template-columns:auto auto;align-items:center;min-width:500px;grid-column-gap:10px;padding-right:75px}form>[data-v-578434e4]:nth-child(odd):not(h5):not(button){align-self:center;justify-self:right;max-width:150px}form>[data-v-578434e4]:nth-child(2n):not(button){align-self:center;justify-self:left;width:100%}form button[data-v-578434e4],form h5[data-v-578434e4]{grid-column:span 2}h5[data-v-578434e4]{color:var(--error);display:flex;align-items:center;justify-content:center}h5 .unicon[data-v-578434e4]{fill:var(--error);margin-right:5px}.error-section[data-v-578434e4]{max-width:500px;margin:auto}.error-section h1[data-v-578434e4]{color:var(--error);display:flex;align-items:center;justify-content:center}.error-section h1 .unicon[data-v-578434e4]{fill:var(--error);margin-right:5px}.address-form[data-v-578434e4]{display:grid;grid-template-columns:auto auto;grid-gap:0 10px}.address-form>[data-v-578434e4]:first-child{grid-column:span 2}select[data-v-578434e4]{display:block;width:100%;max-width:450px;margin:20px auto;padding:10px 20px;background:var(--foreground);box-shadow:var(--light-shadow);border:1px solid transparent;border-radius:20px;font-size:1em;font-family:Roboto,sans-serif;font-weight:400;color:var(--text);box-sizing:border-box}p[data-v-5236322d]{display:flex;align-items:center;justify-content:center;font-size:large;color:var(--text)}p img[data-v-5236322d]{margin-right:16px}nav[data-v-b51a3694]{display:flex;justify-content:center;flex-wrap:wrap;max-width:90vw;margin-bottom:30px}nav a[data-v-b51a3694]{color:var(--textlight);text-decoration:none;padding:10px 20px;border-radius:10px;display:flex;align-items:center}nav a .unicon[data-v-b51a3694]{margin-right:7px;fill:var(--textlight)}nav a[data-v-b51a3694]:hover{box-shadow:var(--light-shadow);color:var(--text)}nav a:hover .unicon[data-v-b51a3694]{fill:var(--text)}nav a.router-link-exact-active[data-v-b51a3694]{color:var(--accent);box-shadow:var(--accent-shadow);background:var(--foreground)}nav a.router-link-exact-active .unicon[data-v-b51a3694]{fill:var(--accent)}button[data-v-d81c18f6]{background:none;border:none;cursor:pointer}nav[data-v-d81c18f6]{display:flex;justify-content:center;flex-wrap:wrap;max-width:90vw;margin-bottom:30px}nav a[data-v-d81c18f6],nav button[data-v-d81c18f6]{color:var(--textlight);text-decoration:none;padding:10px 20px;border-radius:10px;display:flex;align-items:center}nav a .unicon[data-v-d81c18f6],nav button .unicon[data-v-d81c18f6]{margin-right:7px;fill:var(--textlight)}nav a[data-v-d81c18f6]:hover,nav button[data-v-d81c18f6]:hover{box-shadow:var(--light-shadow);color:var(--text)}nav a:hover .unicon[data-v-d81c18f6],nav button:hover .unicon[data-v-d81c18f6]{fill:var(--text)}nav a.router-link-exact-active[data-v-d81c18f6]{color:var(--accent);box-shadow:var(--accent-shadow);background:var(--foreground)}nav a.router-link-exact-active .unicon[data-v-d81c18f6]{fill:var(--accent)}.market-header[data-v-6b555ca7]{height:615px;display:flex;margin-top:80px;flex-direction:column;text-align:center;margin-bottom:0}.market-header .title[data-v-6b555ca7]{position:relative;z-index:1}.market-header .title h2[data-v-6b555ca7]{font-family:Roboto Condensed,sans-serif;font-size:8em;line-height:.95em;text-transform:uppercase;text-align:center;color:var(--text)}.market-header .title h2 a[data-v-6b555ca7]{text-decoration:none}.market-header .title h3[data-v-6b555ca7]{font-family:Roboto Condensed,sans-serif;font-size:3em;font-weight:lighter;line-height:1em;text-transform:uppercase;text-align:center;color:var(--textlight);margin:0}.market-header .cosg-logo[data-v-6b555ca7]{max-width:730px;width:90%;z-index:1;position:relative}.market-header .cosg-background[data-v-6b555ca7]{position:absolute;width:100%;max-width:1300px;min-width:900px;z-index:0;mix-blend-mode:lighten;opacity:.5}.market-body[data-v-6b555ca7]{margin-top:10px}.sales-buttons[data-v-6b555ca7]{display:flex;position:relative;z-index:5;margin-bottom:20px}.sales-buttons a[data-v-6b555ca7]{display:flex;align-items:center;flex-direction:column;text-decoration:none;margin:0 15px}.sales-buttons a .asa-logo[data-v-6b555ca7],.sales-buttons a .unicon[data-v-6b555ca7]{margin-bottom:5px;padding:12px;background-color:#000;border-radius:15px}.sales-buttons a .asa-logo[data-v-6b555ca7]{width:24px;height:24px;font-size:x-large;display:flex;align-items:center;justify-content:center}.sales-buttons a[data-v-6b555ca7]:hover{color:var(--blue)}.sales-buttons a:hover .unicon[data-v-6b555ca7]{fill:var(--blue)}.sales-buttons a.router-link-exact-active[data-v-6b555ca7]{color:var(--blue)}.sales-buttons a.router-link-exact-active .unicon[data-v-6b555ca7]{fill:var(--blue)}@media only screen and (max-device-width:1200px){.market-header[data-v-6b555ca7]{height:580px;margin-top:40px}.market-header img[data-v-6b555ca7]{margin-top:10px}.market-body[data-v-6b555ca7]{margin-top:5px}}#app.cosg{--blue:#499aaf;--red:#ca1b52;--error:var(--red);background:linear-gradient(180deg,#0a1423,#14285f 50%,#14a0b4);min-height:100vh;font-family:Libre Franklin,sans-serif;transition:background .5s ease;--invert:0;width:100%;overflow-x:hidden}#app.cosg,#app.cosg.dark{--background:#0a1423;--foreground:#11223b;--foreground-transparent:rgba(29,34,45,0.5);--foreground-blur:rgba(29,34,45,0.5);--nav-background:#0a1423;--fake-blur:rgba(28,29,32,0.9215686274509803);--headings:#202231;--text:#fff;--textlight:rgba(218,228,255,0.6);--accent:var(--blue);--complement:#fff;--blur-overlay:rgba(14,17,23,0.5);--light-shadow:rgba(0,0,0,0.1) 0px 0px 20px;--shadow:rgba(0,0,0,0.1) 0px 0px 2px,rgba(0,0,0,0.3) 0px 0px 20px;--strong-shadow:hsla(0,0%,100%,0.1) 0px 1px 1px 0px inset,rgba(50,50,93,0.25) 0px 50px 100px -20px,rgba(0,0,0,0.3) 0px 30px 60px -30px;--accent-shadow:0 0 .5vw rgba(0,0,0,0.1),0 0 10vw rgba(202,49,112,0.3);--gradient:linear-gradient(180deg,#96d2cd,#5ac3d7 51.04%,#14a0b4);--lightgradient:linear-gradient(180deg,#96d2cd,#5ac3d7 51.04%,#14a0b4);--background-alt:#1d222d;--foreground-alt:#0e1117;--invert:1;--pop-up-background:rgba(14,17,23,0.9)}#cosg-submarket .view-body .view-header{display:none}#app.cosg .view-header{background:transparent}h2[data-v-1456f06a]{text-align:center}.two-columns[data-v-1456f06a]{max-width:600px;margin:auto;display:grid;grid-template-columns:auto auto;align-items:center;grid-gap:15px}.two-columns>[data-v-1456f06a]:nth-child(odd){align-self:center;justify-self:right}.button-holder[data-v-1456f06a]{position:relative}ul[data-v-1456f06a]{max-height:235px;overflow-y:scroll}li[data-v-1456f06a]{font-family:Roboto Mono,monospace}.head[data-v-0fa622e8],.uploaded-addresses-container[data-v-1456f06a]{display:flex;flex-direction:column;align-items:center}.head[data-v-0fa622e8]{justify-content:center;text-align:center}.head>div[data-v-0fa622e8]{margin:0 60px}.head button[data-v-0fa622e8]{margin-bottom:31px}.head input[data-v-0fa622e8]{width:300px}.list-card-grid[data-v-0fa622e8]{grid-template-columns:1fr,1fr}.nft-list-head[data-v-0fa622e8]{display:grid;grid-template-columns:auto auto auto;grid-column-gap:50px;margin:auto;margin-top:70px;margin-bottom:25px;width:400px;text-align:center}.button-container[data-v-0fa622e8]{margin:0}.button-container button[data-v-0fa622e8]{margin:5px}.list-card[data-v-0fa622e8]{position:absolute}.list-card .overview[data-v-0fa622e8]{width:100%}.list-card button[data-v-0fa622e8]{margin:0;width:80px;fill:var(--foreground);display:flex;align-items:center;justify-content:space-evenly}.filter-selector[data-v-0fa622e8]{margin:40px 0;min-width:300px;text-align:left}.filter-selector select[data-v-0fa622e8]{margin-top:15px}.two-column-grid[data-v-0fa622e8]{display:grid;grid-template-columns:auto auto;justify-items:center}select[data-v-0fa622e8]{width:60px}.selected-item-menu.raise button[data-v-0fa622e8]{display:flex;align-items:center;position:relative;top:-53px}.selected-item-menu[data-v-0fa622e8]{display:flex;align-items:center;position:relative;width:350px;top:53px}.selected-item-menu button[data-v-0fa622e8]{height:54px;position:relative;top:-53px;width:100px}.selected-item-menu ul[data-v-0fa622e8]{margin:0}.selected-item-menu.raise[data-v-0fa622e8]{position:relative;top:53px}.error[data-v-0fa622e8]{bottom:-50px}.currency-selector[data-v-0fa622e8]{display:flex;align-items:center;justify-content:space-around}.nft-added-text[data-v-0fa622e8]{text-align:center;width:100%;position:relative;top:26px}.vertical-flex-center[data-v-0fa622e8]{display:flex;align-items:center;flex-direction:column}.delete-cat-button[data-v-0fa622e8]{fill:var(--error);margin-left:5px;opacity:.6}.delete-cat-button[data-v-0fa622e8]:hover{opacity:1}.text-logo .unicon[data-v-0fa622e8]{fill:var(--accent);margin-left:5px}@media only screen and (max-device-width:1200px){.double-column-grid[data-v-0fa622e8]{grid-template-columns:auto}}.vertical-flex-center[data-v-0fa622e8]{margin-top:30px;font-size:larger}.head[data-v-68fb5483]{display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column}.head>div[data-v-68fb5483]{margin:0 60px}.head button[data-v-68fb5483]{margin-bottom:31px}.head input[data-v-68fb5483]{width:300px}.list-card-grid[data-v-68fb5483]{grid-template-columns:1fr,1fr}.nft-list-head[data-v-68fb5483]{display:grid;grid-template-columns:auto auto auto;grid-column-gap:50px;margin:auto;margin-top:70px;margin-bottom:25px;width:400px;text-align:center}.button-container button[data-v-68fb5483]{margin:5px}.list-card[data-v-68fb5483]{position:absolute}.list-card .overview[data-v-68fb5483]{width:100%}.list-card button[data-v-68fb5483]{margin:0;width:110px;height:55px;fill:var(--foreground);display:flex;align-items:center;justify-content:space-evenly}.selected-item-menu[data-v-68fb5483]{display:flex;align-items:center}.selected-item-menu button[data-v-68fb5483]{height:54px}.selected-item-menu ul[data-v-68fb5483]{margin:0}.selected-item-menu.raise[data-v-68fb5483]{position:relative;top:-13px}.error[data-v-68fb5483]{bottom:-50px}.empty-card[data-v-68fb5483]{width:250px;height:350px;background:var(--foreground-transparent);border-radius:15px;display:flex;align-items:center;justify-content:center;flex-direction:column}.empty-card input[data-v-68fb5483]{max-width:150px}.remove-button[data-v-68fb5483]{position:absolute;top:15px;right:15px}.remove-button .unicon[data-v-68fb5483]{fill:var(--error)}.button-container[data-v-68fb5483]{display:grid;position:relative;margin:0;padding:0;left:10px;top:-35px}.button-container button[data-v-68fb5483]{margin-right:10px}@keyframes firstCard-48c6e416{0%{transform:rotate(0deg) translate(250px) rotate(0deg)}to{transform:rotate(-2turn) translate(0) rotate(2turn);opacity:0}}@keyframes secondCard-48c6e416{0%{transform:rotate(-180deg) translate(250px) rotate(180deg)}to{transform:rotate(-900deg) translate(0) rotate(900deg);opacity:0}}@keyframes firstCardBis-48c6e416{0%{transform:rotate(-90deg) translate(250px) rotate(90deg)}to{transform:rotate(-810deg) translate(0) rotate(810deg);opacity:0}}@keyframes secondCardBis-48c6e416{0%{transform:rotate(-210deg) translate(250px) rotate(210deg)}to{transform:rotate(-930deg) translate(0) rotate(930deg);opacity:0}}@keyframes thirdCard-48c6e416{0%{transform:rotate(-330deg) translate(250px) rotate(330deg)}to{transform:rotate(-1050deg) translate(0) rotate(1050deg);opacity:0}}@keyframes firstCardTer-48c6e416{0%{transform:rotate(-45deg) translate(250px) rotate(45deg)}to{transform:rotate(-765deg) translate(0) rotate(765deg);opacity:0}}@keyframes secondCardTer-48c6e416{0%{transform:rotate(-135deg) translate(250px) rotate(135deg)}to{transform:rotate(-855deg) translate(0) rotate(855deg);opacity:0}}@keyframes thirdCardTer-48c6e416{0%{transform:rotate(-225deg) translate(250px) rotate(225deg)}to{transform:rotate(-945deg) translate(0) rotate(945deg);opacity:0}}@keyframes fourthCard-48c6e416{0%{transform:rotate(-315deg) translate(250px) rotate(315deg)}to{transform:rotate(-1035deg) translate(0) rotate(1035deg);opacity:0}}@keyframes resultCard-48c6e416{0%{opacity:0;transform:perspective(500px) translateZ(-1000px)}to{opacity:1;transform:perspective(500px) translateZ(0)}}.card-animation[data-v-48c6e416]{animation-duration:2s;animation-timing-function:ease-in;animation-fill-mode:forwards}.card-animation.first[data-v-48c6e416]{animation-name:firstCard-48c6e416}.card-animation.second[data-v-48c6e416]{animation-name:secondCard-48c6e416}.card-animation.third[data-v-48c6e416]{animation-name:thirdCard-48c6e416}.card-animation.first-bis[data-v-48c6e416]{animation-name:firstCardBis-48c6e416}.card-animation.second-bis[data-v-48c6e416]{animation-name:secondCardBis-48c6e416}.card-animation.fourth[data-v-48c6e416]{animation-name:fourthCard-48c6e416}.card-animation.first-ter[data-v-48c6e416]{animation-name:firstCardTer-48c6e416}.card-animation.second-ter[data-v-48c6e416]{animation-name:secondCardTer-48c6e416}.card-animation.third-ter[data-v-48c6e416]{animation-name:thirdCardTer-48c6e416}.card-animation.result[data-v-48c6e416]{opacity:0;animation-name:resultCard-48c6e416;animation-delay:2s}#app:not(.dark) .card-animation.result[data-v-48c6e416]{box-shadow:inset 0 0 50px #fff,inset 20px 0 80px #f6ebfb,inset -20px 0 80px #e1f2ff,inset 20px 0 300px #f6ebfb,inset -20px 0 300px #e1f2ff,0 0 50px #fff,-10px 0 80px #f6ebfb,10px 0 80px #e1f2ff}#app.dark .card-animation.result[data-v-48c6e416]{box-shadow:inset 0 0 50px #fff,inset 20px 0 80px #581e70,inset -20px 0 80px #103252,inset 20px 0 300px #581e70,inset -20px 0 300px #103252,0 0 50px #fff,-10px 0 80px #581e70,10px 0 80px #103252}.card-holder-animation[data-v-48c6e416]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@keyframes buttonFadeIn-48c6e416{99%{visibility:hidden}to{visibility:visible}}.head[data-v-48c6e416]{display:flex;flex-direction:column;flex-wrap:wrap;justify-items:center;justify-content:center;align-items:center;text-align:left}.head>div[data-v-48c6e416]{margin:0 60px}.bottom[data-v-48c6e416],.top[data-v-48c6e416]{display:flex;flex-direction:row;justify-content:center;margin:0;padding:0}button[data-v-48c6e416]{justify-self:center;margin:0 13px}.error-btn[data-v-48c6e416]{margin-right:0}.button-holder[data-v-48c6e416]{display:flex;position:absolute;top:calc(50% + 300px);left:50%;transform:translate(-50%,-50%);visibility:hidden;animation-name:buttonFadeIn-48c6e416;animation-delay:4s;animation-duration:1s;animation-fill-mode:forwards}.button-holder button[data-v-48c6e416]{margin:15px}.button-container[data-v-48c6e416]{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-items:center;margin:0 auto}@media only screen and (max-device-width:1200px){.bottom[data-v-48c6e416],.top[data-v-48c6e416]{flex-wrap:wrap;width:75vw}}.head[data-v-caee3576]{display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column}.head h1[data-v-caee3576]{margin-bottom:25px}.head li[data-v-caee3576]{list-style:none;min-width:400px}.two-columns[data-v-caee3576]{display:grid;grid-template-columns:auto auto;align-items:center}.nft-list-head[data-v-caee3576]{display:grid;grid-template-columns:auto auto auto;grid-column-gap:50px;margin:auto;margin-top:70px;margin-bottom:25px;width:400px;text-align:center}.button-container[data-v-caee3576]{margin:0}.button-container button[data-v-caee3576]{margin:5px}.list-card[data-v-caee3576]{position:absolute}.list-card .overview[data-v-caee3576]{width:100%}.list-card button[data-v-caee3576]{margin:0;width:140px;fill:var(--foreground);display:flex;align-items:center;justify-content:space-evenly}.market-header[data-v-83623202]{height:670px;display:flex;justify-content:center;align-items:center;position:relative;flex-direction:column;background:#010213}.market-header .title[data-v-83623202]{position:relative;z-index:1}.market-header .title h2[data-v-83623202]{font-family:Roboto Condensed,sans-serif;font-size:8em;line-height:.95em;text-transform:uppercase;text-align:center;color:var(--text)}.market-header .title h2 a[data-v-83623202]{text-decoration:none}.market-header .title h3[data-v-83623202]{font-family:Roboto Condensed,sans-serif;font-size:3em;font-weight:lighter;line-height:1em;text-transform:uppercase;text-align:center;color:var(--textlight);margin:0}.market-header .banner[data-v-83623202]{height:580px}.market-header .banner img[data-v-83623202]{position:absolute;bottom:-50px;height:800px;left:calc(50% - 650px);mix-blend-mode:lighten}.market-body[data-v-83623202]{margin-top:10px}.sales-buttons[data-v-83623202]{display:flex;position:relative;z-index:5}.sales-buttons a[data-v-83623202]{display:flex;align-items:center;flex-direction:column;text-decoration:none;margin:0 25px}.sales-buttons a .asa-logo[data-v-83623202],.sales-buttons a .unicon[data-v-83623202]{margin-bottom:5px;padding:12px;background-color:#000;border-radius:15px}.sales-buttons a .asa-logo[data-v-83623202]{width:24px;height:24px;font-size:x-large;display:flex;align-items:center;justify-content:center}.sales-buttons a[data-v-83623202]:hover{color:var(--accent)}.sales-buttons a:hover .unicon[data-v-83623202]{fill:var(--accent)}.sales-buttons a.router-link-exact-active[data-v-83623202]{color:var(--accent)}.sales-buttons a.router-link-exact-active .unicon[data-v-83623202]{fill:var(--accent)}.market-header .algoLeagues-nft[data-v-83623202]{width:100vw;z-index:1}#app.algoLeagues{--blue:#008ef7;--red:#ca1b52;--error:var(--red);background:var(--background);min-height:100vh;font-family:Libre Franklin,sans-serif;transition:background .5s ease;--invert:0;width:100%;overflow-x:hidden}#app.algoLeagues,#app.algoLeagues.dark{--background:#000318;--foreground:#10142f;--foreground-transparent:rgba(29,34,45,0.5);--foreground-blur:rgba(29,34,45,0.5);--nav-background:#161616;--fake-blur:rgba(28,29,32,0.9215686274509803);--headings:#202231;--text:#dae2ff;--textlight:rgba(218,226,255,0.6);--accent:#f88d2e;--complement:#fff;--blur-overlay:rgba(14,17,23,0.5);--light-shadow:rgba(0,0,0,0.1) 0px 0px 20px;--shadow:rgba(0,0,0,0.1) 0px 0px 2px,rgba(0,0,0,0.3) 0px 0px 20px;--strong-shadow:hsla(0,0%,100%,0.1) 0px 1px 1px 0px inset,rgba(50,50,93,0.25) 0px 50px 100px -20px,rgba(0,0,0,0.3) 0px 30px 60px -30px;--accent-shadow:0 0 .5vw rgba(0,0,0,0.1),0 0 10vw rgba(202,49,112,0.3);--gradient:linear-gradient(45deg,var(--accent),#eb5628);--lightgradient:linear-gradient(45deg,#050922,#010626);--background-alt:#1d222d;--foreground-alt:#0e1117;--invert:1;--pop-up-background:rgba(14,17,23,0.9)}#algoLeagues-submarket .view-body .view-header{display:none}.sales-buttons{min-width:80vw;flex-wrap:wrap;justify-content:center}.sales-buttons a .asa-logo,.sales-buttons a .unicon{margin:5px}.dark .address a[data-v-2e0ac3bb],.dark [data-v-2e0ac3bb]{color:var(--complement)}h1[data-v-2e0ac3bb]{color:var(--text)}p[data-v-2e0ac3bb]{padding:25px}a[data-v-2e0ac3bb]{text-decoration:none}.owner-info[data-v-2e0ac3bb]{display:flex;flex-direction:column;align-items:center;margin-top:-60px}.address[data-v-2e0ac3bb]{margin-top:10px}.address a[data-v-2e0ac3bb]{color:var(--text);font-size:1em;margin:15px}.checkbox[data-v-2e0ac3bb]{height:10px;width:10px;border:1px solid var(--text);border-radius:5px}.textual-button .unicon[data-v-2e0ac3bb]{background:var(--background);fill:var(--text);margin-right:7px}.textual-button:hover .unicon[data-v-2e0ac3bb]{transform:none}.pack-won-nft-body ul[data-v-2e0ac3bb]{position:relative;display:flex;max-width:900px;justify-content:space-around;margin:auto}@media only screen and (max-device-width:1200px){.won-nft-body[data-v-2e0ac3bb]{grid-template-columns:auto}}.description[data-v-2e0ac3bb]{text-align:center}.price[data-v-2e0ac3bb]{text-align:center;margin:0;padding:0}.price span[data-v-2e0ac3bb]{color:var(--text);font-size:xx-large}.button-container[data-v-2e0ac3bb]{max-width:500px;margin:auto}.timer[data-v-2e0ac3bb]{text-align:center;font-size:larger}@keyframes won-nft-card-appears-2e0ac3bb{0%{opacity:0;transform:scale(.5)}40%{opacity:1;transform:scale(1)}to{opacity:1;left:0}}.pack-won-nft-body .card.blur a{filter:blur(50px)}.time time[data-v-7d0c04f5]{margin-left:5px;color:var(--textlight);font-size:smaller}ul[data-v-7d0c04f5]{list-style:none}li[data-v-7d0c04f5]{display:flex;align-items:center;padding:15px 25px;border-radius:25px}li>div[data-v-7d0c04f5]:first-child{flex:1}li.read>div[data-v-7d0c04f5]:first-child{opacity:.4}li[data-v-7d0c04f5]:hover{box-shadow:var(--shadow)}.read-bullet[data-v-7d0c04f5]{display:inline-block;height:10px;width:10px;background:var(--accent);border-radius:100%}.read .read-bullet[data-v-7d0c04f5]{background:transparent}li .unicon[data-v-7d0c04f5]:hover{fill:var(--error)}.view-body h1[data-v-68427a27],h1[data-v-68427a27],p[data-v-68427a27]{text-align:center}ul[data-v-1682a3c0]{max-height:250px}.two-columns[data-v-1682a3c0]{max-width:600px;margin:auto;display:grid;grid-template-columns:auto auto;align-items:center;grid-gap:15px}ul[data-v-03038ab5]{display:flex;flex-wrap:wrap;list-style:none;justify-content:center}.media[data-v-03038ab5]{border-radius:20px;width:300px;height:350px;overflow:hidden;margin:5px}.media[data-v-03038ab5]:hover{box-shadow:var(--shadow)}.media img[data-v-03038ab5]{width:350px;height:350px}.button-container[data-v-03038ab5]{display:flex;justify-content:space-between;max-width:600px;margin:auto}.instagram-images[data-v-03038ab5]{max-width:1000px}.instagram-connection-button[data-v-03038ab5]{background:linear-gradient(-148deg,#b900b4,#f50001);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:auto;width:200px;height:40px;cursor:pointer}.instagram-connection-button .unicon[data-v-03038ab5]{margin-right:5px}ul[data-v-96345470]{display:flex;flex-wrap:wrap;list-style:none;justify-content:center}.media[data-v-96345470]{border-radius:20px;width:300px;height:350px;overflow:hidden;margin:5px}.media[data-v-96345470]:hover{box-shadow:var(--shadow)}.media img[data-v-96345470]{width:350px;height:350px}.nft-kind-selector[data-v-33efc2a2]{display:flex;width:600px;justify-content:space-around;margin:30px auto}.nft-kind-selector input[data-v-33efc2a2]{position:absolute;opacity:0;cursor:pointer;height:0;width:0;color:var(--complement)}.nft-kind-selector label[data-v-33efc2a2]{display:flex;align-content:center}.nft-kind-selector label span[data-v-33efc2a2]{margin:auto}.nft-kind-selector label .unicon[data-v-33efc2a2]{margin-right:5px;fill:var(--textlight)}label input:checked~span[data-v-33efc2a2]{color:var(--accent)}label input:checked~.unicon[data-v-33efc2a2]{fill:var(--accent)}.nft-file-label[data-v-33efc2a2]{display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--textlight);margin-bottom:50px}.nft-file-label .unicon[data-v-33efc2a2]{fill:var(--textlight);margin-right:8px}.nft-file-label[data-v-33efc2a2]:hover{color:var(--text)}.nft-file-label:hover .unicon[data-v-33efc2a2]{fill:var(--text)}.nft-file-label input[data-v-33efc2a2]{width:0;height:0;margin:0;padding:0}h4[data-v-33efc2a2]{text-align:center;font-weight:400;margin:10px}h4 .small-text[data-v-33efc2a2]{display:block;color:var(--textlight);font-size:smaller}.footnotes[data-v-a9e8d1cc]{font-style:italic;font-size:small;text-align:center;width:100%;margin-top:30px;max-width:450px}.input-container[data-v-a9e8d1cc]{position:relative;width:500px}.more-bottom-margin[data-v-a9e8d1cc]{margin-bottom:40px}.not-allowed-cursor[data-v-a9e8d1cc]{cursor:not-allowed}.not-possible[data-v-a9e8d1cc]{pointer-events:none}.cannot-pay-mint-error[data-v-a9e8d1cc]{position:absolute;bottom:-35px;font-size:small;color:var(--error)}.unit-input[data-v-a9e8d1cc]{width:150px;margin:25px 10px}.space-above[data-v-a9e8d1cc]{margin-top:80px}.algo-glyph-container[data-v-a9e8d1cc]{max-width:451px;display:grid;grid-template-columns:auto auto}.algo-glyph-container .flex-center[data-v-a9e8d1cc]{justify-content:space-between}.algo-glyph-preview[data-v-a9e8d1cc]{position:relative;display:inline-block;width:200px}.algo-glyph-preview img[data-v-a9e8d1cc]{width:100%;height:auto}input[type=color][data-v-a9e8d1cc]{-webkit-appearance:none;border:none;width:30px;height:30px;padding:0;margin:0 25px;border-radius:5px;overflow:hidden}input[type=color][data-v-a9e8d1cc]::-webkit-color-swatch-wrapper{padding:0}input[type=color][data-v-a9e8d1cc]::-webkit-color-swatch{border:none}.advanced-options-title[data-v-a9e8d1cc]{margin-top:40px;width:100%;display:flex;justify-content:space-between;align-items:center}.advanced-options-title .linear-button[data-v-a9e8d1cc]{display:inline-block;margin:0;padding:0;font-size:medium}.metadata-option[data-v-a9e8d1cc]{position:relative;width:100%}.metadata-option[data-v-a9e8d1cc]:before{content:"[m]";position:absolute;top:31px;left:-30px}.button-container button[data-v-a9e8d1cc]{margin:0 10px}select[data-v-a9e8d1cc]{display:block;width:100%;max-width:450px;margin:20px auto;padding:10px 20px;background:var(--foreground);box-shadow:var(--light-shadow);border:1px solid transparent;border-radius:20px;font-size:1em;font-family:Roboto,sans-serif;font-weight:400;color:var(--text);box-sizing:border-box}.error[data-v-a9e8d1cc]{bottom:168px}.spotlight[data-v-442a7302]{background:var(--lightgradient);border-radius:20px;padding:5px;margin-bottom:20px}.vertical-flex-center[data-v-442a7302]{display:flex;flex-direction:column;align-items:center}a[data-v-06745260]{text-decoration:none;color:var(--complement)}h1[data-v-c5cf4d24]{color:var(--error);margin:10px}.unicon[data-v-c5cf4d24]{fill:var(--error)}#create{padding-top:90px}#create .error{bottom:125px}.loader{background:var(--background);position:absolute;width:100%;height:100vh;z-index:100;color:var(--accent);-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.95;text-align:center}.lds-roller{display:inline-block;position:relative;width:80px;height:80px}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:var(--accent);margin:-4px 0 0 -4px}.lds-roller div:first-child{animation-delay:-36ms}.lds-roller div:first-child:after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wrapper[data-v-64fb02aa]{display:flex;justify-content:center;align-items:center;height:100vh;flex-wrap:wrap;padding:100px 0}h2[data-v-64fb02aa]{font-family:Roboto,sans-serif}.wrapper>img[data-v-64fb02aa]{margin-left:70px}.wrapper>div[data-v-64fb02aa]{text-align:center}