.xg-modal{box-sizing:border-box;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex !important;justify-content:center;align-items:center;pointer-events:none;opacity:0;transition:.3s;border:none !important;margin:0;padding:0;color:inherit;background-color:unset}.xg-modal *{box-sizing:border-box}.xg-modal:not(.xg-modal--open),.xg-modal:not(.xg-modal--open) *{pointer-events:none !important}.xg-modal--open{opacity:1;pointer-events:auto}.xg-modal__title{font-size:3.2rem;font-weight:700;margin-bottom:1rem;text-align:center}.xg-modal__inner{padding:30px 20px;max-width:min(100vw - 100px,1920px);width:100%;height:calc(100vh - 100px);background-color:#fff;overflow-x:clip;overflow-y:auto;opacity:0;transition:.3s;scrollbar-gutter:stable}.xg-modal--open .xg-modal__inner{opacity:1}.xg-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:-1}.xg-modal__close{position:absolute;top:15px;right:15px;width:30px;height:30px;color:#fff;cursor:pointer}.xg-modal__close svg{fill:currentColor}.xo-loading-04{width:50px;height:40px;text-align:center}.xo-loading-04>div{background-color:var(--xo-loading-color, #bdbdbd);height:100%;width:6px;margin-right:2px;display:inline-block;animation:xoloading04 1.2s infinite ease-in-out}.xo-loading-04 .xo-loading-rect2{animation-delay:-1.1s}.xo-loading-04 .xo-loading-rect3{animation-delay:-1s}.xo-loading-04 .xo-loading-rect4{animation-delay:-0.9s}.xo-loading-04 .xo-loading-rect5{animation-delay:-0.8s}@keyframes xoloading04{0%,40%,100%{transform:scaleY(0.4)}20%{transform:scaleY(1)}}.xg-loading-center{--xo-loading-color: #bdbdbd}