.nms-policy-page {
  --policy-blue: #075ecb;
  --policy-orange: #ff7514;
  --policy-navy: #061923;
  background: #fff;
  color: #142331;
}

.nms-policy-page .nms-container {
  width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
}

.nms-policy-hero {
  min-height: 520px;
  color: #fff;
}

.nms-policy-hero--shipping {
  background:
    linear-gradient(90deg, rgb(4 15 24 / 96%) 0%, rgb(4 15 24 / 78%) 45%, rgb(4 15 24 / 12%) 100%),
    url('../images/shipping-page/generated/shipping-hero.webp') center / cover no-repeat;
}

.nms-policy-hero--returns {
  background:
    linear-gradient(90deg, rgb(4 15 24 / 98%) 0%, rgb(4 15 24 / 84%) 42%, rgb(4 15 24 / 18%) 100%),
    url('../images/returns-page/generated/returns-hero.webp') center / cover no-repeat;
}

.nms-policy-crumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 38px;
  color: rgb(255 255 255 / 78%);
  font-size: .84rem;
}

.nms-policy-crumbs a {
  color: #fff;
  text-decoration: none;
}

.nms-policy-hero__copy {
  max-width: 760px;
  padding-top: 68px;
}

.nms-policy-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 4.65vw, 5.25rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 4px 20px rgb(0 0 0 / 45%);
}

.nms-policy-hero p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgb(255 255 255 / 86%);
  font-size: 1.18rem;
  line-height: 1.48;
}

.nms-policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.nms-policy-actions a,
.nms-policy-intro a,
.nms-policy-inquiry button {
  display: inline-flex;
  gap: 10px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid rgb(255 255 255 / 56%);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
}

