html{user-select:none;backface-visibility:hidden;}html,body{width:100%;height:100%;background:var(--DEFAULT-BACKGROUND);}*{margin:0;padding:0;color:#EEEEEE;font-family:"Segoe UI","Arial";}:focus,.focus{outline:0;}input,button,textarea,select,optgroup,option{font-family:inherit;font-style:inherit;font-weight:inherit;border:none;background-color:transparent;box-sizing:border-box;}img[src=""],img:not([src]){opacity:0;}a{text-decoration:none;}a:hover{text-decoration:none;}:root{--DEFAULT-BACKGROUND:#0D112E;--THEME-BUTTON:linear-gradient(to right,#7629FC,#2B79F7);--THEME-BUTTON-ACTIVE:linear-gradient(to right,rgba(118,41,252,0.5),rgba(43,121,247,0.5));--THEME-BUTTON-DEFAULT:#575B73;--THEME-L:#2B79F7;--PAGE-GAP:3rem;--horizontal-padding:3.6vw;--horizontal-gap:1vw;}.pointer-events{pointer-events:none;}.block{display:block !important;}.focusable img{pointer-events:none;}.focusable div{pointer-events:none;}.module-block{display:block !important;}.module-none{display:none !important;}.display-block{display:block !important;}.display-none{display:none !important;}.opacity1{opacity:1 !important;}.opacity0{opacity:0 !important;}.hidden{display:none !important;}.row-init{display:-webkit-flex;flex-flow:row;justify-content:flex-start;align-items:flex-start;}.row-start{display:-webkit-flex;align-items:center;justify-content:flex-start;flex-flow:row nowrap;}.row-center{display:-webkit-flex;align-items:center;justify-content:center;flex-flow:row nowrap;}.row-between{display:-webkit-flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;}.row-around{display:-webkit-flex;align-items:center;justify-content:space-around;flex-flow:row nowrap;}.row-top{display:-webkit-flex;align-items:flex-start;justify-content:center;flex-flow:row nowrap;}.column-top{display:-webkit-flex;align-items:center;justify-content:start;flex-flow:column nowrap;}.column-start{display:-webkit-flex;align-items:start;justify-content:center;flex-flow:column nowrap;}.column-around{display:-webkit-flex;align-items:center;justify-content:space-around;flex-flow:column nowrap;}.column-center{display:-webkit-flex;align-items:center;justify-content:center;flex-flow:column nowrap;}.column-between{display:-webkit-flex;align-items:center;justify-content:space-between;flex-flow:column nowrap;}.divider-2{width:2%;height:0;}.divider-5{width:5%;height:0;}.page-container{width:100%;height:100%;background:var(--DEFAULT-BACKGROUND);overflow:hidden;display:none;}.app-container{width:100%;height:100%;z-index:0;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);}.ob-pending-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}.ob-pending-bg img{width:100%;height:100%;}@keyframes loading{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@keyframes fontBlink{0%{color:EEEEEE;}50%{color:transparent;}100%{color:EEEEEE;}}