@font-face{font-family:"Inter Variable";font-style:normal;font-display:swap;font-weight:100 900;src:url("./fonts/inter-latin-wght-normal.woff2") format("woff2-variations")}
#rw-home *{box-sizing:border-box}#rw-home{margin:0}#rw-home button,#rw-home input{font:inherit}#rw-home button{color:inherit}#rw-home img,#rw-home svg{display:block}#rw-home svg{flex-shrink:0}#rw-home ul,#rw-home ol{list-style:none;margin:0;padding:0}#rw-home a{text-decoration:none}#rw-home button{border:0}#rw-home figure{margin:0}#rw-home [hidden]{display:none!important}
#rw-home {
  --ink: #172b3a;
  --muted: #56656d;
  --brand: #08618c;
  --line: #dce4e8;
  --surface: #f3f6f7;
  --navy: #102c3f;
  --yellow: #e8b14f;
  --font-inter: "Inter Variable";
}
#rw-home * {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
#rw-home {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font-inter), Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
#rw-home a {
  text-decoration: none;
  color: inherit;
}
#rw-home button,
#rw-home input,
#rw-home select,
#rw-home textarea {
  font: inherit;
}
#rw-home button,
#rw-home a,
#rw-home input,
#rw-home select,
#rw-home textarea {
  -webkit-tap-highlight-color: transparent;
}
#rw-home button {
  cursor: pointer;
}
#rw-home img {
  max-width: 100%;
  height: auto;
}
#rw-home h1,
#rw-home h2,
#rw-home h3,
#rw-home h4,
#rw-home p {
  margin: 0;
}
#rw-home h1,
#rw-home h2,
#rw-home h3 {
  line-height: 1.17;
  letter-spacing: -0.04em;
  font-weight: 600;
}
#rw-home h1 {
  font-size: clamp(2.5rem, 4.7vw, 4.65rem);
}
#rw-home h2 {
  font-size: clamp(2rem, 3.25vw, 3.2rem);
}
#rw-home h3 {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
#rw-home p {
  color: var(--muted);
}
#rw-home :focus-visible {
  outline: 3px solid #e5a921;
  outline-offset: 5px;
}
#rw-home .container {
  width: min(1280px, calc(100% - 80px));
  margin-inline: auto;
}
#rw-home .section {
  padding-block: 88px;
}
#rw-home .section-soft {
  background: var(--surface);
}
#rw-home .eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.17em;
  color: var(--brand);
  line-height: 1.4;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#rw-home .eyebrow:before {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background: currentColor;
}
#rw-home .section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 38px;
}
#rw-home .section-heading h2 {
  max-width: 780px;
}
#rw-home .section-description {
  margin-top: 18px;
  max-width: 610px;
}
#rw-home .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 52px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background-color 0.18s,
    color 0.18s,
    transform 0.18s;
}
#rw-home .button-primary {
  background: var(--brand);
  color: #fff;
}
#rw-home .button-primary:hover {
  background: #074c6d;
}
#rw-home .button-secondary {
  border-color: #b6c4cc;
  background: transparent;
  color: var(--ink);
}
#rw-home .button-secondary:hover {
  background: #edf2f5;
}
#rw-home .button-light {
  background: #fff;
  color: var(--navy);
}
#rw-home .button-light:hover {
  background: #e6f0f5;
}
#rw-home .text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand);
  line-height: 1.5;
}
#rw-home .text-link svg {
  flex-shrink: 0;
  transition: transform 0.18s;
}
#rw-home .text-link:hover svg {
  transform: translateX(3px);
}
#rw-home .text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
#rw-home .actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
#rw-home .skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  background: var(--navy);
  color: #fff;
  padding: 12px 18px;
  transform: translateY(-200%);
}
#rw-home .skip-link:focus {
  transform: translateY(0);
}
#rw-home .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  font-size: 0.8rem;
  margin-bottom: 28px;
  color: var(--muted);
}
#rw-home .breadcrumb a {
  color: var(--brand);
}
#rw-home .page-intro {
  padding-block: 60px 75px;
}
#rw-home .page-intro h1 {
  max-width: 860px;
  font-size: clamp(2.5rem, 4.4vw, 4rem);
}
#rw-home .page-intro .lead {
  margin-top: 24px;
  max-width: 680px;
  font-size: 1.125rem;
}
#rw-home .preview-label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #75531a;
  background: #fff3d8;
  border: 1px solid #f0d499;
  border-radius: 3px;
  padding: 6px 11px;
  margin-bottom: 22px;
}
#rw-home .route-note {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 35px;
  font-size: 0.875rem;
}
#rw-home .link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
#rw-home .link-tile {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition:
    border-color 0.2s,
    background 0.2s;
}
#rw-home .link-tile:hover {
  background: var(--surface);
  border-color: var(--brand);
}
#rw-home .link-tile h2 {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
#rw-home .link-tile p {
  font-size: 0.9rem;
}
#rw-home .link-tile svg {
  margin-top: auto;
  color: var(--brand);
}
@media (max-width: 1000px) {
  #rw-home .container {
    width: calc(100% - 48px);
  }
  #rw-home .section {
    padding-block: 65px;
  }
  #rw-home .link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  #rw-home .container {
    width: calc(100% - 40px);
  }
  #rw-home .section {
    padding-block: 50px;
  }
  #rw-home .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 28px;
  }
  #rw-home .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }
  #rw-home .button {
    padding: 14px 18px;
    min-height: 50px;
  }
  #rw-home .link-grid {
    grid-template-columns: 1fr;
  }
  #rw-home .page-intro {
    padding-block: 35px 50px;
  }
  #rw-home h1 {
    font-size: 2.6rem;
  }
  #rw-home .actions .button {
    flex: 1 1 180px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  #rw-home *,
  #rw-home *:before,
  #rw-home *:after {
    transition: none !important;
    animation: none !important;
  }
}

