:root {
  --darkGray: #2B2B2B;
  --limedSpruce: #36444B;
  --limedSpruce-80: #36444bb5;
  --viking: #4ACBD6;
  --blueStone: #005564;
  --blueStone-50: #00556483;
  --eden: #0B4049;
  --gray-100: #F8F9FB;
  --gray-200: #F7F8F8;
  --gray-300: #DCDDDD;
  --white: #FFFFFF;
  --white-80: rgba(255, 255, 255, 0.8);
  --white-90: rgba(255, 255, 255, 0.9);
  --black-50: rgba(0, 0, 0, 0.5);
}

.landing {
  font-size: 16px;
  margin: 0 auto;
  overflow: hidden;
  color: var(--limedSpruce);
}

.landing .w-container {
  max-width: 90%;
}

@media (min-width:1920px) {
  .landing {
    font-size: 0.8333333vw;
  }
}

@media (max-width:1680px) {
  .landing {
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .landing {
    font-size: 12px;
  }
}

@media (max-width:736px) {
  .landing {
    font-size: 10.35px;
  }
}

@media (max-width:414px) {
  .landing {
    font-size: 2.5vw;
  }
}

.landing .btn-primary {
  background-color: var(--blueStone);
  color: white;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  display: inline-block;
  font-size: 1.125em;
  transition: background-color 0.2s ease-in-out;
  width: fit-content;
}

.landing .btn-primary:hover {
  background-color: var(--eden);
  transition: background-color 0.2s ease-in-out;
}

.landing .btn-tertiary {
  color: var(--blueStone);
  font-weight: 500;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 1px;
  font-size: 1.125em;
}

@media (max-width: 736px) {
  .landing .btn-primary {
    font-size: 3vw;
    padding: 2vw 4vw;
  }

  .landing .btn-tertiary {
    margin: 0 1em;
    font-size: 3.25vw;
  }
}

.vigi-solar-power-system-solution {
  margin: 0 auto;
  background: url('https://static.tp-link.com/upload/static-page/vigisolarpower_new_hero_20250730225525w.jpg') top / 120em no-repeat;
  height: 45.67em;
  display: flex;
  align-items: center;
}

.vigi-solar-power-system-solution .w-container {
  margin: 0 auto;
  width: 85.375em;
}

.vigi-solar-power-system-solution .text {
  padding: 0 40% 9em 0;
  text-align: left;
}

.vigi-solar-power-system-solution h2 {
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.5em;
}

.vigi-solar-power-system-solution h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 1em;
}

.vigi-solar-power-system-solution a {
  display: inline-block;
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.2;
  color: #36444b;
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid;
  margin-top: 0.25em;
}

.vigi-solar-power-system-solution .logo-ndaa {
  width: auto;
  height: 2.125em;
  margin-bottom: 0.5em;
}

.vigi-solar-power-system-solution .m-show {
  display: none;
}

@media(max-width:736px) {
  .vigi-solar-power-system-solution {
    max-width: 100vw;
    height: auto;
    min-height: 140vw;
    background: #a3cbfe url('https://static.tp-link.com/upload/static-page/bg_20250801180146g.jpg') bottom / 100% no-repeat;
    display: block;
  }

  .vigi-solar-power-system-solution .w-container {
    width: 90vw;
  }

  .vigi-solar-power-system-solution .text {
    padding: 10vw 0 0;
    text-align: center;
  }

  .vigi-solar-power-system-solution h2 {
    font-size: 6.5vw;
    padding: 0 0 2vw;
  }

  .vigi-solar-power-system-solution h3 {
    font-size: 3.5vw;
    padding: 0 0 2vw;
  }

  .vigi-solar-power-system-solution a {
    font-size: 3.25vw;
    border-bottom: 0.1em solid;
    margin-top: 0.5em;
  }

  .vigi-solar-power-system-solution .logo-ndaa {
    height: 5.625vw;
    margin-bottom: 1vw;
  }

  .vigi-solar-power-system-solution .logo-ndaa.m-show {
    display: inline-block;
    vertical-align: text-bottom;
  }

  .vigi-solar-power-system-solution .m-show {
    display: block;
  }
}

