.header-container{background-color:#fff;display:flex;justify-content:center}.header{justify-content:space-between;max-width:1240px;padding:10px 20px;width:100%}.header,.header .logo{align-items:center;display:flex}.header .logo img{height:auto;margin-right:10px;max-width:300px}.header .logo .text{display:flex;flex-direction:column}.header .logo .text .line1{color:#f39800;font-size:12px}.header .logo .text .line2{color:#303030;font-size:12px}.header .logo .text .line3{color:#000;font-size:10px;font-weight:700}.header .actions{align-items:center;display:flex}.header .actions a{display:block;height:50px;margin-left:10px}.header .actions a img{height:100%}.hamburger{cursor:pointer;display:none;flex-direction:column}.hamburger div{background-color:#333;height:3px;margin:4px 0;width:25px}.mobile-menu{align-items:center;background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.15);display:none;flex-direction:column;left:0;padding-bottom:20px;padding-top:25px;position:absolute;right:0;top:60px;z-index:1000}.mobile-menu a{margin:10px 0;width:90%}.mobile-menu a img{width:100%}@media (max-width:1100px){.header .actions{display:none}.hamburger{display:flex}.mobile-menu{display:none}.header,.header .logo{justify-content:space-between}.header .logo{width:100%}.header .logo img{height:auto;margin-right:20px;max-width:260px}.header .logo .text{display:none}}