#rw-home .hero {
  background: #dce9f0;
  border-bottom: 1px solid var(--line);
}
#rw-home .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 35px;
  align-items: stretch;
  padding-top: 34px;
}
#rw-home .hero-copy {
  padding: 45px 0 50px;
  align-self: center;
}
#rw-home .hero h1 {
  font-size: clamp(2.9rem, 4.8vw, 4.35rem);
  line-height: 1.1;
  letter-spacing: -0.055em;
  font-weight: 580;
}
#rw-home .hero h1 > span {
  color: var(--brand);
}
#rw-home .hero-subhead {
  font-size: 1.07rem;
  font-weight: 600;
  color: var(--ink);
  margin-top: 26px;
}
#rw-home .hero-description {
  font-size: 1rem;
  max-width: 435px;
  margin-top: 13px;
  margin-bottom: 29px;
}
#rw-home .hero-audience {
  font-size: 0.64rem;
  letter-spacing: 0.115em;
  line-height: 1.65;
  color: #68767e;
  margin-top: 28px;
  max-width: 400px;
}
#rw-home .hero-visual {
  position: relative;
  margin: 0;
  min-height: 580px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background: #233748;
}
#rw-home .hero-image {
  object-fit: cover;
  object-position: 75% center;
}
#rw-home .hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(9, 25, 38, 0.65),
    transparent 31%,
    transparent 70%,
    rgba(9, 25, 38, 0.65)
  );
  pointer-events: none;
}
#rw-home .hero-image-heading {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}
#rw-home .hero-image-heading span {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  line-height: 1.7;
  font-weight: 500;
}
#rw-home .hero-visual figcaption {
  position: absolute;
  bottom: 23px;
  left: 27px;
  right: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 1;
  color: #d6e3eb;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
}
#rw-home .hero-visual figcaption span:first-child {
  color: #fff;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}
#rw-home .trust-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 26px;
  font-size: 0.78rem;
  font-weight: 600;
  background: transparent;
}
#rw-home .trust-strip > span {
  font-size: 0.68rem;
  font-weight: 400;
  max-width: 150px;
  color: #56656d;
  line-height: 1.5;
}
#rw-home .trust-strip > div,
#rw-home .trust-strip > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
#rw-home .trust-strip svg {
  color: var(--brand);
  stroke-width: 1.5;
}
#rw-home .trust-strip > a {
  color: var(--brand);
}
#rw-home .category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 17px;
}
#rw-home .product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
#rw-home .product-card:hover {
  border-color: #8fb0c3;
  box-shadow: 0 9px 28px rgba(18, 44, 63, 0.055);
}
#rw-home .product-photo {
  min-height: 190px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 15px;
}
#rw-home .product-photo img {
  height: 150px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.2s;
}
#rw-home .product-card:hover img {
  transform: translateY(-3px);
}
#rw-home .product-body {
  border-top: 1px solid #edf0f3;
  padding: 20px 17px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
#rw-home .product-body h3 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
#rw-home .product-body p {
  font-size: 0.8rem;
  line-height: 1.6;
  margin-top: 8px;
  margin-bottom: 22px;
}
#rw-home .product-action {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brand);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
#rw-home .household-type {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #768b94;
  width: 100%;
  background: #f1f5f4;
  border-radius: 2px;
}
#rw-home .household-type span {
  font-size: 0.69rem;
  letter-spacing: 0.15em;
  line-height: 1.7;
  text-align: center;
}
#rw-home .coverage-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 27px;
  padding-top: 22px;
  font-size: 0.8rem;
  color: var(--muted);
}
#rw-home .coverage-row a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--brand);
  font-weight: 600;
}
#rw-home .why-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
#rw-home .why-intro p {
  max-width: 530px;
}
#rw-home .why-intro .text-link {
  margin-top: 20px;
}
#rw-home .benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  margin-top: 48px;
}
#rw-home .benefit {
  border-top: 1px solid #cbd7de;
  padding-top: 29px;
}
#rw-home .benefit > svg {
  color: var(--brand);
  margin-bottom: 20px;
}
#rw-home .benefit h3 {
  font-size: 1.06rem;
  line-height: 1.4;
}
#rw-home .benefit p {
  font-size: 0.9rem;
  margin-top: 11px;
}
#rw-home .featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
#rw-home .product-card-featured .product-photo {
  min-height: 282px;
  background: #fafbfb;
  padding-bottom: 50px;
}
#rw-home .product-card-featured .product-photo img {
  height: 205px;
  max-width: 230px;
  mix-blend-mode: multiply;
}
#rw-home .product-type-label {
  position: absolute;
  bottom: 15px;
  left: 23px;
  font-size: 0.65rem;
  letter-spacing: 0.13em;
  color: #667b86;
}
#rw-home .product-card-featured .product-body {
  padding: 25px;
}
#rw-home .product-card-featured h3 {
  font-size: 1.25rem;
}
#rw-home .product-card-featured p {
  font-size: 0.9rem;
}
#rw-home .product-card-featured .product-action {
  font-size: 0.85rem;
}
#rw-home .oem-section {
  background: #eff4f5;
  padding-block: 0;
}
#rw-home .oem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
#rw-home .oem-art {
  align-self: stretch;
  min-height: 500px;
  position: relative;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#rw-home .oem-art > img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
