.splash-screen{z-index:100000;width:100vw;height:100dvh;max-height:100dvh;padding:var(--container-padding);background:linear-gradient(#000000c2,#000000c2),#000 url(/images/cover/bg.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.splash-screen__inner{width:100%;max-height:100%}.splash-screen__picture{display:block}.splash-screen__image{width:100%;max-width:min(100%,1440px);height:auto;max-height:calc(100dvh - (var(--container-padding) * 2));-o-object-fit:contain;object-fit:contain;margin:0 auto;display:block}.splash-screen__close{top:var(--container-padding);right:var(--container-padding);z-index:1;border:1px solid var(--color-white);width:42px;height:42px;color:var(--color-white);cursor:pointer;transition:background-color var(--transition) var(--timing-function), color var(--transition) var(--timing-function), transform var(--transition) var(--timing-function);background:#0f0f0fb8;border-radius:999px;place-items:center;font-size:28px;line-height:1;display:grid;position:absolute}.splash-screen__close:hover{background:var(--color-white);color:var(--color-black);transform:rotate(90deg)}@media (max-width:991.98px){.splash-screen{padding:16px}.splash-screen__image{max-height:calc(100dvh - 32px)}}
