body,
body>.page-content-wrapper,
html {
  overflow: visible !important;
}

/* old */
.overview-content {
  font-size: 16px;
  max-width: 1200px;
  width: 75em;
  margin: 0 auto;
  font-family: manrope;
}

.overview-content img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.overview-content .m-hide {
  display: block;
}

.overview-content .m-show {
  display: none;
}

@media (max-width: 1024px) {
  .overview-content {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content {
    font-size: 10.35px;
    max-width: 100vw;
    width: 100vw;
  }

  .overview-content .m-show {
    display: block;
    /* width: 100%; */
  }

  .overview-content .m-hide {
    display: none;
  }
}

@media (max-width: 414px) {
  .overview-content {
    font-size: 2.5vw;
  }
}

/* new */
.overview-content sup {
  font-size: 0.5556em;
}

.overview-content .white {
  color: #fff;
}

.overview-content .omada-green {
  color: #008055;
}

.overview-content .omada-light-green {
  color: #00e194;
}

.overview-content .omada-deep-green {
  color: #0a5a5a;
}

.overview-content .tp-color {
  color: #4acbd6;
}

.overview-content .smb-color {
  color: #005564;
}

.overview-content .no-wrap {
  white-space: nowrap;
}

.overview-content .m-show {
  display: none;
}

@media (max-width: 736px) {
  .overview-content .m-show {
    display: block;
  }

  .overview-content .m-hide {
    display: none;
  }
}

.overview-content .eap-banner {
  font-size: 16px;
  max-width: 1200px;
  height: 30.03125em;
  margin: 0 auto;
  background: url(img/1784137261017_a.jpg) top / 75em no-repeat;
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
}

.overview-content .eap-banner .w-container {
  width: 63em;
  margin: 0 auto;
  position: relative;
  top: -1.8em;
}

.overview-content .eap-banner .text {
  width: 34.125em;
  padding: 0;
  color: #2b2b2b;
}

.overview-content .eap-banner h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding: 0 0 .95em 0.2em;
  color: #2b2b2b;
}

.overview-content .eap-banner .text .omada-light-green {
  color: #008055;
}

.overview-content .eap-banner h3 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 1.5em 0.4em;
}

.overview-content .eap-banner p .model {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 11.65625em;
  height: 2.59375em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  padding: 0;
  margin-left: 0.3125em;
  border-radius: 5px;
  background-color: #008055;
}