.testing {
  font-size: 16px;
  position: relative;
  line-height: 0;
}

.testing a {
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: absolute;
  left: 2em;
  bottom: 2em;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 0.5px;
  transition: opacity 0.2s ease-in-out;
}

.testing a:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.testing .video-play {
  width: 1.1em;
  height: 1.1em;
}

.testing video {
  width: 100%;
}

.c .w-container {
  margin: 0 auto;
  width: 85.375em;
}

.c .text {
  padding: 8em 0;
  text-align: center;
}

.c h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

.c p {
  font-size: 1.25em;
  margin-top: 0.5em;
}

.c .content {
  margin-top: 2.25em;
  position: relative;
}

.c .content .list.center {
  justify-content: center;
}

.c .content .item {
  cursor: pointer;
  position: relative;
  background: var(--limedSpruce);
  color: white;
  border-radius: 0.5em;
  overflow: hidden;
  transition: all linear 300ms;
  min-height: 25em;
  display: flex;
  align-items: flex-end;
  ;
}

.c .content .item>a {
  color: inherit;
  text-decoration: none;
}

.c .content .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  scale: 1;
  object-position: center;
  object-fit: cover;
  transition: all linear 300ms;
}

.c .content .item:hover img {
  scale: 1.1;
  transition: all linear 300ms;
}

.c .content .item .desc {
  position: relative;
  z-index: 1;
  padding: 0 1em 1.5em;
  min-height: 8em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
}

.c .content .item .desc h3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.33333333;
}

.c .content .item .desc p {
  margin-top: 0.4375em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.25;
  min-height: 2.5em;
}

.c .content .item .desc a {
  font-size: 1.125em;
}

.c .swiper {
  position: relative;
  overflow: hidden;
}

.c .content .list-prev,
.c .content .list-next {
  width: 4.5em;
  height: 4.5em;
  position: absolute;
  top: 50%;
  margin-top: -2.25em;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 99;
  cursor: pointer;
}

.c .content .swiper-button-disabled {
  display: none;
}

.c .content .list-prev {
  left: -7em;
  background-image: url('https://static.tp-link.com/upload/static-page/arrow_previous_20250911233956o.svg');
}

.c .content .list-next {
  right: -7em;
  background-image: url('https://static.tp-link.com/upload/static-page/arrow_next_20250911234006x.svg');
}