#rw-home .oem-art-label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 30px 0;
}
#rw-home .oem-art-label > span:first-child {
  font-size: 0.95rem;
  letter-spacing: -0.025em;
  line-height: 1.3;
  font-weight: 600;
}
#rw-home .oem-art-label > span:last-child {
  font-size: 0.61rem;
  color: #6a7d86;
  letter-spacing: 0.12em;
  margin-top: 4px;
}
#rw-home .concept-label {
  position: absolute;
  bottom: 15px;
  left: 30px;
  font-size: 0.63rem;
  color: #6c7b83;
}
#rw-home .oem-copy {
  padding-block: 55px;
}
#rw-home .oem-copy > p:not(.eyebrow) {
  margin-top: 23px;
}
#rw-home .oem-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 15px;
  margin-block: 27px 30px;
  font-size: 0.82rem;
}
#rw-home .oem-options span {
  display: flex;
  gap: 8px;
  align-items: center;
}
#rw-home .oem-options svg {
  color: var(--brand);
  flex-shrink: 0;
}
#rw-home .industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
#rw-home .industry-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 23px;
  border: 1px solid var(--line);
  border-radius: 3px;
  transition:
    background 0.2s,
    border-color 0.2s;
}
#rw-home .industry-card > svg:first-child {
  color: var(--brand);
  flex-shrink: 0;
}
#rw-home .industry-card > svg:last-child {
  margin-left: auto;
  flex-shrink: 0;
  color: #708994;
}
#rw-home .industry-card h3 {
  font-size: 1rem;
  line-height: 1.4;
}
#rw-home .industry-card p {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 7px;
}
#rw-home .industry-card:hover {
  background: #f3f7f9;
  border-color: #8cafc1;
}
#rw-home .performance-row {
  padding-top: 25px;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-size: 0.85rem;
}
#rw-home .technical-section {
  background: var(--navy);
  color: #fff;
}
#rw-home .technical-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
#rw-home .technical-section .eyebrow {
  color: #9ec0d2;
}
#rw-home .technical-section h2 {
  font-weight: 500;
  font-size: clamp(2rem, 3.1vw, 3rem);
}
#rw-home .technical-section h2 span {
  color: #a7c4d4;
}
#rw-home .technical-section p:not(.eyebrow) {
  color: #b8c9d2;
  max-width: 470px;
  margin-block: 26px 30px;
  font-size: 0.94rem;
}
#rw-home .technical-index > .rw-technical-note {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 27px 0;
  border-bottom: 1px solid #365263;
}
#rw-home .technical-index > .rw-technical-note:first-child {
  border-top: 1px solid #365263;
}
#rw-home .technical-number {
  font-size: 0.7rem;
  color: #89aabb;
  align-self: flex-start;
  margin-top: 6px;
}
#rw-home .technical-index h3 {
  font-weight: 500;
  font-size: 1.25rem;
}
#rw-home .technical-index > .rw-technical-note p {
  margin: 7px 0 0 !important;
  font-size: 0.8rem !important;
}
#rw-home .technical-index > .rw-technical-note > svg {
  margin-left: auto;
  flex-shrink: 0;
  color: #a9c3d3;
}
#rw-home .technical-index a:hover h3 {
  color: #a9d6ef;
}
#rw-home .quality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: center;
}
#rw-home .quality-description {
  margin-top: 26px;
  max-width: 450px;
  margin-bottom: 28px;
}
#rw-home .quality-checklist {
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 28px 33px;
}
#rw-home .checklist-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--brand);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  margin-bottom: 7px;
}
#rw-home .quality-check {
  display: flex;
  gap: 22px;
  padding-block: 21px;
  border-bottom: 1px solid #e7ecef;
}
#rw-home .quality-check:last-child {
  border: 0;
  padding-bottom: 2px;
}
#rw-home .quality-check > span {
  font-size: 0.7rem;
  color: #7c929e;
  line-height: 2;
  margin-top: 1px;
}
#rw-home .quality-check h3 {
  font-size: 1rem;
}
#rw-home .quality-check p {
  font-size: 0.82rem;
  margin-top: 7px;
  line-height: 1.65;
}
#rw-home .development-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding-top: 17px;
}
#rw-home .development-steps > div {
  border-top: 1px solid #b7cbd5;
  padding-top: 23px;
}
#rw-home .step-number {
  font-size: 1.5rem;
  font-weight: 400;
  color: #8aa8b7;
  letter-spacing: -0.05em;
}
#rw-home .development-steps h3 {
  font-size: 1.1rem;
  margin-top: 20px;
  line-height: 1.4;
}
#rw-home .development-steps p {
  font-size: 0.875rem;
  margin-top: 12px;
}
#rw-home .article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
#rw-home .article-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 3px;
  overflow: hidden;
  transition: border-color 0.2s;
}
#rw-home .article-card:hover {
  border-color: #87aabf;
}
#rw-home .article-art {
  height: 166px;
  background: #dfebf0;
  position: relative;
  padding: 26px 25px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#rw-home .article-art > span:first-child {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #19425a;
}
#rw-home .article-art:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 200px;
  border: 1px solid #b7cfdc;
  right: -70px;
  top: -15px;
  transform: rotate(30deg);
}
#rw-home .article-art-02 {
  background: #e6edf0;
}
#rw-home .article-art-02 > span:first-child {
  font-size: 2.6rem;
  letter-spacing: -0.05em;
}
#rw-home .article-art-03 {
  background: #ecefee;
}
#rw-home .article-art-03 > span:first-child {
  font-size: 1.5rem;
  color: #3d595e;
}
#rw-home .article-index {
  position: absolute;
  bottom: 15px;
  left: 25px;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  color: #557585;
}
#rw-home .article-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
}
#rw-home .article-category {
  font-size: 0.65rem;
  letter-spacing: 0.09em;
  color: var(--brand);
  font-weight: 500;
}
#rw-home .article-body h3 {
  font-size: 1.25rem;
  margin-top: 12px;
  line-height: 1.3;
}
#rw-home .article-body p {
  font-size: 0.88rem;
  margin-top: 12px;
  margin-bottom: 22px;
}
#rw-home .article-body .text-link {
  font-size: 0.8rem;
}
#rw-home .supply-section {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
#rw-home .supply-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 65px;
}
#rw-home .supply-heading > p {
  max-width: 480px;
  font-size: 0.94rem;
}
#rw-home .supply-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-block: 44px 30px;
  gap: 30px;
}
#rw-home .supply-steps > div {
  padding-left: 21px;
  border-left: 2px solid #b8d0dd;
}
#rw-home .supply-steps > div > span {
  font-size: 0.65rem;
  color: #7c929d;
  letter-spacing: 0.1em;
}
#rw-home .supply-steps h3 {
  font-size: 1.1rem;
  margin-top: 10px;
}
#rw-home .supply-steps p {
  font-size: 0.8rem;
  margin-top: 10px;
}
#rw-home .closing-section {
  background: #eaf2f6;
}
#rw-home .closing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
#rw-home .closing-grid > div > p:not(.eyebrow) {
  font-size: 1rem;
  max-width: 490px;
}
#rw-home .closing-grid .actions {
  margin-top: 25px;
  align-items: center;
  gap: 25px;
}
#rw-home .closing-grid h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}
@media (min-width: 1500px) {
  #rw-home .hero-grid {
    gap: 60px;
  }
  #rw-home .hero-visual {
    min-height: 625px;
  }
}
@media (max-width: 1150px) {
  #rw-home .hero-grid {
    gap: 25px;
  }
  #rw-home .hero h1 {
    font-size: 3.5rem;
  }
  #rw-home .hero-copy {
    padding-block: 30px;
  }
  #rw-home .hero-visual {
    min-height: 560px;
  }
  #rw-home .trust-strip {
    gap: 18px;
    font-size: 0.7rem;
  }
  #rw-home .trust-strip > span {
    display: none;
  }
  #rw-home .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #rw-home .category-grid .product-card:nth-child(4),
  #rw-home .category-grid .product-card:nth-child(5) {
    flex-direction: row;
    grid-column: auto;
  }
  #rw-home .category-grid .product-card:nth-child(4) .product-photo,
  #rw-home .category-grid .product-card:nth-child(5) .product-photo {
    width: 95px;
    min-width: 95px;
    padding: 10px;
    min-height: 190px;
  }
  #rw-home .category-grid .product-card:nth-child(4) img {
    height: auto;
  }
  #rw-home .category-grid .product-card:nth-child(4) .product-body,
  #rw-home .category-grid .product-card:nth-child(5) .product-body {
    border-top: 0;
    border-left: 1px solid #edf0f3;
    padding: 16px 12px;
  }
  #rw-home .why-intro,
  #rw-home .oem-grid,
  #rw-home .technical-grid,
  #rw-home .quality-grid {
    gap: 45px;
  }
  #rw-home .industry-card {
    padding: 22px 17px;
    gap: 12px;
  }
  #rw-home .industry-card > svg:first-child {
    width: 23px;
  }
  #rw-home .industry-card > svg:last-child {
    width: 15px;
  }
  #rw-home .industry-card h3 {
    font-size: 0.9rem;
  }
  #rw-home .industry-card p {
    font-size: 0.73rem;
  }
  #rw-home .closing-grid {
    gap: 45px;
  }
}
@media (max-width: 900px) {
  #rw-home .hero h1 {
    font-size: 3rem;
  }
  #rw-home .hero-subhead {
    font-size: 0.98rem;
  }
  #rw-home .hero-description {
    font-size: 0.9rem;
  }
  #rw-home .hero-visual {
    min-height: 575px;
  }
  #rw-home .hero-audience {
    font-size: 0.58rem;
  }
  #rw-home .hero-visual figcaption {
    flex-direction: column;
    align-items: flex-start;
  }
  #rw-home .hero-image-heading {
    left: 22px;
    right: 22px;
  }
  #rw-home .hero-image-heading span {
    font-size: 0.59rem;
  }
  #rw-home .hero-image-heading svg {
    display: none;
  }
  #rw-home .hero .actions .button {
    padding: 13px 17px;
    gap: 12px;
    font-size: 0.78rem;
  }
  #rw-home .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  #rw-home .oem-grid {
    gap: 35px;
  }
  #rw-home .oem-options {
    grid-template-columns: 1fr;
  }
  #rw-home .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #rw-home .technical-grid,
  #rw-home .quality-grid {
    gap: 40px;
  }
  #rw-home .technical-index > .rw-technical-note {
    gap: 14px;
  }
  #rw-home .technical-index h3 {
    font-size: 1.1rem;
  }
  #rw-home .technical-index > .rw-technical-note > svg {
    width: 17px;
  }
  #rw-home .quality-checklist {
    padding: 25px 23px;
  }
  #rw-home .quality-check {
    gap: 14px;
  }
  #rw-home .article-grid {
    gap: 16px;
  }
  #rw-home .article-body {
    padding: 21px;
  }
  #rw-home .article-body h3 {
    font-size: 1.1rem;
  }
  #rw-home .article-art {
    padding: 20px;
  }
  #rw-home .article-art > span:first-child {
    font-size: 1.2rem;
  }
  #rw-home .article-art-02 > span:first-child {
    font-size: 2.3rem;
  }
  #rw-home .article-art-03 > span:first-child {
    font-size: 1.1rem;
  }
  #rw-home .article-index {
    left: 20px;
  }
  #rw-home .supply-heading {
    gap: 35px;
  }
  #rw-home .supply-heading > p {
    max-width: 360px;
  }
  #rw-home .supply-steps {
    gap: 17px;
  }
  #rw-home .supply-steps > div {
    padding-left: 14px;
  }
  #rw-home .supply-steps h3 {
    font-size: 1rem;
  }
}
@media (max-width: 700px) {
  #rw-home .hero {
    background: #dce9f0;
  }
  #rw-home .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 10px;
    gap: 10px;
  }
  #rw-home .hero-copy {
    padding-block: 30px 24px;
  }
  #rw-home .hero h1 {
    font-size: clamp(2.5rem, 8.5vw, 3.7rem);
    max-width: 540px;
  }
  #rw-home .desktop-break {
    display: none;
  }
  #rw-home .hero-subhead {
    font-size: 0.98rem;
  }
  #rw-home .hero-description {
    font-size: 0.95rem;
    max-width: 480px;
  }
  #rw-home .hero-audience {
    font-size: 0.62rem;
    max-width: 400px;
    margin-top: 23px;
  }
  #rw-home .hero-visual {
    min-height: 355px;
    border-radius: 4px;
  }
  #rw-home .hero-image {
    object-position: 78% 55%;
  }
  #rw-home .hero-visual figcaption {
    flex-direction: row;
    align-items: center;
  }
  #rw-home .hero-image-heading span {
    font-size: 0.66rem;
  }
  #rw-home .trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
    font-size: 0.69rem;
    padding-block: 24px;
  }
  #rw-home .trust-strip svg {
    width: 17px;
  }
  #rw-home .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  #rw-home .product-photo {
    min-height: 155px;
    padding: 12px;
  }
  #rw-home .product-photo img {
    height: 130px;
    max-width: 145px;
  }
  #rw-home .product-body {
    padding: 17px 15px;
  }
  #rw-home .product-body h3 {
    font-size: 0.94rem;
  }
  #rw-home .product-body p {
    font-size: 0.77rem;
  }
  #rw-home .category-grid .product-card:nth-child(4) {
    flex-direction: column;
  }
  #rw-home .category-grid .product-card:nth-child(4) .product-photo {
    width: auto;
    min-width: 0;
    min-height: 155px;
    padding: 12px;
  }
  #rw-home .category-grid .product-card:nth-child(4) img {
    height: 130px;
  }
  #rw-home .category-grid .product-card:nth-child(4) .product-body {
    padding: 17px 15px;
    border-left: 0;
    border-top: 1px solid #edf0f3;
  }
  #rw-home .category-grid .product-card:nth-child(5) {
    grid-column: 1/-1;
    flex-direction: row;
  }
  #rw-home .category-grid .product-card:nth-child(5) .product-photo {
    width: 40%;
    min-width: 0;
    min-height: 172px;
  }
  #rw-home .category-grid .product-card:nth-child(5) .product-body {
    padding: 20px;
  }
  #rw-home .coverage-row {
    justify-content: flex-start;
    gap: 15px 25px;
    flex-wrap: wrap;
    font-size: 0.75rem;
  }
  #rw-home .coverage-row > span {
    flex-basis: 100%;
  }
  #rw-home .why-intro,
  #rw-home .oem-grid,
  #rw-home .technical-grid,
  #rw-home .quality-grid,
  #rw-home .closing-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #rw-home .why-intro h2 {
    max-width: 490px;
  }
  #rw-home .benefit-grid {
    margin-top: 33px;
    gap: 25px;
  }
  #rw-home .benefit {
    padding-top: 22px;
  }
  #rw-home .benefit > svg {
    margin-bottom: 15px;
  }
  #rw-home .benefit h3 {
    font-size: 1rem;
  }
  #rw-home .benefit p {
    font-size: 0.83rem;
  }
  #rw-home .featured-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #rw-home .product-card-featured {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: stretch;
  }
  #rw-home .product-card-featured .product-photo {
    min-height: 228px;
    padding: 16px 10px 42px;
  }
  #rw-home .product-card-featured .product-photo img {
    width: 100%;
    height: auto;
    max-width: 175px;
  }
  #rw-home .product-card-featured .product-body {
    padding: 23px 18px;
    border-top: 0;
    border-left: 1px solid #edf0f3;
  }
  #rw-home .product-card-featured h3 {
    font-size: 1.15rem;
  }
  #rw-home .product-card-featured p {
    font-size: 0.85rem;
  }
  #rw-home .product-type-label {
    font-size: 0.48rem;
    left: 12px;
    right: 12px;
    text-align: center;
    letter-spacing: 0.06em;
  }
  #rw-home .oem-grid {
    gap: 0;
  }
  #rw-home .oem-art {
    min-height: 350px;
    order: 2;
    margin-bottom: 32px;
  }
  #rw-home .oem-copy {
    padding-block: 48px 32px;
  }
  #rw-home .oem-options {
    grid-template-columns: 1fr 1fr;
    font-size: 0.78rem;
    gap: 13px;
  }
  #rw-home .oem-art-label {
    padding: 24px 24px 0;
  }
  #rw-home .oem-art > img {
    max-height: 350px;
    object-fit: contain;
  }
  #rw-home .industry-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  #rw-home .industry-card {
    padding: 23px 20px;
    gap: 21px;
  }
  #rw-home .industry-card > svg:first-child {
    width: 27px;
  }
  #rw-home .industry-card h3 {
    font-size: 1rem;
  }
  #rw-home .industry-card p {
    font-size: 0.8rem;
  }
  #rw-home .performance-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  #rw-home .performance-row .text-link {
    font-size: 0.82rem;
  }
  #rw-home .technical-section h2 {
    font-size: 2.25rem;
  }
  #rw-home .technical-grid {
    gap: 32px;
  }
  #rw-home .technical-index > .rw-technical-note {
    gap: 22px;
    padding: 23px 0;
  }
  #rw-home .technical-index h3 {
    font-size: 1.15rem;
  }
  #rw-home .quality-description {
    margin-top: 23px;
    margin-bottom: 22px;
  }
  #rw-home .quality-checklist {
    padding: 25px;
  }
  #rw-home .development-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 27px 23px;
    padding-top: 0;
  }
  #rw-home .development-steps h3 {
    font-size: 1rem;
    margin-top: 16px;
  }
  #rw-home .development-steps p {
    font-size: 0.83rem;
    margin-top: 10px;
  }
  #rw-home .step-number {
    font-size: 1.35rem;
  }
  #rw-home .article-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  #rw-home .article-art {
    height: 155px;
    padding: 25px;
  }
  #rw-home .article-art > span:first-child {
    font-size: 1.7rem;
  }
  #rw-home .article-art-02 > span:first-child {
    font-size: 2.7rem;
  }
  #rw-home .article-art-03 > span:first-child {
    font-size: 1.4rem;
  }
  #rw-home .article-index {
    left: 25px;
  }
  #rw-home .article-body {
    padding: 25px;
  }
  #rw-home .article-body h3 {
    font-size: 1.3rem;
  }
  #rw-home .supply-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  #rw-home .supply-heading > p {
    max-width: 490px;
  }
  #rw-home .supply-steps {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-block: 32px;
  }
  #rw-home .supply-steps h3 {
    font-size: 1rem;
  }
  #rw-home .supply-steps p {
    font-size: 0.8rem;
  }
  #rw-home .closing-grid {
    gap: 27px;
  }
  #rw-home .closing-grid h2 {
    font-size: 2.6rem;
  }
  #rw-home .closing-grid .actions {
    gap: 20px;
  }
  #rw-home .closing-grid .actions > .button {
    flex: 0 1 auto;
  }
}
@media (max-width: 380px) {
  #rw-home .hero h1 {
    font-size: 2.35rem;
  }
  #rw-home .hero .actions {
    gap: 10px;
  }
  #rw-home .hero .actions .button {
    flex: 1 1 100%;
    font-size: 0.85rem;
  }
  #rw-home .trust-strip {
    font-size: 0.6rem;
    gap: 18px 10px;
  }
  #rw-home .trust-strip div,
  #rw-home .trust-strip a {
    gap: 7px;
  }
  #rw-home .product-photo img {
    height: 115px;
  }
  #rw-home .product-body {
    padding: 15px 12px;
  }
  #rw-home .product-body h3 {
    font-size: 0.86rem;
  }
  #rw-home .product-card-featured {
    grid-template-columns: 1fr;
  }
  #rw-home .product-card-featured .product-body {
    border-left: 0;
    border-top: 1px solid #edf0f3;
  }
  #rw-home .product-card-featured .product-photo {
    min-height: 210px;
  }
  #rw-home .product-card-featured .product-photo img {
    height: 155px;
    width: auto;
  }
  #rw-home .product-type-label {
    font-size: 0.6rem;
  }
  #rw-home .oem-options {
    grid-template-columns: 1fr;
  }
  #rw-home .benefit h3 {
    font-size: 0.9rem;
  }
}

