.header{box-sizing:border-box;height:56px;padding:1rem;display:flex;justify-content:space-between;align-content:center;color:#2a84b7;background:0 0;margin:0 auto}.header.expanded>a,.header.expanded>button{z-index:2}@media screen and (min-width:1024px){.header{max-width:1168px;height:80px;background-color:transparent;color:#333}}@media (max-width:1023px) and (min-width:768px){.header{padding:1rem 2rem;max-width:768px}}@media (max-width:1023px){.header{height:74px}}.header__menu{display:flex;justify-content:flex-end;align-items:flex-start;flex-grow:1}@media screen and (min-width:1024px){.header__menu{padding-top:4px}}.header__container{z-index:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}@media screen and (min-width:1024px){.header__container{flex-direction:row;justify-content:flex-end;min-height:20px;flex-grow:1}}@media screen and (max-width:1023px){.header__container{width:100vw;min-height:100vh;position:fixed;top:0;left:100vw;transition:left .3s ease-in-out;background-color:transparent;color:#333}}.header__row{width:100vw;height:100vh;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;overflow-y:scroll}.header__row>div:first-child{flex:auto}@media screen and (min-width:1024px){.header__row{margin-left:.5rem;align-items:center;width:auto;height:auto;flex-direction:row;justify-content:flex-end;overflow-y:visible;overflow-y:initial}}.header__col{display:flex;flex-direction:column;align-content:center;color:#fff;font-size:.875rem}@media (min-width:1024px){.header__col{flex-direction:row;align-content:baseline;align-items:baseline}}.header__links__container{display:none}@media (min-width:1024px){.header__links__container{height:32px;display:flex;align-items:center}}@media (min-width:1024px){.header__links__item{padding:0 16px 0 0;height:24px}}.loading-bar{height:3px;background-color:#009cd8;position:absolute;top:0;z-index:1031}