.nms-policy-actions .is-primary,
.nms-policy-intro a,
.nms-policy-inquiry button {
  border-color: var(--policy-orange);
  background: linear-gradient(90deg, #ff6500, #ff8215);
}

.nms-policy-strip {
  background: linear-gradient(90deg, #061923, #082236);
  color: #fff;
}

.nms-policy-strip .nms-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nms-policy-strip div div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px 14px;
  align-content: center;
  min-height: 104px;
  padding: 18px 22px;
  border-right: 1px solid rgb(255 255 255 / 18%);
}

.nms-policy-strip div div:first-child {
  border-left: 1px solid rgb(255 255 255 / 14%);
}

.nms-policy-strip .dashicons {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 38px;
}

.nms-policy-strip strong,
.nms-policy-strip small {
  display: block;
}

.nms-policy-strip small {
  color: rgb(255 255 255 / 72%);
}

.nms-policy-section {
  padding: 56px 0;
  background: #fff;
  border-bottom: 1px solid #dfe6eb;
}

.nms-policy-section--soft {
  background:
    linear-gradient(180deg, #f8fafc 0%, #fff 100%),
    #fff;
}

.nms-policy-kicker {
  margin: 0 0 14px;
  color: var(--policy-blue);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nms-policy-section h2,
.nms-policy-checks h2 {
  max-width: 780px;
  margin: 0 0 20px;
  color: #152331;
  font-size: clamp(1.9rem, 2.55vw, 3rem);
  line-height: 1.12;
}

.nms-policy-intro {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 54px;
  align-items: center;
}

.nms-policy-intro p:not(.nms-policy-kicker) {
  margin: 0 0 26px;
  color: #52616d;
  font-size: 1.02rem;
  line-height: 1.7;
}

.nms-policy-intro img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.nms-policy-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.nms-policy-card-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nms-policy-card-grid article {
  overflow: hidden;
  border: 1px solid #d9e1e7;
  background: #fff;
  box-shadow: 0 18px 44px rgb(14 28 40 / 7%);
}

.nms-policy-card-grid img {
  width: 100%;
  height: 156px;
  object-fit: cover;
}

.nms-policy-card-grid h3 {
  margin: 16px 16px 8px;
  color: #172331;
  font-size: 1rem;
  line-height: 1.22;
}

.nms-policy-card-grid p {
  margin: 0 16px 18px;
  color: #596873;
  font-size: .86rem;
  line-height: 1.45;
}

.nms-policy-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.nms-policy-steps article {
  position: relative;
  min-height: 224px;
  padding: 22px 20px 20px;
  border: 1px solid #d9e1e7;
  background:
    linear-gradient(180deg, #fff 0%, #f7fafc 100%);
  box-shadow: 0 14px 34px rgb(16 31 45 / 5%);
}

.nms-policy-steps article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #075ecb, #ff7514);
  content: '';
}

.nms-policy-steps span {
  color: var(--policy-blue);
  font-size: 1.35rem;
  font-weight: 900;
}

.nms-policy-steps h3 {
  margin: 18px 0 10px;
  color: #172331;
  font-size: 1rem;
  line-height: 1.25;
}

.nms-policy-steps p {
  margin: 0;
  color: #5a6873;
  font-size: .86rem;
  line-height: 1.48;
}

.nms-policy-checks {
  padding: 38px 0;
  background:
    linear-gradient(180deg, #f6f8fa, #eef3f7);
  border-bottom: 1px solid #dfe6eb;
}

.nms-policy-checks h2 {
  font-size: 1.7rem;
}

.nms-policy-checks .nms-container > div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.nms-policy-checks span {
  position: relative;
  padding-left: 28px;
  color: #20303c;
  font-weight: 750;
  line-height: 1.35;
}

.nms-policy-checks span::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--policy-blue);
  color: #fff;
  content: '✓';
  font-size: .72rem;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.nms-policy-inquiry {
  padding: 64px 0;
  background:
    radial-gradient(circle at 78% 18%, rgb(12 92 164 / 20%), transparent 32%),
    linear-gradient(90deg, rgb(4 18 29 / 98%), rgb(6 28 43 / 95%)),
    url('../images/downloads-page/generated/parts-list-cta.webp') center / cover no-repeat;
  color: #fff;
}

.nms-policy-inquiry .nms-container {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.nms-policy-inquiry h2 {
  max-width: 350px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.12;
}

.nms-policy-inquiry p {
  color: rgb(255 255 255 / 74%);
  line-height: 1.6;
}

.nms-policy-inquiry aside a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  margin-top: 24px;
  color: #fff;
  text-decoration: none;
  font-size: 1.02rem;
}

.nms-policy-inquiry form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 4%);
  box-shadow: 0 22px 60px rgb(0 0 0 / 16%);
}

.nms-policy-inquiry label {
  display: grid;
  gap: 8px;
  color: rgb(255 255 255 / 84%);
  font-size: .83rem;
  font-weight: 800;
}

.nms-policy-inquiry label span {
  color: var(--policy-orange);
}

.nms-policy-inquiry input,
.nms-policy-inquiry textarea {
  width: 100%;
  border: 1px solid rgb(255 255 255 / 24%);
  background: rgb(255 255 255 / 7%);
  color: #fff;
  font: inherit;
}

.nms-policy-inquiry input {
  height: 44px;
  padding: 0 13px;
}

.nms-policy-inquiry textarea {
  min-height: 100px;
  padding: 12px;
  resize: vertical;
}

.nms-policy-inquiry .is-wide,
.nms-policy-upload,
.nms-policy-inquiry button {
  grid-column: 1 / -1;
}

.nms-policy-upload {
  min-height: 72px;
  padding: 14px 18px;
  border: 1px dashed rgb(255 255 255 / 48%);
}

.nms-policy-upload input {
  display: none;
}

.nms-policy-upload small {
  color: rgb(255 255 255 / 66%);
}

.nms-policy-inquiry button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

@media (min-width: 901px) {
  .nms-policy-hero {
    height: 491px !important;
    min-height: 491px !important;
    overflow: hidden;
  }

  .nms-policy-hero .nms-container {
    height: 100%;
  }

  .nms-policy-crumbs {
    min-height: 50px;
    padding-top: 24px;
  }

  .nms-policy-hero__copy {
    max-width: 760px;
    padding-top: 30px;
  }

  .nms-policy-hero h1 {
    max-width: 720px;
    font-size: clamp(42px, 3.45vw, 50px);
    line-height: 1.05;
  }

  .nms-policy-hero p {
    max-width: 620px;
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.45;
  }

  .nms-policy-actions {
    gap: 14px;
    margin-top: 20px;
  }

  .nms-policy-actions a {
    min-height: 48px;
    padding-inline: 22px;
  }
}

@media (max-width: 1200px) {
  .nms-policy-card-grid,
  .nms-policy-card-grid--five,
  .nms-policy-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nms-policy-checks .nms-container > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .nms-policy-intro,
  .nms-policy-inquiry .nms-container {
    grid-template-columns: 1fr;
  }

  .nms-policy-strip .nms-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .nms-policy-page .nms-container {
    width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  }

  .nms-policy-hero {
    min-height: auto;
    padding-bottom: 42px;
  }

  .nms-policy-crumbs {
    padding-top: 24px;
  }

  .nms-policy-hero__copy {
    padding-top: 42px;
  }

  .nms-policy-hero h1 {
    font-size: 2.55rem;
  }

  .nms-policy-actions,
  .nms-policy-inquiry form,
  .nms-policy-card-grid,
  .nms-policy-card-grid--five,
  .nms-policy-steps,
  .nms-policy-checks .nms-container > div,
  .nms-policy-strip .nms-container {
    grid-template-columns: 1fr;
  }

  .nms-policy-actions {
    display: grid;
  }

  .nms-policy-section,
  .nms-policy-inquiry {
    padding: 38px 0;
  }

  .nms-policy-intro img {
    height: 230px;
  }

  .nms-policy-card-grid img {
    height: 180px;
  }

  .nms-policy-steps article {
    min-height: auto;
  }
}

.nms-faq-page,
.nms-downloads-page {
  --support-blue: #0757b7;
  --support-navy: #061722;
  background: #fff;
  color: #111a24;
}

.nms-faq-page .nms-container,
.nms-downloads-page .nms-container {
  width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
}

.nms-faq-hero,
.nms-downloads-hero {
  position: relative;
  min-height: 520px;
  color: #fff;
  background:
    linear-gradient(90deg, rgb(4 15 24 / 94%) 0%, rgb(4 15 24 / 76%) 45%, rgb(4 15 24 / 18%) 100%),
    url('../images/faq-page/generated/faq-hero.webp') center / cover no-repeat;
}

.nms-downloads-hero {
  min-height: 470px;
  background:
    linear-gradient(90deg, rgb(4 15 24 / 94%) 0%, rgb(4 15 24 / 72%) 44%, rgb(4 15 24 / 18%) 100%),
    url('../images/downloads-page/generated/downloads-hero.webp') center / cover no-repeat;
}

.nms-faq-crumbs,
.nms-downloads-crumbs {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-top: 42px;
  color: rgb(255 255 255 / 82%);
  font-size: .84rem;
}

.nms-faq-crumbs a,
.nms-downloads-crumbs a {
  color: #fff;
  text-decoration: none;
}

.nms-faq-hero__copy,
.nms-downloads-hero__copy {
  max-width: 680px;
  padding-top: 48px;
}

.nms-faq-hero__copy h1,
.nms-downloads-hero__copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.35vw, 5.75rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
}