/* Keep supporting information readable across all responsive layouts. */
#rw-home .hero-audience,
#rw-home .hero-image-heading span,
#rw-home .hero-visual figcaption,
#rw-home .hero-visual figcaption span:first-child,
#rw-home .trust-strip > span,
#rw-home .product-type-label,
#rw-home .household-type span,
#rw-home .oem-art-label > span:last-child,
#rw-home .concept-label,
#rw-home .technical-number,
#rw-home .checklist-heading,
#rw-home .quality-check > span,
#rw-home .article-category,
#rw-home .article-index,
#rw-home .supply-steps > div > span {
  font-size: 0.75rem;
}
#rw-home .trust-strip {
  font-size: 0.8rem;
}
#rw-home .product-body p {
  font-size: 0.875rem;
}
#rw-home .industry-card p {
  font-size: 0.875rem;
}
#rw-home .household-type,
#rw-home .product-type-label,
#rw-home .oem-art-label > span:last-child,
#rw-home .concept-label,
#rw-home .quality-check > span,
#rw-home .article-index,
#rw-home .supply-steps > div > span {
  color: #526974;
}
#rw-home .step-number {
  color: #527384;
}
#rw-home .technical-number {
  color: #acc9d8;
}
#rw-home .hero-audience {
  color: #576a76;
}
@media (max-width: 700px) {
  #rw-home .trust-strip {
    font-size: 0.75rem;
  }
  #rw-home .hero-audience {
    letter-spacing: 0.07em;
  }
  #rw-home .product-type-label {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  #rw-home .product-card-featured .product-photo {
    padding-bottom: 60px;
  }
  #rw-home .hero-visual figcaption {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  #rw-home .oem-art-label {
    gap: 15px;
  }
  #rw-home .oem-art-label > span:last-child {
    max-width: 110px;
    text-align: right;
  }
}

