html, body {
    width: 100vw !important;
    height: 100vh !important;
    background: linear-gradient(360deg, #012833 0%, #01070F 88.02%);
    overflow: hidden;
}

.loading p {
    display: none;
}
.biopool-ready .loading p {
    display: block;
}
#biopool-app {
    position: absolute;
    touch-action: none;
    width: 1920px;
    height: 1080px;
    transform-origin: 50% 50%;
}
#canvas {
    visibility: hidden;
}
.mobile-world-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    transition: 2s;
    z-index: 9998;
}
.layer2.init .mobile-world-canvas {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.world-animation {
    display: none;
}
.world-animation img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    display: none;
}
.world-animation img.active {
    z-index: 2;
    display: block;
}
#l1 {
    display: block;
}
.icon-wristband, .icon-arrowdown {
    display: none;
}
.exit {
    display: none;
}
.init.step-quest #mobile-canvas, .init.step-badge #mobile-canvas, .init.step-avatar #mobile-canvas, .init.step-leaderboard #mobile-canvas {
    display: none;
}
.wrapper {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.biopool-ready .wrapper {
    display: flex;
}

.biopool-ready .help {
    bottom: 200px;
    right: 0;
    transition: none;
}

.biopool-ready .backmap {
    bottom: 200px;
    right: 90px;
    transition: none;
}

#t-orb1-v, #t-orb2-v, #t-orb3-v, #t-orb4-v, #t-orb5-v,
#orb1-v, #orb2-v, #orb3-v, #orb4-v, #orb5-v{
    width: auto;
}

.avatar-preview-block {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

#tutorial-mask {
    top: 0;
    left: 0;
}

.init.step-quest #tutorial-canvas .orb,
.init.step-badge #tutorial-canvas .orb,
.init.step-postcard #tutorial-canvas .orb,
.init.step-leaderboard #tutorial-canvas .orb {
    opacity: 1 !important;
}

#page-avatar .badge-menu-title {
    height: 1080px;
    position: relative;
}

.center-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
}

.right-bottom-border-video {
    position: absolute;
    width: 1920px;
    height: 1080px;
    right: 0;
    bottom: 0;
}

.left-top-border-video {
    position: absolute;
    width: 1920px;
    height: 1080px;
    top: 0;
    left: 0;
}

.init .menu {
    left: unset;
    right: 0;
    bottom: 100px;
}

.step-quest .page-quest-bg2 {
    animation: unset;
}

.step-quest .page-quest-bg3 {
    animation: unset;
}

.cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.cover .left-top-border-video {
    left: 0;
    top: 0;
    width: 240px;
}

.cover .right-bottom-border-video {
    width: 240px;
}

.cover .master-logo {
    top: 135px;
    width: 100%;
    height: fit-content;
}

.cover .master-logo > div {
    position: relative;
    height: fit-content;
}

.cover .master-logo video {
    position: relative;
    width: 100%;
    height: auto;
}

.cover .master-head {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
}

.cover p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

@media (orientation: portrait) {
    html, body {
        position: fixed;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        overscroll-behavior: none;
    }

    .cover {
        display: block !important;
        z-index: 9999;
    }
}

#tutorial-quest img, #tutorial-new-badges img, #tutorial-avatar img {
    width: 100%;
}

.scoll-up {
    right: 270px;
    bottom: 200px;
}

.scoll-down {
    right: 180px;
    bottom: 200px;
}