@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap);.switch{position:relative;display:inline-block;width:58px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;left:0;right:0;bottom:0;background-color:#c5d7db}.slider,.slider:before{position:absolute;top:0;transition:.4s}.slider:before{content:"";height:28px;width:28px;left:3px;bottom:3px;bottom:0;margin:auto 0;background:#fff url(/img/brightness-high.0ca03fc2.svg);background-repeat:no-repeat;background-position:50%}input:checked+.slider{background-color:#303030}input:checked+.slider:before{transform:translateX(24px);background:#0f0f0f url(/img/moon-stars-fill.366b1ba5.svg);background-repeat:no-repeat;background-position:50%}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}@keyframes bg-scrolling-diamond{0%{background-position:0 0}25%{background-position:100px 100px}50%{background-position:0 200px}75%{background-position:-100px 100px}to{background-position:0 0}}@keyframes bg-scrolling-side{0%{background-position:300px 0}}.loader{border:4px solid #7a7a7a1e;border-top:4px solid #0adf3f;border-radius:50%;width:40px;height:40px;animation:spin 2s linear infinite;margin:2em}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.text-green{color:#0adf3f}.box,.sub-box{border-radius:.75em;padding:.75em .75em;margin:.25em;color:#2f6c77}.box.dark,.sub-box.dark{color:#e7f2f5}.box{background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.04)}.box.dark{background:#1f1f1f}.sub-box{background:#f2fafc;width:calc(14% - .29em)}.sub-box.dark{background:#303030}.sub-box.active{background:url(/img/pattern.6c8f530e.png) repeat 0 0;background-color:#0adf3f;animation:bg-scrolling-side 30s infinite;animation-timing-function:linear}.sub-box .title{color:#0adf3f;font-weight:600;text-transform:uppercase}.sub-box.active .title{color:#fff;text-shadow:0 .09em 0 #11b139}.sub-box.active.dark .lead{color:#303030}.sub-box:first-child{margin-left:0}.sub-box:last-child{margin-right:0}select{background-color:#e7f2f5!important;color:#2f6c77!important;border:2px solid #e7f2f5!important;border-radius:.5em!important}select.dark{background-color:#303030!important;color:#b1c0c4!important;border:2px solid #303030!important;border-radius:.5em!important}@media only screen and (min-width:480px) and (max-width:840px){.sub-box{width:calc(25% - .4em)}.sub-box:nth-child(4n){margin-right:0}.sub-box:nth-child(5n){margin-left:0}}@media only screen and (min-width:240px) and (max-width:479.98px){.sub-box{width:calc(50% - .4em);margin-left:0;margin-right:.5em}.sub-box:nth-child(2n){margin-right:0}}body{font-family:Nunito,sans-serif;color:#555;background:#f2fafc}#app,body,html{height:100%}.max-width{max-width:980px}body.dark{background-color:#151515;color:#e7f2f5}