.nms-downloads-hero__copy h1 {
  max-width: 760px;
  font-size: clamp(2.85rem, 4.3vw, 4.7rem);
}

.nms-faq-hero__copy h1 span {
  color: #1975df;
}

.nms-faq-hero__copy p,
.nms-downloads-hero__copy p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgb(255 255 255 / 88%);
  font-size: 1.22rem;
  line-height: 1.42;
}

.nms-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
}

.nms-support-btn {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid rgb(255 255 255 / 70%);
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
}

.nms-support-btn--primary {
  border-color: #ff7815;
  background: linear-gradient(90deg, #ff6a00, #ff8a14);
}

.nms-support-btn--ghost {
  background: rgb(4 13 22 / 42%);
}

.nms-support-search {
  position: absolute;
  left: max(44px, calc((100vw - 1344px) / 2 + 8px));
  bottom: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 178px;
  width: min(870px, calc(100vw - 88px));
  height: 64px;
  box-shadow: 0 16px 34px rgb(0 0 0 / 20%);
}

.nms-faq-hero .nms-support-search {
  position: static;
  width: min(870px, 100%);
  margin-top: 32px;
}

.nms-support-search input,
.nms-downloads-search input {
  width: 100%;
  border: 0;
  background: #fff;
  color: #1e2933;
  font-size: 1rem;
}

.nms-support-search input {
  padding: 0 24px;
}

.nms-support-search button {
  border: 0;
  background: #0757b7;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.nms-faq-tabs {
  background: #fff;
  border-bottom: 1px solid #dfe6eb;
}

.nms-faq-tabs .nms-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.nms-faq-tabs a {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  border-right: 1px solid #dfe6eb;
  color: #15202b;
  text-decoration: none;
  font-weight: 800;
}

.nms-faq-tabs a:first-child {
  border-left: 1px solid #dfe6eb;
}

.nms-faq-tabs a.is-current::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 4px;
  background: #0a61cc;
  content: '';
}

