:root {
  --nqt-blue: #0058a0;
  --nqt-blue-deep: #00264d;
  --nqt-ink: #111;
  --nqt-muted: #555;
  --nqt-line: #e5e5e5;
  --nqt-paper: #f6f6f6;
  --nqt-white: #fff;
  --nqt-bar: #0058a0;
  --nqt-font: Inter, "Noto Sans", Arial, Helvetica, sans-serif;
  --nqt-fs: 14px;
  --nqt-fs-nav: 14px;
  --nqt-fs-mega: 13px;
  --nqt-fs-mega-h: 14px;
  --nqt-fs-h: 20px;
  --nqt-fs-h2: 16px;
}

body.nqt-has-chrome,
body.nqt-has-chrome button,
body.nqt-has-chrome input,
body.nqt-has-chrome select,
body.nqt-has-chrome textarea,
body.nqt-has-chrome h1,
body.nqt-has-chrome h2,
body.nqt-has-chrome h3,
body.nqt-has-chrome h4,
body.nqt-has-chrome h5,
body.nqt-has-chrome h6,
body.nqt-has-chrome a {
  font-family: var(--nqt-font);
}

body.nqt-has-chrome {
  --e-global-typography-primary-font-family: Inter, Arial, sans-serif;
  --e-global-typography-secondary-font-family: Inter, Arial, sans-serif;
  --e-global-typography-text-font-family: Inter, Arial, sans-serif;
  --e-global-typography-accent-font-family: Inter, Arial, sans-serif;
  font-size: var(--nqt-fs);
}

body.nqt-has-chrome #site-header,
body.nqt-has-chrome #site-footer,
body.nqt-has-chrome header.site-header,
body.nqt-has-chrome footer.site-footer,
body.nqt-has-chrome .elementor-location-header,
body.nqt-has-chrome .elementor-location-footer {
  display: none !important;
}

.home .page-header,
.home .page-header .entry-title,
body.home.nqt-has-chrome .page-header {
  display: none !important;
}

.blog .page-header,
.single-post .page-header,
.category .page-header,
.tag .page-header {
  display: none;
}

body.nqt-has-chrome .site-main,
body.nqt-has-chrome .page-content,
body.nqt-has-chrome .page-header {
  font-size: var(--nqt-fs);
  line-height: 1.65;
}

body.nqt-has-chrome .page-header .entry-title,
body.nqt-has-chrome .page-content h1 {
  font-size: var(--nqt-fs-h);
  font-weight: 700;
  line-height: 1.3;
}

body.nqt-has-chrome .page-content h2 {
  font-size: var(--nqt-fs-h2);
}

body.nqt-has-chrome .page-content p,
body.nqt-has-chrome .page-content li {
  font-size: var(--nqt-fs);
}

.nqt-shell {
  width: min(1200px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.nqt-chrome {
  position: sticky;
  top: 0;
  z-index: 200;
}

body.nqt-nav-lock {
  overflow: hidden;
}

.admin-bar .nqt-chrome {
  top: 32px;
}

.nqt-masthead {
  background: var(--nqt-white);
  color: var(--nqt-blue-deep);
  border-bottom: 1px solid var(--nqt-line);
}

.nqt-masthead__inner {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  min-height: 72px;
  padding: 12px 0 14px;
}

.nqt-logo {
  flex: 0 0 auto;
  order: 1;
  background: transparent;
  padding: 0;
  line-height: 0;
}

.nqt-logo img {
  display: block;
  height: 58px;
  width: auto;
}

.nqt-search {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  order: 2;
  min-width: 0;
  background: #f4f7fa;
  border: 1px solid #d5dee8;
  border-radius: 2px;
  overflow: hidden;
}

.nqt-search input[type="search"] {
  border: 0;
  background: transparent;
  padding: 12px 14px;
  width: 100%;
  min-width: 0;
  font-size: var(--nqt-fs);
  outline: none;
  color: #333;
}

body.nqt-has-chrome .nqt-search button {
  box-sizing: content-box !important;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--nqt-blue) !important;
  padding: 8px 12px !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
}

.nqt-masthead__ctas {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex: 0 0 auto;
  order: 3;
  white-space: nowrap;
  padding-bottom: 2px;
  line-height: 1.2;
}

.nqt-masthead__sep {
  color: #9aa4b0;
  font-weight: 400;
}

.nqt-masthead__right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  order: 4;
  white-space: nowrap;
}

.nqt-masthead__link {
  color: var(--nqt-blue-deep);
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}

.nqt-masthead__link:hover {
  color: var(--nqt-blue);
  text-decoration: underline;
}

