/* Final positioning corrections: keep the desktop mega menu centred and the
   qualification plate within the portrait column. */
@media (min-width:901px){
 .lux-mega{
  left:50%!important;
  right:auto!important;
  top:170px!important;
  width:min(1480px,calc(100vw - 48px))!important;
  max-height:calc(100vh - 194px)!important;
  overflow:hidden auto!important;
  transform:translate(-50%,14px)!important;
 }
 .lux-services.active>.lux-mega,
 .lux-services:hover>.lux-mega,
 .lux-services:focus-within>.lux-mega{
  transform:translate(-50%,0)!important;
 }
 .lux-header.is-compact .lux-mega{
  top:81px!important;
  max-height:calc(100vh - 105px)!important;
 }
 .about-wow .aw-name-card{
  bottom:24px!important;
  left:2%!important;
  right:4%!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
 }
}

@media (min-width:901px) and (max-height:760px){
 .lux-mega-grid{padding-block:24px!important}
 .lux-mega-column>a{font-size:15px!important;padding-block:7px!important}
}

@media (max-width:900px){
 .about-wow .aw-name-card{
  bottom:20px!important;
  left:5%!important;
  right:5%!important;
  width:auto!important;
 }
}