.nms-faq-tabs .dashicons {
  width: 38px;
  height: 38px;
  color: #0a61cc;
  font-size: 38px;
}

.nms-faq-list {
  padding: 34px 0 32px;
  background: linear-gradient(180deg, #fff 0%, #f7f9fb 100%);
  max-width: none;
}

.nms-faq-list .nms-container {
  max-width: none;
}

.nms-faq-list details {
  border-bottom: 1px solid #d9e0e5;
  overflow: hidden;
}

.nms-faq-list summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 24px;
  gap: 20px;
  align-items: start;
  padding: 20px 18px;
  cursor: pointer;
  list-style: none;
  overflow: hidden;
}

.nms-faq-list summary::-webkit-details-marker {
  display: none;
}

.nms-faq-list summary::after {
  display: none !important;
  content: none !important;
}

.nms-faq-list summary strong {
  display: block;
  color: #162331;
  font-size: 1rem;
}

.nms-faq-list summary span,
.nms-faq-list summary strong,
.nms-faq-list summary small {
  min-width: 0;
}

.nms-faq-list summary small {
  display: block;
  margin-top: 6px;
  color: #62717e;
  font-size: .87rem;
  line-height: 1.45;
}

.nms-faq-list summary i {
  color: #0b1520;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1;
  justify-self: end;
  overflow: hidden;
  width: 22px;
}

.nms-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.nms-faq-list details > p {
  max-width: 980px;
  margin: -8px 0 20px 78px;
  color: #4c5a66;
  font-size: .95rem;
  line-height: 1.6;
}

.nms-faq-q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #0a64d7;
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
}

.nms-faq-helper {
  border-top: 1px solid #dfe6eb;
  border-bottom: 1px solid #dfe6eb;
  background: #fff;
}

.nms-faq-trust {
  background:
    linear-gradient(90deg, rgb(5 22 35 / 98%), rgb(6 29 44 / 96%)),
    #061722;
  color: #fff;
}

.nms-faq-trust .nms-container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.nms-faq-trust div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 96px;
  padding: 18px 22px;
  border-right: 1px solid rgb(255 255 255 / 22%);
}

.nms-faq-trust div:first-child {
  border-left: 1px solid rgb(255 255 255 / 18%);
}

.nms-faq-trust .dashicons {
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 38px;
}

.nms-faq-trust strong,
.nms-faq-trust small {
  display: block;
  grid-column: 2;
}

.nms-faq-trust strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.1;
}

.nms-faq-trust small {
  color: rgb(255 255 255 / 72%);
  font-size: .78rem;
}

.nms-faq-helper .nms-container {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
}

.nms-faq-include,
.nms-faq-process {
  min-height: 260px;
  padding: 38px 44px;
}

.nms-faq-include {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 32px;
  border-right: 1px solid #dfe6eb;
}

.nms-faq-include h2,
.nms-faq-process h2 {
  margin: 0 0 24px;
  color: #15202b;
  font-size: 1.55rem;
}

.nms-faq-include ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nms-faq-include li {
  position: relative;
  padding-left: 28px;
  color: #1a2733;
  font-size: .95rem;
}

.nms-faq-include li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0a64d7;
  color: #fff;
  content: '✓';
  font-size: .72rem;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.nms-faq-include img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.nms-faq-process > div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.nms-faq-process span {
  position: relative;
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #22303b;
  font-size: .78rem;
  font-weight: 700;
  text-align: center;
}