.nqt-masthead__phone a {
  display: block;
  color: var(--nqt-blue-deep);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.nqt-masthead__phone a:hover {
  color: var(--nqt-blue);
}

.nqt-masthead__phone small {
  display: block;
  font-size: 11px;
  color: var(--nqt-muted);
}

.nqt-lang {
  position: relative;
}

body.nqt-has-chrome button.nqt-lang__btn {
  box-sizing: border-box !important;
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
  color: inherit !important;
  font-size: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  line-height: 0;
  overflow: hidden;
}

.nqt-lang__btn:focus,
.nqt-lang__btn:focus-visible,
.nqt-lang__btn:active {
  outline: 0 !important;
  box-shadow: none !important;
}

.nqt-lang__flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  border: 0;
  box-shadow: none;
  display: block;
  overflow: hidden;
}

.nqt-lang__drop .nqt-lang__flag {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.nqt-lang__drop {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  margin: 0;
  padding: 6px 0;
  list-style: none;
  min-width: 170px;
  background: var(--nqt-white);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  z-index: 40;
}

.nqt-lang.is-open .nqt-lang__drop {
  display: block;
}

.nqt-lang__drop a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #222;
  text-decoration: none;
  font-size: 13px;
}

.nqt-lang__drop a:hover,
.nqt-lang__drop .is-active a {
  background: #eef5fb;
}

.nqt-bar {
  position: relative;
  background: #2b3238;
}

.nqt-bar__inner {
  display: flex;
  align-items: stretch;
  min-height: 48px;
}

body.nqt-has-chrome button.nqt-nav-toggle {
  box-sizing: border-box !important;
  display: none !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0 !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--nqt-line) !important;
  border-radius: 4px !important;
  background: var(--nqt-white) !important;
  background-color: var(--nqt-white) !important;
  box-shadow: none !important;
  color: var(--nqt-blue-deep) !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  line-height: 0 !important;
  font-size: 0 !important;
}

body.nqt-has-chrome button.nqt-nav-toggle svg {
  display: block !important;
  width: 22px !important;
  height: 16px !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: var(--nqt-blue-deep) !important;
}

body.nqt-has-chrome button.nqt-nav-acc {
  display: none !important;
}

.nqt-bar__list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nqt-bar__list > li {
  position: relative;
}

.nqt-bar__list > li.nqt-has-mega {
  position: static;
}

.nqt-bar__list > li > a {
  display: flex;
  align-items: center;
  height: 48px;
  box-sizing: border-box;
  color: var(--nqt-white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--nqt-fs-nav);
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0 10px;
  white-space: nowrap;
  background: transparent;
}

.nqt-bar__list > li > a:hover,
.nqt-bar__list > li.is-current > a {
  background: var(--nqt-blue);
  color: var(--nqt-white);
}

.nqt-has-mega > a::after,
.nqt-has-drop > a::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}

.nqt-mega {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--nqt-white);
  box-shadow: 0 12px 28px rgba(0, 38, 77, 0.16);
  z-index: 40;
}

.nqt-has-mega:hover > .nqt-mega,
.nqt-has-mega:focus-within > .nqt-mega {
  display: block;
}

.nqt-mega__inner {
  padding: 16px 0 8px;
}

.nqt-mega__cols {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 36px;
  align-items: flex-start;
  justify-content: flex-start;
}

.nqt-mega__col {
  flex: 0 0 auto;
  min-width: 0;
}

.nqt-mega__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nqt-mega__heading {
  display: block;
  color: var(--nqt-ink);
  text-decoration: none;
  font-size: var(--nqt-fs-mega-h);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 6px;
}

.nqt-mega__heading:hover {
  color: var(--nqt-blue);
}

