.sc_elevator .sc_floor{min-height:100vmax}.sc_elevator .sc_indicators{width:50vw;display:-webkit-flex;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;bottom:50px;padding-top:80vh;left:50px;right:50px;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.sc_elevator .sc_indicators .sc_control{cursor:pointer;border:1px solid #fff;border-radius:100%;width:16px;height:16px;position:relative}.sc_elevator .sc_indicators .sc_control.fill{background-color:#fff}.sc_elevator .sc_indicators .sc_control .label{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:100%;font-size:14px;white-space:nowrap;margin-top:7px}.sc_elevator .sc_indicators .bridge{-webkit-flex:1;-ms-flex:1;flex:1;height:1px;background-color:#fff}.sc_elevator .sc_indicators>:last-child{display:none}