.nms-faq-process em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d9e9ff;
  color: #0a64d7;
  font-style: normal;
  font-weight: 900;
}

.nms-faq-process .dashicons {
  width: 44px;
  height: 44px;
  color: #0a438e;
  font-size: 44px;
}

.nms-support-inquiry {
  padding: 46px 0;
  background:
    linear-gradient(90deg, rgb(4 18 29 / 96%), rgb(5 25 38 / 94%)),
    url('../images/home/hero/hero-desktop.webp') center / cover no-repeat;
  color: #fff;
}

.nms-support-inquiry .nms-container {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
  gap: 58px;
  align-items: start;
}

.nms-support-inquiry aside h2 {
  max-width: 420px;
  margin: 0 0 34px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.15;
}

.nms-support-inquiry aside a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  margin-top: 22px;
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
}

.nms-support-inquiry aside small {
  display: block;
  grid-column: 2;
  color: rgb(255 255 255 / 70%);
  font-size: .78rem;
}

.nms-support-inquiry form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nms-support-inquiry label {
  display: grid;
  gap: 7px;
  color: rgb(255 255 255 / 86%);
  font-size: .82rem;
  font-weight: 700;
}

.nms-support-inquiry label span {
  color: #ff7a1a;
}

.nms-support-inquiry input,
.nms-support-inquiry textarea {
  width: 100%;
  border: 1px solid rgb(255 255 255 / 24%);
  background: rgb(255 255 255 / 7%);
  color: #fff;
  font: inherit;
}

.nms-support-inquiry input {
  height: 44px;
  padding: 0 14px;
}

.nms-support-inquiry textarea {
  min-height: 100px;
  padding: 14px;
  resize: vertical;
}

.nms-support-inquiry .is-wide,
.nms-support-upload,
.nms-support-inquiry button,
.nms-support-inquiry form > p {
  grid-column: 1 / -1;
}

.nms-support-upload {
  min-height: 66px;
  padding: 12px 18px;
  border: 1px dashed rgb(255 255 255 / 54%);
}

.nms-support-upload input {
  display: none;
}

.nms-support-upload small {
  color: rgb(255 255 255 / 66%);
}

.nms-support-inquiry button {
  height: 52px;
  border: 0;
  background: linear-gradient(90deg, #ff6900, #ff7f12);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
}

.nms-support-inquiry form > p {
  margin: 0;
  color: rgb(255 255 255 / 70%);
  font-size: .82rem;
}

.nms-support-hidden {
  display: none !important;
}

.nms-downloads-body {
  padding: 36px 0 48px;
  background: #fff;
}

.nms-downloads-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  width: min(830px, 100%);
  height: 58px;
  border: 1px solid #cbd5dc;
}

.nms-downloads-search input {
  padding: 0 18px;
}

.nms-downloads-search button {
  border: 0;
  background: #fff;
  color: #4a5b68;
}

.nms-downloads-tabs {
  display: flex;
  gap: 0;
  margin-top: 28px;
  border-bottom: 1px solid #d7e0e6;
}

.nms-downloads-tabs a {
  position: relative;
  min-width: 128px;
  padding: 18px 14px;
  color: #1b2935;
  text-align: center;
  text-decoration: none;
  font-size: .95rem;
}

.nms-downloads-tabs a.is-current {
  color: #0a61cc;
  font-weight: 800;
}

.nms-downloads-tabs a.is-current::after {
  position: absolute;
  right: 20px;
  bottom: -1px;
  left: 20px;
  height: 3px;
  background: #0a61cc;
  content: '';
}

.nms-downloads-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 304px;
  gap: 42px;
  margin-top: 32px;
}

.nms-downloads-list article {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 174px;
  gap: 22px;
  align-items: center;
  min-height: 156px;
  padding: 18px 0;
  border-bottom: 1px solid #dce3e8;
}

.nms-downloads-list article > img {
  width: 250px;
  height: 132px;
  object-fit: cover;
  object-position: center;
  border: 1px solid #d7e0e6;
  background: #eef2f5;
  box-shadow: 0 8px 22px rgb(14 31 44 / 8%);
}

.nms-downloads-list h2 {
  margin: 0 0 10px;
  color: #111c27;
  font-size: 1.14rem;
}