.nqt-mega__col li a {
  display: block;
  color: #555;
  text-decoration: none;
  font-size: var(--nqt-fs-mega);
  font-weight: 400;
  padding: 4px 0;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

.nqt-mega__col li a:hover {
  color: var(--nqt-blue);
}

.nqt-mega__foot {
  background: #f3f4f6;
  padding: 10px 0;
}

.nqt-mega__foot a {
  display: block;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  color: var(--nqt-blue-deep);
  text-decoration: none;
  font-size: var(--nqt-fs-mega-h);
  font-weight: 700;
}

.nqt-mega__foot a:hover {
  color: var(--nqt-blue);
}

.nqt-drop {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 268px;
  padding: 16px 22px 12px;
  background: var(--nqt-white);
  box-shadow: 0 12px 28px rgba(0, 38, 77, 0.16);
  z-index: 50;
}

.nqt-has-drop:hover > .nqt-drop,
.nqt-has-drop:focus-within > .nqt-drop {
  display: block;
}

.nqt-drop__heading {
  display: block;
  margin: 0 0 6px;
  padding: 0;
  color: var(--nqt-ink);
  font-size: var(--nqt-fs-mega-h);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.nqt-drop__heading:hover {
  color: var(--nqt-blue);
}

.nqt-drop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nqt-drop li a {
  display: block;
  padding: 4px 0;
  color: var(--nqt-muted);
  font-size: var(--nqt-fs-mega);
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
}

.nqt-drop li a:hover {
  color: var(--nqt-blue);
}

body.nqt-has-chrome .nqt-mosaic {
  display: grid !important;
  grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  width: min(1200px, calc(100% - 32px));
  margin: 8px auto 36px;
  height: 468px;
  box-sizing: border-box;
}

body.nqt-has-chrome .nqt-mosaic__item {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  text-decoration: none !important;
  color: var(--nqt-white) !important;
  box-shadow: none;
  border: 0;
}

body.nqt-has-chrome .nqt-mosaic__item--1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

body.nqt-has-chrome .nqt-mosaic__item--2 {
  grid-column: 2 / 5;
  grid-row: 1 / 2;
}

body.nqt-has-chrome .nqt-mosaic__item--3 {
  grid-column: 5 / 8;
  grid-row: 1 / 2;
}

body.nqt-has-chrome .nqt-mosaic__item--4 {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}

body.nqt-has-chrome .nqt-mosaic__item--5 {
  grid-column: 4 / 6;
  grid-row: 2 / 3;
}

body.nqt-has-chrome .nqt-mosaic__item--6 {
  grid-column: 6 / 8;
  grid-row: 2 / 3;
}

.nqt-mosaic__photo,
.nqt-mosaic__veil {
  position: absolute;
  inset: 0;
}

.nqt-mosaic__photo {
  background-color: #5c5c5c;
  background-size: cover;
  background-position: center;
}

.nqt-mosaic__veil {
  background: rgba(70, 70, 70, 0.55);
  transition: opacity 0.35s ease;
}

.nqt-mosaic__name {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 12px;
  color: var(--nqt-white) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  transition: opacity 0.35s ease;
}

.nqt-mosaic__item--1 .nqt-mosaic__name {
  font-size: 17px;
}

.nqt-mosaic__item:hover .nqt-mosaic__veil,
.nqt-mosaic__item:hover .nqt-mosaic__name,
.nqt-mosaic__item:focus-visible .nqt-mosaic__veil,
.nqt-mosaic__item:focus-visible .nqt-mosaic__name {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .nqt-mosaic__veil,
  .nqt-mosaic__name {
    transition: none;
  }
}

.home .entry-content {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  float: none !important;
}

.nqt-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: start;
  padding: 48px 0;
  scroll-margin-top: 110px;
}

.nqt-split__media {
  min-height: 280px;
  max-height: 360px;
  align-self: start;
  background: #ececec url("nqt-logo-white.png") center / 180px no-repeat;
}

.nqt-split__media--photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nqt-split__copy h2,
.nqt-why h2,
.nqt-service h2,
.nqt-latest h2,
.nqt-partners h2 {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--nqt-ink);
  margin: 0 0 12px;
  font-size: var(--nqt-fs-h);
  font-weight: 700;
}

.nqt-split__copy p,
.nqt-why p,
.nqt-service p,
.nqt-latest > .nqt-shell > p {
  color: var(--nqt-muted);
  line-height: 1.65;
  font-size: var(--nqt-fs);
}

.nqt-split__more {
  display: inline-block;
  margin-top: 10px;
  color: var(--nqt-blue);
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}

.nqt-split__more:hover {
  color: var(--nqt-blue-deep);
  text-decoration: underline;
}

.nqt-btn,
.nqt-btn--dark,
.nqt-hero .wp-block-button__link,
.nqt-split__copy .wp-block-button__link {
  display: inline-block;
  background: var(--nqt-bar);
  color: var(--nqt-white) !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--nqt-fs-nav);
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 20px;
  letter-spacing: 0.04em;
}

.nqt-why,
.nqt-latest,
.nqt-partners {
  padding: 20px 0 48px;
}

.nqt-why {
  scroll-margin-top: 110px;
}

.nqt-why h2,
.nqt-service h2,
.nqt-latest h2 {
  text-align: center;
}

.nqt-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.nqt-card-photo {
  margin: 0 0 14px;
  overflow: hidden;
  background: #ececec;
}

.nqt-card-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}

.nqt-why__grid article p,
.nqt-service__grid article p {
  margin: 0;
}

.nqt-why__grid h3,
.nqt-service__grid h3 {
  text-transform: uppercase;
  font-size: var(--nqt-fs-nav);
  font-weight: 600;
  margin: 0 0 8px;
}

.nqt-service {
  padding: 12px 0 48px;
}

.nqt-service__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: center;
}

.nqt-latest__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 24px 0;
}

.nqt-latest__item {
  display: block;
  text-decoration: none;
  color: var(--nqt-ink);
  position: relative;
  background: var(--nqt-paper);
  min-height: 180px;
  padding: 12px;
}

