@font-face{font-display:swap;font-family:Cinzel;font-style:normal;font-weight:500;src:url(/fonts/cinzel-v19-latin-500.eot);src:url(/fonts/cinzel-v19-latin-500.eot?#iefix) format("embedded-opentype"),url(/fonts/cinzel-v19-latin-500.woff2) format("woff2"),url(/fonts/cinzel-v19-latin-500.woff) format("woff"),url(/fonts/cinzel-v19-latin-500.ttf) format("truetype"),url(/fonts/cinzel-v19-latin-500.svg#Cinzel) format("svg")}@font-face{font-display:swap;font-family:Cinzel;font-style:normal;font-weight:700;src:url(/fonts/cinzel-v19-latin-700.eot);src:url(/fonts/cinzel-v19-latin-700.eot?#iefix) format("embedded-opentype"),url(/fonts/cinzel-v19-latin-700.woff2) format("woff2"),url(/fonts/cinzel-v19-latin-700.woff) format("woff"),url(/fonts/cinzel-v19-latin-700.ttf) format("truetype"),url(/fonts/cinzel-v19-latin-700.svg#Cinzel) format("svg")}@font-face{font-display:swap;font-family:Fauna One;font-style:normal;font-weight:400;src:url(/fonts/fauna-one-v13-latin-regular.eot);src:url(/fonts/fauna-one-v13-latin-regular.eot?#iefix) format("embedded-opentype"),url(/fonts/fauna-one-v13-latin-regular.woff2) format("woff2"),url(/fonts/fauna-one-v13-latin-regular.woff) format("woff"),url(/fonts/fauna-one-v13-latin-regular.ttf) format("truetype"),url(/fonts/fauna-one-v13-latin-regular.svg#FaunaOne) format("svg")}html,body{margin:0;--heroHeight: 80vmin}@media (orientation: landscape){body{--heroHeight: 70vh;--emperor: 50vh}}@media (orientation: portrait){body{--heroHeight: 70vh;--emperor: 40vh}}body{background-color:#0a020c;color:#dbdbdb;font-family:Fauna One,serif;font-size:18px;line-height:1.8em}@keyframes spiral{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spiralCounter{0%{transform:rotate(360deg) scaleX(-1)}to{transform:rotate(0) scaleX(-1)}}.site_wrapper{display:flex;justify-content:center;flex-direction:column;align-items:center}img.emperor{max-height:80%;max-width:min(90%,699px);z-index:4}.logo{width:20vh;height:20vh;fill:#ffcc02;z-index:5;filter:drop-shadow(5px 5px 5px rgba(0,0,0,.7))}.hero{height:var(--heroHeight);width:100%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;padding:1rem;box-sizing:border-box}.hero-bg,.hero-fade{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;overflow:visible}.hero-bg{background-color:#0a020c;background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,70%,rgba(10,2,12,1) 90%),radial-gradient(circle,rgba(250,204,34,1) min(10vmax,100px),rgba(248,54,0,.7) min(40vmax,400px),rgba(248,54,0,0) min(90vmax,900px));background-repeat:no-repeat,no-repeat;background-position:center center,at top;background-size:cover,cover;left:-10vh;bottom:15vh;overflow:visible;z-index:0}.hero:before,.hero:after{--spiralSize: max(100vmin,600px);content:"";position:absolute;width:var(--spiralSize);height:var(--spiralSize);max-width:var(--spiralSize);max-height:var(--spiralSize);z-index:2;top:calc((var(--spiralSize) - var(--heroHeight))/-2 - 5vh);left:calc((var(--spiralSize) - 100vw)/-2 - 10vh);background:url(/assets/spiral-09930b72.jpg) center center no-repeat;background-size:contain;animation:spiral 15s linear infinite;mix-blend-mode:screen}.hero:after{transform:scaleX(-1);animation:spiralCounter 15s linear infinite}.hero-fade{background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,50%,rgba(10,2,12,1) 80%);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:1;position:absolute;bottom:0;left:0;right:0;height:20vh;top:auto}h1,h2,h3,h4,h5{font-family:Cinzel,serif;color:#f4611b;margin-bottom:1em;text-align:center}p{margin-bottom:2em}.intro{width:80vw;max-width:500px;text-align:justify;padding-bottom:5vh}.coin{display:flex;justify-content:center;margin:4em}@media (max-aspect-ratio: 3/4.5){body{--heroHeight: 80vh}.hero{flex-direction:column;gap:0rem;padding-top:3rem!important;padding-bottom:3rem!important;margin-bottom:3rem}.hero-bg{left:0;bottom:25vh}.hero-fade{background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,70%,rgba(0,0,0,1) 85%)}img.emperor{max-height:75%}.hero:before,.hero:after{top:calc((var(--spiralSize) - var(--heroHeight))/-2 - 10vh);left:calc((var(--spiralSize) - 100vw)/-2)}}.showcase{width:calc(100% - 4rem);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));grid-gap:2rem;margin-bottom:10rem;max-width:1600px}.showcase>*{padding:2rem;text-align:center}.card .copy{font-size:.9rem;line-height:1.8}.card-logo{height:4rem;max-width:8rem}.card-screen{width:100%;max-width:500px;border-radius:2%/3%}.card h3{margin:.5rem;font-size:1em}.card a{display:block;text-decoration:none;color:inherit}.container{position:absolute;inset:0;overflow:hidden}.circle-container{position:absolute;transform:translateY(-10vh);animation-iteration-count:infinite;animation-timing-function:linear;mix-blend-mode:color-dodge}.circle-container .circle{width:100%;height:100%;border-radius:50%;mix-blend-mode:screen;background-image:radial-gradient(hsl(0,0%,100%),hsl(18,100%,50%) 20%,hsla(0,0%,100%,.1) 30%,hsla(0,0%,100%,0) 56%);animation:fadein-frames .2s infinite,scale-frames 2s infinite}@keyframes fade-frames{0%{opacity:1}50%{opacity:.7}to{opacity:1}}@keyframes scale-frames{0%{transform:scale3d(.4,.4,1)}50%{transform:scale3d(2.2,2.2,1)}to{transform:scale3d(.4,.4,1)}}.circle-container:nth-child(1){width:6px;height:6px;animation-name:move-frames-1;animation-duration:15502ms;animation-delay:10918ms}@keyframes move-frames-1{0%{transform:translate3d(78vw,104vh,0)}to{transform:translate3d(40vw,-108vh,0)}}.circle-container:nth-child(1) .circle{animation-delay:2365ms}.circle-container:nth-child(2){width:3px;height:3px;animation-name:move-frames-2;animation-duration:21598ms;animation-delay:1601ms}@keyframes move-frames-2{0%{transform:translate3d(75vw,102vh,0)}to{transform:translate3d(85vw,-126vh,0)}}.circle-container:nth-child(2) .circle{animation-delay:1163ms}.circle-container:nth-child(3){width:7px;height:7px;animation-name:move-frames-3;animation-duration:19.91s;animation-delay:10699ms}@keyframes move-frames-3{0%{transform:translate3d(65vw,108vh,0)}to{transform:translate3d(8vw,-138vh,0)}}.circle-container:nth-child(3) .circle{animation-delay:596ms}.circle-container:nth-child(4){width:7px;height:7px;animation-name:move-frames-4;animation-duration:20626ms;animation-delay:1386ms}@keyframes move-frames-4{0%{transform:translate3d(100vw,106vh,0)}to{transform:translate3d(91vw,-136vh,0)}}.circle-container:nth-child(4) .circle{animation-delay:1333ms}.circle-container:nth-child(5){width:10px;height:10px;animation-name:move-frames-5;animation-duration:20552ms;animation-delay:7.07s}@keyframes move-frames-5{0%{transform:translate3d(70vw,104vh,0)}to{transform:translate3d(6vw,-134vh,0)}}.circle-container:nth-child(5) .circle{animation-delay:2.05s}.circle-container:nth-child(6){width:4px;height:4px;animation-name:move-frames-6;animation-duration:14232ms;animation-delay:3064ms}@keyframes move-frames-6{0%{transform:translate3d(37vw,106vh,0)}to{transform:translate3d(96vw,-109vh,0)}}.circle-container:nth-child(6) .circle{animation-delay:1649ms}.circle-container:nth-child(7){width:1px;height:1px;animation-name:move-frames-7;animation-duration:15986ms;animation-delay:10183ms}@keyframes move-frames-7{0%{transform:translate3d(11vw,101vh,0)}to{transform:translate3d(40vw,-107vh,0)}}.circle-container:nth-child(7) .circle{animation-delay:2161ms}.circle-container:nth-child(8){width:2px;height:2px;animation-name:move-frames-8;animation-duration:16.01s;animation-delay:2342ms}@keyframes move-frames-8{0%{transform:translate3d(53vw,107vh,0)}to{transform:translate3d(76vw,-124vh,0)}}.circle-container:nth-child(8) .circle{animation-delay:3.11s}.circle-container:nth-child(9){width:1px;height:1px;animation-name:move-frames-9;animation-duration:21836ms;animation-delay:64ms}@keyframes move-frames-9{0%{transform:translate3d(18vw,110vh,0)}to{transform:translate3d(91vw,-118vh,0)}}.circle-container:nth-child(9) .circle{animation-delay:356ms}.circle-container:nth-child(10){width:8px;height:8px;animation-name:move-frames-10;animation-duration:14.08s;animation-delay:2.94s}@keyframes move-frames-10{0%{transform:translate3d(48vw,108vh,0)}to{transform:translate3d(64vw,-122vh,0)}}.circle-container:nth-child(10) .circle{animation-delay:177ms}.circle-container:nth-child(11){width:6px;height:6px;animation-name:move-frames-11;animation-duration:19976ms;animation-delay:1727ms}@keyframes move-frames-11{0%{transform:translate3d(43vw,110vh,0)}to{transform:translate3d(100vw,-136vh,0)}}.circle-container:nth-child(11) .circle{animation-delay:809ms}.circle-container:nth-child(12){width:5px;height:5px;animation-name:move-frames-12;animation-duration:20.71s;animation-delay:7963ms}@keyframes move-frames-12{0%{transform:translate3d(5vw,110vh,0)}to{transform:translate3d(24vw,-120vh,0)}}.circle-container:nth-child(12) .circle{animation-delay:587ms}.circle-container:nth-child(13){width:1px;height:1px;animation-name:move-frames-13;animation-duration:14494ms;animation-delay:2517ms}@keyframes move-frames-13{0%{transform:translate3d(60vw,106vh,0)}to{transform:translate3d(18vw,-118vh,0)}}.circle-container:nth-child(13) .circle{animation-delay:3285ms}.circle-container:nth-child(14){width:1px;height:1px;animation-name:move-frames-14;animation-duration:17.41s;animation-delay:6611ms}@keyframes move-frames-14{0%{transform:translate3d(74vw,106vh,0)}to{transform:translate3d(12vw,-110vh,0)}}.circle-container:nth-child(14) .circle{animation-delay:2551ms}.circle-container:nth-child(15){width:6px;height:6px;animation-name:move-frames-15;animation-duration:16052ms;animation-delay:10229ms}@keyframes move-frames-15{0%{transform:translate3d(68vw,109vh,0)}to{transform:translate3d(19vw,-122vh,0)}}.circle-container:nth-child(15) .circle{animation-delay:3621ms}.circle-container:nth-child(16){width:4px;height:4px;animation-name:move-frames-16;animation-duration:20272ms;animation-delay:5931ms}@keyframes move-frames-16{0%{transform:translate3d(45vw,108vh,0)}to{transform:translate3d(80vw,-126vh,0)}}.circle-container:nth-child(16) .circle{animation-delay:2647ms}.circle-container:nth-child(17){width:7px;height:7px;animation-name:move-frames-17;animation-duration:17492ms;animation-delay:10988ms}@keyframes move-frames-17{0%{transform:translate3d(18vw,109vh,0)}to{transform:translate3d(97vw,-131vh,0)}}.circle-container:nth-child(17) .circle{animation-delay:1502ms}.circle-container:nth-child(18){width:6px;height:6px;animation-name:move-frames-18;animation-duration:17298ms;animation-delay:7512ms}@keyframes move-frames-18{0%{transform:translate3d(26vw,102vh,0)}to{transform:translate3d(100vw,-112vh,0)}}.circle-container:nth-child(18) .circle{animation-delay:3037ms}.circle-container:nth-child(19){width:5px;height:5px;animation-name:move-frames-19;animation-duration:14.17s;animation-delay:5774ms}@keyframes move-frames-19{0%{transform:translate3d(30vw,103vh,0)}to{transform:translate3d(89vw,-119vh,0)}}.circle-container:nth-child(19) .circle{animation-delay:2712ms}.circle-container:nth-child(20){width:8px;height:8px;animation-name:move-frames-20;animation-duration:19.98s;animation-delay:9592ms}@keyframes move-frames-20{0%{transform:translate3d(77vw,101vh,0)}to{transform:translate3d(20vw,-127vh,0)}}.circle-container:nth-child(20) .circle{animation-delay:3698ms}.emperor{z-index:2}
