@media (max-width:620px){
  html body>header .head-main{
    position:relative!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    align-content:flex-start!important;
    column-gap:8px!important;
    row-gap:0!important;
    height:120px!important;
    min-height:120px!important;
    padding:0 14px 10px!important;
  }
  html body>header .head-main>.logo{
    display:flex!important;
    align-items:center!important;
    height:66px!important;
    flex:0 0 auto!important;
  }
  html body>header .head-main>.head-actions{
    display:flex!important;
    align-items:center!important;
    height:66px!important;
    margin-left:auto!important;
    flex:0 0 auto!important;
  }
  html body>header .head-main>.search{
    position:static!important;
    inset:auto!important;
    order:3!important;
    display:flex!important;
    flex:0 0 100%!important;
    width:100%!important;
    max-width:none!important;
    height:44px!important;
    margin:0!important;
    z-index:1!important;
  }
  html body>header>nav{
    position:relative!important;
    margin-top:0!important;
    clear:both!important;
    z-index:2!important;
  }
  html body .hero{
    margin-top:0!important;
  }
}
