:root{--accent-color:salmon;--header-height:60px}#root{height:100vh}html{cursor:url(/static/media/cursor.63d21539.png),auto}body{margin:0;font-family:"Roboto",sans-serif;background-color:#bebec2;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body *{box-sizing:border-box}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}ul{margin:0;padding:0;list-style:none}.AppShell #header{display:flex;justify-content:space-between;height:var(--header-height);width:100%;padding:10px 16px}.AppShell #logo{font-size:30px;font-weight:500;margin-right:10px;margin-left:8px}.AppShell #logo a{white-space:nowrap}.AppShell #logo #icon{width:32px;padding-right:10px}.AppShell #menu{white-space:nowrap;font-size:22px;font-weight:300;word-spacing:10px;padding-top:8px;padding-left:30px}.AppShell #dropdown{margin-left:140px;stroke-width:3;width:40px;padding-top:9px;padding-right:8px}.AppShell .dropdown{position:relative;display:inline-block}.AppShell .dropdown-content{display:none;position:absolute;min-width:160px;padding:12px 16px;z-index:1;left:-66px;top:30px;background-color:rgba(190,190,194,.5)}.AppShell .dropdown-item{margin:8px 0}.AppShell .dropdown:hover .dropdown-content{display:block}.AppShell svg{stroke:#fff}.AppShell a{color:#fff;font-weight:500;text-decoration:none;text-transform:uppercase}.AppShell a:hover{color:var(--accent-color);fill:var(--accent-color);stroke:var(--accent-color)}.AppShell #rightsidebar{transform:translateX(-55%) rotate(-90deg);position:absolute;top:50%;left:99%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AppShell #leftsidebar{transform:translateX(-41%) translateY(-50%) rotate(-90deg);position:absolute;top:50%}.AppShell .match{color:var(--accent-color)}@media only screen and (max-width:768px){.AppShell #leftsidebar,.AppShell #menu,.AppShell #rightsidebar,.metamask-button{display:none}}#centercontent{float:center;height:500px}#bgvideo{width:100%}#overlayvideo1{width:17%;position:absolute;top:13%;left:30%}#overlayvideo2{width:11%;position:absolute;top:15%;left:45%}#overlayvideo3{width:8%;position:absolute;top:41%;left:70%}#dataoverlay{width:68%;position:absolute;top:15%;left:14%}#footer{border:6px;height:80px;width:120%;border-color:#fff;border-style:solid;right:-10px;position:absolute;bottom:0;margin-bottom:15px}.scroll-left{position:relative;border:8px;border-color:#fff}.scroll-left p{padding-top:12px;white-space:nowrap;font-size:80px;position:absolute;width:100%;height:100%;margin:0;line-height:50px;text-align:center;transform:translateX(100%);-webkit-animation:scroll-left 10s linear infinite;animation:scroll-left 10s linear infinite}@-webkit-keyframes scroll-left{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes scroll-left{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.StatueDetail{width:100%;display:flex;justify-content:center;align-items:center;margin-top:100px}.StatueDetail .content{display:flex;flex-direction:column;max-width:700px;padding-bottom:80px}.StatueDetail .title{display:flex;justify-content:space-between;align-items:baseline;flex-flow:wrap;margin-bottom:28px}.StatueDetail .title .header{font-size:56px;margin:0;font-weight:lighter}.StatueDetail .title p{margin:0;font-size:40px;font-weight:lighter;font-style:italic}.StatueDetail video{width:100%}.StatueDetail .attributes{display:flex;text-transform:uppercase;font-style:italic}.StatueDetail h3{font-size:24px;font-weight:400;margin-bottom:6px}.StatueDetail .attributes .statue{margin-right:48px}.StatueDetail .attributes .objects{display:flex;justify-content:space-between}.StatueDetail a{text-decoration:underline}.StatueDetail .ordinal{text-transform:uppercase}@media only screen and (max-width:480px){.StatueDetail{padding:0 20px;margin-top:40px}.StatueDetail .title .header{font-size:48px}.StatueDetail .title p{font-size:28px}.StatueDetail video{margin:0 -20px;width:calc(100% + 40px)}}.glitch{font-size:130px;text-decoration:none;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;color:#fff;letter-spacing:5px;text-align:center}.glitch,.glitch:after,.glitch:before{text-transform:uppercase;position:absolute}.glitch:after,.glitch:before{display:block;content:attr(data-glitch);top:0;left:0;height:100%;width:100%;opacity:.8}.glitch:after{color:#f0f;z-index:-2}.glitch:before{color:#0ff;z-index:-1;-webkit-animation:glitch .3s cubic-bezier(.25,.46,.45,.94) infinite both;animation:glitch .3s cubic-bezier(.25,.46,.45,.94) infinite both}.glitch:after{animation:glitch .3s cubic-bezier(.25,.46,.45,.94) infinite reverse both}@media only screen and (max-width:400px){.glitch{font-size:3em}}@-webkit-keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-5px,5px)}40%{transform:translate(-5px,-5px)}60%{transform:translate(5px,5px)}80%{transform:translate(5px,-5px)}to{transform:translate(0)}}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-5px,5px)}40%{transform:translate(-5px,-5px)}60%{transform:translate(5px,5px)}80%{transform:translate(5px,-5px)}to{transform:translate(0)}}.GalleryPage{display:flex;flex-direction:column;align-items:center}.GalleryPage .list-view{margin-top:100px;max-width:1200px;display:flex;flex-flow:wrap;justify-content:center}.GalleryPage .GalleryItem{margin-bottom:60px}.GalleryPage .StatueFilter{margin-top:50px}.GalleryItem{max-width:400px;position:relative;margin:0 100px}.GalleryItem .title{display:flex;justify-content:space-between;align-items:baseline;flex-flow:wrap;margin-bottom:8px}.GalleryItem .title.clickable:hover{color:var(--accent-color);cursor:pointer}.GalleryItem .title .header{font-size:36px;margin:0;font-weight:lighter}.GalleryItem .title p{margin:0;font-size:26px;font-weight:lighter;font-style:italic}.GalleryItem video{width:400px;height:400px}.GalleryItem .attributes{display:flex;text-transform:uppercase;font-style:italic}.GalleryItem .attributes.statue{position:absolute;top:300px;left:-60px}.GalleryItem .attributes.objects{position:absolute;top:100px;right:-130px}.GalleryItem .placeholder{width:400px;height:400px}.GalleryItem .color-00{background-color:rgb(255 210 187)}.GalleryItem .color-01{background-color:rgb(228 204 245)}.GalleryItem .color-02{background-color:rgb(229 189 210)}.GalleryItem .color-03{background-color:#dddcde}.GalleryItem .color-04{background-color:rgb(33 32 33)}@media only screen and (max-width:480px){.GalleryItem .attributes.statue{bottom:15px;left:15px;top:unset}.GalleryItem .attributes.objects{top:50px;right:10px}.GalleryItem .title{padding-left:5%}.GalleryItem .title .header{display:none}}.Dropdown{position:relative;display:inline-block}.Dropdown .anchor>*{margin:0;display:inline-block}.Dropdown .content,.Dropdown:hover .anchor{background-color:#b4b4b4}.Dropdown .content{display:none;position:absolute;z-index:1}.Dropdown:hover .content{display:block}.Dropdown .content-items{white-space:nowrap}.StatueFilter{display:flex;align-items:flex-end}.StatueFilter h4{margin:0}.StatueFilter .active-item{color:var(--accent-color)}.StatueFilter .list-item{text-transform:uppercase;font-style:italic;font-size:12px}.StatueFilter .list-item:hover{color:var(--accent-color);cursor:pointer}@media only screen and (max-width:768px){.StatueFilter{display:none}}.Loading{width:250px;opacity:.5}.InfoPage{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 0 100px}.InfoPage .main-container{display:flex;flex-direction:column;max-width:600px;font-weight:100;font-size:16pt;text-align:center}.InfoPage h1{font-weight:100;margin:0 auto}.InfoPage .intro-video{max-width:250px;margin:10px}.InfoPage .combine-image{max-height:400px}.InfoPage .percent-image{max-height:250px}.InfoPage .statue-group-image{opacity:.8;height:160px;width:270px;margin:0 auto}.InfoPage .box_content{margin-bottom:60px;display:flex;flex-direction:column;align-items:center}.InfoPage h1 .box_content{font-weight:100}.InfoPage .container{margin:auto;font-weight:100;font-size:20pt}.InfoPage .container video{margin:5px;width:80%;max-height:140px}.InfoPage .highlight{font-weight:700}.InfoPage p{margin-bottom:4px}.InfoPage svg{stroke:#fff}.InfoPage svg:hover{stroke:#fff;stroke:var(--accent-color)}.InfoPage a{color:#fff;font-weight:300;text-decoration:none}.DragonPath{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 0 100px}.DragonPath .main-container{display:flex;flex-direction:column;max-width:600px;font-weight:100;font-size:16pt;text-align:center}.DragonPath h1{font-weight:100;margin-bottom:0}.DragonPath .title{margin:0}.DragonPath .image{width:100%}.DragonPath .code{font-size:10pt}.OwnerCollection{display:flex;flex-direction:column;align-items:center;padding-top:50px}.OwnerCollection .list-view{max-width:1200px;display:flex;flex-flow:wrap;justify-content:center}.OwnerCollection .GalleryItem{margin-bottom:60px}.RollBanner{padding:0 100px;margin-bottom:100px;display:flex;align-items:center;flex-direction:column}.RollBanner .statues{width:1100px;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.RollBanner .statue-placeholder{width:300px;height:380px;border:2px dotted #a9a9a9;border-radius:4px;display:flex;justify-content:center;align-items:center}.RollBanner .statue{width:300px;height:400px}.RollBanner .statue-placeholder:hover{border:2px dotted #a9a9a9}.StatueRoll{display:flex;flex-direction:column;align-items:center}.StatueRoll .dna{font-size:28px;margin:0}.StatueRoll video{width:100%;margin-bottom:6px}.StatueRoll .types ul{min-width:170px}.StatueRoll .types li{display:flex;justify-content:space-between}
/*# sourceMappingURL=main.4d31f486.chunk.css.map */