@charset "UTF-8";

body.sl-aux-page .h19_cta > .h19_cta-desktop,
body.sl-aux-page .qf-header .h19_cta > .h19_s3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.sl-aux-page .h19_cta .qf-btn-ghost,
body.sl-aux-page .h19_s5 .qf-btn-ghost {
  min-height: 40px;
  padding: 10px 18px;
  font-size: 13px;
}

body.sl-aux-page .h19_register-btn {
  min-height: 40px;
  padding: 10px 20px;
  font-size: 13px;
}

body.sl-aux-page .h19_menu-btn {
  display: none;
}

@media (max-width: 768px) {
  body.sl-aux-page .qf-header .qf-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.sl-aux-page .qf-header-inner {
    height: 60px !important;
    gap: 12px !important;
  }

  body.sl-aux-page .qf-logo-png {
    height: 41px !important;
    width: auto !important;
    flex-shrink: 0 !important;
  }

  body.sl-aux-page .h19_nav {
    display: none !important;
  }

  body.sl-aux-page .h19_cta {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }

  body.sl-aux-page .h19_cta > .h19_cta-desktop,
  body.sl-aux-page .qf-header .h19_cta > .h19_s3 {
    display: none !important;
  }

  body.sl-aux-page .h19_menu-btn {
    display: flex !important;
    width: 37px !important;
    height: 37px !important;
    flex: 0 0 37px !important;
  }
}
