@keyframes progressBarAnimationStart{0%{width:0}to{width:100%}}@keyframes progressBarAnimationComplete{0%{width:0%}to{width:100%}}@keyframes hideProgressBar{0%{opacity:1}to{opacity:0}}.sabyPage-ProgressBar{background-color:#8e8e8e66;width:100%;display:flex}.sabyPage-ProgressBar_startProgress{flex-shrink:0;max-width:90%;animation:3s linear progressBarAnimationStart}.sabyPage-ProgressBar_startProgress,.sabyPage-ProgressBar_endProgress{background-color:var(--secondary_color);box-shadow:0 0 4px var(--secondary_color);width:100%;height:2px}.sabyPage-ProgressBar_endProgress{flex-shrink:1;animation:1s linear progressBarAnimationComplete}.sabyPage-ProgressBar_complete{opacity:0;animation:.2s linear hideProgressBar}html,body{box-sizing:border-box;height:100%}html{overflow-x:auto}body{position:relative;overflow:hidden}a{color:var(--link_text-color);outline:0;text-decoration:none}.page-Controller{z-index:1;position:relative}.page-Controller,.page-Controller__content{max-width:inherit;flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.page-Controller__content{z-index:inherit}.page-Controller__progressBar{z-index:5;position:absolute;top:0}.page-AdaptiveBanner{background-color:var(--unaccented_background-color);border-bottom:1px solid var(--separator_color);flex-shrink:0;width:100%;height:44px}.page-AdaptiveBanner_center{justify-content:center;align-items:center;width:100%;display:flex}.page-AdaptiveBanner_close{padding:0 12px 12px 0}.page-AdaptiveBanner__wrapper{width:100vw;padding:8px 0;display:flex;position:fixed}