#rw-home .rwf-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #dce5e8;
  color: #172b3a;
}
#rw-home .rwf-headerInner {
  max-width: 1280px;
  min-height: 88px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
#rw-home .rwf-logo {
  flex: 0 0 154px;
  display: flex;
  align-items: center;
}
#rw-home .rwf-logo img {
  width: 154px;
  height: 55px;
  object-fit: contain;
}
#rw-home .rwf-desktopNav {
  flex: 1;
}
#rw-home .rwf-mainLinks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
}
#rw-home .rwf-mainLinks li {
  margin: 0;
  padding: 0;
}
#rw-home .rwf-navTrigger,
#rw-home .rwf-navLink {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #172b3a;
  text-decoration: none;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
#rw-home .rwf-navTrigger:hover,
#rw-home .rwf-navTrigger[aria-expanded="true"],
#rw-home .rwf-navLink:hover,
#rw-home .rwf-navLink[aria-current="page"] {
  color: #08618c;
}
#rw-home .rwf-navTrigger svg {
  transition: transform 0.18s ease;
}
#rw-home .rwf-navTrigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
#rw-home .rwf-headerQuote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 44px;
  padding: 0 16px;
  flex-shrink: 0;
  background: #08618c;
  color: #fff;
  border: 1px solid #08618c;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.18s ease;
}
#rw-home .rwf-headerQuote:hover,
#rw-home .rwf-drawerQuote:hover,
#rw-home .rwf-footerQuote:hover {
  background: #064d70;
  color: #fff;
}
#rw-home .rwf-headerQuote > span:last-child {
  font-size: 19px;
  font-weight: 400;
}
#rw-home .rwf-shortQuoteLabel,
#rw-home .rwf-mobileMenuButton {
  display: none;
}
#rw-home .rwf-header :where(a, button, summary):focus-visible, #rw-home .rwf-footer :where(a, button):focus-visible {
  outline: 3px solid #e3b441;
  outline-offset: 4px;
  border-radius: 2px;
}
#rw-home .rwf-flyout {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1232px;
  border: 1px solid #dce5e8;
  border-top: 0;
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 22px 40px rgb(23 43 58 / 12%);
  max-height: calc(100dvh - 110px);
  overflow: auto;
}
#rw-home .rwf-productFlyout {
  display: grid;
  grid-template-columns: 29% 42% 29%;
}
#rw-home .rwf-familyColumn {
  padding: 30px 24px;
  background: #f4f7f8;
  border-right: 1px solid #dce5e8;
}
#rw-home .rwf-eyebrow {
  display: block;
  margin-bottom: 17px;
  color: #526976;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
