<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
body&gt;.page-content-wrapper,
html {overflow: visible !important;}

/* old */
.eap-img-box{font-size:16px;max-width:1200px;width:75em;margin:0 auto;}
.eap-img-box img{width:100%;height:auto;margin:0 auto;}
.eap-img-box img.m-hide{display:block;}
.eap-img-box img.m-show{display:none;}
@media(max-width: 1024px){.eap-img-box{font-size:10px;}}
@media(max-width: 736px){
  .eap-img-box{font-size:10.35px;max-width:100vw;width:100vw;}
  .eap-img-box img.m-show{display:block;width:100%;}
  .eap-img-box img.m-hide{display:none;}
}
@media(max-width: 414px){.eap-img-box{font-size:2.5vw;}}


/* new */
.overview-content sup{font-size: 0.5556em;}
.overview-content .white {color: #fff;}
.overview-content .omada-green {color: #00a870;}
.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: 275em;
  margin: 0 auto;
  background: url('https://static-product.tp-link.com/es210gp_v1/img/ES210GP_UN_1.0_spolight_2505_English_highlight_web_(2)_20250603074553w.jpg') top / 75em no-repeat;
  display: flex;
  align-items: center;
}

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

.overview-content .eap-banner .text {
  padding: 0 52% 1em 0;
  color: #2b2b2b;
}

.overview-content .eap-banner h2 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.3333;
  padding: 0 0 0.75em;
}

.overview-content .eap-banner h3 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 1.5em .4em;
}

.overview-content .eap-banner p .model {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  padding: .75em 1.375em;
  border-radius: 5px;
  background-color: #00a870;
}

@media (max-width:1024px) {
  .overview-content .eap-banner {
    font-size: 10px;
  }
}

@media (max-width:736px) {
  .overview-content .eap-banner {
    font-size: 2.5vw;
    height: auto;
    padding-bottom: 1218vw;
    background: #fff url('https://static-product.tp-link.com/es210gp_v1/img/ES210GP_UN_1.0_spolight_2505_English_highlight_mobile_(3)_20250603074618e.jpg') bottom / 100% no-repeat;
    display: block;
  }

  .overview-content .eap-banner .w-container {
    width: 70.37vw;
  }

  .overview-content .eap-banner .text {
    padding: 10vw 0 0 0;
  }

  .overview-content .eap-banner h2 {
    font-size: 6.5vw;
    padding: 0 0 5vw;
  }

  .overview-content .eap-banner h3 {
    font-size: 3.25vw;
    padding: 0 0 3.5vw;
  }

  .overview-content .eap-banner p .model {
    font-size: 3.25vw;
    padding: 2vw 3vw;
    margin: 0;
  }
}

@media (max-width:414px) {
  .overview-content .eap-banner {
    font-size: 2.5vw;
  }
}




</pre></body></html>