.nqt-latest__item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.nqt-latest__item strong {
  display: block;
  margin-top: 8px;
  font-size: var(--nqt-fs);
  font-weight: 600;
}

.nqt-latest__ph {
  display: block;
  height: 140px;
  background: #ddd;
}

.nqt-latest__badge {
  position: absolute;
  left: 12px;
  bottom: 44px;
  background: #444;
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  text-transform: uppercase;
}

.nqt-latest__more {
  text-align: center;
}

.nqt-partners__empty {
  background: var(--nqt-paper);
  padding: 20px;
}

.nqt-partners__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.nqt-footer {
  background: #1a1a1a;
  color: #ddd;
  padding: 40px 0 24px;
  font-size: var(--nqt-fs-nav);
}

.nqt-footer a {
  color: #ddd;
  text-decoration: none;
}

.nqt-footer a:hover {
  color: #fff;
}

.nqt-footer h3 {
  color: #fff;
  font-size: var(--nqt-fs-nav);
  text-transform: uppercase;
}

.nqt-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nqt-footer li {
  margin: 0 0 8px;
}

.nqt-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}

.nqt-footer__copy {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #333;
  font-size: var(--nqt-fs-nav);
}

@media (max-width: 1024px) {
  .nqt-chrome {
    z-index: 10050;
  }

  .nqt-masthead {
    position: relative;
    z-index: 2;
  }

  .nqt-masthead__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px 16px;
    min-height: 0;
    padding: 10px 0 12px;
  }

  .nqt-logo {
    grid-column: 1;
    grid-row: 1;
    order: unset;
  }

  .nqt-logo img {
    height: 44px;
  }

  .nqt-masthead__right {
    grid-column: 2;
    grid-row: 1;
    order: unset;
    gap: 10px;
  }

  .nqt-masthead__phone {
    display: none;
  }

  .nqt-search {
    grid-column: 1 / -1;
    grid-row: 2;
    order: unset;
    flex: none;
    width: 100%;
  }

  .nqt-masthead__ctas {
    grid-column: 1 / -1;
    grid-row: 3;
    order: unset;
    flex: none;
    width: 100%;
    white-space: normal;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  body.nqt-has-chrome button.nqt-nav-toggle {
    display: flex !important;
  }

  .nqt-bar {
    background: transparent;
  }

  .nqt-bar__inner {
    display: block;
    min-height: 0;
    width: 100%;
    max-width: none;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .nqt-chrome:not(.is-open) .nqt-bar {
    display: none;
  }

  .nqt-chrome.is-open .nqt-bar {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--nqt-white);
    border-top: 1px solid var(--nqt-line);
    box-shadow: 0 16px 32px rgba(0, 38, 77, 0.18);
    max-height: min(75vh, calc(100dvh - 120px));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
  }

  .nqt-bar__list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background: var(--nqt-white);
  }

  .nqt-bar__list > li.nqt-has-drop,
  .nqt-bar__list > li.nqt-has-mega {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
  }

  .nqt-bar__list > li > a {
    height: auto;
    min-height: 48px;
    padding: 12px 0;
    color: var(--nqt-blue-deep);
    white-space: normal;
    line-height: 1.3;
    border-bottom: 1px solid var(--nqt-line);
  }

  .nqt-has-drop > a,
  .nqt-has-mega > a {
    flex: 1 1 auto;
    min-width: 0;
  }

  .nqt-has-mega > a::after,
  .nqt-has-drop > a::after {
    display: none;
  }

  body.nqt-has-chrome button.nqt-nav-acc {
    box-sizing: border-box !important;
    display: flex !important;
    flex: 0 0 44px;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    height: auto !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--nqt-line) !important;
    border-radius: 0 !important;
    background: var(--nqt-white) !important;
    box-shadow: none !important;
    color: var(--nqt-blue-deep) !important;
    cursor: pointer;
  }

  body.nqt-has-chrome button.nqt-nav-acc span {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    margin: -4px 0 0 !important;
    border-right: 2px solid var(--nqt-blue-deep) !important;
    border-bottom: 2px solid var(--nqt-blue-deep) !important;
    background: transparent !important;
    transform: rotate(45deg);
    transition: transform 0.15s ease;
  }

  .nqt-has-drop.is-expanded > .nqt-nav-acc span,
  .nqt-has-mega.is-expanded > .nqt-nav-acc span {
    margin-top: 4px !important;
    transform: rotate(-135deg);
  }

  .nqt-bar__list > li > a:hover,
  .nqt-bar__list > li.is-current > a {
    background: #eef5fb;
    color: var(--nqt-blue);
  }

  .nqt-has-mega,
  .nqt-has-drop {
    position: relative;
  }

  .nqt-mega,
  .nqt-drop,
  .nqt-has-mega:hover > .nqt-mega,
  .nqt-has-mega:focus-within > .nqt-mega,
  .nqt-has-drop:hover > .nqt-drop,
  .nqt-has-drop:focus-within > .nqt-drop {
    display: none;
    position: static;
    box-shadow: none;
  }

  .nqt-has-drop.is-expanded > .nqt-drop,
  .nqt-has-mega.is-expanded > .nqt-mega {
    display: block;
    flex: 1 1 100%;
    width: 100%;
    background: #f7f9fb;
  }

  .nqt-drop {
    min-width: 0;
    padding: 0 0 8px;
  }

  .nqt-drop__heading {
    display: none;
  }

  .nqt-drop li a {
    padding: 8px 0 8px 16px;
    white-space: normal;
  }

  .nqt-mega__inner {
    padding: 8px 0 12px;
  }

  .nqt-mega__cols {
    flex-direction: column;
    gap: 14px;
  }

  .nqt-mega__foot {
    background: transparent;
    padding: 4px 0 12px;
  }

  .nqt-split__copy {
    display: flex;
    flex-direction: column;
  }

  .nqt-split__more {
    align-self: flex-end;
    text-align: right;
  }

  .nqt-latest__grid {
    justify-items: center;
  }

  .nqt-latest__item {
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .nqt-latest__badge {
    left: 50%;
    transform: translateX(-50%);
  }

  body.nqt-has-chrome .nqt-mosaic {
    z-index: 0;
  }
}

