.header{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:10px;position:relative}.header__out{background:var(--bg-light);border-bottom:1px solid var(--border-color-light);height:75px;margin-bottom:20px;position:sticky;top:0;z-index:9999}.header__menuToggle{display:none}@media only screen and (max-width:950px){.header__out{border-top:5px solid var(--color-primary)}.header__menuToggle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--bg-primary);border-radius:10px 0 10px 0;color:var(--bg-primary-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Poppins,sans-serif;font-size:.9rem;height:50px;justify-content:center;margin-left:10px;padding:0 1rem;text-align:center}.header__menuToggle:active,.header__menuToggle:focus,.header__menuToggle:hover{color:#fff;text-decoration:none}.header__menuToggle__icon{display:block;margin-right:.5rem}.header__menuToggle__icon svg{height:20px;width:20px}}@media only screen and (max-width:360px){.header__menuToggle__icon{margin-right:0}.header__menuToggle__text{display:none}}