.the-banner {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: 60em;
  background: url(./img/KV-banner.jpg) 50%/120em auto no-repeat;
  position: relative;
}

.the-banner .w-container {
  margin: 0 auto;
  width: 85.375em;
}

.the-banner .text {
  padding: 10em 45% 0 0;
  color: #fff;
}

.the-banner h2 {
  font-weight: 500;
  font-size: 3.4em;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.the-banner h3 {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.5;
}

.the-banner .text .model-name {
  font-size: 1.625em;
  display: inline-block;
  vertical-align: middle;
}

.the-banner .text .model-name span {
  border-radius: 0.25em;
  padding: 0.25em 0.75em;
  font-weight: 500;
  background: #4acbd6;
  color: #fff;
}

.the-banner .row {
  margin-top: 2em;
}

.the-banner .row > * {
  display: inline-block;
  vertical-align: middle;
}

.the-banner .row img {
  height: 3em;
}

.the-banner .row-1 img {
  margin-left: 2em;
}

.the-banner .m-show {
  display: none;
}

@media (max-width: 1680px) {
  .the-banner {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .the-banner {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .the-banner {
    font-size: 10.35px;
    background: url(./m/KV-banner.jpg) top/100% auto no-repeat;
    height: 133.4375vw;
  }

  .the-banner .w-container {
    width: auto;
    padding: 0 20px;
  }

  .the-banner .text {
    padding: 10vw 10% 0 0;
    width: auto;
    color: #010101;
    font-size: 2.5vw;
  }
  .the-banner .m-hide{
    display: none;
  }

  .the-banner h2 {
    font-size: 2.875em;
  }

  .the-banner h3 {
    font-size: 1.625em;
    padding-right: 0;
  }

  .the-banner .row {
    margin-top: 1.5em;
    display: inline-block;
  }

  .the-banner .text .model-name {
    font-size: 1.5em;
  }

  .the-banner .row-1 img {
    margin-left: 1em;
    margin-right: 1em;
  }
  .the-banner .row-2{
    display: block;
  }
  .the-banner .row img {
    height: 2.5em;
  }

  .the-banner .m-show {
    display: block;
  }
}

@media (max-width: 414px) {
  .the-banner {
    font-size: 2.5vw;
  }
}

.the-selling-points {
  font-size: 16px;
  margin: 8em auto;
  max-width: 1920px;
}

.the-selling-points .text {
  height: 35em;
  background: url(./img/Selling-Point.png) 50%/100% auto no-repeat;
  max-width: 85.375em;
  position: relative;
  margin: auto;
}

.the-selling-points .text .desc {
  font-size: 1.125em;
  font-weight: 300;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  line-height: 1.2;
  word-break: break-word;
}

.the-selling-points .text .desc.left {
  transform: none;
  text-align: left;
}

.the-selling-points .text .number {
  font-size: 2em;
}

.the-selling-points .text .title {
  font-weight: 500;
}

.the-selling-points .text .desc1 {
  top: 36%;
  left: 25%;
  width: 40%;
}

.the-selling-points .text .desc2 {
  width: 16%;
  top: 53%;
  left: 15%;
}

.the-selling-points .text .desc3 {
  width: 8%;
  top: 61%;
  left: 31%;
}

.the-selling-points .text .desc4 {
  width: 8%;
  top: 61%;
  left: 43.5%;
}

.the-selling-points .text .desc5 {
  width: 16%;
  top: 85%;
  left: 15%;
}

.the-selling-points .text .desc6 {
  width: 16%;
  top: 85%;
  left: 40%;
}

.the-selling-points .text .desc7 {
  left: 54.5%;
  bottom: 82%;
  width: 14%;
}

.the-selling-points .text .desc7 b {
  font-size: 1.888889em;
  font-weight: 300;
}

.the-selling-points .text .desc8 {
  left: 66.5%;
  top: 49.5%;
  width: 10%;
  font-weight: 500;
  background-image: linear-gradient(to right, #51c0fc, #35ccf6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.the-selling-points .text .desc8 .large {
  font-size: 1.388889em;
}
.the-selling-points .text .desc8 .small {
  font-size: 0.944444em;
}

.the-selling-points .text .desc9 {
  left: 55.5%;
  top: 88%;
  width: 8%;
}

.the-selling-points .text .desc10 {
  left: 69%;
  top: 88%;
  width: 8%;
}

.the-selling-points .text .desc11 {
  left: 89%;
  top: 21%;
  width: 20%;
}

.the-selling-points .text .desc12 {
  left: 84%;
  top: 56%;
  width: 14%;
}

@media (max-width: 1680px) {
  .the-selling-points {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .the-selling-points {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .the-selling-points {
    font-size: 10.35px;
    margin: 10vw auto 0;
  }

  .the-selling-points .text {
    background: url(./m/Selling-Point.png) top/100% auto no-repeat;
    height: 0;
    padding-bottom: 152vw;
    width: 90vw;
  }

  .the-selling-points .text .desc {
    font-size: 2.5vw;
  }

  .the-selling-points .text .number {
    font-size: 1.75em;
  }

  .the-selling-points .text .desc1 {
    top: 28vw;
    left: 50%;
    width: 90%;
    font-size: 2.5vw;
  }

  .the-selling-points .text .desc2 {
    width: 33%;
    top: 40vw;
    left: 31%;
  }

  .the-selling-points .text .desc3 {
    width: 20%;
    top: 46vw;
    left: 62.5%;
  }

  .the-selling-points .text .desc4 {
    width: 20%;
    top: 46vw;
    left: 88%;
  }

  .the-selling-points .text .desc5 {
    top: 63vw;
    left: 31%;
    width: 33%;
  }

  .the-selling-points .text .desc6 {
    top: 63vw;
    left: 82%;
    width: 33%;
  }

  .the-selling-points .text .desc7 {
    bottom: 41%;
    left: 5%;
    width: 29%;
  }

  .the-selling-points .text .desc8 {
    top: 73.5%;
    left: 29%;
    width: 19%;
    font-weight: 300;
  }

  .the-selling-points .text .desc9 {
    top: 142vw;
    left: 10%;
    width: 16%;
  }

  .the-selling-points .text .desc10 {
    top: 142vw;
    left: 37.5%;
    width: 20%;
  }

  .the-selling-points .text .desc11 {
    top: 92vw;
    left: 77%;
    width: 40%;
  }

  .the-selling-points .text .desc12 {
    top: 118vw;
    left: 67%;
    width: 29%;
  }
}

@media (max-width: 414px) {
  .the-selling-points {
    font-size: 2.5vw;
  }
}

.the-wifi7 {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  background: url(./img/wifi7.jpg) top/120em auto no-repeat;
  height: 64.25em;
  position: relative;
}

.the-wifi7 .w-container {
  max-width: 85.375em;
  margin: 0 auto;
}

.the-wifi7 .text {
  padding: 5em 0 0;
  text-align: center;
}

.the-wifi7 h2 {
  font-weight: 400;
  font-size: 3.125em;
  line-height: 1.2;
  padding-bottom: 0.25em;
}

.the-wifi7 h3 {
  font-size: 1.75em;
  padding-bottom: 0.5em;
}

.the-wifi7 p {
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.5;
}

.the-wifi7 p.link {
  margin-top: 2em;
}

.the-wifi7 p.link a {
  color: #000;
  border: 1px solid #000;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: 400;
}

.the-wifi7 p.link a + a {
  margin-left: 1em;
}

.the-wifi7 .bottom-container {
  position: absolute;
  top: 38em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85.375em;
  text-align: center;
}

.the-wifi7 .compare {
  margin: 2em 15%;
}

.the-wifi7 .compare li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 3em;
}

.the-wifi7 .compare li .bar {
  height: 1.5em;
  background-size: 100% 100%;
  position: relative;
  margin-right: 1em;
}

.the-wifi7 .compare li .bar p {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-weight: 400;
}

.the-wifi7 .compare li .bar .wifi7 {
  position: absolute;
  left: 102%;
  top: 50%;
  transform: translateY(-50%);
  height: 1.875em;
}

.the-wifi7 .compare .li-1 .bar {
  width: 51.875em;
  background-image: url(./img/bar1.png);
}

.the-wifi7 .compare .li-2 .bar {
  width: 21.625em;
  background-image: url(./img/bar2.png);
}

.the-wifi7 .compare .li-3 .bar {
  width: 16.625em;
  background-image: url(./img/bar3.png);
}

.the-wifi7 .compare .li-1 .info {
  font-size: 3em;
}

.the-wifi7 .compare li .info {
  font-weight: 400;
  font-size: 1.5em;
}

.the-wifi7 .feature li {
  display: inline-block;
  width: 17%;
  margin: 0 2%;
  text-align: center;
  vertical-align: top;
  text-align: left;
}

.the-wifi7 .feature .li-3 {
  width: 26%;
}

.the-wifi7 .feature .li-4 {
  width: 22%;
}

.the-wifi7 .feature li .info {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}

.the-wifi7 .feature li .info.color {
  background: linear-gradient(45deg, #4facfe, #53cbeb),
    -webkit-gradient(linear, left top, right top, from(#4facfe), to(#53cbeb)) no-repeat;
  color: #64a4fe;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2em;
  font-weight: 400;
}

@media (max-width: 1680px) {
  .the-wifi7 {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .the-wifi7 {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .the-wifi7 {
    font-size: 10.35px;
    height: auto;
    background: #fff url(./m/c.jpg) bottom/100% auto no-repeat;
    padding-bottom: 110vw;
  }

  .the-wifi7 .w-container {
    width: auto;
  }

  .the-wifi7 .text {
    text-align: left;
    padding: 0;
  }

  .the-wifi7 h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .the-wifi7 p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
  }

  .the-wifi7 p.link {
    font-size: 1.25em;
    margin-top: 2em;
  }

  .the-wifi7 .bottom-container {
    top: unset;
    width: auto;
    bottom: 5vw;
  }

  .the-wifi7 .feature {
    padding: 0 20px;
    text-align: left;
    font-size: 2vw;
  }

  .the-wifi7 .feature li,
  .the-wifi7 .feature .li-3,
  .the-wifi7 .feature .li-4 {
    width: 49%;
    text-align: left;
    margin: 0;
  }
  .the-wifi7 .feature li {
    padding-bottom: 1.2em;
  }

  .the-wifi7 .feature li .info {
    font-size: 1.2em;
    max-width: 15em;
  }
  .the-wifi7 .feature li .info.color {
    max-width: 9.5em;
    line-height: 1.2;
  }

  .the-wifi7 .compare {
    margin: 2.5vw 0;
  }

  .the-wifi7 .compare .li-1,
  .the-wifi7 .compare .li-2,
  .the-wifi7 .compare .li-3 {
    height: 6vw;
    font-size: 2vw;
  }

  .the-wifi7 .compare li .bar p {
    font-size: 1.25em;
  }

  .the-wifi7 .compare li .bar .wifi7 {
    transform: none;
    top: 150%;
    right: 2%;
    left: auto;
  }
}

@media (max-width: 414px) {
  .the-wifi7 {
    font-size: 2.5vw;
  }
}

.hb-triband-wifi-speed {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  background: url(./img/speed.jpg) top/120em auto no-repeat;
  height: 53.5em;
}

.hb-triband-wifi-speed .w-container {
  width: 85.375em;
  margin: 0 auto;
  max-width: 90%;
}

.hb-triband-wifi-speed .text {
  margin: 0 auto;
  padding: 7.5em 20% 0 0;
  color: #fff;
}

.hb-triband-wifi-speed .text h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.hb-triband-wifi-speed .text p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
}

.hb-triband-wifi-speed .text .desc {
  padding-bottom: 2em;
  max-width: 40em;
}

.hb-triband-wifi-speed .text .speedsCompare li {
  padding-bottom: 1em;
}

.hb-triband-wifi-speed .text .speedsCompare .bar p {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.3;
}
.hb-triband-wifi-speed .text .speedsCompare .bar .line {
  display: flex;
  height: fit-content;
  align-items: center;
}
.hb-triband-wifi-speed .text .speedsCompare .bar .line .bandwidth {
  font-size: 1.5em;
  font-weight: 700;
}

.hb-triband-wifi-speed .text .speedsCompare .bar .speedLine {
  padding-right: 1.5em;
  margin-right: 1em;
  font-size: 1.2em;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hb-triband-wifi-speed .text .speedsCompare .bar-1 .speedLine {
  background: url("./img/speed-bar1.png") 50% 50%/100% no-repeat;
  width: 45em;
}
.hb-triband-wifi-speed .text .speedsCompare .bar-2 .speedLine {
  background: url("./img/speed-bar2.png") 50% 50%/100% no-repeat;
  width: 45em;
}
.hb-triband-wifi-speed .text .speedsCompare .bar-3 .speedLine {
  background: url("./img/speed-bar3.png") 50% 50%/100% no-repeat;
  min-width: 9em;
  padding: 0 1em;
}
.hb-triband-wifi-speed p.stream {
  border: 1px solid #b5b5b5;
  border-radius: 0.25em;
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1.75em;
  color: #b5b5b5;
  margin-top: 1em;
}

.hb-triband-wifi-speed p.stream > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 400;
}

.hb-triband-wifi-speed p.stream .number {
  font-size: 3em;
  font-weight: 500;
  margin-right: 0.25em;
}

@media (max-width: 1680px) {
  .hb-triband-wifi-speed {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .hb-triband-wifi-speed {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .hb-triband-wifi-speed {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .hb-triband-wifi-speed {
    font-size: 10.35px;
    height: 160vw;
    background: url(./m/speed.jpg) bottom/100% auto no-repeat;
  }

  .hb-triband-wifi-speed .w-container {
    width: auto;
    max-width: 100%;
  }

  .hb-triband-wifi-speed .text {
    padding: 0 0 55vw;
    text-align: left;
  }

  .hb-triband-wifi-speed .text h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .hb-triband-wifi-speed .text > p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
  }
  .hb-triband-wifi-speed .text .speedsCompare {
    font-size: 2.5vw;
    padding: 0 20px;
  }
  .hb-triband-wifi-speed .text .speedsCompare .li-2 .bar .line {
    position: relative;
    width: fit-content;
    max-width: 100%;
  }
  .hb-triband-wifi-speed .text .speedsCompare .li-2 .bar .line .bandwidth {
    position: absolute;
    right: 2em;
    bottom: 1em;
  }
  .hb-triband-wifi-speed .text .speedsCompare .li-3 .bar p {
    font-size: 1.06688em;
  }
  .hb-triband-wifi-speed .text .speedsCompare .li-3 .bar .bandwidth,
  .hb-triband-wifi-speed .text .speedsCompare .li-3 .bar .line .speedLine {
    font-size: 0.9em;
  }
}

@media (max-width: 414px) {
  .hb-triband-wifi-speed {
    font-size: 2.5vw;
  }
}

.hb-connectivity {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  background: #eeeef0 url(./img/Multi-Gig.jpg) top/120em auto no-repeat;
  height: 51.3125em;
  color: #fff;
  position: relative;
}

.hb-connectivity .w-container {
  width: 85.375em;
  margin: 0 auto;
  position: relative;
}

.hb-connectivity .text {
  padding: 5em 0 3em 45em;
  color: #000;
}

.hb-connectivity .text h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.hb-connectivity .text p {
  font-size: 1.25em;
  line-height: 1.5;
}

.hb-connectivity .right-text {
  padding: 0 0 0 45em;
  display: flex;
  justify-content: space-between;
}

.hb-connectivity .right-text .operation {
  margin-bottom: 1em;
  color: #000;
}

.hb-connectivity .right-text .operation1 img {
  height: 3.625em;
}

.hb-connectivity .right-text .operation2 img {
  height: 3.625em;
}

.hb-connectivity .right-text li {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
}

.hb-connectivity .desc-text {
  position: absolute;
  left: 34.5%;
  top: 31.5em;
  text-align: center;
  width: 10em;
  color: #35ccf6;
  background-image: linear-gradient(to right, #1492dc, #2cbedd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hb-connectivity .desc-text .bandwidth {
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.hb-connectivity .desc-text .unit {
  font-size: 1.4em;
  line-height: 1.500175;
  font-weight: 400;
}

@media (max-width: 1680px) {
  .hb-connectivity {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .hb-connectivity {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .hb-connectivity {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .hb-connectivity {
    font-size: 10.35px;
    height: auto;
    background: #f6f1ed url(./m/Multi-Gig.jpg) bottom/100% auto no-repeat;
}

  .hb-connectivity .w-container {
    width: auto;
    padding: 0;
  }

  .hb-connectivity .text {
    text-align: left;
    width: auto;
    padding: 0;
    color: #000;
  }

  .hb-connectivity .text h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .hb-connectivity .text p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
  }

  .hb-connectivity .right-text {
    width: auto;
    display: block;
    padding: 5vw 0 125vw 5vw;
    font-size: 2vw;
  }

  .hb-connectivity .desc-text {
    left: 65vw;
    top: auto;
    bottom: 42vw;
    width: 30vw;
    font-size: 2.5vw;
  }

  .hb-connectivity .desc-text .desc {
    margin: 3.5vw 0 0;
    font-size: 2.5vw;
  }

  .hb-connectivity .right-text li {
    width: 50%;
    padding-left: 9vw;
    font-size: 3.125vw;
    text-align: left;
  }
  .hb-connectivity .right-text .operation {
    margin-bottom: 3em;
  }
  .hb-connectivity .right-text .operation2 .li-2 {
    width: 35%;
    text-align: center;
  }
  .hb-connectivity .right-text .operation1 img {
    height: 11.25vw;
  }
  .hb-connectivity .right-text .operation2 img {
    height: 11.25vw;
  }
}

@media (max-width: 414px) {
  .hb-connectivity {
    font-size: 2.5vw;
  }
}

.hb-wifi-coverage {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  background: url(./img/wifi-coverage-bg.jpg) top/120em auto no-repeat;
  height: 62.5em;
  position: relative;
}

.hb-wifi-coverage .w-container {
  width: 85.375em;
  margin: 0 auto;
  position: relative;
}

.hb-wifi-coverage .text {
  padding: 10em 55% 0 0;
}

.hb-wifi-coverage .text h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.hb-wifi-coverage .text p {
  font-size: 1.25em;
  line-height: 1.5;
}

.hb-wifi-coverage .feature {
  margin: 0;
  font-weight: 400;
  position: absolute;
  top: 24em;
}

.hb-wifi-coverage .feature > * {
  display: inline-block;
  vertical-align: middle;
}

.hb-wifi-coverage .feature img {
  height: 1.5em;
  margin-right: 0.5em;
}

.hb-wifi-coverage .beamforming {
  width: 100%;
}

.hb-wifi-coverage .desc-text {
  position: absolute;
  text-align: right;
  width: 18em;
  line-height: 1.6;
}

.hb-wifi-coverage .desc-text-1 {
  right: 36%;
  top: 31em;
}

.hb-wifi-coverage .desc-text .desc .title {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.083333;
}
.hb-wifi-coverage .desc-text .desc .large {
  font-size: 2.083333em;
  line-height: 1.1;
}

@media (max-width: 1680px) {
  .hb-wifi-coverage {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .hb-wifi-coverage {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .hb-wifi-coverage {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .hb-wifi-coverage {
    font-size: 10.35px;
    height: auto;
    background: #fff url(./m/wifi-coverage-bg.jpg) bottom/100% auto no-repeat;
  }

  .hb-wifi-coverage .w-container {
    width: auto;
  }

  .hb-wifi-coverage .text {
    padding: 0 0 170vw;
    text-align: left;
  }

  .hb-wifi-coverage .text h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .hb-wifi-coverage .text p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 20px;
  }

  .hb-wifi-coverage .text .feature {
    text-align: center;
    font-size: 4vw;
    top: unset;
    bottom: 152vw;
    left: 50vw;
    transform: translate(-50%);
  }

  .hb-wifi-coverage .beamforming {
    width: 50%;
  }

  .hb-wifi-coverage .desc-text-1 {
    width: 55vw;
    top: unset;
    bottom: 92.5vw;
    right: unset;
    left: 32vw;
    text-align: left;
  }

  .hb-wifi-coverage .desc-text .desc {
    line-height: 1.2;
    margin-top: unset;
    font-size: 2.5vw;
  }

}

@media (max-width: 414px) {
  .hb-wifi-coverage {
    font-size: 2.5vw;
  }
}

.overview-content .wifi-dead-zone-killer {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  background-color: #f9f9f9;
}

.overview-content .wifi-dead-zone-killer .w-container {
  width: 85.375em;
  margin: 0 auto;
  max-width: 90%;
}

.overview-content .wifi-dead-zone-killer .text {
  margin: 0 auto;
  padding: 4em 0 0;
  text-align: center;
}

.overview-content .wifi-dead-zone-killer .text h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .wifi-dead-zone-killer .text p {
  font-size: 1.25em;
  line-height: 1.5;
}

.overview-content .wifi-dead-zone-killer .regular {
  font-weight: 400;
}

.overview-content .wifi-dead-zone-killer .imgs ul {
  margin: 4em auto 0;
  width: 100%;
  text-align: center;
}

.overview-content .wifi-dead-zone-killer .imgs .img {
  margin-bottom: 2em;
}

.overview-content .wifi-dead-zone-killer .imgs ul li {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
}

.overview-content .wifi-dead-zone-killer .imgs .li1 {
  width: 30%;
}

.overview-content .wifi-dead-zone-killer .imgs .li2 {
  width: 30%;
}

.overview-content .wifi-dead-zone-killer .imgs .li3 {
  width: 30%;
}

.overview-content .wifi-dead-zone-killer .imgs .li1 img,
.overview-content .wifi-dead-zone-killer .imgs .li3 img {
  width: 100%;
}

.overview-content .wifi-dead-zone-killer .imgs .li2 img {
  width: 100%;
}

.overview-content .wifi-dead-zone-killer .imgs ul li + li {
  margin-left: 4%;
}

.overview-content .wifi-dead-zone-killer .imgs ul li > span {
  font-size: 1.25em;
  line-height: 1.2;
}

.overview-content .wifi-dead-zone-killer .notes {
  padding: 3em 0 5em;
  text-align: center;
}

.overview-content .wifi-dead-zone-killer .notes .note {
  display: inline-block;
  font-size: 1.25em;
  padding-left: 2.8em;
  position: relative;
  vertical-align: top;
  text-align: left;
}
.overview-content .wifi-dead-zone-killer .notes .note .small {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
}

.overview-content .wifi-dead-zone-killer .notes .note + .note {
  margin-left: 4em;
}

.overview-content .wifi-dead-zone-killer .notes .note:before {
  content: "";
  display: block;
  height: 0.25em;
  left: 0;
  position: absolute;
  margin-top: -0.1em;
  top: 25%;
  width: 2em;
}

.overview-content .wifi-dead-zone-killer .notes .note1:before {
  background-color: #005564;
}

.overview-content .wifi-dead-zone-killer .notes .note2:before {
  background-color: #00a3df;
}

@media (max-width: 1680px) {
  .overview-content .wifi-dead-zone-killer {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .wifi-dead-zone-killer {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .wifi-dead-zone-killer {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .wifi-dead-zone-killer {
    font-size: 10.35px;
    height: auto;
  }

  .overview-content .wifi-dead-zone-killer .w-container {
    width: auto;
    max-width: 100%;
  }

  .overview-content .wifi-dead-zone-killer .text {
    padding: 0;
    text-align: left;
  }

  .overview-content .wifi-dead-zone-killer .text h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .overview-content .wifi-dead-zone-killer .text p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
  }

  .overview-content .wifi-dead-zone-killer .imgsAndNotes {
    display: flex;
    flex-direction: column-reverse;
  }
  .overview-content .wifi-dead-zone-killer .imgs ul {
    margin: 0 auto;
  }

  .overview-content .wifi-dead-zone-killer .imgs ul li {
    display: block;
    margin-bottom: 4em;
  }

  .overview-content .wifi-dead-zone-killer .imgs ul li + li {
    margin-left: 0;
  }

  .overview-content .wifi-dead-zone-killer .imgs .li1,
  .overview-content .wifi-dead-zone-killer .imgs .li2,
  .overview-content .wifi-dead-zone-killer .imgs .li3 {
    width: 100%;
  }

  .overview-content .wifi-dead-zone-killer .imgs .li1 img,
  .overview-content .wifi-dead-zone-killer .imgs .li3 img {
    width: 85%;
  }

  .overview-content .wifi-dead-zone-killer .imgs .li2 img {
    width: 80%;
  }

  .overview-content .wifi-dead-zone-killer .imgs ul li > span {
    display: block;
    font-size: 1.5em;
    line-height: 1.2;
  }

  .overview-content .wifi-dead-zone-killer .notes {
    padding: 3em 20px 3em;
    display: flex;
  }

  .overview-content .wifi-dead-zone-killer .notes .note {
    display: block;
    font-size: 1.5em;
    text-align: left;
    width: 50%;
  }

  .overview-content .wifi-dead-zone-killer .notes .note + .note {
    margin-left: unset;
  }
}

@media (max-width: 414px) {
  .overview-content .wifi-dead-zone-killer {
    font-size: 2.5vw;
  }
}

.overview-content .deco-seamless {
  padding: 5em 0 6em;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
}

.overview-content .deco-seamless .link a {
  text-decoration: underline;
  color: #4acbd6;
}

.overview-content .deco-seamless .w-container {
  width: 75em;
  margin: 0 auto;
  max-width: 90%;
}

.overview-content .deco-seamless .text {
  text-align: center;
}

.overview-content .deco-seamless .text h2 {
  font-weight: 400;
  font-size: 3.125em;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .deco-seamless .text p {
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.5;
}

.overview-content .deco-seamless .link {
  margin-top: 1em;
}

.overview-content .deco-seamless .extra {
  padding-top: 3.75em;
  text-align: center;
  max-width: 93.75em;
  margin: 0 auto;
}

.overview-content .deco-seamless .extra .li {
  position: relative;
  display: inline-block;
  width: 46%;
  margin: 0 1%;
  vertical-align: middle;
}

.overview-content .deco-seamless .extra .li p {
  font-size: 1.75em;
  font-weight: 300;
  margin-top: 1em;
}

.overview-content .deco-seamless .extra .li .inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overview-content .deco-seamless .extra .li .inner video {
  width: 100%;
  height: auto;
}

.overview-content .deco-seamless .extra .li-2 .inner video {
  width: 98%;
}

@media (max-width: 1680px) {
  .overview-content .deco-seamless {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .deco-seamless {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .deco-seamless {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .deco-seamless {
    padding: 0;
    background: #fff;
    font-size: 10.35px;
  }

  .overview-content .deco-seamless .w-container {
    width: auto;
    max-width: 100%;
  }

  .overview-content .deco-seamless .text {
    text-align: left;
    padding: 0 0;
  }

  .overview-content .deco-seamless .text h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .overview-content .deco-seamless .text p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
  }

  .overview-content .deco-seamless .link {
    margin-top: 0.5em;
  }

  .overview-content .deco-seamless .extra {
    padding: 2em 20px 3em;
    width: auto;
  }

  .overview-content .deco-seamless .extra .li {
    display: block;
    width: auto;
    margin: 0 0 1em;
  }
}

@media (max-width: 414px) {
  .overview-content .deco-seamless {
    font-size: 2.5vw;
  }
}

.overview-content .router-and-access-point-modes {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  background-color: #fff;
}

.overview-content .router-and-access-point-modes .w-container {
  width: 85.25em;
  margin: 0 auto;
  text-align: center;
  max-width: 90%;
}

.overview-content .router-and-access-point-modes .text {
  padding: 4em 0 0;
}

.overview-content .router-and-access-point-modes .m-show {
  display: none;
}

.overview-content .router-and-access-point-modes .text h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .router-and-access-point-modes .text p {
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.overview-content .router-and-access-point-modes .imgs ul {
  margin: 4em auto 0;
  padding-bottom: 4em;
  width: 100%;
}

.overview-content .router-and-access-point-modes .imgs ul li {
  display: inline-block;
  vertical-align: top;
  width: 38%;
}

.overview-content .router-and-access-point-modes .imgs ul li + li {
  margin-left: 10%;
}

.overview-content .router-and-access-point-modes .imgs ul li .img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 48%;
}

.overview-content .router-and-access-point-modes .imgs ul li h3 {
  font-size: 1.375em;
  line-height: 1.2;
  padding: 2em 0 0;
  text-align: center;
}

.overview-content .router-and-access-point-modes .imgs ul li p {
  font-size: 1.25em;
  line-height: 1.5;
  padding: 0.5em 0 0;
  text-align: center;
}

.overview-content .router-and-access-point-modes .imgs ul .li1 .img {
  background-image: url(./img/g1.png);
}

.overview-content .router-and-access-point-modes .imgs ul .li2 .img {
  background-image: url(./img/g2.png);
}

.overview-content .router-and-access-point-modes .imgs .note {
  color: #818181;
  display: none !important;
  font-size: 1em;
  line-height: 1.2;
  padding: 2em 0 5em;
  text-align: center;
}

@media (max-width: 1680px) {
  .overview-content .router-and-access-point-modes {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .router-and-access-point-modes {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .router-and-access-point-modes {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .router-and-access-point-modes {
    font-size: 10.35px;
    height: auto;
  }

  .overview-content .router-and-access-point-modes .w-container {
    width: auto;
    max-width: 100%;
  }

  .overview-content .router-and-access-point-modes .m-show {
    display: none;
  }

  .overview-content .router-and-access-point-modes .text {
    padding: 0;
    text-align: left;
  }

  .overview-content .router-and-access-point-modes .text h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .overview-content .router-and-access-point-modes .text p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
  }

  .overview-content .router-and-access-point-modes .imgs ul {
    font-size: 2.5vw;
  }

  .overview-content .router-and-access-point-modes .imgs ul li h3 {
    font-size: 1.75em;
  }

  .overview-content .router-and-access-point-modes .imgs ul li {
    width: 90.718%;
    margin-top: 1.5em;
  }

  .overview-content .router-and-access-point-modes .imgs ul li + li {
    margin-left: 0;
    margin-top: 4em;
  }
}

@media (max-width: 414px) {
  .overview-content .router-and-access-point-modes {
    font-size: 2.5vw;
  }
}

.overview-content .deco-homeshileld {
  background: #f8f8f8;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
}

.overview-content .deco-homeshileld .w-container {
  width: 85em;
  margin: 0 auto;
  max-width: 90%;
}

.overview-content .deco-homeshileld .text {
  padding: 4.5em 0 3em;
  text-align: center;
}

.overview-content .deco-homeshileld .text h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .deco-homeshileld .text p {
  font-size: 1.25em;
  line-height: 1.5;
}

.overview-content .deco-homeshileld ul {
  display: flex;
  margin: 0 auto;
  padding-bottom: 5em;
  width: 90%;
  max-width: 1450px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.overview-content .deco-homeshileld li {
  width: 32%;
}

.overview-content .deco-homeshileld li p {
  padding: 2em 2em 0;
  text-align: center;
  color: #262626;
  font-size: 1.25em;
}

.overview-content .deco-homeshileld .img-box {
  position: relative;
  padding-top: 85%;
  height: 0;
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.overview-content .deco-homeshileld .img-box .img .icon {
  height: 3em;
  width: fit-content;
  object-fit: contain;
}

.overview-content .deco-homeshileld .box1 {
  background-image: url(./img/i1.jpg);
}

.overview-content .deco-homeshileld .box2 {
  background-image: url(./img/i2.jpg);
}

.overview-content .deco-homeshileld .box3 {
  background-image: url(./img/i3.jpg);
}

.overview-content .deco-homeshileld .img {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 2em 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #8dd3d8;
  color: #fff;
  text-align: center;
}

.overview-content .deco-homeshileld .icon {
  display: inline-block;
  width: 5em;
  height: 5em;
  margin-right: 0.35em;
  background-size: 5em;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.overview-content .deco-homeshileld .img h4 {
  font-weight: 500;
  font-size: 2em;
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1680px) {
  .overview-content .deco-homeshileld {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .deco-homeshileld {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .deco-homeshileld {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .deco-homeshileld {
    font-size: 10.35px;
  }

  .overview-content .deco-homeshileld .w-container {
    width: auto;
    max-width: 100%;
  }

  .overview-content .deco-homeshileld .text {
    padding: 0;
  }

  .overview-content .deco-homeshileld .text h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .overview-content .deco-homeshileld .text p {
    font-size: 1.75em;
    padding: 0 20px;
  }

  .overview-content .deco-homeshileld .homeshield {
    padding: 3em 20px 0;
  }

  .overview-content .deco-homeshileld .homeshield > img {
    width: 18em;
  }

  .overview-content .deco-homeshileld ul {
    display: block;
    text-align: center;
    width: calc(100% - 40px);
    padding: 0 20px;
    padding-bottom: 3em;
  }

  .overview-content .deco-homeshileld li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .overview-content .deco-homeshileld .img {
    padding: 1.5em 3em;
    font-size: 2.5vw;
  }
  .overview-content .deco-homeshileld li p {
    padding: 1em 0em 1.5em;
    font-size: 1.5em;
    line-height: 1.2;
    text-align: start;
  }

  .overview-content .deco-homeshileld .img-box .img .icon {
    height: 5em;
    margin-right: 2em;
  }
}

@media (max-width: 414px) {
  .overview-content .deco-homeshileld {
    font-size: 2.5vw;
  }
}

.overview-content .stable-connections-no-more-buffering {
  position: relative;
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  background-color: #eef6f7;
  background: url("./img/f.jpg") 50% 100%/120em no-repeat;
  padding: 6em 0;
}

.overview-content .stable-connections-no-more-buffering .w-container {
  width: 93.75em;
  margin: 0 auto;
  position: relative;
}

.overview-content .stable-connections-no-more-buffering .text {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  margin: -3% 0 0 6%;
}

.overview-content .stable-connections-no-more-buffering .text h2 {
  font-size: 3.125em;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .stable-connections-no-more-buffering .text p {
  font-size: 1.25em;
  line-height: 1.5;
}

.overview-content .stable-connections-no-more-buffering .text .info {
  margin-top: 1em;
  font-size: 2em;
  line-height: 1;
}

.overview-content .stable-connections-no-more-buffering .text .info .connects {
  font-size: 0.6em;
  line-height: 1;
}

.overview-content .stable-connections-no-more-buffering .text .info .number {
  font-size: 3em;
  font-weight: 500;
  color: #2bb2e4;
  background: linear-gradient(to top right, #0066ff, #00caf7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.overview-content .stable-connections-no-more-buffering .text .info .devices {
  font-size: 1.5em;
  font-weight: 400;
  color: #2bb2e4;
  background: linear-gradient(to top right, #0066ff, #00caf7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.overview-content .stable-connections-no-more-buffering .desc-text {
  width: 58%;
  display: inline-block;
  background: #fff 50% / 100% 100% no-repeat;
  vertical-align: top;
  height: 0;
  padding-top: 6%;
  padding-bottom: 30%;
  border-radius: 2em;
}

.overview-content .stable-connections-no-more-buffering .desc-text .desc {
  font-weight: 400;
  font-size: 0.875em;
  width: 8em;
  margin: 0 auto;
}

.overview-content .stable-connections-no-more-buffering .desc-text .lists1 {
  text-align: center;
  width: 92%;
  margin: 0 auto;
}

.overview-content
  .stable-connections-no-more-buffering
  .desc-text
  .lists1
  .icon {
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  height: 7.5em;
  width: 7.5em;
}

.overview-content .stable-connections-no-more-buffering .desc-text .lists1 li {
  display: inline-block;
  text-align: center;
  width: 18%;
  vertical-align: top;
  margin-bottom: 1em;
}

.overview-content .stable-connections-no-more-buffering .desc-text .li-1 .icon {
  background-image: url(./img/f1.png);
}

.overview-content .stable-connections-no-more-buffering .desc-text .li-2 .icon {
  background-image: url(./img/f2.png);
}

.overview-content .stable-connections-no-more-buffering .desc-text .li-3 .icon {
  background-image: url(./img/f3.png);
}

.overview-content .stable-connections-no-more-buffering .desc-text .li-4 .icon {
  background-image: url(./img/f4.png);
}

.overview-content .stable-connections-no-more-buffering .desc-text .li-5 .icon {
  background-image: url(./img/f5.png);
}

.overview-content .stable-connections-no-more-buffering .desc-text .li-6 .icon {
  background-image: url(./img/f6.png);
}

.overview-content .stable-connections-no-more-buffering .desc-text .li-7 .icon {
  background-image: url(./img/f7.png);
}

.overview-content .stable-connections-no-more-buffering .desc-text .li-8 .icon {
  background-image: url(./img/f8.png);
}

.overview-content .stable-connections-no-more-buffering .desc-text .li-9 .icon {
  background-image: url(./img/f9.png);
}

.overview-content .stable-connections-no-more-buffering .desc-text .note {
  text-align: center;
  margin-top: 1em;
}

@media (max-width: 1680px) {
  .overview-content .stable-connections-no-more-buffering {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .stable-connections-no-more-buffering {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .stable-connections-no-more-buffering {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .stable-connections-no-more-buffering {
    font-size: 10.35px;
    background: #eef6f7 url("./m/f.jpg") 50% 100%/100% no-repeat;
    height: 215vw;
    padding: 0 0 10vw;
  }

  .overview-content .stable-connections-no-more-buffering .w-container {
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .overview-content .stable-connections-no-more-buffering .text {
    padding: 0;
    text-align: left;
    width: auto;
    order: 1;
    margin-left: 0;
  }

  .overview-content .stable-connections-no-more-buffering .text .info {
    font-size: 3.5em;
    margin-top: unset;
  }

  .overview-content .stable-connections-no-more-buffering .text h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .overview-content .stable-connections-no-more-buffering .text p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
  }

  .overview-content .stable-connections-no-more-buffering .text .info .number {
    background: linear-gradient(to top right, #0066ff, #6fe5ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .overview-content .stable-connections-no-more-buffering .text .info .devices{
    font-size: 1em;
  }

  .overview-content .stable-connections-no-more-buffering .desc-text {
    order: 2;
    width: 88vw;
    background-color: #ffffffaf;
    margin: 5vw 0 0;
    font-size: 3vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    height: auto;
  }

  .overview-content .stable-connections-no-more-buffering .desc-text .lists1 {
    margin-bottom: 0;
  }

  .overview-content
    .stable-connections-no-more-buffering
    .desc-text
    .lists1
    li {
    width: 30%;
  }

  .overview-content
    .stable-connections-no-more-buffering
    .desc-text
    .lists1
    .icon {
    width: 5.5em;
    height: 5.5em;
  }

  .overview-content .stable-connections-no-more-buffering .desc-text .note {
    text-align: left;
    padding: 0 0 0 4vw;
    position: relative;
    bottom: unset;
    font-size: 3vw;
    width: 80vw;
  }

  .overview-content .stable-connections-no-more-buffering .m-hide {
    display: none;
  }
}

@media (max-width: 414px) {
  .overview-content .stable-connections-no-more-buffering {
    font-size: 2.5vw;
  }
}

.overview-content .easy-setup-and-use {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #d1d1d0;
  background: url(./img/j.jpg) 50% 0 no-repeat;
  background-size: 120em;
  height: 51.75em;
}

.overview-content .easy-setup-and-use .w-container {
  width: 85.375em;
  margin: 0 auto;
  max-width: 90%;
}

.overview-content .easy-setup-and-use .text {
  text-align: left;
  padding: 5em 50% 0 0;
}

.overview-content .easy-setup-and-use h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .easy-setup-and-use p {
  font-size: 1.25em;
  line-height: 1.5;
  padding-bottom: 1.5em;
}

.overview-content .easy-setup-and-use .icons {
  text-align: center;
  display: inline-block;
}

.overview-content .easy-setup-and-use .icons div {
  display: inline-block;
}

.overview-content .easy-setup-and-use .icons .agient-logo {
  width: 5em;
  height: 5em;
  padding-right: 0.5em;
  vertical-align: top;
}

.overview-content .easy-setup-and-use .icons .store {
  padding-right: 1.5em;
  vertical-align: top;
}

.overview-content .easy-setup-and-use .icons .qrcode {
  width: 5em;
  height: 5em;
  vertical-align: top;
}

.overview-content .easy-setup-and-use .icons .store a {
  display: inline-block;
  width: 8.75em;
  height: 2.5em;
}

.overview-content .easy-setup-and-use .icons img {
  height: 100%;
}

@media (max-width: 1680px) {
  .overview-content .easy-setup-and-use {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .easy-setup-and-use {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .easy-setup-and-use {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .easy-setup-and-use {
    font-size: 10.35px;
    background: #d3dbe0 url(./m/j.jpg) bottom no-repeat;
    background-size: 100%;
    height: unset;
    padding: 0 0 130vw;
  }

  .overview-content .easy-setup-and-use .w-container {
    width: auto;
    max-width: 100%;
  }

  .overview-content .easy-setup-and-use h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
    text-align: left;
  }

  .overview-content .easy-setup-and-use p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
    text-align: left;
  }

  .overview-content .easy-setup-and-use .text {
    padding: 0;
    display: block;
    width: auto;
    text-align: left;
  }

  .overview-content .easy-setup-and-use .icons {
    display: block;
    width: auto;
    text-align: left;
    padding: 2em 20px 0;
  }

  .overview-content .easy-setup-and-use .m-hide {
    display: none;
  }
}

@media (max-width: 414px) {
  .overview-content .easy-setup-and-use {
    font-size: 2.5vw;
  }
}

.overview-content .support-remote-management {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 6em 0;
}

.overview-content .support-remote-management .w-container {
  width: 85.375em;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.overview-content .support-remote-management .m-show {
  display: none;
}

.overview-content .support-remote-management h2 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .support-remote-management p {
  font-size: 1.25em;
  line-height: 1.5;
}

.overview-content .support-remote-management .bg-desc {
  position: relative;
  background: url(./img/k.png) 50% 0 no-repeat;
  background-size: 100%;
  max-width: 75em;
  height: 17.8em;
  margin: 4em auto 0;
}

.overview-content .support-remote-management .info {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 0;
  right: 6em;
  margin: 0 auto;
  color: #313131;
}

.overview-content .support-remote-management .info h2 {
  padding-bottom: 1em;
  font-weight: 300;
  font-size: 2.25em;
}

.overview-content .support-remote-management .bg-desc .info p {
  padding-bottom: 0.5em;
  font-size: 2.25em;
}

.overview-content .support-remote-management .model {
  background-color: #7fd1ef;
  border-radius: 1.2em;
  padding: 2px 15px;
  font-size: 1.125em;
  font-weight: 500;
  color: #fff;
  margin: 0 5px;
}

@media (max-width: 1680px) {
  .overview-content .support-remote-management {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .support-remote-management {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .support-remote-management {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .support-remote-management {
    font-size: 10.35px;
    background-color: #fff;
    padding: 0 0 2em;
  }

  .overview-content .support-remote-management .m-show {
    display: block;
  }

  .overview-content .support-remote-management .m-hide {
    display: none;
  }

  .overview-content .support-remote-management .w-container {
    width: auto;
    max-width: 100%;
    text-align: left;
  }

  .overview-content .support-remote-management h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .overview-content .support-remote-management p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
  }

  .overview-content .support-remote-management .info {
    max-width: none;
    top: 37.875%;
    width: 100%;
    text-align: center;
    font-size: 2vw;
  }

  .overview-content .support-remote-management .info h2 {
    padding: 0.25em 0;
    text-align: center;
    font-size: 5em;
  }

  .overview-content .support-remote-management .bg-desc .info p {
    text-align: center;
    font-size: 3.2em;
    padding: 0 20px 0.25em;
  }

  .overview-content .support-remote-management .bg-desc {
    height: 150.5vw;
    background: url(./m/k.jpg) bottom / 100% auto no-repeat;
    margin: 0 auto;
  }

  .overview-content .support-remote-management .model {
    font-size: 1.5625em;
    border-radius: 0.5175em;
    padding: 0.2em 1em;
  }
}

@media (max-width: 414px) {
  .overview-content .support-remote-management {
    font-size: 2.5vw;
  }
}

.overview-content .aginet-solution {
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  background: #ebeaeb url(./img/l.jpg) 50% 0 / 120em auto no-repeat;
  position: relative;
  padding: 15em 0 0;
  height: 33.625em;
}

.overview-content .aginet-solution .w-container {
  width: 85.375em;
  margin: 0 auto;
}

.overview-content .aginet-solution .text {
  width: 60%;
}

.overview-content .aginet-solution .text h2 {
  font-weight: 400;
  font-size: 3.125em;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.overview-content .aginet-solution .text p {
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.5;
  padding-right: 30%;
}

.overview-content .aginet-solution .text .learn-more {
  padding-top: 1em;
}

.overview-content .aginet-solution .text .learn-more a {
  text-decoration: none;
  color: #005564;
  padding-bottom: 5px;
  border-bottom: 2px solid #005564;
}

.overview-content .aginet-solution .no-wrap {
  white-space: nowrap;
}

@media (max-width: 1680px) {
  .overview-content .aginet-solution {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .aginet-solution {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .aginet-solution {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .overview-content .aginet-solution {
    font-size: 10.35px;
    background: url(./m/l.jpg) 50% 100%/100% no-repeat;
    background-color: #ebeaeb;
    padding: 0 0 26%;
    height: auto;
  }

  .overview-content .aginet-solution .w-container {
    width: auto;
    padding-bottom: 75%;
    max-width: 100%;
  }

  .overview-content .aginet-solution .text {
    padding: 0;
    width: auto;
  }

  .overview-content .aginet-solution .text h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 400;
    padding: 1.5em 20px 0.5em;
  }

  .overview-content .aginet-solution .text p {
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 20px;
  }

  .overview-content .aginet-solution .text p.learn-more {
    font-size: 1.25em;
  }
}

.overview-content .lifestyle {
  font-size: 16px;
  max-width: 120em;
  padding: 5em 0 3em;
  margin: 0 auto;
}
.overview-content .lifestyle .m-hide {
  display: block;
}

.overview-content .lifestyle .m-show {
  display: none;
}

.overview-content .lifestyle .webSwiper {
  position: relative;
  width: 85.375em;
  height: 36em;
  margin: 0 auto;
}

.overview-content .lifestyle .w-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.overview-content .lifestyle .w-container .img {
  width: 100%;
  object-fit: cover;
}

.overview-content .lifestyle .sw-pagination {
  margin: 0 auto;
  position: relative;
  padding: 0.5em 0;
}
.overview-content .lifestyle .sw-pagination .swiper-pagination-bullet {
  margin: 0 0.5em;
  width: 0.75em;
  height: 0.75em;
}
.overview-content .lifestyle .sw-pagination .swiper-pagination-bullet-active {
  background: #4acbd6;
}

.overview-content .lifestyle .swiper-button-prev {
  width: 3.375em;
  height: 3.375em;
  background: url("./img/m-left.png") center/100% no-repeat;
  position: absolute;
  left: -8%;
  top: 50%;
}
.overview-content .lifestyle .swiper-button-prev:after {
  display: none;
}

.overview-content .lifestyle .swiper-button-next {
  width: 3.375em;
  height: 3.375em;
  background: url("./img/m-right.png") center/100% no-repeat;
  right: -8%;
  top: 50%;
}
.overview-content .lifestyle .swiper-button-next:after {
  display: none;
}

@media (max-width: 736px) {
  .overview-content .lifestyle {
    padding: 5em 0 0;
  }
  .overview-content .lifestyle .w-container-m {
    width: auto;
    height: auto;
    padding: 0 20px;
  }
  .overview-content .lifestyle .w-container-m .m-img {
    width: 100%;
    object-fit: cover;
    padding-bottom: 6vw;
  }
  .overview-content .lifestyle .m-show {
    display: block;
  }
  .overview-content .lifestyle .m-hide {
    display: none;
  }
}

@media (max-width: 414px) {
  .overview-content .lifestyle {
    font-size: 2.5vw;
  }
}

@media (max-width: 1680px) {
  .overview-content .lifestyle {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .overview-content .lifestyle {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .overview-content .lifestyle {
    font-size: 10px;
  }
}
@media (max-width: 736px) {
  .overview-content .lifestyle {
    font-size: 10.35px;
  }
}

@media (max-width: 414px) {
  .overview-content .lifestyle {
    font-size: 2.5vw;
  }
}
