:root{--brand-blue:var(--brand-blue);--brand-blue-hover:var(--brand-blue-hover);--bg-grey-color:#f9fafb;--bg-hover-grey-color:#e1e3e6;--bg-active-grey-color:#d4d4d8}
body.support-nav-light .site-header {
  --support-nav-text: #111827;
}
body.support-nav-light .site-header,
body.support-nav-light .site-header.page-navbar-solid,
body.support-nav-light .site-header.hero-theme-dark:not(.scrolled):not(.menu-open),
body.support-nav-light .site-header .nav-inner-wrap,
body.support-nav-light .site-header .nav-shell {
  background: #ffffff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.support-nav-light .site-header .nav-link,
body.support-nav-light .site-header .nav-link.dropdown-toggle,
body.support-nav-light .site-header .navbar-nav .nav-link,
body.support-nav-light .site-header .navbar-brand,
body.support-nav-light .site-header .nav-glass-text,
body.support-nav-light .site-header .nav-glass-icon,
body.support-nav-light .site-header .navbar-toggler,
body.support-nav-light .site-header .dropdown-toggle,
body.support-nav-light .site-header .dropdown-item,
body.support-nav-light .site-header .dropdown-menu .dropdown-item,
body.support-nav-light .site-header a,
body.support-nav-light .site-header button {
  color: var(--support-nav-text) !important;
}
body.support-nav-light .site-header .nav-link:hover,
body.support-nav-light .site-header .nav-link:focus,
body.support-nav-light .site-header .dropdown-item:hover,
body.support-nav-light .site-header .dropdown-item:focus {
  color: #000 !important;
}
body.support-nav-light .site-header .nav-glass-btn {
  background: #ffffff;
  color: #111827 !important;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}
body.support-nav-light .site-header .nav-glass-btn:hover {
  background: var(--bg-grey-color);
  border-color: rgba(17, 24, 39, 0.14);
}
body.support-nav-light .site-header .dropdown-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}
body.support-nav-light .site-header .dropdown-item {
  border-radius: 10px;
}
body.support-nav-light .site-header .dropdown-item:hover {
  background: var(--bg-grey-color);
}
body.support-nav-light .site-header .navbar-toggler-icon,
body.support-nav-light .site-header .navbar-toggler-icon::before,
body.support-nav-light .site-header .navbar-toggler-icon::after,
body.support-nav-light .site-header .icon-bar {
  color: #111827 !important;
}
body.support-nav-light .site-header .site-logo-img {
  filter: none;
  max-height: 24px;
  width: auto;
}
.support-page {
  background: #fff;
  color: #111827;
}
.support-page .support-container {
  width: min(1300px, calc(100% - 32px));
  margin: 0 auto;
}
.support-page .support-main {
  padding-top: 0;
  padding-bottom: 88px;
}
.support-page .support-search-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(18,24,35,.16) 0%, rgba(18,24,35,.28) 100%),
    var(--support-hero-bg, url('/public/assets/xtu/vendor/img/appbanner.jpg')) center center / cover no-repeat;
}
.support-page .support-search-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.18) 48%, rgba(0,0,0,.22) 100%);
}
.support-page .support-search-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1060px);
  padding: 72px 20px 64px;
}
.support-page .support-search-hero h1 {
  margin: 0 auto 34px;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -.03em;
  color: #fff;
  word-wrap: break-word;
  font-weight: 500;
  text-shadow: 0 10px 26px rgba(0,0,0,.16);
}
.support-page .support-search-hero p {
  width: 792px;
  max-width: 100%;
  margin: 24px auto 48px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -.03em;
  color: rgba(255,255,255,.98);
  word-break: break-word;
  word-wrap: break-word;
  text-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.support-page .support-search-bar {
  width: min(100%, 620px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0,0,0,.12);
}
.support-page .support-search-field {
  flex: 1;
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 14px;
  background: #fff;
}
.support-page .support-search-field i {
  color: #c1c7d0;
  font-size: 14px;
  margin-right: 8px;
}
.support-page .support-search-field input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #111827;
  font-size: 14px;
}
.support-page .support-search-field input::placeholder {
  color: #bcc3cd;
}
.support-page .support-search-submit,
.support-page form .support-search-submit,
.support-page .support-search-bar .support-search-submit,
.support-page .support-search-submit-primary {
  -webkit-appearance: none;
  appearance: none;
  flex: 0 0 80px;
  height: 46px;
  border: 0;
  background: var(--brand-blue) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
  transition: background .2s ease, box-shadow .2s ease;
}
.support-page .support-search-submit:hover,
.support-page form .support-search-submit:hover,
.support-page .support-search-bar .support-search-submit:hover,
.support-page .support-search-submit-primary:hover {
  background: var(--brand-blue-hover) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 999px rgba(255,255,255,.02) !important;
}
.support-page .support-search-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 22px;
}
.support-page .support-search-links a {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}
.support-page .support-search-links a:hover {
  color: var(--brand-blue-hover);
  opacity: 1;
}
.support-page .support-product-section {
  padding: 0 0 24px;
}
.support-page .support-product-heading {
  text-align: center;
  margin-bottom: 36px;
}
.support-page .support-product-heading h2 {
  margin: 64px 0 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -.03em;
  color: #111827;
  word-wrap: break-word;
}
.support-page .support-product-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 46px;
}
.support-page .support-product-tab {
  height: 44px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--bg-grey-color);
  color: #4b5563;
  font-size: 15px;
  line-height: 44px;
  font-weight: 500;
  box-shadow: inset 0 0 0 1px rgba(17,24,39,0.04);
  transition: all .2s ease;
}
.support-page .support-product-tab:hover {
  background: var(--bg-hover-grey-color);
  color: #111827;
}
.support-page .support-product-tab.is-active {
  background: #20242b;
  color: #ffffff;
  box-shadow: none;
}
.support-page .support-product-panels {
  position: relative;
}
.support-page .support-product-panel {
  display: none;
}
.support-page .support-product-panel.is-active {
  display: block;
}
.support-page .support-product-showcase-grid,
.support-page .support-product-showcase-grid-classic {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 34px;
}
.support-page .support-product-showcase-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #111827;
}
.support-page .support-product-showcase-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 6px;
  border-radius: 18px;
  background: transparent;
}
.support-page .support-product-showcase-media img {
  width: auto;
  height: auto;
  max-width: 78%;
  max-height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(15,23,42,.05));
  transition: transform .25s ease, filter .25s ease;
}
.support-page .support-product-showcase-item:hover .support-product-showcase-media img {
  transform: translateY(-3px) scale(1.02);
  filter: drop-shadow(0 12px 16px rgba(15,23,42,.08));
}
.support-page .support-product-showcase-item h3 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.02em;
  color: #374151;
  font-weight: 500;
}
.support-page .support-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  gap: 22px;
  margin: 32px 0 22px;
}
.support-page .support-grid-secondary {
  grid-template-columns: 1fr;
  margin-top: 22px;
}
.support-page .support-quick-section {
  padding: 0 0 24px;
}
.support-page .support-quick-heading {
  text-align: center;
  margin-bottom: 36px;
}
.support-page .support-quick-heading h2 {
  margin: 64px 0 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -.03em;
  color: #111827;
}
.support-page .support-quick-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.support-page .support-quick-service-card {
  position: relative;
  min-height: 228px;
  padding: 34px 26px 28px;
  border-radius: 24px;
  background: var(--bg-grey-color);
  border: 1px solid rgba(17,24,39,0.05);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: border-color .22s ease, box-shadow .22s ease;
}
.support-page .support-quick-service-card:hover {
  border-color: rgba(17,24,39,0.08);
  box-shadow: 0 14px 28px rgba(15,23,42,.04);
}
.support-page .support-quick-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(17,24,39,0.05);
  color: #111827;
  font-size: 24px;
  line-height: 1;
}
.support-page .support-quick-service-card h3 {
  position: relative;
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -.02em;
  padding-bottom: 14px;
}
.support-page .support-quick-service-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: rgba(17,24,39,0.18);
  transition: width .22s ease, background .22s ease;
}
.support-page .support-quick-service-card:hover h3::after {
  width: 56px;
  background: var(--brand-blue);
}
.support-page .support-quick-service-card p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 24px;
}
.support-page .support-panel,
.support-page .support-section {
  border-radius: 28px;
  border: 1px solid rgba(17,24,39,0.06);
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 48px rgba(15,23,42,0.06);
}
.support-page .support-panel { padding: 28px; }
.support-page .support-panel-header,
.support-page .support-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.support-page .support-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.support-page .support-panel-header h2,
.support-page .support-section-header h2 {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.1;
  font-weight: 700;
  color: #111827;
}
.support-page .support-panel-header p,
.support-page .support-section-header p {
  margin: 10px 0 0;
  color: #6b7280;
  line-height: 1.8;
  font-size: 15px;
}
.support-page .support-link-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.support-page .support-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.support-page .support-product-card {
  position: relative;
  overflow: hidden;
  min-height: 242px;
  border-radius: 24px;
  padding: 22px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(17,24,39,0.08), rgba(17,24,39,0.82)), linear-gradient(135deg, #1f2937 0%, #111827 100%);
  transition: transform .25s ease, box-shadow .25s ease;
}
.support-page .support-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 42px rgba(15,23,42,0.16);
}
.support-page .support-product-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -56px auto;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.24), transparent 66%);
}
.support-page .support-product-type {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.support-page .support-product-card h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.03em;
}
.support-page .support-product-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
}
.support-page .support-product-meta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}
.support-page .support-quick-list { display: grid; gap: 14px; }
.support-page .support-quick-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  background: var(--bg-grey-color);
  border: 1px solid rgba(17,24,39,0.05);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.support-page .support-quick-item:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 14px 30px rgba(15,23,42,0.08);
}
.support-page .support-quick-icon {
  flex: 0 0 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #111827;
  color: #fff;
  font-size: 20px;
}
.support-page .support-quick-item h3 {
  margin: 4px 0 6px;
  color: #111827;
  font-size: 17px;
  font-weight: 700;
}
.support-page .support-quick-item p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.75;
}
.support-page .support-section {
  padding: 32px;
  margin-bottom: 22px;
}
.support-page .support-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.support-page .support-service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 218px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-grey-color) 100%);
  border: 1px solid rgba(17,24,39,0.06);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.support-page .support-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(15,23,42,0.08);
  border-color: rgba(0,114,206,0.22);
}
.support-page .support-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #fff;
  font-size: 21px;
  margin-bottom: 18px;
}
.support-page .support-service-card h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 19px;
  font-weight: 700;
}
.support-page .support-service-card p {
  margin: 0;
  color: #6b7280;
  line-height: 1.8;
  font-size: 14px;
}
.support-page .support-service-link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
}
.support-page .support-contact-section {
  padding: 0 0 8px;
}
.support-page .support-contact-heading {
  text-align: center;
  margin-bottom: 36px;
}
.support-page .support-contact-heading h2 {
  margin: 64px 0 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -.03em;
  color: #111827;
}
.support-page .support-contact-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}
.support-page .support-contact-grid + .support-contact-grid {
  margin-top: 24px;
}
.support-page .support-contact-tile {
  grid-column: span 2;
  min-height: 292px;
  padding: 34px 28px 28px;
  border-radius: 24px;
  background: var(--bg-grey-color);
  border: 1px solid rgba(17,24,39,0.04);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #111827;
}
.support-page .support-contact-tile-wide {
  grid-column: span 3;
}
.support-page .support-contact-tile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(17,24,39,0.04);
  color: #2d3138;
  font-size: 34px;
  line-height: 1;
}
.support-page .support-contact-tile-icon-box {
  font-size: 30px;
}
.support-page .support-contact-tile-icon img {
  display: block;
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.support-page .support-contact-tile-icon-wechat img {
  max-width: 96px;
  max-height: 96px;
}
.support-page .support-contact-tile h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.support-page .support-contact-tile p {
  margin: 0;
  max-width: 320px;
  color: #4b5563;
  font-size: 15px;
  line-height: 26px;
}
.support-page .support-contact-tile-link {
  margin-top: auto;
  padding-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--brand-blue);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .support-page .support-product-showcase-grid,
  .support-page .support-product-showcase-grid-classic { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 20px; row-gap: 28px; }
  .support-page .support-grid { grid-template-columns: 1fr; }
  .support-page .support-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-page .support-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-page .support-contact-tile,
  .support-page .support-contact-tile-wide { grid-column: span 1; }
}
@media (max-width: 991.98px) {
  .support-page .support-main { padding-top: 0; padding-bottom: 72px; }
  .support-page .support-search-hero { min-height: 520px; }
  .support-page .support-search-hero h1 { font-size: clamp(40px, 8vw, 56px); }
  .support-page .support-search-bar { max-width: 100%; }
  .support-page .support-product-section { padding-top: 0; }
  .support-page .support-product-heading { margin-bottom: 28px; }
  .support-page .support-product-heading h2 { margin: 64px 0 0; font-size: 32px; line-height: 40px; font-weight: 700; }
  .support-page .support-product-tabs { gap: 12px; margin-bottom: 34px; }
  .support-page .support-product-tab { height: 40px; padding: 0 20px; font-size: 15px; line-height: 40px; }
  .support-page .support-product-showcase-grid,
  .support-page .support-product-showcase-grid-classic { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 20px; row-gap: 28px; }
  .support-page .support-product-showcase-media { margin-bottom: 12px; }
  .support-page .support-product-showcase-media img { max-height: 98px; }
  .support-page .support-product-showcase-item h3 { font-size: 14px; line-height: 20px; }
  .support-page .support-quick-heading { margin-bottom: 28px; }
  .support-page .support-quick-heading h2 { margin: 64px 0 0; font-size: 32px; line-height: 40px; font-weight: 700; }
  .support-page .support-quick-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .support-page .support-quick-service-card { min-height: 210px; padding: 28px 22px 22px; border-radius: 22px; }
  .support-page .support-quick-service-icon { width: 48px; height: 48px; margin-bottom: 18px; font-size: 22px; }
  .support-page .support-quick-service-card h3 { font-size: 17px; line-height: 24px; }
  .support-page .support-quick-service-card p { font-size: 14px; line-height: 22px; }
  .support-page .support-contact-heading { margin-bottom: 28px; }
  .support-page .support-contact-heading h2 { margin: 64px 0 0; font-size: 32px; line-height: 40px; font-weight: 700; }
  .support-page .support-contact-grid { gap: 18px; }
  .support-page .support-contact-grid + .support-contact-grid { margin-top: 18px; }
  .support-page .support-contact-tile { min-height: 232px; padding: 28px 22px 24px; border-radius: 22px; }
  .support-page .support-contact-tile-icon { width: 60px; height: 60px; margin-bottom: 18px; font-size: 30px; }
  .support-page .support-contact-tile-icon-box { font-size: 26px; }
  .support-page .support-contact-tile h3 { font-size: 18px; line-height: 26px; }
  .support-page .support-contact-tile p { font-size: 14px; line-height: 22px; }
  .support-page .support-contact-tile-link { padding-top: 20px; font-size: 14px; }
  .support-page .support-product-grid,
  .support-page .support-service-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767.98px) {
  .support-page .support-container { width: min(100% - 20px, 1300px); }
  .support-page .support-main { padding-top: 0; padding-bottom: 56px; }
  .support-page .support-search-hero { min-height: 430px; }
  .support-page .support-search-hero-inner { padding: 28px 16px 24px; }
  .support-page .support-search-hero p { font-size: 15px; margin-bottom: 22px; }
  .support-page .support-search-bar { flex-direction: column; border-radius: 12px; overflow: hidden; }
  .support-page .support-search-field,
  .support-page .support-search-submit { width: 100%; }
  .support-page .support-search-submit { flex: none; }
  .support-page .support-search-links { gap: 16px; }
  .support-page .support-product-section { padding-top: 0; }
  .support-page .support-product-heading { margin-bottom: 22px; }
  .support-page .support-product-heading h2 { margin: 64px 0 0; font-size: 32px; line-height: 40px; font-weight: 700; letter-spacing: -.03em; }
  .support-page .support-product-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 -10px 26px;
    padding: 0 10px 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .support-page .support-product-tabs::-webkit-scrollbar { display: none; }
  .support-page .support-product-tab {
    flex: 0 0 auto;
    height: 36px;
    padding: 0 18px;
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap;
  }
  .support-page .support-product-showcase-grid,
  .support-page .support-product-showcase-grid-classic { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 14px; row-gap: 22px; }
  .support-page .support-product-showcase-media { margin-bottom: 10px; }
  .support-page .support-product-showcase-media img { max-width: 82%; max-height: 82px; }
  .support-page .support-product-showcase-item h3 { font-size: 13px; line-height: 19px; }
  .support-page .support-quick-heading { margin-bottom: 22px; }
  .support-page .support-quick-heading h2 { margin: 64px 0 0; font-size: 32px; line-height: 40px; font-weight: 700; }
  .support-page .support-quick-service-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .support-page .support-quick-service-card { min-height: 180px; padding: 20px 16px 18px; border-radius: 18px; }
  .support-page .support-quick-service-icon { width: 42px; height: 42px; margin-bottom: 14px; border-radius: 14px; font-size: 20px; }
  .support-page .support-quick-service-card h3 { margin-bottom: 8px; font-size: 15px; line-height: 21px; }
  .support-page .support-quick-service-card p { font-size: 13px; line-height: 20px; }
  .support-page .support-contact-heading { margin-bottom: 22px; }
  .support-page .support-contact-heading h2 { margin: 64px 0 0; font-size: 32px; line-height: 40px; font-weight: 700; }
  .support-page .support-contact-grid { grid-template-columns: 1fr; gap: 14px; }
  .support-page .support-contact-grid + .support-contact-grid { margin-top: 14px; }
  .support-page .support-contact-tile,
  .support-page .support-contact-tile-wide { min-height: 208px; padding: 22px 18px 18px; border-radius: 18px; }
  .support-page .support-contact-tile-icon { width: 52px; height: 52px; margin-bottom: 14px; border-radius: 16px; font-size: 26px; }
  .support-page .support-contact-tile-icon-box { font-size: 22px; }
  .support-page .support-contact-tile h3 { margin-bottom: 10px; font-size: 16px; line-height: 22px; }
  .support-page .support-contact-tile p { font-size: 13px; line-height: 21px; }
  .support-page .support-contact-tile-link { padding-top: 16px; font-size: 14px; }
  .support-page .support-panel,
  .support-page .support-section { border-radius: 22px; }
  .support-page .support-panel,
  .support-page .support-section { padding: 22px 18px; }
  .support-page .support-product-grid,
  .support-page .support-service-grid { grid-template-columns: 1fr; }
  .support-page .support-panel-header,
  .support-page .support-section-header { flex-direction: column; align-items: flex-start; margin-bottom: 18px; }
}
 .support-page .support-panel-header,
  .support-page .support-section-header { flex-direction: column; align-items: flex-start; margin-bottom: 18px; }
}