@media (max-width: 980px) {
  .nqt-mosaic,
  body.nqt-has-chrome .nqt-mosaic {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: none;
    height: auto;
  }

  body.nqt-has-chrome .nqt-mosaic__item--1,
  body.nqt-has-chrome .nqt-mosaic__item--2,
  body.nqt-has-chrome .nqt-mosaic__item--3,
  body.nqt-has-chrome .nqt-mosaic__item--4,
  body.nqt-has-chrome .nqt-mosaic__item--5,
  body.nqt-has-chrome .nqt-mosaic__item--6 {
    grid-column: auto;
    grid-row: auto;
    min-height: 180px;
  }

  body.nqt-has-chrome .nqt-mosaic__item--1 {
    grid-column: 1 / -1;
    min-height: 240px;
  }

  .nqt-why__grid,
  .nqt-service__grid {
    grid-template-columns: 1fr 1fr;
  }

  .nqt-split,
  .nqt-latest__grid,
  .nqt-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.nqt-has-chrome .nqt-mosaic {
    grid-template-columns: 1fr !important;
  }

  .nqt-why__grid,
  .nqt-service__grid {
    grid-template-columns: 1fr;
  }

  .admin-bar .nqt-chrome {
    top: 46px;
  }
}

.nqt-contact-page .page-header,
.nqt-contact-page .entry-title,
.nqt-contact-page .nqt-contact-layout__info > h1:first-child,
.nqt-contact-page .page-content > h1:first-child {
  display: none !important;
}

.nqt-contact-page .site-main {
  padding-top: 36px;
  padding-bottom: 56px;
}

.nqt-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 40px 56px;
  align-items: start;
}

.nqt-contact-layout__info h2 {
  margin: 22px 0 6px;
  font-size: var(--nqt-fs-h2);
  font-weight: 700;
  color: var(--nqt-ink);
}

.nqt-contact-layout__info h2:first-child {
  margin-top: 0;
}

.nqt-contact-layout__info p {
  margin: 0 0 10px;
  line-height: 1.65;
  color: var(--nqt-ink);
  font-size: var(--nqt-fs);
}

.nqt-contact {
  position: relative;
  max-width: none;
  margin: 0;
  color: var(--nqt-ink);
}

.nqt-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.nqt-contact h2 {
  margin: 0 0 12px;
  font-size: var(--nqt-fs-h);
  font-weight: 700;
  color: #111;
}

.nqt-contact > p {
  margin: 0 0 10px;
  color: #111;
  line-height: 1.65;
  font-size: var(--nqt-fs);
}

.nqt-contact__form p {
  margin: 0 0 16px;
}

.nqt-contact__form input[type="email"],
.nqt-contact__form input[type="text"],
.nqt-contact__form textarea,
.nqt-contact-page .elementor-field-textual {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #fff;
  color: #111;
  font-size: var(--nqt-fs);
  font-family: inherit;
}

.nqt-contact__form textarea {
  min-height: 140px;
  resize: vertical;
}

.nqt-contact__hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.nqt-contact__attach {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 4px 0 18px;
}

.nqt-contact__file-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #ececec;
  border: 0;
  border-radius: 2px;
  color: #333;
  font-size: var(--nqt-fs-nav);
  cursor: pointer;
}

.nqt-contact__file-btn input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.nqt-contact__cloud {
  display: inline-flex;
  color: #666;
}