#rw-home .rwf-familyButton {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 46px;
  margin: 0 0 4px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: transparent;
  color: #172b3a;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
#rw-home .rwf-familyButton:hover,
#rw-home .rwf-familyActive {
  background: #fff;
  border-color: #d8e4e9;
  color: #08618c;
}
#rw-home .rwf-familyButton svg {
  flex-shrink: 0;
}
#rw-home .rwf-textLink {
  color: #08618c;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}
#rw-home .rwf-textLink:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#rw-home .rwf-familyColumn > .rwf-textLink {
  margin-top: 20px;
}
#rw-home .rwf-familyContent {
  padding: 30px 34px;
}
#rw-home .rwf-familyHeading {
  color: #172b3a;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.025em;
  font-weight: 650;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
}
#rw-home .rwf-familyHeading:hover {
  color: #08618c;
}
#rw-home .rwf-familyContent p,
#rw-home .rwf-resourceIntro {
  font-size: 13px;
  line-height: 1.65;
  color: #526976;
  margin: 12px 0 17px;
  max-width: 420px;
}
#rw-home .rwf-flyoutLinks {
  list-style: none;
  margin: 0;
  padding: 0;
}
#rw-home .rwf-flyoutLinks li {
  margin: 0;
  padding: 0;
}
#rw-home .rwf-flyoutLinks a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
  color: #334c5d;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid #eef2f3;
}
#rw-home .rwf-flyoutLinks a:hover {
  color: #08618c;
}
#rw-home .rwf-flyoutLinks svg {
  flex-shrink: 0;
  color: #526976;
}
#rw-home .rwf-coverageLinks {
  margin-top: 24px;
  border-top: 1px solid #dce5e8;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
