@keyframes regi_slide_in{0%{transform:translateX(375px)}to{transform:translateX(0)}}@keyframes regi_slide_out{0%{transform:translateX(0)}to{transform:translateX(375px)}}@keyframes regi_fade_in{0%{opacity:0}to{opacity:1}}@keyframes regi_fade_out{0%{opacity:1}to{opacity:0}}@keyframes regi_fade_blackout_out{0%{background:rgba(34,34,34,.6)}to{background:rgba(34,34,34,0)}}@keyframes regi_fade_blackout_in{0%{background:rgba(34,34,34,0)}to{background:rgba(34,34,34,.6)}}.regi_animate_panel_in{animation-duration:.6s;animation-fill-mode:both;animation-name:regi_fade_in;animation-timing-function:ease-in-out}.regi_animate_panel_out{animation-duration:.6s;animation-fill-mode:both;animation-name:regi_fade_out;animation-timing-function:ease-in-out}#regi-blackout{animation-duration:.6s;animation-fill-mode:forwards;animation-timing-function:ease-in-out;background:rgba(34,34,34,.6);z-index:1033}.regi_animate_blackout_in{animation-name:regi_fade_blackout_in}.regi_animate_blackout_out{animation-name:regi_fade_blackout_out}#regi-side-panel-mount{overflow-y:auto;z-index:1034}@media (min-width:960px){.regi_animate_panel_in{animation-duration:.6s;animation-name:regi_slide_in}.regi_animate_panel_out{animation-duration:.6s;animation-fill-mode:forwards;animation-name:regi_slide_out}}