.nqt-contact__file-name {
  font-size: 13px;
  color: #333;
}

.nqt-contact__hint {
  color: #777;
  font-size: 13px;
}

.nqt-contact__terms {
  font-size: var(--nqt-fs);
}

.nqt-contact__terms input {
  accent-color: #2f6fed;
  margin-right: 6px;
}

.nqt-contact__terms a {
  color: inherit;
  text-decoration: underline;
}

.nqt-contact__send,
.nqt-contact-page .elementor-button[type="submit"] {
  display: inline-block;
  min-width: 140px;
  padding: 12px 36px;
  border: 0;
  border-radius: 2px;
  background: #333 !important;
  color: #fff !important;
  font-size: var(--nqt-fs-nav);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.nqt-contact__errors {
  margin: 0 0 16px;
  padding: 12px 14px;
  background: #fff4f4;
  border: 1px solid #e8b4b4;
  color: #8a1f1f;
}

.nqt-contact__ok {
  padding: 12px 14px;
  background: #f3f8f3;
  border: 1px solid #b7d4b7;
  color: #1e5a1e;
}

.nqt-contact-page .elementor-form-fields-wrapper {
  max-width: none;
}

@media (max-width: 900px) {
  .nqt-contact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .nqt-contact-layout__info {
    order: -1;
  }
}

.single-nqt_product .page-header,
.post-type-archive-nqt_product .page-header,
.tax-nqt_product_cat .page-header {
  display: none;
}

.nqt-archive,
.nqt-product,
.nqt-blog,
.nqt-post {
  padding: 32px 0 56px;
}

.nqt-archive h1,
.nqt-product h1,
.nqt-blog h1,
.nqt-post h1 {
  margin: 0 0 12px;
  font-size: var(--nqt-fs-h);
  font-weight: 700;
}

.nqt-archive__intro {
  margin: 0 0 24px;
  color: var(--nqt-muted);
  font-size: var(--nqt-fs);
}

.nqt-archive__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.nqt-archive__item {
  display: block;
  text-decoration: none;
  color: var(--nqt-ink);
  background: var(--nqt-paper);
}

.nqt-product__media img,
.nqt-product__ph,
.nqt-gallery__zoom img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #ddd;
}

.nqt-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
}

.nqt-gallery--multi {
  grid-template-columns: 72px minmax(0, 1fr);
}

.nqt-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nqt-gallery__thumb {
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #cfcfcf;
  background: var(--nqt-white);
  cursor: pointer;
  line-height: 0;
}