#rw-home .rwf-coverageLinks .rwf-eyebrow {
  width: 100%;
  margin: 0 0 3px;
}
#rw-home .rwf-coverageLinks a {
  color: #08618c;
  font-size: 12px;
  line-height: 1.7;
  text-decoration: none;
}
#rw-home .rwf-coverageLinks a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#rw-home .rwf-helpPanel {
  background: #edf4f6;
  padding: 30px 28px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#rw-home .rwf-helpIcon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfd5df;
  color: #08618c;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 26px;
}
#rw-home .rwf-helpPanel .rwf-eyebrow {
  color: #08618c;
  margin-bottom: 12px;
}
#rw-home .rwf-helpPanel h2,
#rw-home .rwf-smallHelpPanel h2 {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: #172b3a;
  margin: 0;
  font-weight: 600;
}
#rw-home .rwf-helpPanel p,
#rw-home .rwf-smallHelpPanel p {
  color: #526976;
  font-size: 13px;
  line-height: 1.7;
  margin: 16px 0 23px;
}
#rw-home .rwf-helpPanel > a {
  color: #08618c;
  font-size: 13px;
  font-weight: 650;
  min-height: 44px;
  display: flex;
  gap: 22px;
  align-items: center;
  text-decoration: none;
}
#rw-home .rwf-helpPanel > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#rw-home .rwf-helpPanel > .rwf-helpSecondary {
  font-size: 12px;
  color: #526b7a;
  font-weight: 400;
}
#rw-home .rwf-industryFlyout {
  padding: 32px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 44px;
}
#rw-home .rwf-industryLinks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 24px;
  margin-top: 24px;
}
#rw-home .rwf-smallHelpPanel {
  padding: 25px;
  background: #f0f5f7;
  border: 1px solid #e2ebef;
  border-radius: 3px;
}
#rw-home .rwf-smallHelpPanel .rwf-eyebrow {
  color: #08618c;
}
#rw-home .rwf-resourceFlyout {
  padding: 32px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 44px;
}
#rw-home .rwf-resourceGrid {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
#rw-home .rwf-resourceGrid li {
  margin: 0;
  padding: 0;
}
#rw-home .rwf-resourceGrid a {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 1px solid #dce5e8;
  color: #172b3a;
  font-size: 14px;
  text-decoration: none;
  border-radius: 3px;
}
#rw-home .rwf-resourceGrid a:hover {
  border-color: #8eb6c9;
  background: #f4f8fa;
}
#rw-home .rwf-resourceGrid svg {
  margin-left: auto;
}
#rw-home .rwf-resourceNumber {
  color: #526976;
  font-size: 12px;
}
#rw-home .rwf-mobileDialog {
  display: none;
}
#rw-home .rwf-footer {
  background: #f5f7f8;
  border-top: 1px solid #dce5e8;
  color: #172b3a;
}
#rw-home .rwf-footerInner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
#rw-home .rwf-footerBrandRow {
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 42px 0;
  border-bottom: 1px solid #dce5e8;
}
#rw-home .rwf-footerLogo {
  display: flex;
  width: 160px;
  flex-shrink: 0;
}
#rw-home .rwf-footerLogo img {
  width: 160px;
  height: 57px;
  object-fit: contain;
}
#rw-home .rwf-footerBrandRow > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
#rw-home .rwf-footerBrandRow > p span {
  color: #526976;
}
#rw-home .rwf-footerTopQuote {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  min-height: 44px;
  color: #08618c;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
#rw-home .rwf-footerTopQuote:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
#rw-home .rwf-footerTopQuote span {
  font-size: 22px;
}
#rw-home .rwf-footerGrid {
  display: grid;
  grid-template-columns: 1.13fr 1.15fr 1fr 0.76fr 1.04fr 1.22fr;
  gap: 25px;
  padding: 48px 0;
}
#rw-home .rwf-footerColumn h3,
#rw-home .rwf-footerContact h3 {
  color: #172b3a;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 19px;
}
#rw-home .rwf-footerColumn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#rw-home .rwf-footerColumn li {
  margin: 0 0 12px;
  padding: 0;
}
#rw-home .rwf-footerColumn a {
  color: #526976;
  font-size: 12px;
  line-height: 1.55;
  text-decoration: none;
}
#rw-home .rwf-footerColumn a:hover,
#rw-home .rwf-footerProjectLink:hover,
#rw-home .rwf-footerLegal a:hover {
  color: #08618c;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#rw-home .rwf-footerContact p {
  color: #526976;
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 14px;
}
#rw-home .rwf-footerContactLink {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #08618c;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  min-height: 36px;
}
#rw-home .rwf-footerContactLink:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#rw-home .rwf-footerQuote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  padding: 10px 13px;
  margin: 13px 0 7px;
  border: 1px solid #08618c;
  border-radius: 3px;
  background: #08618c;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