.nms-downloads-list p {
  margin: 0 0 9px;
  color: #5e6b75;
  font-size: .9rem;
  line-height: 1.48;
}

.nms-downloads-list small {
  display: block;
  margin-top: 9px;
  color: #697882;
  font-size: .76rem;
}

.nms-doc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  margin-right: 12px;
  background: #d73535;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
}

.nms-doc-badge--xls {
  background: #2b9b49;
}

.nms-doc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.nms-doc-tags span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 10px;
  background: #eef1f4;
  color: #53616d;
  font-size: .72rem;
}

.nms-downloads-list article > a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #1a2733;
  color: #172331;
  text-decoration: none;
  font-size: .88rem;
  font-weight: 800;
  transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.nms-downloads-list article > a:hover {
  border-color: #0a61cc;
  color: #0a61cc;
  transform: translateY(-1px);
}

.nms-downloads-count {
  margin: 20px 0 0;
  color: #62717d;
  font-size: .85rem;
}

.nms-downloads-sidebar {
  display: grid;
  gap: 28px;
}

.nms-downloads-sidebar form,
.nms-downloads-contact {
  padding: 28px;
  background: #f4f6f8;
  border: 1px solid #dce3e8;
}

.nms-downloads-sidebar h2 {
  margin: 0 0 12px;
  color: #172331;
  font-size: 1.25rem;
}

.nms-downloads-sidebar p {
  margin: 0 0 20px;
  color: #5d6b76;
  font-size: .88rem;
  line-height: 1.5;
}

.nms-downloads-sidebar label {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: #1d2a36;
  font-size: .83rem;
  font-weight: 800;
}

.nms-downloads-sidebar label span {
  color: #ff6a00;
}

.nms-downloads-sidebar input,
.nms-downloads-sidebar textarea {
  width: 100%;
  border: 1px solid #cbd5dc;
  background: #fff;
  color: #172331;
  font: inherit;
}

.nms-downloads-sidebar input {
  height: 48px;
  padding: 0 12px;
}

.nms-downloads-sidebar textarea {
  min-height: 126px;
  padding: 12px;
  resize: vertical;
}

.nms-downloads-sidebar button {
  width: 100%;
  height: 54px;
  margin-top: 22px;
  border: 0;
  background: linear-gradient(90deg, #ff6900, #ff7f12);
  color: #fff;
  font-weight: 900;
}

.nms-downloads-contact a,
.nms-downloads-contact p {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  margin: 18px 0 0;
  color: #0a61cc;
  text-decoration: none;
}

.nms-downloads-contact small {
  display: block;
  grid-column: 2;
  color: #5d6b76;
}

.nms-downloads-sidebar > img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.nms-downloads-cta {
  padding: 48px 0;
  background:
    linear-gradient(90deg, rgb(5 22 35 / 98%) 0%, rgb(5 22 35 / 90%) 48%, rgb(5 22 35 / 16%) 100%),
    url('../images/downloads-page/generated/parts-list-cta.webp') right center / auto 100% no-repeat,
    #061722;
  color: #fff;
}

.nms-downloads-cta h2 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.12;
}

.nms-downloads-cta p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgb(255 255 255 / 76%);
}

.nms-downloads-trust {
  background: #fff;
  border-bottom: 1px solid #d9e1e7;
}

.nms-downloads-trust .nms-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nms-downloads-trust div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 104px;
  padding: 20px 22px;
  border-right: 1px solid #d9e1e7;
}

.nms-downloads-trust div:first-child {
  border-left: 1px solid #d9e1e7;
}

.nms-downloads-trust .dashicons {
  width: 38px;
  height: 38px;
  color: #12202c;
  font-size: 38px;
}

.nms-downloads-trust strong,
.nms-downloads-trust small {
  display: block;
  grid-column: 2;
}

.nms-downloads-trust strong {
  color: #13212d;
}