.nqt-gallery__thumb img {
  width: 70px;
  height: 70px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.nqt-gallery__thumb.is-active {
  border-color: var(--nqt-blue);
  outline: 2px solid var(--nqt-blue);
}

.nqt-gallery__zoom {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
}

.nqt-gallery__hint {
  display: block;
  margin-top: 8px;
  color: var(--nqt-muted);
  font-size: var(--nqt-fs-nav);
}

.nqt-zoom {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  padding: 40px;
}

.nqt-zoom[hidden] {
  display: none !important;
}

.nqt-zoom img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.nqt-zoom__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

body.nqt-has-chrome .nqt-gallery__zoom,
body.nqt-has-chrome .nqt-gallery__thumb,
body.nqt-has-chrome .nqt-zoom__close {
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

body.nqt-has-chrome .nqt-gallery__thumb {
  background: var(--nqt-white) !important;
  border: 1px solid #cfcfcf !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

body.nqt-has-chrome .nqt-gallery__zoom {
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

body.nqt-has-chrome .nqt-zoom__close {
  color: #fff !important;
  background: transparent !important;
}

body.nqt-zoom-open {
  overflow: hidden;
}

.nqt-archive__item strong,
.nqt-archive__price {
  display: block;
  padding: 0 12px;
  font-size: var(--nqt-fs);
}

.nqt-archive__item strong {
  margin-top: 10px;
  font-weight: 600;
}

.nqt-archive__price {
  padding-bottom: 12px;
  color: var(--nqt-muted);
}

.nqt-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.nqt-product__copy h1 {
  margin-top: 0;
}

.nqt-product__meta,
.nqt-product__cats {
  margin: 0 0 8px;
  font-size: var(--nqt-fs-nav);
  color: var(--nqt-muted);
}

.nqt-meta__k,
.nqt-ql__k {
  font-weight: 700;
  color: var(--nqt-blue-deep);
}

.nqt-product__price {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
  color: var(--nqt-blue);
}

.nqt-product__body {
  margin: 40px 0 0;
  font-size: var(--nqt-fs);
  line-height: 1.65;
}

.nqt-product__body h2 {
  margin: 0 0 12px;
  font-size: var(--nqt-fs-h);
  font-weight: 700;
}

.nqt-product__body img {
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
}

.nqt-product__body iframe,
.nqt-product__body video {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.nqt-product__body ul,
.nqt-product__body ol {
  padding-left: 1.2em;
}

.nqt-product__cats a {
  color: var(--nqt-blue);
}

.nqt-warning {
  margin: 20px 0 0;
  padding: 12px 14px;
  border: 1px solid #e6cf6b;
  background: #fff8d6;
  font-size: var(--nqt-fs-nav);
  line-height: 1.5;
}

.nqt-warning strong {
  display: inline-block;
  margin-right: 6px;
}

.nqt-warning p {
  margin: 0;
}

.nqt-pq h2,
.nqt-pq__heading {
  margin: 0 0 14px;
  font-size: var(--nqt-fs-h2);
  font-weight: 700;
}

.nqt-pq__field {
  margin: 0 0 14px;
}

.nqt-pq__field label,
.nqt-pq__label {
  display: block;
  margin-bottom: 6px;
  font-size: var(--nqt-fs-nav);
  font-weight: 700;
  color: var(--nqt-blue-deep);
}

.nqt-pq__req {
  color: #b42318;
  font-weight: 700;
}

.nqt-pq__field input,
.nqt-pq__field select,
.nqt-pq__field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #cfcfcf;
  font-size: var(--nqt-fs);
  font-family: inherit;
}

.nqt-pq__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nqt-pq__choice {
  display: inline-flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

.nqt-pq__choice input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.nqt-pq__choice span {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #cfcfcf;
  background: var(--nqt-white);
  font-size: var(--nqt-fs);
  font-weight: 500;
  line-height: 1.2;
}

.nqt-pq__choice input:focus + span {
  outline: 2px solid var(--nqt-blue);
  outline-offset: 1px;
}

.nqt-pq__choice input:checked + span {
  border-color: var(--nqt-blue);
  background: var(--nqt-blue);
  color: var(--nqt-white);
}

.nqt-pq__stepper {
  display: inline-flex;
  align-items: stretch;
  height: 40px;
}

body.nqt-has-chrome .nqt-pq__field .nqt-pq__stepper input,
body.nqt-has-chrome .nqt-pq__step {
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid #cfcfcf !important;
  border-radius: 0 !important;
  background: var(--nqt-white) !important;
  color: var(--nqt-ink) !important;
  box-shadow: none !important;
  appearance: none;
}

body.nqt-has-chrome .nqt-pq__field .nqt-pq__stepper input {
  width: 56px;
  text-align: center;
  border-left: 0 !important;
  border-right: 0 !important;
  font-size: var(--nqt-fs);
  line-height: 38px;
}

body.nqt-has-chrome .nqt-pq__step {
  width: 40px;
  font-size: 18px;
  line-height: 38px;
  cursor: pointer;
}

body.nqt-has-chrome .nqt-pq__step:hover {
  background: var(--nqt-paper) !important;
}

body.nqt-has-chrome .nqt-pq__submit,
body.nqt-has-chrome button.nqt-pq__submit {
  display: inline-block;
  appearance: none;
  background: var(--nqt-blue) !important;
  color: var(--nqt-white) !important;
  border: 0 !important;
  border-radius: 2px !important;
  padding: 12px 22px;
  font-size: var(--nqt-fs-nav);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none !important;
}

body.nqt-has-chrome .nqt-pq__submit:hover,
body.nqt-has-chrome button.nqt-pq__submit:hover {
  background: var(--nqt-blue-deep) !important;
  color: var(--nqt-white) !important;
}

.nqt-pq__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 8px;
}

.nqt-pq__hint {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--nqt-muted);
  line-height: 1.45;
}

body.nqt-has-chrome .nqt-pq__add,
body.nqt-has-chrome button.nqt-pq__add {
  display: inline-block;
  appearance: none;
  background: var(--nqt-white) !important;
  color: var(--nqt-blue) !important;
  border: 1px solid var(--nqt-blue) !important;
  border-radius: 2px !important;
  padding: 11px 22px;
  font-size: var(--nqt-fs-nav);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none !important;
}

body.nqt-has-chrome .nqt-pq__add:hover,
body.nqt-has-chrome button.nqt-pq__add:hover {
  background: var(--nqt-paper) !important;
  color: var(--nqt-blue-deep) !important;
  border-color: var(--nqt-blue-deep) !important;
}

.nqt-ql-count {
  display: inline-block;
  min-width: 1.25em;
  padding: 0 5px;
  margin-left: 2px;
  border-radius: 999px;
  background: var(--nqt-blue);
  color: var(--nqt-white);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: 1px;
}

.nqt-ql {
  padding: 32px 0 64px;
}

.nqt-ql h1 {
  margin: 0 0 8px;
  font-size: 28px;
  color: var(--nqt-blue-deep);
}

.nqt-ql__intro {
  margin: 0 0 24px;
  color: var(--nqt-muted);
  max-width: 52em;
}

.nqt-ql__items {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid var(--nqt-line);
}

.nqt-ql__item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--nqt-line);
}

.nqt-ql__thumb {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: var(--nqt-paper);
}

.nqt-ql__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nqt-ql__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.nqt-ql__copy a {
  color: var(--nqt-blue-deep);
  text-decoration: none;
}

.nqt-ql__copy a:hover {
  color: var(--nqt-blue);
}

.nqt-ql__sku,
.nqt-ql__fields,
.nqt-ql__notes {
  margin: 0;
  font-size: 13px;
  color: var(--nqt-muted);
}

.nqt-ql__fields {
  list-style: none;
  padding: 0;
}

.nqt-ql__form {
  max-width: 420px;
}

.nqt-ql__more {
  margin-top: 28px;
}

body.nqt-has-chrome .nqt-ql__remove,
body.nqt-has-chrome button.nqt-ql__remove {
  appearance: none;
  background: transparent !important;
  color: var(--nqt-muted) !important;
  border: 0 !important;
  padding: 4px 0;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
  box-shadow: none !important;
}

body.nqt-has-chrome .nqt-ql__remove:hover,
body.nqt-has-chrome button.nqt-ql__remove:hover {
  color: var(--nqt-blue) !important;
}

.nqt-blog h1 {
  margin: 0 0 24px;
}

.nqt-crumbs {
  margin: 0 0 14px;
}

.nqt-crumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: var(--nqt-muted);
}

