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: #008a5c;
}
.overview-content .omada-light-green {
  color: #00ff9d;
}
.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 .product-banner {
  font-size: 16px;
  max-width: 1200px;
  height: 30em;
  margin: 0 auto;
  background: url('img/a.jpg') top / 75em no-repeat;
  display: flex;
  align-items: center;
}

.overview-content .product-banner .w-container {
  width: 60em;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1em;
}

.overview-content .product-banner .text {
  padding: 0 30% 0 0;
  color: #fff;
}

.overview-content .product-banner h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.75em;
}

.overview-content .product-banner h3 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
}

.overview-content .product-banner p.subtitle {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  padding-bottom: 1.5em;
}

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

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

@media (max-width: 736px) {
  .overview-content .product-banner {
    font-size: 10.35px;
    max-width: 85.186vw;
    height: 118vw;
    /* padding-bottom: 65vw; */
    background: #afcbf3 url('m/a.jpg') bottom / 100% no-repeat;
    display: block;
  }

  .overview-content .product-banner .w-container {
    width: 70vw;
  }

  .overview-content .product-banner .text {
    padding: 11.9vw 0vw 0 0;
    text-align: center;
  }

  .overview-content .product-banner h2 {
    font-size: 6.67vw;
    padding: 0 0 5vw;
    font-weight: 500;
  }

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

  .overview-content .product-banner p.subtitle {
    font-size: 3.33vw;
    padding: 0 0 6vw;
  }
  .overview-content .product-banner p .model {
    font-size: 3.33vw;
    margin: 0;
  }
}

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

.overview-content .selling-points {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .selling-points .w-container {
  width: 50em;
  margin: 0 auto;
}

.overview-content .selling-points .text {
  padding: 4.25em 0 0;
  color: #2b2b2b;
}

.overview-content .selling-points p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
}

.overview-content .selling-points p.title {
  font-weight: 400;
}

