<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";.preloader{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:100}.preloader.fixed{position:fixed}.preloader.absolute{position:absolute}.spinner{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;height:60px;width:60px;border-width:1px;border-style:solid;animation:spin .5s infinite linear;border-radius:100%;background:0 0}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(359deg)}}.preloader.sm{width:35px;height:100%;position:absolute;left:0;top:0;opacity:0}.preloader.sm.right{left:auto;right:0}.preloader.sm.center{left:0;right:0;margin:auto}.loading .preloader.sm{opacity:1}.preloader.sm .spinner{width:15px;height:15px;border-width:0;border-left-width:1px}.preloader.md{position:absolute;width:40px;height:100%;left:0;right:0;margin:auto;top:0}.preloader.md .spinner{width:40px;height:40px}#auth{width:100%;height:100%;position:fixed;left:0;top:0;z-index:101}#login{width:80%;height:350px;max-width:250px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.auth_bt{border-radius:5px;border:none;cursor:pointer;position:absolute}#login .auth_bt{width:100%;height:50px;border-radius:5px;border:none;cursor:pointer;position:absolute;bottom:0;left:0;right:0;margin:auto;font-size:12px;bottom:0;left:0;right:0;margin:auto;font-size:12px}#auth_logo{width:100%;max-width:300px;height:300px;position:absolute;top:0;left:0;right:0;margin:auto;cursor:pointer;background-size:contain;background-position:center;background-repeat:no-repeat}#logout{position:fixed;top:20px;right:80px;width:200px;height:80px;border-radius:5px;pointer-events:none;opacity:0}#logout.show{pointer-events:all;opacity:1}#logout .auth_bt{bottom:10px;width:90%;left:5%;height:30px;color:#fff;font-size:10px}#logout_email{padding:0 10px;width:100%;height:40px;text-align:center;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#logout_bt{text-transform:uppercase}</pre></body></html>