.nqt-crumbs li {
  display: flex;
  align-items: center;
}

.nqt-crumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #b0b0b0;
}

.nqt-crumbs a {
  color: var(--nqt-blue);
  text-decoration: none;
  font-weight: 600;
}

.nqt-crumbs a:hover {
  text-decoration: underline;
}

.nqt-crumbs span {
  color: var(--nqt-ink);
}

.nqt-blog__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.nqt-blog__row a {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  color: var(--nqt-ink);
  text-decoration: none;
}

.nqt-blog__thumb {
  display: block;
  width: 240px;
  height: 150px;
  overflow: hidden;
  border-radius: 8px;
  background: #ececec;
}

.nqt-blog__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nqt-blog__copy h2 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #3d4a5c;
}

.nqt-blog__copy p {
  margin: 0;
  color: #6b7280;
  font-size: var(--nqt-fs);
  line-height: 1.6;
}

.nqt-blog__row a:hover h2 {
  color: var(--nqt-blue);
}

.nqt-post h1 {
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 8px;
}

.nqt-post__date {
  margin: 0 0 20px;
  color: var(--nqt-muted);
  font-size: 13px;
}

.nqt-post__hero {
  margin: 0 0 24px;
}

.nqt-post__hero img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  background: #ececec;
}

.nqt-post__body {
  max-width: 760px;
  font-size: var(--nqt-fs);
  line-height: 1.7;
  color: var(--nqt-ink);
}

.nqt-post__body p,
.nqt-post__body ul,
.nqt-post__body ol {
  margin: 0 0 1em;
}

.nqt-post__body img {
  max-width: 100%;
  height: auto;
}

.nqt-post__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--nqt-line);
}

.nqt-post__nav-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--nqt-ink);
  text-decoration: none;
}

.nqt-post__nav-link--next {
  text-align: right;
}

.nqt-post__nav-link span {
  color: var(--nqt-muted);
  font-size: 13px;
}

.nqt-post__nav-link strong {
  font-size: var(--nqt-fs);
}

.nqt-post__nav-link:hover strong {
  color: var(--nqt-blue);
}

.nqt-pager {
  margin-top: 32px;
}

.nqt-pager .nav-links,
.nqt-archive .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.nqt-pager .page-numbers,
.nqt-archive .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--nqt-line);
  color: var(--nqt-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  background: var(--nqt-white);
}

.nqt-pager .page-numbers.current,
.nqt-archive .page-numbers.current {
  background: var(--nqt-blue);
  border-color: var(--nqt-blue);
  color: var(--nqt-white);
}

.nqt-pager a.page-numbers:hover,
.nqt-archive a.page-numbers:hover {
  border-color: var(--nqt-blue);
  color: var(--nqt-blue);
}

@media (max-width: 900px) {
  .nqt-archive__grid,
  .nqt-product__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .nqt-archive__grid,
  .nqt-product__grid,
  .nqt-post__nav {
    grid-template-columns: 1fr;
  }

  .nqt-blog__row a,
  .nqt-blog__thumb {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .nqt-blog__thumb {
    height: 180px;
  }

  .nqt-post__nav-link--next {
    text-align: left;
  }

  .nqt-ql__item {
    grid-template-columns: 64px 1fr;
  }

  .nqt-ql__item form {
    grid-column: 1 / -1;
  }
}