#rw-home .rwf-footerProjectLink {
  display: inline-block;
  color: #526976;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 0;
  text-decoration: none;
}
#rw-home .rwf-footerLegal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 23px 0 26px;
  border-top: 1px solid #dce5e8;
  color: #526976;
  font-size: 12px;
}
#rw-home .rwf-footerLegal p {
  margin: 0;
}
#rw-home .rwf-footerLegal > div {
  display: flex;
  gap: 26px;
}
#rw-home .rwf-footerLegal a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1320px) {
  #rw-home .rwf-headerInner {
    gap: 32px;
  }
  #rw-home .rwf-mainLinks {
    gap: 22px;
  }
  #rw-home .rwf-navTrigger,
  #rw-home .rwf-navLink {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  #rw-home .rwf-headerInner {
    min-height: 78px;
    gap: 20px;
  }
  #rw-home .rwf-desktopNav,
  #rw-home .rwf-flyout {
    display: none;
  }
  #rw-home .rwf-logo {
    margin-right: auto;
    flex-basis: 140px;
  }
  #rw-home .rwf-logo img {
    width: 140px;
    height: 50px;
  }
  #rw-home .rwf-mobileMenuButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    padding: 0 3px;
    border: 0;
    background: transparent;
    color: #172b3a;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
  }
  #rw-home .rwf-mobileDialog[open] {
    display: block;
  }
  #rw-home .rwf-mobileDialog {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(460px, 100%);
    max-width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #172b3a;
    overflow: auto;
  }
  #rw-home .rwf-mobileDialog::backdrop {
    background: rgb(12 30 44 / 48%);
  }
  #rw-home .rwf-drawer {
    min-height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
  }
  #rw-home .rwf-drawerHeader {
    padding: 18px 24px;
    border-bottom: 1px solid #dce5e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  #rw-home .rwf-drawerBrand {
    color: #172b3a;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-decoration: none;
  }
  #rw-home .rwf-closeButton {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #172b3a;
    border: 1px solid #dce5e8;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
  }
  #rw-home .rwf-drawerNavigation {
    padding: 14px 24px 24px;
  }
  #rw-home .rwf-mobileGroup {
    border-bottom: 1px solid #dce5e8;
  }
  #rw-home .rwf-mobileGroup > summary {
    min-height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    list-style: none;
  }
  #rw-home .rwf-mobileGroup > summary::-webkit-details-marker,
  #rw-home .rwf-mobileFamily > summary::-webkit-details-marker {
    display: none;
  }
  #rw-home .rwf-mobileGroup[open] > summary > svg,
  #rw-home .rwf-mobileFamily[open] > summary > svg {
    transform: rotate(180deg);
  }
  #rw-home .rwf-mobileGroupContent {
    padding: 0 0 18px;
  }
  #rw-home .rwf-mobileGroupContent > a,
  #rw-home .rwf-mobileFamily > div > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #526b7a;
    text-decoration: none;
  }
  #rw-home .rwf-mobileGroupContent > .rwf-mobileOverview {
    color: #08618c;
    font-weight: 650;
    padding-left: 0;
  }
  #rw-home .rwf-mobileFamily {
    margin: 4px 0;
    border-radius: 3px;
    background: #f5f8f9;
  }
  #rw-home .rwf-mobileFamily > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    list-style: none;
    min-height: 48px;
    padding: 9px 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
  }
  #rw-home .rwf-mobileFamily > div {
    padding: 0 6px 10px;
  }
  #rw-home .rwf-mobileFamily > div > a {
    color: #526b7a;
    font-size: 12px;
  }
  #rw-home .rwf-mobileFamily > div > a:first-child {
    color: #08618c;
  }
  #rw-home .rwf-mobileSectionLabel {
    display: block;
    padding: 20px 12px 5px;
    color: #526976;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }
  #rw-home .rwf-mobileTopLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 56px;
    border-bottom: 1px solid #dce5e8;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0.065em;
    text-transform: uppercase;
    color: #172b3a;
    text-decoration: none;
  }
  #rw-home .rwf-mobileTopLink[aria-current="page"] {
    color: #08618c;
  }
  #rw-home .rwf-drawerBottom {
    margin-top: auto;
    padding: 26px 24px 32px;
    background: #f0f5f7;
    border-top: 1px solid #dce5e8;
  }
  #rw-home .rwf-drawerBottom p {
    margin: 0 0 13px;
    font-size: 13px;
    color: #526b7a;
  }
  #rw-home .rwf-drawerQuote {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #08618c;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }
  #rw-home .rwf-footerGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
  }
}

@media (max-width: 767px) {
  #rw-home .rwf-headerInner {
    min-height: 74px;
    gap: 14px;
    padding: 0 20px;
  }
  #rw-home .rwf-fullQuoteLabel {
    display: none;
  }
  #rw-home .rwf-shortQuoteLabel {
    display: inline;
  }
  #rw-home .rwf-headerQuote {
    padding: 0 12px;
    gap: 10px;
  }
  #rw-home .rwf-footerInner {
    padding: 0 20px;
  }
  #rw-home .rwf-footerBrandRow {
    padding: 32px 0;
    gap: 22px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #rw-home .rwf-footerBrandRow > p {
    font-size: 14px;
  }
  #rw-home .rwf-footerTopQuote {
    width: 100%;
    margin: 0;
    justify-content: space-between;
    border-top: 1px solid #dce5e8;
    padding-top: 20px;
  }
  #rw-home .rwf-footerGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 24px;
    padding: 36px 0;
  }
  #rw-home .rwf-footerColumn li {
    margin-bottom: 13px;
  }
  #rw-home .rwf-footerColumn a,
  #rw-home .rwf-footerContact p {
    font-size: 12px;
  }
  #rw-home .rwf-footerLegal {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    font-size: 12px;
  }
  #rw-home .rwf-footerContact {
    grid-column: span 1;
  }
}

@media (max-width: 374px) {
  #rw-home .rwf-headerInner {
    gap: 9px;
    padding: 0 16px;
  }
  #rw-home .rwf-logo {
    flex-basis: 122px;
  }
  #rw-home .rwf-logo img {
    width: 122px;
    height: 44px;
  }
  #rw-home .rwf-mobileMenuButton {
    gap: 3px;
    font-size: 12px;
  }
  #rw-home .rwf-headerQuote {
    padding: 0 9px;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #rw-home .rwf-header *,
  #rw-home .rwf-footer * {
    transition: none;
  }
}

#rw-home .rw-technical-note{display:grid;grid-template-columns:32px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid #426071}#rw-home .rw-contact-address{margin-top:20px;color:#172b3a;font-size:16px;overflow-wrap:anywhere}#rw-home .rw-contact-address a{text-decoration:underline;text-underline-offset:4px}#rw-home .rw-contact-note{font-size:13px;margin-top:12px}#rw-home .article-card{cursor:default}#rw-home .article-card:hover{transform:none}#rw-home .technical-index h3{color:#fff}#rw-home .rwf-footerLegal>div:empty{display:none}