.header,.header__content{height:var(--headerHeight)}.header__content{position:fixed;background:var(--cardBackground);box-shadow:0 2px 5px 0 rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;flex-flow:row nowrap;transition:background .2s,top .75s cubic-bezier(.25,.46,.45,.94);width:100%;top:0;left:0;z-index:99;-webkit-user-select:none;user-select:none}.header__logo{width:94px;margin-left:15px}.header__logo img{display:block;width:100%;height:auto}.header__buttons{display:flex;height:100%;flex-flow:row nowrap;align-items:center;font-size:18px;margin-left:auto;margin-right:20px}.header__buttons .buttonBase{margin-left:12px}.modal-overlay.blocking~.header{filter:saturate(.3);pointer-events:none;cursor:default}@media (max-width:670px){.header__logo{width:77px;margin-left:10px}.header__buttons{margin-right:var(--sidePadding)}.header__buttons .buttonBase{font-size:14px;padding-left:12px;padding-right:12px;margin-left:8px}}