.overview-content .selling-points ul {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.overview-content .selling-points ul li {
  width: 24%;
  margin: 2em 0;
}

.overview-content .selling-points ul .li-1,
.overview-content .selling-points ul .li-5 {
  width: 24%;
}

.overview-content .selling-points ul .li-2,
.overview-content .selling-points ul .li-6 {
  width: 22.7%;
}

.overview-content .selling-points ul .li-3,
.overview-content .selling-points ul .li-7 {
  width: 24%;
}

.overview-content .selling-points ul .li-1,
.overview-content .selling-points ul .li-2,
.overview-content .selling-points ul .li-3,
.overview-content .selling-points ul .li-5,
.overview-content .selling-points ul .li-6,
.overview-content .selling-points ul .li-7 {
  margin-right: 0%;
}

.overview-content .selling-points ul li .icon {
  display: block;
  width: 2.25em;
  height: 2.25em;
  margin: 0 auto 0.75em;
  background-position: top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.overview-content .selling-points ul li .icon img {
  width: 2em;
  height: 2em;
}

.overview-content .selling-points ul li .desc {
  text-align: center;
}

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

@media (max-width: 736px) {
  .overview-content .selling-points {
    font-size: 10.35px;
    max-width: 85.186vw;
  }

  .overview-content .selling-points .w-container {
    width: auto;
  }
  .overview-content .selling-points ul li .icon img {
    width: 6vw;
    height: 6vw;
  }
  .overview-content .selling-points .text {
    padding: 11.1vw 0 0;
  }

  .overview-content .selling-points p {
    font-size: 3.33vw;
  }

  .overview-content .selling-points ul {
    width: 100%;
  }

  .overview-content .selling-points ul li {
    vertical-align: top;
    width: 48%;
    margin: 7.41vw 2vw 0 0;
  }

  .overview-content .selling-points ul .li-1,
  .overview-content .selling-points ul .li-3,
  .overview-content .selling-points ul .li-5,
  .overview-content .selling-points ul .li-7 {
    width: 49%;
    margin-right: 1%;
  }

  .overview-content .selling-points ul .li-2,
  .overview-content .selling-points ul .li-4,
  .overview-content .selling-points ul .li-6,
  .overview-content .selling-points ul .li-8 {
    width: 48%;
    margin-right: 0;
  }

  .overview-content .selling-points ul li .icon {
    width: 6vw;
    height: 6vw;
    margin-bottom: 3.7vw;
  }
}

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


.overview-content .omada-sdn {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .omada-sdn .w-container {
  width: 100%;
  margin: 0 auto;
}

.overview-content .omada-sdn .text {
  padding: 5em 0 3.125em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .omada-sdn h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.4em;
}

.overview-content .omada-sdn h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.5em;
}

.overview-content .omada-sdn p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 0.7em;
  
}

.overview-content .omada-sdn .link {
  margin: 0 auto;
  padding-bottom: 2.5em;
  text-align: center;
}

.overview-content .omada-sdn .link a {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3333;
  color: #008055;
  text-decoration: none;
}

.overview-content .omada-sdn .img {
  position: relative;
  width: 100%;
  height: 32.5em;
  margin: 0 auto;
  background: url('img/c.jpg') top / 100% no-repeat;
}

.overview-content .omada-sdn .img .desc {
  position: absolute;
  text-align: center;
  font-size: 1.125em;
}

.overview-content .omada-sdn .img .desc-b {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  color: #2b2b2b;
}

.overview-content .omada-sdn .img .desc-m {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
}

.overview-content .omada-sdn .img .desc-s {
  display: block;
  font-weight: 300;
  line-height: 1.2;
  color: #2b2b2b;
}

.overview-content .omada-sdn .img .desc-cloud {
  display: block;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  font-size: 0.7em;
}

/* Cloud-Based Controller */
.overview-content .omada-sdn .img .desc-1 {
  left: 4.6em;
  top: 1em;
  width: 15em;
}

/* Cloud */
.overview-content .omada-sdn .img .desc-2 {
  left: 12.5em;
  top: 5.2em;
}

/* Standard Version or Essentials Version */
.overview-content .omada-sdn .img .desc-3 {
  left: 6em;
  top: 7em;
  width: 12em;
}

/* or */
.overview-content .omada-sdn .img .desc-4 {
  left: 4.6em;
  top: 11.4em;
  width: 15em;
}

/* On-Premises Controllers */
.overview-content .omada-sdn .img .desc-5 {
  left: 4.6em;
  top: 14.2em;
  width: 15em;
}

/* Software */
.overview-content .omada-sdn .img .desc-6 {
  left: 4.6em;
  top: 19.7em;
  width: 15em;
}

/* Or */
.overview-content .omada-sdn .img .desc-7 {
  left: 4.6em;
  top: 21.5em;
  width: 15em;
}

/* Hardware */
.overview-content .omada-sdn .img .desc-8 {
  left: 4.6em;
  top: 25.7em;
  width: 15em;
}

/* Internet */
.overview-content .omada-sdn .img .desc-9 {
  left: 24em;
  top: -0.4em;
  width: 12em;
}

/* Omada Gateway */
.overview-content .omada-sdn .img .desc-10 {
  left: 29em;
  top: 9.7em;
  width: 9em;
  text-align: left;
}

/* Omada PoE Switch */
.overview-content .omada-sdn .img .desc-11 {
  left: 31em;
  top: 16em;
  width: 7em;
  text-align: left;

}

/* PoE */
.overview-content .omada-sdn .img .desc-12 {
  left: 31.5em;
  top: 21em;
  text-align: left;
}

/* Omada Access Points */
.overview-content .omada-sdn .img .desc-13 {
  left: 33.5em;
  top: 24.5em;
  width: 8em;
  text-align: left;
}

/* Cloud Access to Omada Controller */
.overview-content .omada-sdn .img .desc-14 {
  left: 40.4em;
  top: 1em;
  text-align: left;
}

/* Web Browser */
.overview-content .omada-sdn .img .desc-15 {
  left: 43.6em;
  top: 3.3em;
  width: 8em;
  text-align: left;
}

/* Omada App */
.overview-content .omada-sdn .img .desc-16 {
  left: 54.5em;
  top: 3.3em;
  width: 6em;
  text-align: left;
}

/* IP Camera */
.overview-content .omada-sdn .img .desc-17 {
  left: 46.5em;
  top: 16.8em;
  width: 12em;
  text-align: left;
}

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

@media (max-width:736px) {
  .overview-content .omada-sdn {
    font-size: 10.35px;
  }

  .overview-content .omada-sdn .w-container {
    width: auto;
  }

  .overview-content .omada-sdn .text {
    padding: 18.5vw 0 7.4vw;
    text-align: center;
    max-width: 85.186vw;
    margin: 0 auto;
  }

  .overview-content .omada-sdn h2 {
    font-size: 6.67vw;
    padding: 0 0 2vw;
  }

  .overview-content .omada-sdn h3 {
    font-size: 4.375vw;
    padding: 0 0 3.125vw;
  }

  .overview-content .omada-sdn p {
    font-size: 3.25vw;
  }

  .overview-content .omada-sdn p.title {
    font-size: 3.25vw;
  }

  .overview-content .omada-sdn p.note {
    font-size: 3vw;
    padding-top: 2vw;
  }

  .overview-content .omada-sdn .link {
    margin: 0 auto;
    padding: 0 0 6vw;
  }
  
  .overview-content .omada-sdn .link a {
    font-size: 3.25vw;
  }
  
  .overview-content .omada-sdn .img {
    width: 100%;
    height: 216vw;
    background: url('m/c.jpg') top / 100% no-repeat;
  }
  
  .overview-content .omada-sdn .img .desc {
    font-size: 3.33vw;
  }

  .overview-content .omada-sdn .img .desc-cloud {
    font-size: 2.5vw;
  }

  
  /* Cloud-Based Controller */
  .overview-content .omada-sdn .img .desc-1 {
    left: 8.2vw;
    top: 33vw;
    width: 30vw;
  }
  
  /* Cloud */
  .overview-content .omada-sdn .img .desc-2 {
    left: 23vw;
    top: 54vw;
    width: 10vw;
  }
  
  /* Standard Version or Essentials Version */
  .overview-content .omada-sdn .img .desc-3 {
    left: 10.2vw;
    top: 60vw;
    width: 26vw;
  }
  
  /* or */
  .overview-content .omada-sdn .img .desc-4 {
    left: 8.2vw;
    top: 88vw;
    width: 30vw;
  }
  
  /* On-Premises Controllers */
  .overview-content .omada-sdn .img .desc-5 {
    left: 8.2vw;
    top: 99vw;
    width: 30vw;
  }
  
  /* Software */
  .overview-content .omada-sdn .img .desc-6 {
    left: 8.2vw;
    top: 123vw;
    width: 30vw;
  }
  
  /* Or */
  .overview-content .omada-sdn .img .desc-7 {
    left: 8.2vw;
    top: 130.5vw;
    width: 30vw;
  }
  
  /* Hardware */
  .overview-content .omada-sdn .img .desc-8 {
    left: 8.2vw;
    top: 145vw;
    width: 30vw;
  }
  
  /* Internet */
  .overview-content .omada-sdn .img .desc-9 {
    left: 40vw;
    top: 46vw;
    width: 20vw;
  }
  
  /* Omada Gateway */
  .overview-content .omada-sdn .img .desc-10 {
    left: 69.8vw;
    top: 41vw;
    width: 20vw;
    text-align: center;
  }
  
  /* Omada PoE Switch */
  .overview-content .omada-sdn .img .desc-11 {
    left: 54vw;
    top: 77vw;
    width: 35vw;
    text-align: center;
  }

  /* PoE */
  .overview-content .omada-sdn .img .desc-12 {
    left: 76vw;
    top: 97.5vw;
    width: 10vw;
  }

  /* Omada Access Points */
  .overview-content .omada-sdn .img .desc-13 {
    left: 54vw;
    top: 139vw;
    width: 35vw;
    text-align: center;
  }

  /* Cloud Access to Omada Controller */
  .overview-content .omada-sdn .img .desc-14 {
    left: 14.7vw;
    top: 3.5vw;    
    width: 70vw;
  }

  /* Web Browser */
  .overview-content .omada-sdn .img .desc-15 {
    left: 25vw;
    top: 11.5vw; 
    width: 30vw;
  }

  /* Omada App */
  .overview-content .omada-sdn .img .desc-16 {
    left: 61.5vw;
    top: 11.5vw; 
    width: 30vw;
  }

  /* IP Camera */
  .overview-content .omada-sdn .img .desc-17 {
    left: 47.5vw;
    top: 106vw;
    width: 20vw;
    text-align: center;
  }
}

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

.overview-content .application-scenarios {
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.overview-content .application-scenarios .w-container {
  width: 64em;
  margin: 0 auto;
}

.overview-content .application-scenarios .text {
  padding: 6.25em 0 2.65em;
  text-align: center;
  color: #2b2b2b;
}

.overview-content .application-scenarios h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3333;
  padding: 0;
  color: #000000;
}

.overview-content .application-scenarios p {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.3333;
}

.overview-content .application-scenarios p.title {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.25em;
}

.overview-content .application-scenarios p.subtitle {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3333;
}

.overview-content .application-scenarios .ul-scenarios {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.overview-content .application-scenarios .ul-scenarios li {
  display: block;
  width: 23.5%;
}

.overview-content .application-scenarios .ul-scenarios li .scenario-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.overview-content .application-scenarios .ul-scenarios li .scenario-txt {
  padding: 1.5em 0 0;
  text-align: center;
}

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

@media (max-width: 736px) {
  .overview-content .application-scenarios {
    font-size: 10.35px;
    max-width: 85.186vw;
  }

  .overview-content .application-scenarios .w-container {
    width: auto;
  }

  .overview-content .application-scenarios .text {
    padding: 18.5vw 0 7.4vw;
    text-align: center;
  }

  .overview-content .application-scenarios h2 {
    font-size: 6.67vw;
    padding: 0;
  }

  .overview-content .application-scenarios p {
    font-size: 3.33vw;
  }

  .overview-content .application-scenarios p.title {
    font-size: 4.33vw;
    padding-bottom: 2vw;
  }

  .overview-content .application-scenarios p.subtitle {
    font-size: 3.33vw;
  }

  .overview-content .application-scenarios .ul-scenarios li {
    width: 48.5%;
  }

  .overview-content .application-scenarios .ul-scenarios li .scenario-txt {
    padding: 5.3vw 0 7.2vw;
  }
}

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