@media (max-width: 1024px) {
  .overview-content .eap-banner {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-banner {
    font-size: 10.35px;
    max-width: 85.186vw;
    height: 118.519vw;
    background:
      url(img/1784137261017_a.jpg) 96.8% calc(100% + 2.8vw) / 181.09% auto no-repeat,
      url(img/1784137261017_a.jpg) 96.8% top / 181.09% 2000% no-repeat;
    display: block;
  }

  .overview-content .eap-banner .w-container {
    width: 59.63vw;
    top: 0;
  }

  .overview-content .eap-banner .text {
    width: 59.63vw;
    padding: 11.9vw 0 0;
  }

  .overview-content .eap-banner .text .omada-light-green {
    color: #008055;
  }

  .overview-content .eap-banner h2 {
    font-size: 6.67vw;
    padding: 0 0 4.57vw;
    font-weight: 500;
    color: #2b2b2b;
    text-align: center;
  }

  .overview-content .eap-banner h3 {
    font-size: 3.33vw;
    padding: 0 0 3.5vw;
  }

  .overview-content .eap-banner p .model {
    font-size: 3.33vw;
    width: 34.537vw;
    height: 7.685vw;
    margin: 0;
  }

  .overview-content .eap-banner p {
    text-align: center;
  }
}

@media (max-width: 414px) {
  .overview-content .eap-banner {
    font-size: 2.5vw;
  }
}

@font-face {
  font-family: "Beam Bridge Selling Points Manrope";
  src: local("Manrope Regular"), local("Manrope-Regular"), local("Manrope"),
    url("https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.overview-content .eap-selling-points {
  font-family: "Beam Bridge Selling Points Manrope", Arial, sans-serif;
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .eap-selling-points .w-container {
  width: 50em;
  margin: 0 auto;
}

.overview-content .eap-selling-points .text {
  padding: 4.25em 0 0;
  color: #2b2b2b;
}

.overview-content .eap-selling-points p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content .eap-selling-points p.title {
  font-weight: 400;
}

.overview-content .eap-selling-points ul .li-3 p {
  max-width: 6.3em;
  margin: 0 auto;
}

.overview-content .eap-selling-points ul .li-7 p {
  max-width: 8.7em;
  margin: 0 auto;
}

.overview-content .eap-selling-points ul {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.overview-content .eap-selling-points ul li {
  width: 23.7%;
  margin: 2em 0;
}

.overview-content .eap-selling-points ul .li-1,
.overview-content .eap-selling-points ul .li-5 {
  width: 23.7%;
}

.overview-content .eap-selling-points ul .li-2,
.overview-content .eap-selling-points ul .li-6 {
  width: 22.7%;
}

.overview-content .eap-selling-points ul .li-3,
.overview-content .eap-selling-points ul .li-7 {
  width: 23.7%;
}

.overview-content .eap-selling-points ul .li-1,
.overview-content .eap-selling-points ul .li-2,
.overview-content .eap-selling-points ul .li-3,
.overview-content .eap-selling-points ul .li-5,
.overview-content .eap-selling-points ul .li-6,
.overview-content .eap-selling-points ul .li-7 {
  margin-right: 0%;
}

.overview-content .eap-selling-points ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  margin: 0 auto 0.75em;
  background-position: top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.overview-content .eap-selling-points ul li .icon img {
  max-width: 2em;
  max-height: 2em;
}

.overview-content .eap-selling-points ul li .desc {
  text-align: center;
}

@media (min-width: 737px) {
  .overview-content .eap-selling-points .text {
    padding: 4.666667em 0 0;
  }

  .overview-content .eap-selling-points ul li {
    margin: 0.859375em 0 0;
  }

  .overview-content .eap-selling-points ul .li-5,
  .overview-content .eap-selling-points ul .li-6,
  .overview-content .eap-selling-points ul .li-7,
  .overview-content .eap-selling-points ul .li-8 {
    margin-top: 1.71875em;
  }

  .overview-content .eap-selling-points ul li .icon {
    width: 1.6875em;
    height: 1.6875em;
    margin-bottom: 1.40625em;
  }

  .overview-content .eap-selling-points ul li .icon img {
    width: auto;
    height: auto;
    max-width: 1.6875em;
    max-height: 1.6875em;
  }
}

@media (max-width: 1024px) {
  .overview-content .eap-selling-points {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-selling-points {
    font-size: 10.35px;
    max-width: 85.186vw;
  }

  .overview-content .eap-selling-points .w-container {
    width: auto;
  }

  .overview-content .eap-selling-points ul li .icon img {
    width: 6vw;
    height: 6vw;
    object-fit: contain;
  }

  .overview-content .eap-selling-points .text {
    padding: 14.482222vw 0 0;
  }

  .overview-content .eap-selling-points p {
    font-size: 3.33vw;
  }

  .overview-content .eap-selling-points ul {
    width: 100%;
  }

  .overview-content .eap-selling-points ul li {
    vertical-align: top;
    width: 48%;
    margin: 4.027778vw 2vw 0 0;
  }

  .overview-content .eap-selling-points ul .li-1,
  .overview-content .eap-selling-points ul .li-3,
  .overview-content .eap-selling-points ul .li-5,
  .overview-content .eap-selling-points ul .li-7 {
    width: 49%;
    margin-right: 1%;
  }

  .overview-content .eap-selling-points ul .li-2,
  .overview-content .eap-selling-points ul .li-4,
  .overview-content .eap-selling-points ul .li-6,
  .overview-content .eap-selling-points ul .li-8 {
    width: 48%;
    margin-right: 0;
  }

  .overview-content .eap-selling-points ul .li-5,
  .overview-content .eap-selling-points ul .li-6 {
    margin-top: 4.543611vw;
  }

  .overview-content .eap-selling-points ul .li-7,
  .overview-content .eap-selling-points ul .li-8 {
    margin-top: 5.080278vw;
  }

  .overview-content .eap-selling-points ul li .icon {
    width: 6vw;
    height: 6vw;
    margin-bottom: 3.7vw;
  }
}

@media (max-width: 414px) {
  .overview-content .eap-selling-points {
    font-size: 2.5vw;
  }
}

.overview-content .eap-scenarios {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .eap-scenarios .w-container {
  width: 75em;
  margin: 0 auto;
}

.overview-content .eap-scenarios .text {
  padding: 6.15625em 0 2.0625em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .eap-scenarios h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding: 0;
  color: #000000;
}

.overview-content .eap-scenarios p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content .eap-scenarios .text>p {
  margin-top: 0.6667em;
}

.overview-content .eap-scenarios p.title {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  color: #2b2b2b;
}

.overview-content .eap-scenarios p.description {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
}

.overview-content .eap-scenarios .scenario-mobile-break {
  display: none;
}

.overview-content .eap-scenarios .ul-scenarios {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.overview-content .eap-scenarios .ul-scenarios li {
  display: block;
  width: 23.5%;
}

.overview-content .eap-scenarios .ul-scenarios li .scenario-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.overview-content .eap-scenarios .ul-scenarios li .scenario-txt {
  padding: 1.8125em 0 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .overview-content .eap-scenarios {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-scenarios {
    font-size: 10.35px;
    max-width: 85.186vw;
  }

  .overview-content .eap-scenarios .w-container {
    width: auto;
  }

  .overview-content .eap-scenarios .text {
    padding: 17.87vw 0 6.4778vw;
    text-align: center;
  }

  .overview-content .eap-scenarios h2 {
    font-size: 6.67vw;
    padding: 0;
  }

  .overview-content .eap-scenarios p {
    font-size: 3.3333vw;
  }

  .overview-content .eap-scenarios p.title {
    font-size: 4.4444vw;
  }

  .overview-content .eap-scenarios p.description {
    font-size: 3.3333vw;
  }

  .overview-content .eap-scenarios .ul-scenarios li {
    width: 48.695652%;
  }

  .overview-content .eap-scenarios .ul-scenarios li .scenario-img {
    height: 35.37vw;
    object-fit: cover;
  }

  .overview-content .eap-scenarios .ul-scenarios li .scenario-txt {
    padding: 5.37vw 0;
  }

  .overview-content .eap-scenarios .scenario-mobile-break {
    display: block;
  }
}

@media (max-width: 414px) {
  .overview-content .eap-scenarios {
    font-size: 2.5vw;
  }
}

.overview-content .standalone-sdn {
  width: 75em;
  max-width: 75em;
  margin: 0 auto;
  padding-top: 7.5625em;
  color: #2b2b2b;
  font-family: manrope, Arial, sans-serif;
  font-size: 1em;
}

.overview-content .standalone-sdn .w-container {
  width: 75em;
  margin: 0 auto;
}

.overview-content .standalone-sdn .text {
  padding: 0 0 2.65625em;
  text-align: center;
}

.overview-content .standalone-sdn h2 {
  padding: 0;
  color: #2b2b2b;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
}

.overview-content .standalone-sdn .sdn-diagram {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: url(img/SDN_bg_w.jpg) center / 100% 100% no-repeat;
}

.overview-content .standalone-sdn .sdn-label {
  position: absolute;
  display: block;
  color: #2b2b2b;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1667;
  text-align: center;
}

.overview-content .standalone-sdn .sdn-mobile-break {
  display: none;
}

.overview-content .standalone-sdn .label-standalone-mode {
  top: 3.3125em;
  left: 7.5625em;
  width: 8.1875em;
}

.overview-content .standalone-sdn .label-omada-app-local {
  top: 9.625em;
  left: 4.46875em;
  width: 5.3125em;
}

.overview-content .standalone-sdn .label-web-portal {
  top: 9.625em;
  left: 12.8125em;
  width: 5.09375em;
}

.overview-content .standalone-sdn .label-or {
  left: 11.1875em;
  width: 1.09375em;
}

.overview-content .standalone-sdn .label-or-one {
  top: 12.59375em;
}

.overview-content .standalone-sdn .label-on-premises {
  top: 15.6875em;
  left: 5.875em;
  width: 11.5625em;
}

.overview-content .standalone-sdn .label-or-two {
  top: 19em;
}

.overview-content .standalone-sdn .label-hardware {
  top: 21.3125em;
  left: 5.25em;
  width: 4.4375em;
}

.overview-content .standalone-sdn .label-software {
  top: 21.3125em;
  left: 13.9375em;
  width: 4.25em;
}

.overview-content .standalone-sdn .label-or-three {
  top: 24.78125em;
}

.overview-content .standalone-sdn .label-omada-central {
  top: 28.65625em;
  left: 4.53125em;
  width: 14.28125em;
}

.overview-content .standalone-sdn .label-network-recorder {
  top: 4.40625em;
  left: 30.3125em;
  width: 6.75em;
  text-align: left;
}

.overview-content .standalone-sdn .label-omada-switch {
  top: 13.25em;
  left: 30.3125em;
  width: 3.25em;
  text-align: left;
}

.overview-content .standalone-sdn .label-omada-gateway {
  top: 22.46875em;
  left: 30.3125em;
  width: 4.125em;
  text-align: left;
}

.overview-content .standalone-sdn .label-main-bridge {
  top: 9.5625em;
  left: 44.4375em;
  width: 5.40625em;
}

.overview-content .standalone-sdn .label-sub-bridge {
  top: 9.5625em;
  left: 64.84375em;
  width: 5.25em;
}

.overview-content .standalone-sdn .label-cloud-access {
  top: 30.6875em;
  left: 45em;
  width: 16.09375em;
}

.overview-content .standalone-sdn .label-internet {
  top: 34.65625em;
  left: 28.625em;
  width: 3.75em;
}

.overview-content .standalone-sdn .label-web-browser {
  top: 33.4375em;
  left: 47.3125em;
  width: 6.1875em;
}

.overview-content .standalone-sdn .label-omada-app-remote {
  top: 33.4375em;
  left: 58.53125em;
  width: 5.3125em;
}

@media (max-width: 1024px) {
  .overview-content .standalone-sdn {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .standalone-sdn {
    width: 85.1852vw;
    max-width: none;
    padding-top: 22.963vw;
    font-size: 10.35px;
  }

  .overview-content .standalone-sdn .w-container {
    width: auto;
  }

  .overview-content .standalone-sdn .text {
    padding: 0 0 5.1852vw;
  }

  .overview-content .standalone-sdn h2 {
    font-size: 6.6667vw;
    line-height: 1.3333;
  }

  .overview-content .standalone-sdn .sdn-diagram {
    aspect-ratio: 920 / 2321;
    background-image: url(img/SDN_bg_m.png);
  }

  .overview-content .standalone-sdn .sdn-label {
    font-size: 2.963vw;
    white-space: nowrap;
  }

  .overview-content .standalone-sdn .sdn-mobile-break {
    display: initial;
  }

  .overview-content .standalone-sdn .label-network-recorder,
  .overview-content .standalone-sdn .label-omada-switch,
  .overview-content .standalone-sdn .label-omada-gateway {
    white-space: normal;
  }

  .overview-content .standalone-sdn .label-standalone-mode {
    top: 6.3335%;
    left: 10.4348%;
    width: 28.4783%;
  }

  .overview-content .standalone-sdn .label-omada-app-local {
    top: 14.9074%;
    left: 4.7826%;
    width: 18.4783%;
  }

  .overview-content .standalone-sdn .label-web-portal {
    top: 14.9074%;
    left: 26.1957%;
    width: 17.7174%;
  }

  .overview-content .standalone-sdn .label-or-one {
    top: 27.7897%;
    left: 23.0435%;
    width: 3.8043%;
  }

  .overview-content .standalone-sdn .label-or-two,
  .overview-content .standalone-sdn .label-or-three {
    display: none;
  }

  .overview-content .standalone-sdn .label-on-premises {
    top: 23.2228%;
    left: 4.5652%;
    width: 40.2174%;
  }

  .overview-content .standalone-sdn .label-hardware {
    top: 30.978%;
    left: 5.4348%;
    width: 15.4348%;
  }

  .overview-content .standalone-sdn .label-software {
    top: 30.978%;
    left: 29.2391%;
    width: 14.7826%;
  }

  .overview-content .standalone-sdn .label-omada-central {
    top: 39.8966%;
    left: 12.0652%;
    width: 24.5652%;
  }

  .overview-content .standalone-sdn .label-network-recorder {
    top: 6.6773%;
    left: 70.3261%;
    width: 15.1087%;
  }

  .overview-content .standalone-sdn .label-omada-switch {
    top: 19.7329%;
    left: 70.5435%;
    width: 11.3043%;
  }

  .overview-content .standalone-sdn .label-omada-gateway {
    top: 32.4429%;
    left: 70.5435%;
    width: 14.3478%;
  }

  .overview-content .standalone-sdn .label-main-bridge {
    top: 72.6842%;
    left: 62.6087%;
    width: 18.8043%;
  }

  .overview-content .standalone-sdn .label-sub-bridge {
    top: 81.9905%;
    left: 4.4565%;
    width: 18.2609%;
  }

  .overview-content .standalone-sdn .label-cloud-access {
    top: 57.1736%;
    left: 17.9348%;
    width: 55.9783%;
  }

  .overview-content .standalone-sdn .label-internet {
    top: 49.245%;
    left: 64.4565%;
    width: 13.0435%;
  }

  .overview-content .standalone-sdn .label-web-browser {
    top: 60.9647%;
    left: 25.9783%;
    width: 21.5217%;
  }

  .overview-content .standalone-sdn .label-omada-app-remote {
    top: 60.9647%;
    left: 65%;
    width: 18.4783%;
  }
}

@media (max-width: 414px) {
  .overview-content .standalone-sdn {
    font-size: 2.5vw;
  }
}

.overview-content .eap-transmission {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .eap-transmission .w-container {
  width: 75em;
  margin: 0 auto;
}

.overview-content .eap-transmission .text {
  padding: 4.25em 5em 3.125em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .eap-transmission h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding: 0 0 0.5em;
  color: #000000;
}

.overview-content .eap-transmission p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3333;
}

.overview-content .eap-transmission .img {
  position: relative;
  width: 75em;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .overview-content .eap-transmission {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-transmission {
    font-size: 10.35px;
    max-width: 85.186vw;
  }

  .overview-content .eap-transmission .w-container {
    width: auto;
  }

  .overview-content .eap-transmission .text {
    padding: 18.5vw 0 9.26vw;
    text-align: center;
  }

  .overview-content .eap-transmission h2 {
    font-size: 6.67vw;
    padding-bottom: 4.3vw;
  }

  .overview-content .eap-transmission p {
    font-size: 3.33vw;
    padding: 0 0vw;
  }

  .overview-content .eap-transmission .img {
    width: 85.186vw;
  }
}

@media (max-width: 414px) {
  .overview-content .eap-transmission {
    font-size: 2.5vw;
  }
}

.overview-content .eap-designed-for-outdoors {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .eap-designed-for-outdoors .w-container {
  width: 75em;
  margin: 0 auto;
}

.overview-content .eap-designed-for-outdoors .text {
  padding: 10.5em 0 3.125em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .eap-designed-for-outdoors h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding: 0;
}

.overview-content .eap-designed-for-outdoors p {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.3333;
}

.overview-content .eap-designed-for-outdoors p.title {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.3333;
  color: #2b2b2b;
}

.overview-content .eap-designed-for-outdoors .ul-features {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.overview-content .eap-designed-for-outdoors .ul-features li {
  display: block;
  width: 47.5%;
  padding-bottom: 2em;
}

.overview-content .eap-designed-for-outdoors .ul-features li .icon {
  display: block;
  width: 2.25em;
  height: auto;
  margin: 0 auto;
}

.overview-content .eap-designed-for-outdoors .ul-features li .icon-txt {
  padding: 0.5em 0 0;
  text-align: center;
  color: #fff;
}

.overview-content .eap-designed-for-outdoors .img {
  width: 62.25em;
  height: 22.75em;
  margin: 0 auto;
  background: url(https://static-product.tp-link.com/beam-bridge-5-ur-kit_v1/img/f.jpg) top / 62.25em no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview-content .eap-designed-for-outdoors .txt {
  padding: 1.5em 16% 0 48%;
  text-align: center;
}

@media (max-width: 1024px) {
  .overview-content .eap-designed-for-outdoors {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-designed-for-outdoors {
    font-size: 10.35px;
    max-width: 85.186vw;
  }

  .overview-content .eap-designed-for-outdoors .w-container {
    width: auto;
  }

  .overview-content .eap-designed-for-outdoors .text {
    padding: 23.7vw 0 9.26vw;
    text-align: center;
  }

  .overview-content .eap-designed-for-outdoors h2 {
    font-size: 6.67vw;
    padding: 0;
    font-weight: 500;
  }

  .overview-content .eap-designed-for-outdoors h3 {
    font-size: 4.375vw;
    padding: 0 0 1vw;
  }

  .overview-content .eap-designed-for-outdoors p {
    font-size: 3.33vw;
  }

  .overview-content .eap-designed-for-outdoors p.title {
    font-size: 3.33vw;
  }

  .overview-content .eap-designed-for-outdoors .ul-features li {
    width: 47.5%;
    padding-bottom: 4vw;
  }

  .overview-content .eap-designed-for-outdoors .ul-features li .icon {
    width: 8vw;
  }

  .overview-content .eap-designed-for-outdoors .ul-features li .icon-txt {
    padding: 1vw 0 0;
  }

  .overview-content .eap-designed-for-outdoors .ul-features li .icon-txt p {
    font-size: 3.33vw;
  }

  .overview-content .eap-designed-for-outdoors .img {
    width: 85.186vw;
    height: 67vw;
    background: url(https://static-product.tp-link.com/beam-bridge-5-ur-kit_v1/m/f.jpg) top / 100% no-repeat;
  }

  .overview-content .eap-designed-for-outdoors .txt {
    padding: 4vw 1vw 0 31vw;
  }
}

@media (max-width: 414px) {
  .overview-content .eap-designed-for-outdoors {
    font-size: 2.5vw;
  }
}

.overview-content .eap-sdn {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto 0;
  position: relative;
}

.overview-content .eap-sdn .w-container {
  width: 75em;
  margin: 0 auto;
}

.overview-content .eap-sdn .text {
  padding: 7em 0 2.5em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .eap-sdn h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0;
  color: #000000;
}

.overview-content .eap-sdn h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3333;
  padding-bottom: 0.5em;
}

.overview-content .eap-sdn p {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.3333;
}

.overview-content .eap-sdn .link {
  margin: 0 auto;
  padding-bottom: 2.5em;
  text-align: center;
}

.overview-content .eap-sdn .link a {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3333;
  color: #005564;
  text-decoration: none;
}

/* Sticky box states */
.overview-content .eap-sdn .sticky-box.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.overview-content .eap-sdn .sticky-box.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

/* Tab menu */
.overview-content .eap-sdn .tab-menu {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding-bottom: 2.5em;
}

.overview-content .eap-sdn .tab-btn {
  font-size: 1em;
  font-weight: 500;
  padding: 0.6em 1.75em;
  border: 1px solid #f5f5f5;
  border-radius: 0.375em;
  background: #f5f5f5;
  color: #2b2b2b;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.overview-content .eap-sdn .tab-btn:hover {
  border-color: #b7b7b7;
}

.overview-content .eap-sdn .tab-btn.active {
  border-color: #3ba87b;
  color: #0a5a5a;
  background: #e5f6f0;
}

/* Swiper container */
.overview-content .eap-sdn .sdn-swiper {
  width: 75em;
  margin: 0 auto;
  position: relative;
}

.overview-content .eap-sdn .sdn-swiper .swiper-wrapper {
  display: block;
  height: 45em;
}

.overview-content .eap-sdn .sdn-swiper .swiper-slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.4s ease;
}

.overview-content .eap-sdn .sdn-swiper .swiper-slide.position-active {
  opacity: 1;
}

/* Slide content */
.overview-content .eap-sdn .slide-content {
  background: #f5f5f5;
  padding: 3em;
}

.overview-content .eap-sdn .slide-content h3 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1em;
}

.overview-content .eap-sdn .slide-content .slide-desc {
  text-align: center;
  max-width: 50em;
  margin: 0 auto;
  padding-bottom: 2em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content .eap-sdn .slide-content .note {
  font-size: 0.875em;
  color: #3d3d3d;
  padding-top: 2em;
  font-weight: 400;
}

/* Standalone tab - steps grid */
.overview-content .eap-sdn .steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}

.overview-content .eap-sdn .step-card {
  background: #fff;
  border-radius: 0.5em;
  overflow: hidden;
  padding: 2em;
}

.overview-content .eap-sdn .step-card.step-card-full {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  padding: 0 2em 0;
  gap: 2em;
}

.overview-content .eap-sdn .step-text {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
  padding-bottom: 1.5em;
}

.overview-content .eap-sdn .step-card.step-card-full .step-text {
  padding-bottom: 0;
}

.overview-content .eap-sdn .step-img img {
  width: 100%;
}

.overview-content .eap-sdn .step-img {
  position: relative;
}

.overview-content .eap-sdn .step-img .desc,
.overview-content .eap-sdn .sdn-feature-img .desc {
  color: #2b2b2b;
  text-align: center;
  padding: 0;
  position: absolute;
  font-weight: 300;
  font-size: 1em;
}

.overview-content .eap-sdn .step-card-1 .step-img {
  padding-top: 2em;
}

.overview-content .eap-sdn .step-card-1 .step-img .desc.desc-1 {
  top: 0;
  left: 6.5em;
}

.overview-content .eap-sdn .step-card-1 .step-img .desc.desc-2 {
  top: 0;
  left: 23.5em;
}

.overview-content .eap-sdn .step-card-1 .step-img .desc.desc-3 {
  color: #0a5a5a;
  top: 3.2em;
  left: 8.8em;
  font-size: 1.5em;
  font-weight: 500;
}

.overview-content .eap-sdn .step-card-1 .step-img .desc.desc-4 {
  top: 7.3em;
  left: 0.6em;
}

.overview-content .eap-sdn .step-card-1 .step-img .desc.desc-5 {
  top: 8.7em;
  left: 3.3em;
  line-height: 1.2;
}

.overview-content .eap-sdn .step-card-2 .step-img {
  max-width: 16em;
  margin: 0 auto;
}

.overview-content .eap-sdn .step-card-full .step-img {
  padding-top: 2em;
}

.overview-content .eap-sdn .step-card-full .step-img .desc.desc-1 {
  top: 11em;
  left: 4em;
}

.overview-content .eap-sdn .step-card-full .step-img .desc.desc-2 {
  top: 11em;
  left: 28.75em;
}

/* SDN tab - features */
.overview-content .eap-sdn .sdn-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  max-width: 50em;
  margin: 2em auto;
}

.overview-content .eap-sdn .sdn-feature {
  text-align: center;
  flex: 1;
}

.overview-content .eap-sdn .sdn-feature-img {
  position: relative;
}

.overview-content .eap-sdn .sdn-feature-img img {
  max-height: 10em;
  width: auto;
}

.overview-content .eap-sdn .sdn-feature-1 .sdn-feature-img .desc.desc-1 {
  left: 1.1em;
  top: 7.5em;
  font-weight: 400;
}

.overview-content .eap-sdn .sdn-feature-2 .sdn-feature-img .desc.desc-1 {
  right: 4.8em;
  top: 8.2em;
  font-weight: 600;
  color: #fff;
  font-size: 0.9em;
}

.overview-content .eap-sdn .sdn-caption {
  font-size: 1em;
  font-weight: 500;
  padding-top: 1em;
  text-align: center;
}

@media (max-width: 1024px) {
  .overview-content .eap-sdn {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-sdn {
    font-size: 10.35px;
    max-width: 85.186vw;
    margin: 0 auto 10vw;
  }

  .overview-content .eap-sdn .w-container {
    width: auto;
  }

  .overview-content .eap-sdn .text {
    padding: 18.5vw 0 9.26vw;
    text-align: center;
  }

  .overview-content .eap-sdn h2 {
    font-size: 6.67vw;
    padding: 0;
    font-weight: 500;
  }

  .overview-content .eap-sdn h3 {
    font-size: 4.375vw;
    padding: 0 0 3.125vw;
  }

  .overview-content .eap-sdn p {
    font-size: 3.33vw;
    line-height: 1.5;
  }

  .overview-content .eap-sdn p.title {
    font-size: 3.33vw;
  }

  .overview-content .eap-sdn p.note {
    font-size: 3vw;
    padding-top: 2vw;
  }

  .overview-content .eap-sdn .link {
    margin: 0 auto;
    padding: 0 0 5.625vw;
  }

  .overview-content .eap-sdn .link a {
    font-size: 3.33vw;
  }

  .overview-content .eap-sdn .tab-menu {
    gap: 2.5vw;
    padding-bottom: 5vw;
  }

  .overview-content .eap-sdn .tab-btn {
    font-size: 3.33vw;
    padding: 1.5vw 4vw;
  }

  .overview-content .eap-sdn .sdn-swiper {
    width: 85.186vw;
    overflow: hidden;
  }

  .overview-content .eap-sdn .sdn-swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

  .overview-content .eap-sdn .sdn-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
  }

  .overview-content .eap-sdn .sdn-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
  }

  .overview-content .eap-sdn .slide-content {
    padding: 5vw;
  }

  .overview-content .eap-sdn .slide-content h3 {
    font-size: 4.2vw;
    padding-bottom: 3vw;
    max-width: 60vw;
    margin: 0 auto;
  }

  .overview-content .eap-sdn .steps-grid {
    grid-template-columns: 1fr;
  }

  .overview-content .eap-sdn .step-card {
    padding: 4vw;
  }

  .overview-content .eap-sdn .step-card.step-card-full {
    grid-template-columns: 1fr;
    padding: 4vw 4vw 0;
    gap: 3vw;
  }

  .overview-content .eap-sdn .step-text {
    font-size: 3.33vw;
    padding-bottom: 3vw;
  }

  .overview-content .eap-sdn .step-card.step-card-full .step-text {
    padding-bottom: 0;
  }

  .overview-content .eap-sdn .step-img .desc,
  .overview-content .eap-sdn .sdn-feature-img .desc {
    font-size: 3vw;
  }

  .overview-content .eap-sdn .step-card-1 .step-img {
    padding-top: 6vw;
    padding-bottom: 3vw;
  }

  .overview-content .eap-sdn .step-card-1 .step-img .desc.desc-1 {
    top: 0;
    left: 15.5vw;
  }

  .overview-content .eap-sdn .step-card-1 .step-img .desc.desc-2 {
    top: 0;
    left: 49vw;
  }

  .overview-content .eap-sdn .step-card-1 .step-img .desc.desc-3 {
    top: 16vw;
    left: 32vw;
    font-size: 3vw;
  }

  .overview-content .eap-sdn .step-card-1 .step-img .desc.desc-4 {
    top: 21vw;
    left: 0.6vw;
  }

  .overview-content .eap-sdn .step-card-1 .step-img .desc.desc-5 {
    top: 25.4vw;
    left: 7.3vw;
  }

  .overview-content .eap-sdn .step-card-2 .step-img {
    max-width: 40vw;
    margin: 0 auto;
    padding-top: 2vw;
  }

  .overview-content .eap-sdn .step-card-full .step-img {
    padding-top: 0;
  }

  .overview-content .eap-sdn .step-card-full .step-img .desc.desc-1 {
    top: 23.5vw;
    left: 10vw;
  }

  .overview-content .eap-sdn .step-card-full .step-img .desc.desc-2 {
    top: 23.5vw;
    left: 42vw;
  }

  .overview-content .eap-sdn .sdn-features {
    flex-direction: column;
    gap: 4vw;
    margin: 4vw auto;
    max-width: initial;
  }

  .overview-content .eap-sdn .sdn-feature-img img {
    max-height: 28vw;
  }

  .overview-content .eap-sdn .sdn-feature-1 .sdn-feature-img .desc.desc-1 {
    left: 2.5vw;
    top: 21vw;
  }

  .overview-content .eap-sdn .sdn-feature-2 .sdn-feature-img .desc.desc-1 {
    right: 9.2vw;
    top: 20.2vw;
    font-size: 2.8vw;
  }


  .overview-content .eap-sdn .sdn-caption {
    font-size: 3.33vw;
    padding-top: 2vw;
  }

  .overview-content .eap-sdn .slide-content .note {
    font-size: 3vw;
  }
}

@media (max-width: 414px) {
  .overview-content .eap-sdn {
    font-size: 2.5vw;
  }
}

@media (min-width: 737px) {
  .overview-content .eap-Ultra {
    max-width: 75em;
    margin: 0 auto;
    padding-top: 7.78125em;
    color: #2b2b2b;
    font-family: Manrope, Arial, sans-serif;
    font-size: 16px;
  }

  .overview-content .eap-Ultra .w-container {
    width: 75em;
    margin: 0 auto;
  }

  .overview-content .eap-Ultra .text {
    text-align: center;
  }

  .overview-content .eap-Ultra h2 {
    color: #2b2b2b;
    font-size: 2.25em;
    font-weight: 500;
    line-height: 1.333333;
    transform: translateY(-0.166667em);
  }

  .overview-content .eap-Ultra .pic-text-box {
    display: flex;
    column-gap: 1.3125em;
    margin-top: 2.3125em;
  }

  .overview-content .eap-Ultra .left-box,
  .overview-content .eap-Ultra .right-box {
    flex: 1 1 0;
    min-width: 0;
  }

  .overview-content .eap-Ultra .pic-box {
    position: relative;
    margin-bottom: 1.375em;
  }

  .overview-content .eap-Ultra .pic-box img {
    display: block;
    width: 100%;
    height: auto;
  }

  .overview-content .eap-Ultra .pic-box .m-show {
    display: none;
  }

  .overview-content .eap-Ultra .pic-box .m-hide {
    display: block;
  }

  .overview-content .eap-Ultra .left-box>p,
  .overview-content .eap-Ultra .right-box>p {
    margin: 0;
    color: #2b2b2b;
    text-align: center;
  }

  .overview-content .eap-Ultra .left-box>p:first-of-type,
  .overview-content .eap-Ultra .right-box>p:first-of-type {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
  }

  .overview-content .eap-Ultra .left-box>p:nth-of-type(2),
  .overview-content .eap-Ultra .right-box>p:nth-of-type(2) {
    margin-top: 0.111111em;
    margin-right: auto;
    margin-left: auto;
    width: 28em;
    max-width: 100%;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p {
    position: absolute;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(1) {
    top: 30.705%;
    left: 35.509%;
    color: #2b2b2b;
    font-size: 0.703625em;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(2) {
    top: 30.429%;
    left: 50.0677%;
    color: #ffffff;
    font-size: 0.7915625em;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(3) {
    top: 40.94%;
    left: 32.8904%;
    color: #2b2b2b;
    font-size: 1.0554375em;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(4) {
    top: 57.4%;
    left: 35.1515%;
    color: #ffffff;
    font-size: 0.703625em;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(5) {
    top: 57.123%;
    left: 50.0677%;
    color: #ffffff;
    font-size: 0.7915625em;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(6) {
    top: 67.773%;
    left: 30.6003%;
    color: #2b2b2b;
    font-size: 1.0554375em;
  }
}

@media (min-width: 737px) and (max-width: 1024px) {
  .overview-content .eap-Ultra {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-Ultra {
    width: 85.833333vw;
    max-width: 85.833333vw;
    margin: 0 auto;
    padding-top: 17.962963vw;
    color: #2b2b2b;
    font-family: Manrope, Arial, sans-serif;
  }

  .overview-content .eap-Ultra .w-container {
    width: 100%;
    margin: 0;
  }

  .overview-content .eap-Ultra .text {
    text-align: center;
  }

  .overview-content .eap-Ultra h2 {
    color: #2b2b2b;
    font-size: 6.666667vw;
    font-weight: 500;
    line-height: 1.333333;
    transform: translateY(-0.166667em);
  }

  .overview-content .eap-Ultra .pic-text-box {
    display: block;
    margin-top: 5.925926vw;
  }

  .overview-content .eap-Ultra .left-box,
  .overview-content .eap-Ultra .right-box {
    width: 100%;
  }

  .overview-content .eap-Ultra .right-box {
    margin-top: 5.925926vw;
  }

  .overview-content .eap-Ultra .pic-box {
    position: relative;
    height: 59.537037vw;
    margin-bottom: 4.444444vw;
    overflow: hidden;
    background: #f9f9f9;
  }

  .overview-content .eap-Ultra .left-box .pic-box {
    width: 99.5685%;
    margin-left: 0.4315%;
  }

  .overview-content .eap-Ultra .right-box .pic-box {
    width: 99.6764%;
  }

  .overview-content .eap-Ultra .pic-box img {
    position: absolute;
    max-width: none;
    height: auto;
  }

  .overview-content .eap-Ultra .pic-box .m-show {
    display: block;
  }

  .overview-content .eap-Ultra .pic-box .m-hide {
    display: none;
  }

  .overview-content .eap-Ultra .left-box .pic-box img {
    top: 3.572222vw;
    left: calc(50% - 0.355556vw);
    width: 106.475%;
    transform: translateX(-50%);
  }

  .overview-content .eap-Ultra .right-box .pic-box img {
    top: -2.87037vw;
    left: 50%;
    width: 127.272727%;
    transform: translateX(-50%);
  }

  .overview-content .eap-Ultra .left-box>p,
  .overview-content .eap-Ultra .right-box>p {
    margin: 0;
    color: #2b2b2b;
    text-align: center;
  }

  .overview-content .eap-Ultra .left-box>p:first-of-type,
  .overview-content .eap-Ultra .right-box>p:first-of-type {
    font-size: 4.444444vw;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
  }

  .overview-content .eap-Ultra .left-box>p:nth-of-type(2),
  .overview-content .eap-Ultra .right-box>p:nth-of-type(2) {
    margin-top: 0.37037vw;
    font-size: 3.333333vw;
    font-weight: 400;
    line-height: 1.5;
  }

  .overview-content .eap-Ultra .right-box>p:nth-of-type(2) {
    margin-right: auto;
    margin-left: auto;
    width: 95.57767%;
    text-indent: 1.111111vw;
  }

  .overview-content .eap-Ultra .right-box>p:nth-of-type(2)::before {
    float: right;
    width: 2.222222vw;
    height: 5vw;
    content: "";
  }

  .overview-content .eap-Ultra .right-box .pic-box>p {
    position: absolute;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(1) {
    top: 17.5vw;
    left: 31.4562%;
    color: #2b2b2b;
    font-size: 2.084722vw;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(2) {
    top: 17.314815vw;
    left: 50.0321%;
    color: #ffffff;
    font-size: 2.34537vw;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(3) {
    top: 24.259259vw;
    left: 28.1146%;
    color: #2b2b2b;
    font-size: 3.1272vw;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(4) {
    top: 35.37037vw;
    left: 30.9994%;
    color: #ffffff;
    font-size: 2.084722vw;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(5) {
    top: 35.185185vw;
    left: 50.0321%;
    color: #ffffff;
    font-size: 2.34537vw;
  }

  .overview-content .eap-Ultra .right-box .pic-box>p:nth-of-type(6) {
    top: 42.222222vw;
    left: 25.1925%;
    color: #2b2b2b;
    font-size: 3.1272vw;
  }
}

@media (min-width: 737px) {
  .overview-content .eap-Ultra+.eap-transmission {
    max-width: 75em;
    margin: 0 auto;
    padding-top: 7.78125em;
    color: #2b2b2b;
    font-family: Manrope, Arial, sans-serif;
  }

  .overview-content .eap-Ultra+.eap-transmission .w-container {
    width: 75em;
    margin: 0 auto;
  }

  .overview-content .eap-Ultra+.eap-transmission .text {
    padding: 0;
    color: #2b2b2b;
    text-align: center;
  }

  .overview-content .eap-Ultra+.eap-transmission h2 {
    padding: 0;
    color: #2b2b2b;
    font-size: 2.25em;
    font-weight: 500;
    line-height: 1.333333;
    transform: translateY(-0.166667em);
  }

  .overview-content .eap-Ultra+.eap-transmission .text>p {
    width: 52.111111em;
    max-width: 100%;
    margin: 0.222222em auto 0;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5;
  }

  .overview-content .eap-Ultra+.eap-transmission .img {
    position: relative;
    width: 75em;
    margin: 2.875em auto 0;
  }

  .overview-content .eap-Ultra+.eap-transmission .img .m-show {
    display: none;
  }

  .overview-content .eap-Ultra+.eap-transmission .img .m-hide {
    display: block;
  }

  .overview-content .eap-Ultra+.eap-transmission .img>p {
    position: absolute;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  .overview-content .eap-Ultra+.eap-transmission .img>p:nth-of-type(1),
  .overview-content .eap-Ultra+.eap-transmission .img>p:nth-of-type(2) {
    top: 73.69%;
    color: #008055;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.25;
  }

  .overview-content .eap-Ultra+.eap-transmission .img>p:nth-of-type(1) {
    left: 40.333333%;
  }

  .overview-content .eap-Ultra+.eap-transmission .img>p:nth-of-type(2) {
    left: 54.666667%;
  }

  .overview-content .eap-Ultra+.eap-transmission .img>p:nth-of-type(3) {
    top: 80.952381%;
    left: 36.111111%;
    width: 10.4em;
    color: #2b2b2b;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-Ultra+.eap-transmission {
    color: #2b2b2b;
    font-family: Manrope, Arial, sans-serif;
  }

  .overview-content .eap-Ultra+.eap-transmission h2 {
    color: #2b2b2b;
    font-weight: 500;
    line-height: 1.333333;
  }

  .overview-content .eap-Ultra+.eap-transmission .text>p {
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
    line-height: 1.5;
  }

  .overview-content .eap-Ultra+.eap-transmission .img {
    position: relative;
  }

  .overview-content .eap-Ultra+.eap-transmission .img>p {
    position: absolute;
    margin: 0;
    padding: 0;
  }

  .overview-content .eap-Ultra+.eap-transmission .img>p:nth-of-type(1),
  .overview-content .eap-Ultra+.eap-transmission .img>p:nth-of-type(2) {
    top: 72.437%;
    color: #008055;
    font-size: 4.444444vw;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
  }

  .overview-content .eap-Ultra+.eap-transmission .img>p:nth-of-type(1) {
    left: 21.235%;
  }

  .overview-content .eap-Ultra+.eap-transmission .img>p:nth-of-type(2) {
    left: 58.505%;
  }

  .overview-content .eap-Ultra+.eap-transmission .img>p:nth-of-type(3) {
    top: 80.559%;
    left: 10.4%;
    width: 10.4em;
    color: #2b2b2b;
    font-size: 2.777778vw;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }
}

.overview-content .optimized-wired-performance {
  font-size: 16px;
  font-family: Manrope, Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto 0;
  position: relative;
}

.overview-content .optimized-wired-performance .w-container {
  width: 75em;
  margin: 0 auto;
}

.overview-content .optimized-wired-performance .text {
  padding: 6em 0 3.125em;
  text-align: center;
}

.overview-content .optimized-wired-performance h2 {
  max-width: 20em;
  margin: 0 auto;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  color: #000000;
}

.overview-content .optimized-wired-performance p {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.3333;
}

.overview-content .optimized-wired-performance h3 {
  text-align: center;
  padding: 0;
}

.overview-content .optimized-wired-performance h3 span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
}

.overview-content .optimized-wired-performance .ul-alignment,
.overview-content .optimized-wired-performance .ul-mounting {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.overview-content .optimized-wired-performance .ul-alignment li,
.overview-content .optimized-wired-performance .ul-mounting li {
  display: block;
  width: 49%;
  position: relative;
}

.overview-content .optimized-wired-performance .ul-alignment li .alignment-img,
.overview-content .optimized-wired-performance .ul-mounting li .mounting-img {
  width: 100%;
  margin: 0 auto;
  background-color: #f9f9f9;
}

.overview-content .optimized-wired-performance .alignment-caption {
  padding: 1.5em 0 1.5625em;
}

.overview-content .optimized-wired-performance .mounting-caption {
  padding: 1.5em 0 2em;
}

.overview-content .optimized-wired-performance .ul-alignment li .note {
  text-align: center;
  padding-top: 1.875em;

}

.overview-content .optimized-wired-performance .ul-alignment li .note span {
  font-size: 1.5em;
  font-weight: 400;
}

.overview-content .optimized-wired-performance .ul-alignment li .alignment-txt .desc {
  width: 8.1em;
  color: #ffffff;
  text-align: center;
  padding: 0.375em 1.7em;
  position: absolute;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  top: 0.8333em;
  right: 1.14em;
  background-color: rgba(43, 43, 43, 0.55);
  border-radius: 0.25em;
}

@media (max-width: 1024px) {
  .overview-content .optimized-wired-performance {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .optimized-wired-performance {
    font-size: 10.35px;
    max-width: 85.186vw;
    margin: 0 auto;
  }

  .overview-content .optimized-wired-performance .w-container {
    width: auto;
  }

  .overview-content .optimized-wired-performance .text {
    padding: 17.78vw 0 6.94vw;
  }

  .overview-content .optimized-wired-performance h2 {
    max-width: 11.2em;
    font-size: 6.67vw;
    padding: 0;
    font-weight: 500;
  }

  .overview-content .optimized-wired-performance h3 span {
    font-size: 4.44vw;
  }

  .overview-content .optimized-wired-performance .alignment-caption {
    padding: 5.28vw 0 6.02vw;
  }

  .overview-content .optimized-wired-performance .alignment-caption span {
    max-width: 11em;
  }

  .overview-content .optimized-wired-performance .mounting-caption {
    padding: 5.28vw 0 0;
  }

  .overview-content .optimized-wired-performance .mounting-caption span {
    max-width: 12em;
  }

  .overview-content .optimized-wired-performance p {
    font-size: 3.33vw;
  }

  .overview-content .optimized-wired-performance .ul-alignment li,
  .overview-content .optimized-wired-performance .ul-mounting li {
    width: 100%;
  }

  .overview-content .optimized-wired-performance .ul-alignment li+li {
    margin-top: 1.57vw;
  }

  .overview-content .optimized-wired-performance .ul-mounting li+li {
    margin-top: 1.67vw;
  }

  .overview-content .optimized-wired-performance .ul-alignment li .alignment-txt .desc {
    padding: 1.16vw 5.7vw;
    font-size: 3.33vw;
    top: 3.24vw;
    right: 4.44vw;
  }
}

@media (max-width: 414px) {
  .overview-content .optimized-wired-performance {
    font-size: 2.5vw;
  }
}

.overview-content .eap-easy-use {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto 0em;
}

.overview-content .eap-easy-use .w-container {
  width: 60em;
  margin: 0 auto;
}

.overview-content .eap-easy-use .text {
  padding: 5.5em 0 3.75em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .eap-easy-use h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.5em;
  color: #000000;
}

.overview-content .eap-easy-use h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3333;
  padding-bottom: 0.5em;
}

.overview-content .eap-easy-use p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3333;
}

.overview-content .eap-easy-use .link {
  margin: 0 auto;
  padding-bottom: 2.5em;
  text-align: center;
}

.overview-content .eap-easy-use .link a {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3333;
  color: #005564;
  text-decoration: none;
}

.overview-content .eap-easy-use .img {
  position: relative;
  width: 62.25em;
  height: 42.5em;
  margin: 0 auto;
  background: url(img/1784137261288_h.png) top / 62.25em no-repeat;
}

.overview-content .eap-easy-use .img .desc {
  position: absolute;
  text-align: center;
  line-height: normal;
}

.overview-content .eap-easy-use .img .desc-b {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
  color: #2b2b2b;
}

.overview-content .eap-easy-use .img .desc-m {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.4;
  color: #2b2b2b;
}

.overview-content .eap-easy-use .img .desc-s {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  color: #2b2b2b;
}

.overview-content .eap-easy-use .img .internet {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}

.overview-content .eap-easy-use .img .desc-2 {
  left: 47.75em;
  top: 20.25em;
  width: 15em;
  text-align: left;
}

.overview-content .eap-easy-use .img .desc-3 {
  left: 16.5em;
  top: 25em;
  width: 5em;
  text-align: left;
}

.overview-content .eap-easy-use .img .desc-4 {
  left: 3em;
  top: 36.6em;
  width: 11.5em;
}

.overview-content .eap-easy-use .img .desc-5 {
  left: 14.5em;
  top: 33em;
  width: 5.25em;
}

.overview-content .eap-easy-use .img .desc-6 {
  left: 17em;
  top: 36.6em;
  width: 13em;
}

.overview-content .eap-easy-use .img .desc-7 {
  left: 3.5em;
  top: 40.75em;
  width: 24em;
}

.overview-content .eap-easy-use .img .desc-8 {
  left: 42em;
  top: 36.6em;
  width: 9.75em;
}

.overview-content .eap-easy-use .img .desc-11 {
  left: 32.5em;
  top: 40.75em;
  width: 30em;
}

@media (max-width: 1024px) {
  .overview-content .eap-easy-use {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-easy-use {
    font-size: 10.35px;
    max-width: 85.186vw;
    margin: 0 auto 0vw;
  }

  .overview-content .eap-easy-use .w-container {
    width: auto;
  }

  .overview-content .eap-easy-use .text {
    padding: 16.3vw 2vw 11.1vw;
    text-align: center;
  }

  .overview-content .eap-easy-use h2 {
    font-size: 6.67vw;
    padding: 0 0 3.125vw;
    font-weight: 500;
  }

  .overview-content .eap-easy-use h3 {
    font-size: 4.375vw;
    padding: 0 0 3.125vw;
  }

  .overview-content .eap-easy-use p {
    font-size: 3.33vw;
  }

  .overview-content .eap-easy-use p.title {
    font-size: 3.33vw;
  }

  .overview-content .eap-easy-use p.note {
    font-size: 3vw;
    padding-top: 2vw;
  }

  .overview-content .eap-easy-use .link {
    margin: 0 auto;
    padding: 0 0 5.625vw;
  }

  .overview-content .eap-easy-use .link a {
    font-size: 3.33vw;
  }

  .overview-content .eap-easy-use .img {
    width: 100%;
    height: 108vw;
    background: url(img/1784137261429_h.png) top / 100% no-repeat;
  }

  .overview-content .eap-easy-use .img .desc-b,
  .overview-content .eap-easy-use .img .desc-m {
    font-size: 3.33vw;
  }

  .overview-content .eap-easy-use .img .desc-s {
    font-size: 3vw;
  }

  .overview-content .eap-easy-use .img .internet {
    font-size: 3vw;
  }

  .overview-content .eap-easy-use .img .desc-2 {
    left: 69vw;
    top: 35vw;
    width: 18vw;
    text-align: left;
  }

  .overview-content .eap-easy-use .img .desc-3 {
    left: 24vw;
    top: 43vw;
    width: 8vw;
  }

  .overview-content .eap-easy-use .img .desc-4 {
    left: 8.5vw;
    top: 66vw;
    width: 24vw;
  }

  .overview-content .eap-easy-use .img .desc-5 {
    left: 17vw;
    top: 72vw;
    width: 8vw;
  }

  .overview-content .eap-easy-use .img .desc-6 {
    left: 9vw;
    top: 86vw;
    width: 24vw;
  }

  .overview-content .eap-easy-use .img .desc-7 {
    left: 4vw;
    top: 97vw;
    width: 35vw;
  }

  .overview-content .eap-easy-use .img .desc-8 {
    left: 53vw;
    top: 86vw;
    width: 23vw;
  }

  .overview-content .eap-easy-use .img .desc-11 {
    left: 45vw;
    top: 97vw;
    width: 39vw;
    text-align: center;
  }
}

@media (max-width: 414px) {
  .overview-content .eap-easy-use {
    font-size: 2.5vw;
  }
}

/* Industry-Leading IP68 Weatherproof alignment */
.overview-content .eap-easy-use {
  margin: 0 auto;
  color: #2b2b2b;
  font-family: Manrope, Arial, sans-serif;
}

.overview-content .eap-easy-use .text {
  padding: 7.5em 0 0;
}

.overview-content .eap-easy-use .w-container {
  width: 62.5em;
}

.overview-content .eap-easy-use h2 {
  padding: 0;
  color: #2b2b2b;
  white-space: nowrap;
}

.overview-content .eap-easy-use .text>p {
  max-width: 51em;
  margin: 0.6667em auto 0;
  padding: 0;
  font-size: 1.125em;
  line-height: 1.5;
}

.overview-content .eap-easy-use .icon-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55.5em;
  margin: 2.625em auto 0;
}

.overview-content .eap-easy-use .box-item {
  display: flex;
  align-items: center;
  gap: 0.875em;
}

.overview-content .eap-easy-use .box-item img {
  flex: 0 0 auto;
  height: auto;
  margin: 0;
}

.overview-content .eap-easy-use .box1 img {
  width: 1.6875em;
}

.overview-content .eap-easy-use .box2 img {
  width: 1.5em;
}

.overview-content .eap-easy-use .box3 img {
  width: 1.25em;
}

.overview-content .eap-easy-use .box-item p {
  margin: 0;
  padding: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

.overview-content .eap-easy-use .img {
  position: static;
  width: 75em;
  height: 26.25em;
  margin: 2.75em auto 0;
  background: url(img/industry-leading_bg-web.jpg) center / 100% 100% no-repeat;
}

@media (max-width: 736px) {
  .overview-content .eap-easy-use {
    font-size: 2.5vw;
    max-width: 85.186vw;
    margin: 0 auto;
  }

  .overview-content .eap-easy-use .w-container {
    width: 100%;
  }

  .overview-content .eap-easy-use .text {
    padding: 22.5vw 0 0;
  }

  .overview-content .eap-easy-use h2 {
    padding: 0;
    font-size: 6.6667vw;
    font-weight: 500;
    line-height: 8.8889vw;
    white-space: normal;
  }

  .overview-content .eap-easy-use .text>p {
    max-width: none;
    margin: 2.222222vw auto 0;
    font-size: 3.3333vw;
    line-height: 5vw;
  }

  .overview-content .eap-easy-use .icon-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    row-gap: 4.4444vw;
    width: 100%;
    margin: 6.9444vw auto 0;
  }

  .overview-content .eap-easy-use .box-item {
    flex-direction: column;
    justify-content: flex-start;
    gap: 3.4722vw;
  }

  .overview-content .eap-easy-use .box1 img {
    width: 5vw;
  }

  .overview-content .eap-easy-use .box2 img {
    width: 4.4444vw;
  }

  .overview-content .eap-easy-use .box3 img {
    width: 3.7037vw;
  }

  .overview-content .eap-easy-use .box-item p {
    font-size: 3.3333vw;
    line-height: 5vw;
    white-space: normal;
  }

  .overview-content .eap-easy-use .box1 p {
    max-width: 31vw;
  }

  .overview-content .eap-easy-use .box2 p {
    max-width: 24vw;
  }

  .overview-content .eap-easy-use .box3 {
    grid-column: 1;
  }

  .overview-content .eap-easy-use .box3 p {
    max-width: 30vw;
  }

  .overview-content .eap-easy-use .img {
    width: 100%;
    height: 59.3519vw;
    margin: 7.7778vw auto 0;
    background-image: url(img/industry-leading_bg_m.jpg);
  }
}

.overview-content .eap-weatherproof-design {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .eap-weatherproof-design .w-container {
  /* width: 60em; */
  margin: 0 auto;
  display: grid;
}

.overview-content .eap-weatherproof-design .text {
  padding: 7em 0 3.125em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .eap-weatherproof-design h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  color: #000000;
}

.overview-content .eap-weatherproof-design p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content .eap-weatherproof-design img {
  width: 100%;
  margin: 0 auto;
}


.overview-content .eap-weatherproof-design ul {
  text-align: center;
  width: 30%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  grid-column: 1;
  grid-row: 2;
  z-index: 2;
  position: relative;
  align-self: center;
  padding-left: 15%;
}

.overview-content .eap-weatherproof-design .img-container {
  grid-column: 1;
  grid-row: 2;
}

.overview-content .eap-weatherproof-design ul li {
  width: auto;
}

.overview-content .eap-weatherproof-design ul li .icon {
  display: block;
  width: 2em;
  height: 2em;
  margin: 0 0 .5em;
  background-position: top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.overview-content .eap-weatherproof-design ul li .desc {
  text-align: left;
}

.overview-content .eap-weatherproof-design ul li .icon img {
  filter: brightness(0) invert(1);
}

.overview-content .eap-weatherproof-design ul li .desc .title {
  color: #ffffff;
}


@media (max-width:1024px) {
  .overview-content .eap-weatherproof-design {
    font-size: 10px;
  }
}

@media (max-width:736px) {
  .overview-content .eap-weatherproof-design {
    font-size: 10.35px;
    max-width: 85.186vw;
  }

  .overview-content .eap-weatherproof-design .w-container {
    width: auto;
    display: block;
  }

  .overview-content .eap-weatherproof-design .text {
    padding: 18.5vw 0 8vw;
    text-align: center;
  }

  .overview-content .eap-weatherproof-design h2 {
    font-size: 6.67vw;
    padding: 0 0 2vw;
  }

  .overview-content .eap-weatherproof-design p {
    font-size: 3.25vw;
  }

  .overview-content .eap-weatherproof-design ul {
    width: 100%;
    max-width: initial;
    margin-bottom: 8vw;
    row-gap: 8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: static;
    padding-left: 0;
    margin: 0 auto 10vw;
  }

  .overview-content .eap-weatherproof-design ul li .icon img {
    filter: none;
  }

  .overview-content .eap-weatherproof-design ul li .desc .title {
    color: inherit;
  }

  .overview-content .eap-weatherproof-design ul li {
    vertical-align: top;
    width: 40vw;
    margin: 0;
  }

  .overview-content .eap-weatherproof-design ul li .icon {
    width: 6vw;
    height: 6vw;
    margin: 0 auto 2vw;
  }

  .overview-content .eap-weatherproof-design ul li .desc {
    text-align: center;
  }
}

@media (max-width:414px) {
  .overview-content .eap-weatherproof-design {
    font-size: 2.5vw;
  }
}

.overview-content .eap-mount {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .eap-mount .w-container {
  width: 75em;
  margin: 0 auto;
}

.overview-content .eap-mount .text {
  padding: 7em 0 3.125em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .eap-mount h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  color: #000000;
}

.overview-content .eap-mount p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3333;
}

.overview-content .eap-mount .img {
  position: relative;
  width: 75em;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .overview-content .eap-mount {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-mount {
    font-size: 10.35px;
    max-width: 85.186vw;
  }

  .overview-content .eap-mount .w-container {
    width: auto;
  }

  .overview-content .eap-mount .text {
    padding: 18.5vw 0 9.26vw;
    text-align: center;
  }

  .overview-content .eap-mount h2 {
    font-size: 6.67vw;
  }

  .overview-content .eap-mount p {
    font-size: 3.33vw;
    padding: 0 0vw;
  }

  .overview-content .eap-mount .img {
    width: 85.186vw;
  }
}

@media (max-width: 414px) {
  .overview-content .eap-mount {
    font-size: 2.5vw;
  }
}

.overview-content .eap-simplify-networking {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .eap-simplify-networking .w-container {
  width: 66em;
  margin: 0 auto;
}

.overview-content .eap-simplify-networking .text {
  padding: 7em 0 3.125em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .eap-simplify-networking h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding: 0;
  color: #000000;
}

.overview-content .eap-simplify-networking p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content .eap-simplify-networking p.note {
  padding-top: 2.22em;
}

.overview-content .eap-simplify-networking p.title {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.5;
  color: #2b2b2b;
}

.overview-content .eap-simplify-networking .ul-features {
  width: 36.75em;
  margin: 0 auto 2.5em;
  display: flex;
  justify-content: space-between;
}

.overview-content .eap-simplify-networking .ul-features li {
  display: block;
  width: 31.5%;
}

.overview-content .eap-simplify-networking .ul-features li .icon {
  display: block;
  width: 2.25em;
  height: auto;
  margin: 0 auto;
}

.overview-content .eap-simplify-networking .ul-features li .icon-txt {
  padding-top: 0.75em;
  text-align: center;
}

.overview-content .eap-simplify-networking .ul-scenarios {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.overview-content .eap-simplify-networking .ul-scenarios li {
  display: block;
  width: 49%;
  position: relative;
}

.overview-content .eap-simplify-networking .ul-scenarios li .scenario-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #f9f9f9;
}

.overview-content .eap-simplify-networking .ul-scenarios li .scenario-img.m-show {
  display: none;
}

.overview-content .eap-simplify-networking .ul-scenarios li .scenario-img.m-hide {
  display: block;
}

.overview-content .eap-simplify-networking .ul-scenarios li .scenario-txt {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.overview-content .eap-simplify-networking .ul-scenarios li .note {
  text-align: center;
  padding-top: 1.875em;

}

.overview-content .eap-simplify-networking .ul-scenarios li .note span {
  font-size: 1.5em;
  font-weight: 400;
}

.overview-content .eap-simplify-networking .ul-scenarios li .scenario-txt .desc {
  color: #2b2b2b;
  text-align: center;
  padding: 0;
  position: absolute;
}

.overview-content .eap-simplify-networking .ul-scenarios li .scenario-txt .desc .desc-b {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content .eap-simplify-networking .ul-scenarios li.li-1 .scenario-txt .desc.desc-1 {
  left: 8.75em;
  top: 9.3em;
  width: 19.5em;
}

.overview-content .eap-simplify-networking .ul-scenarios li.li-1 .scenario-txt .desc.desc-1 span {
  color: #0a5a5a;
  font-size: 2em;
  font-weight: 500;
}

.overview-content .eap-simplify-networking .ul-scenarios li.li-2 .scenario-txt .desc.desc-1 {
  color: #fff;
  top: 15em;
  left: 19.5em;
  width: 11.8em;
  /* text-align: left; */
}

.overview-content .eap-simplify-networking .ul-scenarios li.li-2 .scenario-txt .desc.desc-1 span {
  color: #2b2b2b;
  font-size: 1.125em;
  font-weight: 300;
}

@media (max-width:1024px) {
  .overview-content .eap-simplify-networking {
    font-size: 10px;
  }
}

@media (max-width:736px) {
  .overview-content .eap-simplify-networking {
    font-size: 10.35px;
    max-width: 85.186vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li .note {
    padding-top: 5.5vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li .note span {
    font-size: 4.44vw;
    font-weight: 400;
    line-height: 1.5;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-1 .scenario-txt .desc.desc-1 span {
    font-size: 4.44vw;
  }

  .overview-content .eap-simplify-networking .w-container {
    width: auto;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li .scenario-txt .desc .desc-b {
    font-size: 2.96vw;
  }

  .overview-content .eap-simplify-networking .text {
    padding: 16.5vw 0 9.26vw;
    text-align: center;
  }

  .overview-content .eap-simplify-networking h2 {
    font-size: 6.67vw;
    padding: 0 0 0vw;
  }

  .overview-content .eap-simplify-networking p {
    font-size: 3.33vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-2 .scenario-txt .desc.desc-1 span {
    font-size: 3.33vw;
  }

  .overview-content .eap-simplify-networking p.title {
    font-size: 3.33vw;
  }

  .overview-content .eap-simplify-networking .ul-features {
    width: 100%;
    margin: 0 auto 6.25vw;
  }

  .overview-content .eap-simplify-networking .ul-features li {
    display: block;
    width: 31.5%;
  }

  .overview-content .eap-simplify-networking .ul-features li .icon {
    width: 8vw;
  }

  .overview-content .eap-simplify-networking .ul-features li .icon-txt {
    padding-top: 2.5vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li {
    width: 100%;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li+li {
    margin-top: 7.4vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li .scenario-txt {
    padding: 3vw 0 0;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-1 .scenario-txt .desc.desc-1 {
    top: 32.5vw;
    left: 20vw;
    width: 45vw;
    /* background: red; */
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-1 .scenario-txt .desc.desc-2 {
    top: 36.5vw;
    left: 34vw;
    width: 15vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-1 .scenario-txt .desc.desc-3 {
    top: 52.5vw;
    left: 34vw;
    width: 15vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-1 .scenario-txt .desc.desc-4 {
    top: 52.5vw;
    left: 61vw;
    width: 19vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-1 .scenario-txt .desc.desc-5 {
    top: 80.5vw;
    left: 6vw;
    width: 21vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-1 .scenario-txt .desc.desc-6 {
    top: 80.5vw;
    left: 31.25vw;
    width: 21vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-1 .scenario-txt .desc.desc-7 {
    top: 80.5vw;
    left: 56.75vw;
    width: 21vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-2 .scenario-txt .desc.desc-1 {
    top: 49.5vw;
    left: 45vw;
    width: 36vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-2 .scenario-txt .desc.desc-2 {
    top: 43.5vw;
    left: 27vw;
    width: 31vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-2 .scenario-txt .desc.desc-3 {
    top: 80.5vw;
    left: 35vw;
    width: 15vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-2 .scenario-txt .desc.desc-4 {
    top: 80.5vw;
    left: 59vw;
    width: 20vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-2 .scenario-txt .desc.desc-5 {
    top: 80.5vw;
    left: 7vw;
    width: 21vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-2 .scenario-txt .desc.desc-6 {
    top: 80.5vw;
    left: 32.25vw;
    width: 21vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li.li-2 .scenario-txt .desc.desc-7 {
    top: 80.5vw;
    left: 57.75vw;
    width: 21vw;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li .scenario-img.m-show {

    display: block;
  }

  .overview-content .eap-simplify-networking .ul-scenarios li .scenario-img.m-hide {
    display: none;
  }
}

@media (max-width:414px) {
  .overview-content .eap-simplify-networking {
    font-size: 2.5vw;
  }
}

@font-face {
  font-family: "Beam Bridge AFC Manrope";
  src: url("https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Beam Bridge AFC Manrope";
  src: url("https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Beam Bridge AFC Manrope";
  src: url("https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Beam Bridge AFC Manrope";
  src: url("https://static.tp-link.com/res/style/fonts/Manrope/woff2/Manrope-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@media (min-width: 737px) {
  .overview-content .eap-simplify-networking + .eap-transmission {
    max-width: 75.125em;
    margin: 0 auto;
    padding-top: 7.53125em;
    color: #2b2b2b;
    font-family: "Beam Bridge AFC Manrope", Manrope, Arial, sans-serif;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .w-container {
    width: 75.125em;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .text {
    width: 59.8125em;
    margin: 0 auto;
    padding: 0;
    color: #2b2b2b;
  }

  .overview-content .eap-simplify-networking + .eap-transmission h2 {
    padding: 0;
    color: #2b2b2b;
    font-size: 2.25em;
    font-weight: 500;
    line-height: 1.333333;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .text > p {
    margin: 0.6667em auto 0;
    padding: 0;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .img {
    width: 75.125em;
    margin: 2.78125em auto 0;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .afc-image-frame {
    position: relative;
    width: 100%;
    height: 26.34375em;
    overflow: hidden;
    background: #f1f3f5;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .afc-image {
    position: absolute;
    top: 0.1875em;
    left: 50%;
    display: block;
    width: 76.65625em;
    max-width: none;
    height: 26.625em;
    object-fit: contain !important;
    transform: translateX(-50%);
  }

  .overview-content .eap-simplify-networking + .eap-transmission .afc-media-control {
    position: absolute;
    right: 1.5625em;
    bottom: 1.5625em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.40625em;
    width: 3.84375em;
    height: 3.84375em;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0.1875em;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .afc-media-control > span {
    width: 0.34375em;
    height: 1.5em;
    background: #ffffff;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .bottom-text {
    width: 59.571429em;
    margin: 1.857143em auto 0;
    padding: 0;
    color: #2b2b2b;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.285714;
    text-align: left;
    white-space: nowrap;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-simplify-networking + .eap-transmission {
    max-width: 85.462963vw;
    padding-top: 22.5vw;
    color: #2b2b2b;
    font-family: "Beam Bridge AFC Manrope", Manrope, Arial, sans-serif;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .w-container {
    width: 85.462963vw;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .text {
    width: 84.351852vw;
    margin: 0 auto;
    padding: 0;
  }

  .overview-content .eap-simplify-networking + .eap-transmission h2 {
    padding: 0;
    color: #2b2b2b;
    font-size: 6.666667vw;
    font-weight: 500;
    line-height: 1.333333;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .text > p {
    margin: 2.222222vw 0 0;
    padding: 0;
    font-size: 3.333333vw;
    font-weight: 400;
    line-height: 1.5;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .img {
    width: 85.462963vw;
    margin: 8.518519vw auto 0;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .afc-image-frame {
    position: relative;
    width: 85.462963vw;
    height: 59.537037vw;
    overflow: hidden;
    background: #f1f3f5;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .afc-image {
    position: absolute;
    top: -1.851852vw;
    left: 50%;
    display: block;
    width: 134.62963vw;
    max-width: none;
    height: 63.148148vw;
    object-fit: contain !important;
    transform: translateX(-50%);
  }

  .overview-content .eap-simplify-networking + .eap-transmission .afc-media-control {
    position: absolute;
    right: 2.592593vw;
    bottom: 2.87037vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.203704vw;
    width: 11.388889vw;
    height: 11.388889vw;
    box-sizing: border-box;
    border: 0.277778vw solid rgba(255, 255, 255, 0.7);
    border-radius: 0.833333vw;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .afc-media-control > span {
    width: 1.018519vw;
    height: 4.444444vw;
    background: #ffffff;
  }

  .overview-content .eap-simplify-networking + .eap-transmission .bottom-text {
    display: none;
  }
}

@media (min-width: 737px) {
  .overview-content .eap-selling-points + .eap-transmission {
    max-width: 75.125em;
    margin: 0 auto;
    padding-top: 5.90625em;
    color: #2b2b2b;
    font-family: "Beam Bridge AFC Manrope", Manrope, Arial, sans-serif;
  }

  .overview-content .eap-selling-points + .eap-transmission .w-container {
    width: 75.125em;
  }

  .overview-content .eap-selling-points + .eap-transmission .text {
    width: 61.78125em;
    margin: 0 auto;
    padding: 0;
    color: #2b2b2b;
    text-align: center;
  }

  .overview-content .eap-selling-points + .eap-transmission h2 {
    margin: 0;
    padding: 0;
    color: #2b2b2b;
    font-size: 2.25em;
    font-weight: 500;
    line-height: 1.333333;
  }

  .overview-content .eap-selling-points + .eap-transmission .text > p {
    margin: 0.6667em auto 0;
    padding: 0;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5;
  }

  .overview-content .eap-selling-points + .eap-transmission .img {
    width: 75.125em;
    margin: 2.71875em auto 0;
  }

  .overview-content .eap-selling-points + .eap-transmission .img .m-hide {
    display: block;
    width: 100%;
    height: auto;
  }

  .overview-content .eap-selling-points + .eap-transmission .img .m-show {
    display: none;
  }

  .overview-content .eap-selling-points + .eap-transmission .fiber-speed-label {
    position: absolute;
    top: 27.606635%;
    left: 33.693844%;
    z-index: 1;
    display: block;
    color: #005564;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(6.4deg);
    transform-origin: left top;
    pointer-events: none;
  }

  .overview-content .eap-selling-points + .eap-transmission .bottom-text {
    width: 65.125em;
    margin: 1.71875em auto 0;
    padding: 0;
    color: #2b2b2b;
  }

  .overview-content .eap-selling-points + .eap-transmission .bottom-text > p {
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.285714;
    text-align: center;
  }
}

@media (max-width: 736px) {
  .overview-content .eap-selling-points + .eap-transmission {
    max-width: 85.462963vw;
    padding-top: 22.777778vw;
    color: #2b2b2b;
    font-family: "Beam Bridge AFC Manrope", Manrope, Arial, sans-serif;
  }

  .overview-content .eap-selling-points + .eap-transmission .w-container {
    width: 85.462963vw;
  }

  .overview-content .eap-selling-points + .eap-transmission .text {
    width: 81.574074vw;
    margin: 0 auto;
    padding: 0;
  }

  .overview-content .eap-selling-points + .eap-transmission h2 {
    margin: 0;
    padding: 0;
    color: #2b2b2b;
    font-size: 6.666667vw;
    font-weight: 500;
    line-height: 1.333333;
  }

  .overview-content .eap-selling-points + .eap-transmission .text > p {
    margin: 2.222222vw 0 0;
    padding: 0;
    font-size: 3.333333vw;
    font-weight: 400;
    line-height: 1.5;
  }

  .overview-content .eap-selling-points + .eap-transmission .img {
    width: 85.462963vw;
    height: 69.722222vw;
    margin: 8.148148vw auto 0;
  }

  .overview-content .eap-selling-points + .eap-transmission .img .m-hide {
    display: none;
  }

  .overview-content .eap-selling-points + .eap-transmission .img .m-show {
    display: block;
    width: 100%;
    height: 100%;
  }

  .overview-content .eap-selling-points + .eap-transmission .fiber-speed-label {
    position: absolute;
    top: 30.810093%;
    left: 20.151625%;
    z-index: 1;
    display: block;
    color: #005564;
    font-size: 3.333333vw;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(6.4deg);
    transform-origin: left top;
    pointer-events: none;
  }

  .overview-content .eap-selling-points + .eap-transmission .bottom-text {
    display: none;
  }
}
