.animation-page{position:relative;background-color:#f6f5f2}@keyframes release{0%{opacity:0}to{opacity:1}}@keyframes release-with-delay{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes upDown{0%{transform:translateY(0)}50%{transform:translateY(-15%)}}@keyframes upDownCenter{0%{transform:translate(-50%)}50%{transform:translate(-50%,-15%)}}#animation-player{-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;position:relative;width:100%;height:calc(100vh - 55px)}@media(min-width:1025px){#animation-player{height:calc(100vh - 92px)}}#animation-player{padding:12px 16px;box-sizing:border-box}#animation-player h1{position:fixed;top:0;left:0;opacity:0}#animation-player ._chevron{padding:4px;display:inline-block;position:fixed;cursor:pointer;box-sizing:border-box;color:#ff7e00;font-size:48px;bottom:0}@media(min-width:1025px){#animation-player ._chevron{font-size:80px;bottom:50%;transform:translateY(50%)}}#animation-player ._chevron:hover{color:rgba(255,126,0,.8)}#animation-player ._chevron.__disabled{color:#aaa;cursor:default;animation:none}#animation-player ._chevron.__prev{left:0}#animation-player ._chevron.__next{right:0}#animation-player ._monitor{display:flex;align-items:center;justify-content:center;width:100%;height:100%;flex-direction:column}#animation-player ._nav-bar{color:rgba(255,126,0,.8);-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:15px;line-height:1.6;letter-spacing:0}@media(min-width:1025px){#animation-player ._nav-bar{font-size:16px}}#animation-player ._nav-bar{font-weight:500}@media(min-width:1025px){#animation-player ._nav-bar{font-weight:500}}#animation-player ._nav-bar{position:fixed;left:50%;transform:translateX(-50%);bottom:24px}@media(min-width:1025px){#animation-player ._nav-bar{bottom:36px}}#animation-player ._nav-bar a{color:rgba(255,126,0,.8)}.animation{flex-direction:column;gap:8px}