*{margin:0;padding:0;box-sizing:border-box;color:#fff;font-family:Lato,sans-serif;scroll-behavior:smooth}body,html{background-color:#000}.app{height:auto;padding-top:47px;background-color:rgba(0,0,0,.95);display:flex;justify-content:center;position:relative;z-index:10;animation:fadeInAnimation .8s ease-out}@media(min-width:1280px){.app{padding-top:87px}}@media(max-width:840px){.app{padding-top:87px}}.top-left-circle{top:0;max-height:739px}.middle-left-circle,.top-left-circle{position:absolute;left:0;z-index:-1;width:100%;height:100%;background-repeat:no-repeat;background-size:contain;max-width:710px;transition:background-image 3s ease-in-out}.middle-left-circle{top:28%;max-height:1239px}.top-right-circle{top:5%}.middle-right-circle,.top-right-circle{z-index:-1;position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position:100%;max-height:1239px;transition:background-image 3s ease-in-out}.middle-right-circle{top:55%}.bottom-left-circle{z-index:-1;position:absolute;bottom:0;width:100%;height:100%;max-height:800px;background-repeat:no-repeat;background-position:0 100%;background-size:contain;transition:background-image 3s ease-in-out}.app[data-theme="0"] .top-left-circle{background-image:url(/circle-blur-green.webp)}.app[data-theme="0"] .middle-left-circle{background-image:url(/middle-green-circle.webp)}.app[data-theme="0"] .middle-right-circle,.app[data-theme="0"] .top-right-circle{background-image:url(/right-green-circle.webp)}.app[data-theme="0"] .bottom-left-circle{background-image:url(/bottom-green-circle.webp)}.app[data-theme="1"] .top-left-circle{background-image:url(/circle-blur.webp)}.app[data-theme="1"] .middle-left-circle{background-image:url(/middle-circle.webp)}.app[data-theme="1"] .middle-right-circle,.app[data-theme="1"] .top-right-circle{background-image:url(/right-circle.webp)}.app[data-theme="1"] .bottom-left-circle{background-image:url(/bottom-circle.webp)}.fade-in{opacity:1}.fade-out{opacity:.4}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}