@media (min-width: 1921px) {
  .c {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .c {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .c {
    font-size: 12px;
  }
}

@media (max-width:736px) {
  .c {
    font-size: 10.35px;
  }
  .c .w-container {
    width: 90vw;
  }

  .c .text {
    padding: 10vw 0;
  }

  .c h2 {
    font-size: 6vw;
  }

  .c .content {
    padding: 0;
    margin-top: 6vw;
  }

  .c .content .list.center {
    justify-content: flex-start;
  }

  .c .content .item:hover {
    box-shadow: none;
  }

  .c .content .item {
    min-height: 60vw;
    flex: 1 0 auto;
  }

  .c .content .item .desc {
    gap: 3vw;
    padding: 0 4vw 4vw;
  }

  .c .content .item .desc h3 {
    font-size: 3.6vw;
  }

  .c .content .item .desc p {
    font-size: 2.8vw;
  }

  .c .content .item .desc a {
    font-size: 2.8vw;
  }

  .c .content .list-prev {
    opacity: 0;
  }

  .c .content .list-next {
    opacity: 0;
  }

  .c .swiper {
    position: relative;
    overflow: visible;
  }
}

.vigi-cloud-vms-banner {
  margin: 0 auto;
  background: url('https://static.tp-link.com/upload/static-page/vigi-cloud-vms_banner_20251015235442s.jpg') top / 120em no-repeat;
  height: 38em;
  color: #fff;
  display: flex;
  align-items: center;
}

.vigi-cloud-vms-banner .w-container {
  width: 85.375em;
  margin: 0 auto;
}

.vigi-cloud-vms-banner .text {
  padding: 6em 0 9em 55%;
  text-align: left;
}

.vigi-cloud-vms-banner h2 {
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1.3333;
  padding-bottom: 0.5em;
}

.vigi-cloud-vms-banner h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 1em;
}

.vigi-cloud-vms-banner .free {
  display: inline-block;
  vertical-align: top;
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.33333333;
  color: #4acbd6;
  background-color: #36444b;
  margin-left: 0.75em;
  padding: 0.25em 0.75em;
  border-radius: 0.2em;
}

.vigi-cloud-vms-banner .note {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.33333333;
  color: #878787;
  margin-top: 9em;
}

.vigi-cloud-vms-banner .link {
  display: flex;
  flex-direction: row;
  gap: 2em;
}

.vigi-cloud-vms-banner .link a {
  display: inline-block;
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.2;
  color: #4acbd6;
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid;
  margin-top: 0.25em;
}

.vigi-cloud-vms-banner .icons {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}

.vigi-cloud-vms-banner .icons img {
  width: auto;
  height: 2.125em;
}

.vigi-cloud-vms-banner .m-show {
  display: none;
}

@media (max-width: 1680px) {
  .vigi-cloud-vms-banner {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .vigi-cloud-vms-banner {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .vigi-cloud-vms-banner {
    font-size: 10.35px;
    max-width: 100vw;
    background: #1b2022 url('https://static.tp-link.com/upload/static-page/vigi-cloud-vms_banner_m_20251015232816c.jpg') 50% 0 no-repeat;
    background-size: 100%;
    height: auto;
    min-height: 120vw;
    justify-content: stretch;
    align-items: stretch;
  }

  .vigi-cloud-vms-banner .w-container {
    width: auto;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
  }

  .vigi-cloud-vms-banner .text {
    padding: 10vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }

  .vigi-cloud-vms-banner h2 {
    font-size: 6.5vw;
    padding: 0 0 3vw;
  }

  .vigi-cloud-vms-banner h3 {
    font-size: 3.5vw;
    padding: 0 0 2vw;
  }

  .vigi-cloud-vms-banner .free {
    font-size: 3.25vw;
    margin-left: 2vw;
    padding: 1vw 2vw;
    border-radius: 1vw;
  }

  .vigi-cloud-vms-banner .note {
    font-size: 2.65vw;
    margin-top: 10vw;
    padding: 2vw 20px 10vw;
    text-align: center;
  }

  .vigi-cloud-vms-banner .icons {
    padding: 0 0 0 2vw;
    justify-content: center;
  }

  .vigi-cloud-vms-banner .icons img {
    height: 5.5vw;
  }

  .vigi-cloud-vms-banner .link {
    display: flex;
    justify-content: center;
  }

  .vigi-cloud-vms-banner .link a {
    font-size: 3.25vw;
    border-bottom: 0.1em solid;
    margin-top: 0.5em;
  }

  .vigi-cloud-vms-banner .m-hide {
    display: none;
  }

  .vigi-cloud-vms-banner .m-show {
    display: block;
  }
}

@media (max-width: 414px) {
  .vigi-cloud-vms-banner {
    font-size: 2.5vw;
  }
}

.tp-smb-new {
  font-size: 16px;
  background-color: var(--gray-100);
}

.tp-smb-new .w-container {
  padding-top: 6em;
  padding-bottom: 6em;
  margin: 0 auto;
  width: 85.375em;
}

.tp-smb-new .tp-smb-new-title {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #e5e5e5;
}

.tp-smb-new .tp-smb-new-wrapper {
  padding: 6.25em 0;
}

.tp-smb-new h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

.tp-smb-new img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  scale: 1;
  object-position: center;
  object-fit: cover;
  transition: all linear 300ms;
}

.tp-smb-new .tp-smb-new-item:hover img {
  transform: scale(1.1);
}

.tp-smb-new .tp-smb-new-1 {
  position: relative;
  line-height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  text-align: right;
  background: #f6f7fc;
}

.tp-smb-new .tp-smb-new-1 video {
  width: 56.6%;
  margin-right: 3%;
}

.tp-smb-new .tp-smb-new-1 a {
  text-align: left;
}

.tp-smb-new .tp-smb-new-1-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6.875em 57% 0 3.75em;
  transition: transform linear 300ms;
}

.tp-smb-new .tp-smb-new-1 h3 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.25em;
}

