@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap);.header{background:#231f20;display:-ms-grid;display:grid;font-family:Roboto Condensed,sans-serif;grid-template-areas:"burger logo signin" "pages pages pages";-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);-ms-grid-rows:40px auto;grid-template-rows:40px auto;height:40px;position:fixed;left:0;top:0;width:100%;z-index:777}@media (min-width:768px){.header{grid-template-areas:"logo pages signin";-ms-grid-columns:auto 1fr auto;grid-template-columns:auto 1fr auto;-ms-grid-rows:auto;grid-template-rows:auto;height:54px}.header--hideable{display:none}}@media (min-width:992px){.header{height:68px}}@media (min-width:1600px){.header{height:90px}}.header__burger{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-row-align:center;align-self:center;grid-area:burger;-ms-grid-column-align:start;justify-self:start;padding-left:12px}@media (min-width:768px){.header__burger{display:none}}.header__logo{-ms-grid-row:1;-ms-grid-column:2;-ms-grid-row-align:center;align-self:center;grid-area:logo;-ms-grid-column-align:center;justify-self:center}@media (min-width:768px){.header__logo{-ms-grid-column-align:start;justify-self:start;padding-left:12px}}@media (min-width:992px){.header__logo{padding-left:24px}}@media (min-width:1600px){.header__logo{padding-left:48px}}.header__pages{-ms-grid-row:2;-ms-grid-column:1;-ms-grid-column-span:3;background:#231f20;grid-area:pages;position:absolute;top:0;width:100%}@media (min-width:768px){.header__pages{-ms-grid-row-align:center;align-self:center;position:static}}.header__signin{-ms-grid-row:1;-ms-grid-column:3;-ms-grid-row-align:center;align-self:center;grid-area:signin;-ms-grid-column-align:end;justify-self:end;padding-right:20px}@media (min-width:768px){.header__logo{-ms-grid-row:1;-ms-grid-column:1}.header__pages{-ms-grid-row:1;-ms-grid-column:2;-ms-grid-column-span:1}.header__signin{-ms-grid-row:1;-ms-grid-column:3}}@media (min-width:992px){.header__signin{padding-right:32px}}@media (min-width:1600px){.header__signin{padding-right:44px}}.header .burger-button{all:unset;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;height:32px;width:32px;padding:0;margin:0}.header .burger-button__icon{border-top:2px solid #fff;display:flex;flex-direction:column;width:26px}.header .burger-button__icon:after,.header .burger-button__icon:before{border-top:2px solid #fff;content:"";display:block;margin-top:5px;width:100%}.header .header-logo{display:flex;align-items:center;justify-content:center;height:32px;width:32px}@media (min-width:768px){.header .header-logo{height:48px;width:48px}}@media (min-width:992px){.header .header-logo{height:64px;width:64px}}@media (min-width:1600px){.header .header-logo{height:72px;width:72px}}.header .header-logo--hideable{display:none}@media (min-width:768px){.header .header-logo--hideable{display:flex}}.header .header-logo__image{height:24px}@media (min-width:768px){.header .header-logo__image{height:28px}}@media (min-width:992px){.header .header-logo__image{height:46px}}@media (min-width:1600px){.header .header-logo__image{height:60px}}.header .signin-button{all:unset;background:#fff;color:#000;cursor:pointer;display:block;font-family:Roboto Condensed,sans-serif;font-size:10px;font-weight:700;height:21px;line-height:21px;padding:0 6px;text-decoration:none;text-transform:uppercase}@media (min-width:768px){.header .signin-button{font-size:12px;height:32px;line-height:32px;padding:0 12px}}@media (min-width:992px){.header .signin-button{font-size:17px;height:38px;line-height:38px}}@media (min-width:1600px){.header .signin-button{font-size:22px;height:50px;line-height:50px;padding:0 16px}}.header .header-menu{font-size:20px;list-style-type:none;padding-bottom:10px;margin:0}@media (min-width:768px){.header .header-menu{display:flex;font-size:12px;padding-bottom:0}}@media (min-width:992px){.header .header-menu{font-size:17px}}@media (min-width:1600px){.header .header-menu{font-size:22px}}.header .header-menu--collapsed{display:none}@media (min-width:768px){.header .header-menu--collapsed{display:flex}}@media (min-width:1200px){.header .header-menu__item{margin:0 15px}}.header .header-menu__link{color:#fff;display:block;padding:10px 20px;text-transform:uppercase}@media (min-width:768px){.header .header-menu__link{padding:10px 24px}}@media (min-width:1200px){.header .header-menu__link{padding:10px 32px}}.header .header-menu__link:hover{color:#ef3b39;text-decoration:none}.header .header-menu__link.active{color:#ef3b39;font-weight:700}main{margin-top:40px}@media (min-width:768px){main{margin-top:0}}.admin-bar{padding-top:46px}@media (min-width:782px){.admin-bar{padding-top:32px}}.admin-bar .header{top:32px}@media (max-width:600px){.admin-bar .header{position:-webkit-sticky;position:sticky;top:0}}@media (min-width:600px) and (max-width:782px){.admin-bar .header{top:46px}}
/*# sourceMappingURL=home-header.min.css.map*/