@media (max-width: 767.98px) {
  .support-page .support-search-bar {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }
  .support-page .support-search-field {
    flex: 1 1 auto !important;
    width: auto !important;
    height: 44px !important;
    padding: 0 12px !important;
  }
  .support-page .support-search-submit,
  .support-page .support-search-submit-primary {
    flex: 0 0 76px !important;
    width: 76px !important;
    height: 44px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    line-height: 44px !important;
    padding: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .support-page .support-search-bar {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }
  .support-page .support-search-field {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 44px !important;
    padding: 0 12px !important;
  }
  .support-page .support-search-submit,
  .support-page .support-search-submit-primary {
    flex: 0 0 78px !important;
    width: 78px !important;
    min-width: 78px !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 767.98px) {
  .support-page .support-search-hero h1 {
    font-size: 34px !important;
    line-height: 42px !important;
    letter-spacing: -.03em !important;
  }
}

@media (max-width: 767.98px) {
  /* mobile type scale - support page only */
  .support-page .support-search-hero h1 {
    font-size: 32px !important;
    line-height: 40px !important;
    letter-spacing: -.03em !important;
  }
  .support-page .support-search-field input,
  .support-page .support-search-submit,
  .support-page .support-search-submit-primary,
  .support-page .support-search-links a,
  .support-page .support-product-tab {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .support-page .support-product-heading h2,
  .support-page .support-quick-heading h2,
  .support-page .support-contact-heading h2 {
    font-size: 28px !important;
    line-height: 36px !important;
    letter-spacing: -.03em !important;
  }
  .support-page .support-product-showcase-item h3,
  .support-page .support-quick-service-card h3,
  .support-page .support-contact-tile h3 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .support-page .support-quick-service-card p,
  .support-page .support-contact-tile p,
  .support-page .support-panel-header p,
  .support-page .support-section-header p,
  .support-page .support-contact-tile-link {
    font-size: 13px !important;
    line-height: 20px !important;
  }
}