.tp-smb-new .tp-smb-new-1 p {
  font-size: 1.125em;
  line-height: 1.33333333;
}

.tp-smb-new .tp-smb-new-2 {
  display: grid;
  gap: 1.5em;
  grid-template-columns:repeat(4 ,1fr);
  grid-auto-rows:1fr;
}

.tp-smb-new .tp-smb-new-2:has(:nth-child(5):last-child) {
  grid-template-columns: repeat(3, 1fr) 1fr;
  grid-auto-rows: 14.25em;
}

.tp-smb-new .tp-smb-new-2:has(:nth-child(5):last-child) .tp-smb-new-item:nth-last-child(-n+2) {
  grid-column: 4;
  min-height: initial;
}

.tp-smb-new .swiper {
  position: relative;
  overflow: visible;
}

.tp-smb-new .list-prev,
.tp-smb-new .list-next {
  opacity: 0;
  width: 4.5em;
  height: 4.5em;
  position: absolute;
  top: 50%;
  margin-top: -2.25em;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 99;
  cursor: pointer;
}

.tp-smb-new .swiper-button-disabled {
  display: none;
}

.tp-smb-new .list-prev {
  left: -7em;
  background-image: url('https://static.tp-link.com/upload/static-page/arrow_previous_20250911233956o.svg');
}

.tp-smb-new .list-next {
  right: -7em;
  background-image: url('https://static.tp-link.com/upload/static-page/arrow_next_20250911234006x.svg');
}

.tp-smb-new .content {
  position: relative;
}

.tp-smb-new .tp-smb-new-2+.tp-smb-new-2 {
  margin-top: 1em;
}

.tp-smb-new .tp-smb-new-2 .tp-smb-new-item {
  cursor: pointer;
  display: flex;
  position: relative;
  min-height: 30em;
  overflow: hidden;
  border-radius: 0.5em;
}

.tp-smb-new .tp-smb-new-2 .img {
  overflow: hidden;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%
}

.tp-smb-new .tp-smb-new-2 .detail {
  transition: background 0.3s ease-in-out;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 1.3em 2em;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}

.tp-smb-new .tp-smb-new-2 .detail .type-box {
  margin-bottom: 0.625em;
  line-height: 1.25;
}

.tp-smb-new .tp-smb-new-2 .detail h3 {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.3;
  color: white;
}

.tp-smb-new .tp-smb-new-2 .detail p {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  font-weight: 300;
  margin-top: 0.5em;
  line-height: 1.3;
  color: var(--white-80)
}

.tp-smb-new .tp-smb-new-2 .detail .link {
  position: absolute;
  left: 2em;
  bottom: 1.3em;
  color: var(--white-80);
  font-weight: 300;
  text-decoration: none;
  font-size: 1.1em;
}

.tp-smb-new .tp-smb-new-item:hover .link {
  color: white;
  text-decoration: underline;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 0.5px;
}

.tp-smb-new .tp-smb-new-item:hover .detail {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: background 0.3s ease-in-out;
}

