html,
body {
  margin: 0;
  padding: 0;
}

.overview-content {
  margin: 0;
  overflow: visible !important;
  padding: 0;
  width: 100%;
}

.overview-content * {
  box-sizing: border-box;
  font-family: AktivGrotesk-Corp;
}

.overview-content img {
  display: block;
  max-width: 100%;
}

.overview-content button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.overview-content .m-show {
  display: none;
}

.overview-content .uh5010c_v1 {
  color: #111827;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}

.overview-content .uh5010c_v1 .section-container {
  overflow: hidden;
}

.overview-content .uh5010c_v1 .w-container {
  width: 71em;
  margin: 0 auto;
  max-width: calc(100% - 4em);
}

.overview-content .animation-text {
  opacity: 0;
  transform: translateY(6.25em);
  transition:
    opacity 0.8s linear,
    transform 0.8s linear;
}

.overview-content .animation-text.active {
  opacity: 1;
  transform: translateY(0);
}

.overview-content .uh-banner {
  font-size: 16px;
  width: 100%;
  max-width: 160em;
  margin: 0 auto;
  aspect-ratio: 2560 / 1280;
  background: url("https://static-product.tp-link.com/uh5010c_v1/img/01-banner-new.jpg") center / cover no-repeat;
  color: #fff;
  position: relative;
}

.overview-content .uh-banner .w-container {
  height: 100%;
}

.overview-content .uh-banner .text {
  padding-top: 12.5em;
  width: 60%;
}

.overview-content .uh-banner h2 {
  margin: 0 0 0.25em;
  font-size: 3.75em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
}

.overview-content .uh-banner h3 {
  margin: 0 0 1em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

.overview-content .uh-banner p {
  margin: 0;
}

.overview-content .uh-banner .model {
  border: 0.1em solid #fff;
  border-radius: 0.45em;
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  padding: 0.35em 0.65em 0.45em;
}

.overview-content .uh-feature-view {
  font-size: 16px;
  padding: 5em 0;
  background: #fff;
}

.overview-content .uh-feature-view .text {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
}

.overview-content .uh-feature-view .text h2 {
  margin: 0;
  color: #111827;
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.15;
}

.overview-content .uh-feature-view .text p {
  margin: 1em auto 0;
  color: #000;
  font-size: 1.125em;
  line-height: 1.6;
}

.overview-content .uh-feature-view .menu {
  display: flex;
  gap: 4em;
  justify-content: center;
  list-style: none;
  margin: 2.5em 0 2em;
  padding: 0;
}

.overview-content .uh-feature-view .menu li {
  background: #e9e9e9;
  border-radius: 1em;
  color: #000;
  cursor: pointer;
  font-size: 1.25em;
  line-height: 1;
  padding: 0.25em 1em;
  font-weight: 500;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.overview-content .uh-feature-view .menu li.active {
  background: #000;
  color: #fff;
}

.overview-content .uh-feature-view .swiper {
  max-width: 80em;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.overview-content .uh-feature-view .swiper-slide {
  background: #fff;
}

.overview-content .uh-feature-view .slide-copy {
  margin: 0 3em 2em;
  text-align: center;
  min-height: 7em;
}

.overview-content .uh-feature-view .slide-copy h3 {
  margin: 0;
  color: #111827;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.2;
}

.overview-content .uh-feature-view .slide-copy p {
  margin: 1em auto 0;
  color: #000;
  font-size: 1.25em;
  line-height: 1.6;
}

.overview-content .uh-feature-view .image-box {
  border-radius: 1em;
  overflow: hidden;
  position: relative;
}

.overview-content .uh-feature-view .image-box img {
  width: 100%;
}

.overview-content .uh-feature-view .point {
  color: #fff;
  position: absolute;
  font-size: 2.18em;
  line-height: 1.2;
  max-width: 100%;
  white-space: normal;
}

.overview-content .uh-feature-view .point-input {
  left: 23%;
  top: 69.36%;
  width: 10%;
  text-align: right;
}

.overview-content .uh-feature-view .point-output {
  left: 53.19%;
  top: 46.17%;
  width: 10%;
  text-align: left;
}

.overview-content .uh-feature-view .point-usb {
  left: 8%;
  top: 7.6%;
  width: 27%;
  font-size: 1.25em;
}

.overview-content .uh-feature-view .button-prev,
.overview-content .uh-feature-view .button-next {
  align-items: center;
  background: rgba(17, 24, 39, 0.78);
  border-radius: 50%;
  display: flex;
  height: 3.5em;
  justify-content: center;
  position: absolute;
  top: 58%;
  width: 3.5em;
  z-index: 3;
}

.overview-content .uh-feature-view .button-prev {
  left: 1em;
}

.overview-content .uh-feature-view .button-next {
  right: 1em;
}

.overview-content .uh-feature-view .button-prev span,
.overview-content .uh-feature-view .button-next span {
  border-bottom: 0.18em solid #fff;
  border-left: 0.18em solid #fff;
  display: block;
  height: 0.9em;
  width: 0.9em;
}

.overview-content .uh-feature-view .button-prev span {
  transform: translateX(0.18em) rotate(45deg);
}

.overview-content .uh-feature-view .button-next span {
  transform: translateX(-0.18em) rotate(-135deg);
}

.overview-content .uh-feature-view .swiper-pagination {
  position: static;
  margin-top: 1.5em;
}

.overview-content .uh-feature-view .swiper-pagination-bullet {
  background: #111827;
  opacity: 0.25;
}

.overview-content .uh-feature-view .swiper-pagination-bullet-active {
  opacity: 1;
}

.overview-content .uh-compact {
  font-size: 16px;
  max-width: 160em;
  margin: 0 auto;
}

.overview-content .uh-compact .desktop-panel {
  position: relative;
}

.overview-content .uh-compact .desktop-panel img,
.overview-content .uh-compact .mobile-panel img {
  width: 100%;
}

.overview-content .uh-compact .desktop-panel .text {
  color: #fff;
  left: 20%;
  position: absolute;
  top: 20%;
  width: max(350px, 28%);
}

.overview-content .uh-compact h2 {
  margin: 0 0 0.55em;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
}

.overview-content .uh-compact p {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.45;
}

.overview-content .uh-compact .mobile-panel {
  display: none;
}

.overview-content .uh-expansion {
  font-size: 16px;
  padding: 5em 0;
}

.overview-content .uh-expansion .w-container {
  align-items: center;
  display: flex;
  gap: 4em;
}

.overview-content .uh-expansion .text {
  flex: 1;
}

.overview-content .uh-expansion .image {
  flex: 0 0 55%;
}

.overview-content .uh-expansion .image img {
  border-radius: 1em;
}

.overview-content .uh-expansion h2,
.overview-content .uh-compatibility h2 {
  margin: 0;
  color: #111827;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.15;
}

.overview-content .uh-expansion p,
.overview-content .uh-compatibility .text p {
  margin: 1.5em 0 0;
  color: #000;
  font-size: 1.125em;
  line-height: 1.6;
}

.overview-content .uh-compatibility {
  font-size: 16px;
  padding: 5em 0;
}

.overview-content .uh-compatibility .text {
  margin: 0 auto 3em;
  text-align: center;
}

.overview-content .uh-compatibility .compat-grid {
  display: grid;
  gap: 2em;
  grid-template-columns: minmax(22em, 0.75fr) minmax(0, 1.25fr);
}

.overview-content .uh-compatibility .compat-card {
  background: #f1f1f6;
  border-radius: 1em;
  padding: 2.5em;
}

.overview-content .uh-compatibility h3 {
  margin: 0 0 1.5em;
  color: #111827;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}

.overview-content .uh-compatibility ul {
  display: grid;
  gap: 1.75em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.overview-content .uh-compatibility .devices {
  gap: 1.25em;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.overview-content .uh-compatibility .systems {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.overview-content .uh-compatibility li {
  align-items: center;
  color: #374151;
  display: flex;
  flex-direction: column;
  font-size: 0.95em;
  gap: 0.75em;
  text-align: center;
}

.overview-content .uh-compatibility .devices img {
  height: 4.5em;
  object-fit: contain;
  width: 4.5em;
}

.overview-content .uh-compatibility .systems img {
  height: 3.45em;
  object-fit: contain;
  width: 3.45em;
}

@media (min-width: 1921px) {
  .overview-content .uh-banner,
  .overview-content .uh-feature-view,
  .overview-content .uh-compact,
  .overview-content .uh-expansion,
  .overview-content .uh-compatibility {
    font-size: 0.8333vw;
  }
}

@media (max-width: 1680px) {
  .overview-content .uh-banner,
  .overview-content .uh-feature-view,
  .overview-content .uh-compact,
  .overview-content .uh-expansion,
  .overview-content .uh-compatibility {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .uh-banner,
  .overview-content .uh-feature-view,
  .overview-content .uh-compact,
  .overview-content .uh-expansion,
  .overview-content .uh-compatibility {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .overview-content .m-show {
    display: block;
  }

  .overview-content .m-hide {
    display: none;
  }

  .overview-content .uh5010c_v1 .w-container {
    max-width: none;
    width: auto;
    margin: 0;
  }

  .overview-content .animation-text {
    transform: translateY(12vw);
  }

  .overview-content .uh-banner,
  .overview-content .uh-feature-view,
  .overview-content .uh-compact,
  .overview-content .uh-expansion,
  .overview-content .uh-compatibility {
    font-size: 10.35px;
  }

  .overview-content .uh-banner {
    aspect-ratio: 1277 / 1707;
    background: url("https://static-product.tp-link.com/uh5010c_v1/m/01-banner.png") center / cover no-repeat;
  }

  .overview-content .uh-banner .text {
    padding: 12vw 4vw 0;
    width: auto;
  }

  .overview-content .uh-banner h2 {
    font-size: 6.25vw;
  }

  .overview-content .uh-banner h3 {
    font-size: 5vw;
  }

  .overview-content .uh-banner .model {
    font-size: 3.8vw;
  }

  .overview-content .uh-feature-view {
    padding: 12vw 0;
  }

  .overview-content .uh-feature-view .text {
    padding: 0 4vw;
  }

  .overview-content .uh-feature-view .text h2 {
    font-size: 8vw;
  }

  .overview-content .uh-feature-view .text p {
    font-size: 4vw;
  }

  .overview-content .uh-feature-view .menu {
    gap: 4vw;
    justify-content: flex-start;
    margin: 8vw 0 6vw;
    overflow-x: auto;
    padding: 0 4vw 1vw;
  }

  .overview-content .uh-feature-view .menu li {
    flex: 0 0 auto;
    font-size: 4vw;
    padding: 1.5vw 3.5vw;
  }

  .overview-content .uh-feature-view .swiper {
    max-width: none;
  }

  .overview-content .uh-feature-view .slide-copy {
    margin: 0 4vw 6vw;
    text-align: left;
    min-height: 50vw;
  }

  .overview-content .uh-feature-view .slide-copy h3 {
    font-size: 6.25vw;
  }

  .overview-content .uh-feature-view .slide-copy p {
    font-size: 4vw;
  }

  .overview-content .uh-feature-view .image-box {
    aspect-ratio: 4 / 3;
    border-radius: 0;
  }

  .overview-content .uh-feature-view .image-box .m-show {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .overview-content .uh-feature-view .point {
    font-size: 4.2vw;
  }

  .overview-content .uh-feature-view .point-input {
    left: 11.83%;
    top: 69%;
    width: 15%;
  }

  .overview-content .uh-feature-view .point-output {
    left: 72%;
    top: 45%;
    width: 15%;
  }

  .overview-content .uh-feature-view .point-usb {
    left: 12.5%;
    top: 6.2%;
    width: 35%;
    font-size: 3vw;
  }

  .overview-content .uh-feature-view .button-prev,
  .overview-content .uh-feature-view .button-next {
    height: 10vw;
    top: auto;
    bottom: 4vw;
    width: 10vw;
  }

  .overview-content .uh-feature-view .button-prev {
    left: 4vw;
  }

  .overview-content .uh-feature-view .button-next {
    right: 4vw;
  }

  .overview-content .uh-compact .desktop-panel {
    display: none;
  }

  .overview-content .uh-compact .mobile-panel {
    display: block;
    padding: 0 4vw;
  }

  .overview-content .uh-compact .mobile-panel .text {
    color: #000;
    padding: 10vw 0 8vw;
  }

  .overview-content .uh-compact h2 {
    font-size: 6.25vw;
  }

  .overview-content .uh-compact p {
    color: #000;
    font-size: 4vw;
  }

  .overview-content .uh-expansion,
  .overview-content .uh-compatibility {
    padding: 12vw 4vw;
  }

  .overview-content .uh-expansion .w-container {
    display: block;
  }

  .overview-content .uh-expansion .image {
    margin-top: 8vw;
  }

  .overview-content .uh-expansion h2,
  .overview-content .uh-compatibility h2 {
    font-size: 8vw;
  }

  .overview-content .uh-expansion p,
  .overview-content .uh-compatibility .text p {
    font-size: 4vw;
  }

  .overview-content .uh-compatibility {
    padding-top: 0;
  }

  .overview-content .uh-compatibility .text {
    margin: 0 auto 3em;
    text-align: left;
  }

  .overview-content .uh-compatibility .text h2 {
    display: block;
  }

  .overview-content .uh-compatibility .text p {
    margin: 1.5em 0 0;
    line-height: 1.6;
  }

  .overview-content .uh-compatibility .compat-grid {
    gap: 1.5vw;
    grid-template-columns: 1fr;
  }

  .overview-content .uh-compatibility .compat-card {
    background: #f1f1f1;
    border-radius: 0;
    padding: 7vw 5vw 8vw;
  }

  .overview-content .uh-compatibility h3 {
    font-size: 5vw;
    margin: 0 0 6vw;
  }

  .overview-content .uh-compatibility ul {
    gap: 5vw 6vw;
  }

  .overview-content .uh-compatibility li {
    color: #111;
    font-size: 3.8vw;
    gap: 2.2vw;
  }

  .overview-content .uh-compatibility .devices {
    gap: 4.5vw 8vw;
  }

  .overview-content .uh-compatibility .devices img {
    height: 22vw;
    width: 22vw;
  }

  .overview-content .uh-compatibility .systems {
    gap: 5.5vw 4vw;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .overview-content .uh-compatibility .systems img {
    height: 9vw;
    width: 9vw;
  }
}

@media (max-width: 414px) {
  .overview-content .uh-banner,
  .overview-content .uh-feature-view,
  .overview-content .uh-compact,
  .overview-content .uh-expansion,
  .overview-content .uh-compatibility {
    font-size: 2.5vw;
  }
}
