.leadin-productclass-page {
  margin: 0;
  color: #17191d;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.leadin-productclass-page.lpc-outdoor {
  color: #fff;
  background: #08090b;
}

.leadin-productclass-page .lpc-main,
.leadin-productclass-page .lpc-main * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.leadin-productclass-page .lpc-main a {
  color: inherit;
  text-decoration: none;
}

.lpc-width {
  width: min(1480px, calc(100% - 72px));
  margin: 0 auto;
}

.lpc-intro {
  padding: 68px 0 54px;
  background: #fff;
}

.lpc-outdoor .lpc-intro {
  background: #08090b;
}

.lpc-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 56px;
  color: #686f79;
  font-size: 12px;
}

.lpc-outdoor .lpc-breadcrumbs {
  color: #9ca3ad;
}

.lpc-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: end;
  gap: 90px;
}

.lpc-index {
  margin: 0 0 12px;
  color: #2e59b7;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.lpc-heading h1 {
  margin: 0;
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
}

.lpc-heading-copy > p {
  margin: 0;
  color: #686f79;
  font-size: 16px;
  line-height: 1.65;
}

.lpc-outdoor .lpc-heading-copy > p {
  color: #b8bec7;
}

.lpc-switcher {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  background: #f2f4f6;
  border: 1px solid #cfd4da;
}

.lpc-outdoor .lpc-switcher {
  background: #16191e;
  border-color: #3a3f47;
}

.lpc-switcher a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 14px 15px;
  color: #343940;
  border-right: 1px solid #cfd4da;
}

.lpc-switcher a:last-child {
  border-right: 0;
}

.lpc-switcher strong,
.lpc-switcher span {
  display: block;
}

.lpc-switcher strong {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.1;
}

.lpc-switcher span {
  color: #747b85;
  font-size: 10px;
  line-height: 1.25;
}

.lpc-outdoor .lpc-switcher a {
  color: #dce0e6;
  border-color: #3a3f47;
}

.lpc-outdoor .lpc-switcher span {
  color: #959ca7;
}

.lpc-switcher a[aria-current="page"] {
  color: #fff;
  background: #111318;
}

.lpc-switcher a[aria-current="page"] span {
  color: #c4c9d1;
}

.lpc-outdoor .lpc-switcher a[aria-current="page"] {
  color: #111318;
  background: #f2f4f6;
}

.lpc-outdoor .lpc-switcher a[aria-current="page"] span {
  color: #626a75;
}

.lpc-switcher a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #2e59b7;
  content: "";
}

.lpc-catalogue {
  padding: 0 0 112px;
  background: #fff;
}

.lpc-outdoor .lpc-catalogue {
  background: #08090b;
}

.lpc-family-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.lpc-family-card {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e6e8eb;
}

.lpc-outdoor .lpc-family-card {
  background: #202329;
}

.lpc-family-card::after {
  position: absolute;
  z-index: 1;
  inset: 28% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .76));
  content: "";
  pointer-events: none;
}

.lpc-family-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .38s ease;
}

.lpc-family-card:hover img,
.lpc-family-card:focus-visible img {
  transform: scale(1.018);
}

.lpc-family-card-copy {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 15px;
  left: 16px;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  color: #fff;
}

.lpc-family-card-copy span {
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
}

.lpc-family-card-copy h2 {
  display: flex;
  align-items: flex-end;
  min-height: 2.4em;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.lpc-support {
  padding: 92px 0 100px;
  color: #fff;
  background: #08090b;
  border-top: 1px solid #292c31;
  border-bottom: 10px solid #2e59b7;
}

.lpc-outdoor .lpc-support {
  background: #111318;
}

.lpc-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 90px;
}

.lpc-support-label {
  margin: 0 0 16px;
  color: #c0c5cd;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.lpc-support-label::before {
  display: inline-block;
  width: 30px;
  height: 3px;
  margin-right: 12px;
  background: #2e59b7;
  content: "";
  vertical-align: middle;
}

.lpc-support-layout h2 {
  margin: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.12;
}

.lpc-support-layout > div:last-child {
  align-self: end;
}

.lpc-support-layout > div:last-child p {
  margin: 0 0 26px;
  color: #cbd0d8;
  font-size: 15px;
  line-height: 1.65;
}

.lpc-support-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 1180px) {
  .lpc-family-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .lpc-width {
    width: min(100% - 32px, 1480px);
  }

  .lpc-intro {
    padding: 38px 0 34px;
  }

  .lpc-breadcrumbs {
    margin-bottom: 34px;
  }

  .lpc-heading,
  .lpc-support-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .lpc-heading h1 {
    font-size: 42px;
  }

  .lpc-heading-copy > p {
    font-size: 14px;
  }

  .lpc-switcher {
    margin-top: 22px;
  }

  .lpc-switcher a {
    min-height: 70px;
    gap: 5px;
    padding: 11px 8px;
  }

  .lpc-switcher strong {
    font-size: 14px;
  }

  .lpc-switcher span {
    font-size: 8px;
  }

  .lpc-catalogue {
    padding: 0 0 76px;
  }

  .lpc-family-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .lpc-family-card-copy {
    right: 9px;
    bottom: 8px;
    left: 9px;
    gap: 4px;
  }

  .lpc-family-card-copy span {
    font-size: 7px;
  }

  .lpc-family-card-copy h2 {
    min-height: 3.3em;
    max-height: 3.3em;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.1;
  }

  .lpc-support {
    padding: 70px 0 76px;
  }

  .lpc-support-layout h2 {
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lpc-family-card img {
    transition: none;
  }
}