.tp-smb-new .tp-smb-new-item:hover p {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 1921px) {
  .tp-smb-new {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .tp-smb-new {
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .tp-smb-new {
    font-size: 12px;
  }
}

@media (max-width:736px) {
  .tp-smb-new {
    font-size: 10.35px;
  }

  .tp-smb-new .w-container {
    width: 90vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .tp-smb-new .tp-smb-new-wrapper {
    padding: 3em 0;
  }

  .tp-smb-new h2 {
    font-size: 6vw;
  }

  .tp-smb-new .tp-smb-new-2 .detail {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  }

  .tp-smb-new .tp-smb-new-2 .detail h3 {
    font-size: 3.6vw;
    font-weight: 400;
  }

  .tp-smb-new .tp-smb-new-2 .detail p {
    opacity: 1;
    font-size: 2.8vw;
  }

  .tp-smb-new .tp-smb-new-2 .detail .link {
    font-size: 2.8vw;
  }

  .tp-smb-new .tp-smb-new-title {
    flex-direction: column;
    align-items: center;
    border: none;
    margin-bottom: 2vw;
  }

  .tp-smb-new img:hover {
    transform: none;
  }

  .tp-smb-new .content {
    padding: 0;
  }

  .tp-smb-new .tp-smb-new-2 {
    gap: 0;
  }

  .tp-smb-new .tp-smb-new-2 .tp-smb-new-item {
    grid-column: auto !important;
  }

  .tp-smb-new .tp-smb-new-2:has(:nth-child(5):last-child) {
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: initial;
  }

  .tp-smb-new .tp-smb-new-2 .detail {
    font-size: 1.25em;
  }

  .tp-smb-new .list-prev {
    left: -7vw;
    opacity: 1;
  }

  .tp-smb-new .list-next {
    right: -7vw;
    opacity: 1;
  }
}

@media(max-width:414px) {
  .tp-smb-new {
    font-size: 2.5vw;
  }
}

.case-studies {
  font-size: 16px;
}

.case-studies .w-container {
  padding-top: 6em;
  padding-bottom: 6em;
  margin: 0 auto;
  width: 85.375em;
}

.case-studies .case-studies-title {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #e5e5e5;
}

.case-studies .case-studies-wrapper {
  padding: 6.25em 0;
}

.case-studies h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

.case-studies img {
  margin: auto;
  width: 100%;
  max-width: 40em;
  scale: 1;
  object-position: center;
  object-fit: cover;
  transition: all linear 300ms;
  border-radius: 0.5em;
}

.case-studies .case-studies-1 {
  display: flex;
}

.tp-smb-new .case-studies-2 {
  display: flex;
  gap: 1.5em;
}
.case-studies .swiper {
  position: relative;
  overflow: hidden;
}

.case-studies .list-prev,
.case-studies .list-next {
  width: 4.5em;
  height: 4.5em;
  position: absolute;
  top: 50%;
  margin-top: -2.25em;
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 99;
  cursor: pointer;
}

.case-studies .swiper-button-disabled {
  display: none;
}

.case-studies .list-prev {
  left: -7em;
  background-image: url('https://static.tp-link.com/upload/static-page/arrow_previous_20250911233956o.svg');
}

.case-studies .list-next {
  right: -7em;
  background-image: url('https://static.tp-link.com/upload/static-page/arrow_next_20250911234006x.svg');
}

.case-studies .content-1, .case-studies .content-2 {
  position: relative;
}

.case-studies .case-studies-1+.case-studies-1 {
  margin-top: 1em;
}

.case-studies .case-studies-1 .case-studies-item {
  display: flex;
  overflow: hidden;
}

.case-studies .case-studies-1 .detail {
  padding: 1.3em 2em;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0;
}

.case-studies .case-studies-1 .detail .type-box {
  margin-bottom: 0.625em;
  line-height: 1.25;
}

.case-studies .case-studies-1 .detail h3 {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.3;
  color: var(--limedSpruce);
}

.case-studies .case-studies-1 .detail h3 > span.highlight, .case-studies .case-studies-2 .detail h3 > span.highlight {
  color: var(--blueStone);
  font-weight: 600;
}

.case-studies .case-studies-1 .detail p {
  font-weight: 400;
  margin-top: 1em;
  line-height: 1.3;
  color: var(--limedSpruce);
}

.case-studies .case-studies-1 .detail p.industry, .case-studies .case-studies-2 .detail p.industry {
  color: white;
  background-color: var(--blueStone);
  padding: 0.35em 0.75em;
  border-radius: 0.25em;
  width: fit-content;
  margin-bottom: 1em;
  margin-top: 0;
}

.case-studies .case-studies-1 p.quote {
  color: var(--limedSpruce-80);
}

.case-studies .case-studies-1 .detail .link {
  color: var(--blueStone);
  font-weight: 400;
  margin-top: 1em;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 0.5px;
}

.case-studies .case-studies-2+.case-studies-2 {
  margin-top: 1em;
}

.case-studies .case-studies-2 .case-studies-item {
  cursor: pointer;
  display: flex;
  flex: 1 1 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.5em;  
}

.case-studies .case-studies-2 {
  display: flex;
  margin-top: 7em;
  gap: 1.5em;
}

.case-studies .case-studies-2 .case-studies-item:hover img {
  transform: scale(1.1);
}

.case-studies .case-studies-2 .detail {
  background-color: var(--gray-200);
  padding: 1.2em;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}

.case-studies .case-studies-2 .detail .type-box {
  margin-bottom: 0.625em;
  line-height: 1.25;
}

.case-studies .case-studies-2 .detail h3 {
  font-size: 1.375em;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 0.75em 0;
}

.case-studies .case-studies-2 .detail p {
  font-weight: 400;
  margin-top: 0.5em;
  line-height: 1.3;
}

.case-studies .case-studies-2 .detail p > span.number {
  margin-right: 0.75em;
  font-weight: 300;
  color: var(--blueStone);
}

.case-studies .case-studies-2 .detail .link {
  font-weight: 400;
  color: var(--blueStone);
  text-underline-offset: 0.35em;
  text-decoration-thickness: 0.5px;
  margin-top: 1em;
}

.case-studies .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.7em;
    margin-top: 2em;
}
.case-studies .swiper-pagination-bullet-active {
    background: var(--blueStone-50);
}
@media (min-width: 1921px) {
  .case-studies {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .case-studies {
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .case-studies {
    font-size: 12px;
  }
}

@media (max-width:736px) {
  .case-studies {
    font-size: 10.35px;
  }

  .case-studies .w-container {
    width: 90vw;
    padding-top: 6em;
    padding-bottom: 6em;
    margin: 0 auto;
  }

  .case-studies .case-studies-wrapper {
    padding: 3em 0;
  }

  .case-studies h2 {
    font-size: 6vw;
  }

  .case-studies .case-studies-1 .detail {
    padding: 4vw 0 0 0;
  }

  .case-studies .case-studies-1 .detail h3 {
    font-size: 4vw;
    font-weight: 400;
  }

  .case-studies .case-studies-1 .detail p {
    opacity: 1;
    font-size: 2.8vw;
  }

  .case-studies .case-studies-1 .detail .link {
    font-size: 2.8vw;
  }

  .case-studies .case-studies-title {
    flex-direction: column;
    align-items: center;
    border: none;
    margin-bottom: 2vw;
  }

  .case-studies img {
    max-width: initial;
  }
  .case-studies img:hover {
    transform: none;
  }

  .case-studies .content-1, .case-studies .content-2 {
    padding: 0;
  }

  .case-studies .case-studies-1 .case-studies-item {
    flex-direction: column;
  }

  .case-studies .case-studies-1 .detail {
    font-size: 1.25em;
  }

  .case-studies .case-studies-2 .detail h3 {
    font-size: 3.6vw;
    font-weight: 400;
  }

  .case-studies .case-studies-2 .detail p {
    opacity: 1;
    font-size: 2.8vw;
    display: flex;
  }

  .case-studies .case-studies-2 .detail .link {
    font-size: 2.8vw;
  }

  .case-studies .case-studies-2 {
    gap: 0;
  }

  .case-studies .case-studies-2 .case-studies-item {
    flex: 1 0 auto;
  }

  .case-studies .case-studies-2 .detail {
    font-size: 1.25em;
    padding: 4vw;
  }

  .case-studies .list-prev {
    left: -7vw;
    opacity: 0;
  }

  .case-studies .list-next {
    right: -7vw;
    opacity: 0;
  }
}

@media(max-width:414px) {
  .case-studies {
    font-size: 2.5vw;
  }
}

.contact-us {
  font-size: 16px;
  background-color: var(--limedSpruce);
  color: white;
}
.contact-us .w-container {
  padding-top: 6em;
  padding-bottom: 6em;
  margin: 0 auto;
  width: 85.375em;
}
.contact-us .contact-us-title {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-us .contact-us-wrapper {
  padding: 6.25em 0;
}
.contact-us h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.25em;
}
.contact-us-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1em;
}
.contact-us .contact-us-content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1em;
  cursor: pointer;
  flex: 1 1 0;
}
.contact-us .contact-us-content .item p {
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: 400;
}
.contact-us .contact-us-content .icon {
    width: 3em;
    height: 3em;
  }
@media (min-width: 1921px) {
  .contact-us {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .contact-us {
    font-size: 14px;
  }
}

@media (max-width:1440px) {
  .contact-us {
    font-size: 12px;
  }
}

@media (max-width:736px) {
  .contact-us {
    font-size: 10.35px;
  }
  .contact-us .w-container {
    width: 90vw;
    padding-top: 6em;
    padding-bottom: 6em;
    margin: 0 auto;
  }
  .contact-us .contact-us-wrapper {
    padding: 3em 0;
  }
  .contact-us .contact-us-title {
    margin-bottom: 8vw;
  }
  .contact-us h2 {
    font-size: 6vw;
  }
  .contact-us .contact-us-content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10vw;
  }
  .contact-us .contact-us-content .item {
    gap: 3vw;
    flex: 0 1 35vw;
  }
  .contact-us .contact-us-content .item p {
    font-size: 3vw;
  }
  .contact-us .contact-us-content .icon {
    width: 8vw;
    height: 8vw;
  }
}

.ndaa {
  margin: 0 auto;
  font-size: 16px;
  height: 35em;
  background: url('https://static.tp-link.com/upload/static-page/ndaa_compliant_pc_20250911234104d.jpg') no-repeat;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.ndaa .w-container {
  margin: 0 auto;
  width: 85.375em;
}

.ndaa .box {
  height: 100%;
  display: flex;
  align-items: center;
}

.ndaa .box h2 {
  font-size: 3.2em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.3em;
}

.ndaa .box h3 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 1em;
}

.ndaa .box p {
  font-size: 1.25em;
}

@media (min-width: 1921px) {
  .ndaa {
    font-size: 0.7vw;
  }
}

@media (max-width: 1680px) {
  .ndaa {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .ndaa {
    font-size: 12px;
  }
}

@media (max-width: 736px) {
  .ndaa {
    max-width: 100vw;
    height: auto;
    min-height: 128vw;
    font-size: 10.35px;
    height: 39.0625vw;
    background: url('https://static.tp-link.com/upload/static-page/ndaa_compliant_m_20250911234113z.jpg') 50% 0 no-repeat;
    background-size: 100%;
    align-items: flex-start;
  }

  .ndaa .w-container {
    width: 90vw;
    padding: 10vw 0 0;
    text-align: center;
  }

  .ndaa .box {
    padding: 0 20px;
  }

  .ndaa .text {
    flex: 1 1 0;
  }

  .ndaa .box h2 {
    font-size: 6.5vw;
    padding: 0 0 2vw;
  }

  .ndaa .box h3 {
    font-size: 3.5vw;
    padding: 0 0 5vw;
  }

  .ndaa .box p {
    font-size: 1.25em;
  }
}

@media (max-width: 414px) {
  .ndaa {
    font-size: 2.5vw;
  }
}