.helper-open-state{position:fixed;z-index:100;bottom:0;right:0;animation:slideOpen;animation-duration:.3s}.helper-open-state.wide{width:48rem;animation:slideOpenWide;animation-duration:.2s}.helper-open-state.thin{width:24rem;animation:slideOpenThin;animation-duration:.2s}.helper-closed-state{position:fixed;z-index:100;bottom:-160px;right:0}@media (max-width:899px){.helper-tabs.size-toggle{display:none}}.helper-tabs{right:24rem;animation:slideTabs;animation-duration:.3s}.helper-tabs.wide{right:48rem;animation:slideTabsWide;animation-duration:.2s}.helper-tabs.thin{right:24rem;animation:slideTabsThin;animation-duration:.2s}@keyframes slideOpen{0%{right:-400px}to{right:0}}@keyframes slideOpenWide{0%{width:24rem}to{width:48rem}}@keyframes slideOpenThin{0%{width:48rem}to{width:24rem}}@keyframes slideTabs{0%{right:0}to{right:24rem}}@keyframes slideTabsWide{0%{right:24rem}to{right:48rem}}@keyframes slideTabsThin{0%{right:48rem}to{right:24rem}}