.nms-downloads-trust small {
  color: #5f6e78;
  font-size: .78rem;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .nms-faq-tabs .nms-container,
  .nms-faq-trust .nms-container,
  .nms-downloads-trust .nms-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nms-faq-helper .nms-container,
  .nms-support-inquiry .nms-container,
  .nms-downloads-grid {
    grid-template-columns: 1fr;
  }

  .nms-faq-include {
    border-right: 0;
    border-bottom: 1px solid #dfe6eb;
  }

  .nms-downloads-list article {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .nms-downloads-list article > a {
    grid-column: 2;
    justify-self: start;
    width: 172px;
  }
}

@media (min-width: 901px) {
  .nms-faq-hero,
  .nms-downloads-hero {
    height: 491px !important;
    min-height: 491px !important;
    overflow: hidden;
  }

  .nms-faq-hero .nms-container,
  .nms-downloads-hero .nms-container {
    position: relative;
    height: 100%;
  }

  .nms-faq-crumbs,
  .nms-downloads-crumbs {
    min-height: 50px;
    padding-top: 24px;
  }

  .nms-faq-hero__copy,
  .nms-downloads-hero__copy {
    max-width: 760px;
    padding-top: 30px;
  }

  .nms-faq-hero__copy h1,
  .nms-downloads-hero__copy h1 {
    max-width: 760px;
    font-size: clamp(42px, 3.45vw, 50px);
    line-height: 1.05;
  }

  .nms-faq-hero__copy p,
  .nms-downloads-hero__copy p {
    max-width: 620px;
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.45;
  }

  .nms-support-actions {
    gap: 14px;
    margin-top: 20px;
  }

  .nms-support-btn {
    min-height: 48px;
    padding-inline: 22px;
  }

  .nms-faq-hero .nms-support-search {
    position: static;
    grid-template-columns: minmax(0, 1fr) 154px;
    width: min(760px, 62vw);
    height: 50px;
    margin-top: 19px;
  }

  .nms-downloads-hero .nms-support-search {
    grid-template-columns: minmax(0, 1fr) 154px;
    bottom: 42px;
    width: min(760px, 62vw);
    height: 50px;
  }
}

@media (max-width: 767px) {
  .nms-faq-page .nms-container,
  .nms-downloads-page .nms-container {
    width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  }

  .nms-faq-hero,
  .nms-downloads-hero {
    min-height: auto;
    padding-bottom: 28px;
  }

  .nms-faq-hero__copy,
  .nms-downloads-hero__copy {
    padding-top: 34px;
  }

  .nms-faq-hero__copy h1,
  .nms-downloads-hero__copy h1 {
    font-size: 2.65rem;
  }

  .nms-faq-hero__copy p,
  .nms-downloads-hero__copy p {
    font-size: 1rem;
  }

  .nms-support-search {
    position: static;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    margin-top: 24px;
  }

  .nms-support-search input,
  .nms-support-search button {
    height: 52px;
  }

  .nms-faq-tabs .nms-container,
  .nms-faq-trust .nms-container,
  .nms-downloads-trust .nms-container,
  .nms-faq-process > div,
  .nms-support-inquiry form {
    grid-template-columns: 1fr;
  }

  .nms-faq-tabs a {
    justify-content: flex-start;
    min-height: 72px;
    padding-left: 12px;
  }

  .nms-faq-list summary {
    grid-template-columns: 24px minmax(0, 1fr) 16px;
    gap: 8px;
    padding: 16px 0;
    width: 100%;
  }

  .nms-faq-list summary i {
    width: 18px;
    font-size: 1.35rem;
  }

  .nms-faq-list details > p {
    margin-left: 32px;
  }

  .nms-faq-include {
    grid-template-columns: 1fr;
    padding: 28px 0;
    gap: 18px;
    border-right: 0;
    border-bottom: 1px solid #dfe6eb;
  }

  .nms-faq-process {
    padding: 28px 0;
  }

  .nms-faq-process > div {
    gap: 14px;
  }

  .nms-faq-process span {
    grid-template-columns: 28px 46px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .nms-faq-include img {
    height: 190px;
  }

  .nms-support-inquiry {
    padding: 36px 0;
  }

  .nms-downloads-tabs {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .nms-downloads-tabs a {
    min-width: 50%;
    padding: 14px 8px;
  }

  .nms-downloads-list article {
    grid-template-columns: 1fr;
  }

  .nms-downloads-list article > img {
    width: 100%;
    height: 180px;
  }

  .nms-downloads-list article > a {
    grid-column: auto;
  }
}
