@keyframes scale{0%{transform:scale(1)}50%{transform:scale(0)}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.app-curtain-header{display:flex;margin-bottom:20px}.app-curtain-header__content{padding-left:10px}.app-curtain-header__back{align-items:center;background:#eee;border-radius:2px;cursor:pointer;display:flex;flex-shrink:0;height:34px;justify-content:center;margin:0 20px 0 0;transition:background-color .25s ease;width:34px}.app-curtain-header__back svg{display:block}@media screen and (max-width:768px){.app-curtain-header__back{margin-right:10px}}.app-curtain-header__back:hover{background:#acacac}.app-curtain-header__back-icon{height:8px;width:4px}.app-curtain-header__title{font-size:1.125rem;font-weight:300;line-height:22px;margin:6px 0 0}@media only screen and (max-width:1366px){.app-curtain-header__title{font-size:1rem}}@media screen and (max-width:768px){.app-curtain-header__title{font-size:.875rem}}
