.overview-content {
    overflow-x: hidden;
}

.tp-videoContainer {
    width: auto;
    position: relative;
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
}

.tp-videoContainer video {
    width: 100%;
    display: block;
}

.tp-videoContainer .tp-controllerDiv {
    position: absolute;
    right: 2.5em;
    bottom: 2.5em;
}

.tp-videoContainer .tp-controllerDiv .tp-pauseIcon {
    width: 3em;
    height: 3em;
    color: transparent;
    border-radius: 100%;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.overview-content img {
    width: 100%;
}

@media (min-width: 1921px) {
    .tp-videoContainer {
        font-size: 0.8333vw;
    }
}

@media (max-width: 1680px) {
    .tp-videoContainer {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .tp-videoContainer {
        font-size: 12px;
    }
}

@media (max-width: 736px) {
    .tp-videoContainer {
        font-size: 10.35px;
    }

    .tp-videoContainer .videoController {
        top: 50%;
        left: 50%;
        right: unset;
        bottom: unset;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 414px) {
    .tp-videoContainer {
        font-size: 2.5vw;
    }
}


.overview-content .animation-text.active {
    transform: translateY(0);
    opacity: 1;
}

.overview-content .animation-text {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity 1s linear, transform 1s linear;
}

@media(max-width:736px) {
    .overview-content .tapo-c400-kit_v1.active .animation-text.active {
        transform: translateY(0);
        opacity: 1;
    }

    .overview-content .tapo-c400-kit_v1.active .animation-text {
        transform: translateY(12vw);
        opacity: 0;
        transition: opacity 1s linear, transform 1s linear;
    }
}



.overview-content .tapo-banner {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
    background: url(./img/a.jpg) top / 120em no-repeat;
    height: 49.5em;
    position: relative;
    display: flex;
    align-items: center;
}

.overview-content .tapo-banner .w-container {
    position: absolute;
    left: 52%;
}

.overview-content .tapo-banner .text {
    text-align: left;
}

.overview-content .tapo-banner h2 {
    font-size: 3.375em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.375em;
}

.overview-content .tapo-banner h3 {
    font-size: 1.825em;
    font-weight: 300;
    line-height: 1.2;
    padding-bottom: 1em;
}

.overview-content .tapo-banner p .model {
    font-size: 1.75em;
    font-weight: 300;
    line-height: 1.2;
    padding: 0.25em 0.75em;
    border-radius: 0.25em;
    border: 0.1em solid;
    display: inline-block;
    color: #000;
}

.overview-content .tapo-banner .banner-logos {
    margin-top: 2.5em;
}

.overview-content .tapo-banner .banner-logo {
    display: inline-block;
    width: auto;
    height: 3.125em;
    border-radius: 6px;
    outline: .01em solid;
    outline-color: gray;
}

.overview-content .tapo-banner .banner-logo+.banner-logo {
    margin-left: 0.5em;
}

.overview-content .tapo-banner .m-show {
    display: none;
}

@media (min-width: 1921px) {
    .overview-content .tapo-banner {
        font-size: 0.8333vw;
    }
}

@media(max-width: 1680px) {
    .overview-content .tapo-banner {
        font-size: 14px;
    }
}

@media(max-width: 1440px) {
    .overview-content .tapo-banner {
        font-size: 12px;
    }
}

@media(max-width: 736px) {
    .overview-content .tapo-banner {
        font-size: 10.35px;
        background: url(./m/a2.jpg) top / 100% no-repeat;
        height: 120vw;
        position: relative;
        display: block;
    }

    .overview-content .tapo-banner .w-container {
        width: 100%;
        position: static;
        margin: 0 auto;
    }

    .overview-content .tapo-banner .text {
        padding: 10vw 6vw 0 6vw;
    }

    .overview-content .tapo-banner h2 {
        font-size: 7.5vw;
        font-weight: 400;
        line-height: 1.5;
        padding: 0 0 0.375em;
    }

    .overview-content .tapo-banner h3 {
        width: 50%;
        font-size: 3.75vw;
        font-weight: 300;
        line-height: 1.2;
        padding: 0 0vw 1em 0;
    }

    .overview-content .tapo-banner p {
        max-width: 36%;
    }

    .overview-content .tapo-banner p .model {
        font-size: 3vw;
        padding: 0.25em 0.75em;
    }

    .overview-content .tapo-banner .banner-logos {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        bottom: 5%;
    }

    .overview-content .tapo-banner .banner-logo {
        height: 6vw;
        margin-bottom: 1em;
        display: block;
        border-radius: 5px;
    }

    .overview-content .tapo-banner .banner-logo+.banner-logo {
        margin-left: 0.25em;
    }

    .overview-content .tapo-banner .m-show {
        display: inline-block;
    }
}

@media(max-width: 414px) {
    .overview-content .tapo-banner {
        font-size: 2.5vw;
    }
}



.overview-content .tapo-selling-points {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
}

.overview-content .tapo-selling-points .w-container {
    width: 73.125em;
    margin: 0 auto;
}

.overview-content .tapo-selling-points .text {
    padding: 7em 0 1em;
}

.overview-content .tapo-selling-points .box {
    height: 0;
    padding-top: 47.25%;
    margin: 0 auto;
    background: url(./img/b.png?v=2) top / 100% no-repeat;
    position: relative;
}

.overview-content .tapo-selling-points .highlight {
    font-size: 1.375em;
    font-weight: 500;
}

.overview-content .tapo-selling-points .text-large {
    font-size: 2.25em;
    font-weight: 400;
    line-height: 1.3333;
    display: block;
}

.overview-content .tapo-selling-points .text-big {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2;
    display: block;
}

.overview-content .tapo-selling-points .text-medium {
    font-size: 1.35em;
    font-weight: 200;
    line-height: 1.4;
    display: block;
}

.overview-content .tapo-selling-points .text-small {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.2;
    display: block;
}

.overview-content .tapo-selling-points .text-smaller {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
    display: block;
}

.overview-content .tapo-selling-points .desc {
    position: absolute;
    line-height: normal;
    text-align: left;
}

.overview-content .tapo-selling-points .desc-1 {
    top: 3%;
    left: 3%;
    width: 27%;
}

.overview-content .tapo-selling-points .desc-2-1 {
    top: 3%;
    left: 35%;
    width: 18.5%;
}

.overview-content .tapo-selling-points .desc-2-2 {
    bottom: 72.5%;
    left: 42%;
    width: 8.5%;
    color: #fff;
}

.overview-content .tapo-selling-points .desc-3 {
    top: 3%;
    left: 58%;
    width: 20%;
    color: #fff;
}

.overview-content .tapo-selling-points .desc-4 {
    top: 44%;
    left: 80%;
    width: 18%;
}

.overview-content .tapo-selling-points .desc-5 {
    left: 3%;
    bottom: 5%;
    width: 13%;
}

.overview-content .tapo-selling-points .desc-6 {
    left: 39%;
    bottom: 5%;
    width: 15%;
}

.overview-content .tapo-selling-points .desc-7 {
    left: 85%;
    bottom: 5%;
    width: 15%;
    color: #fff;
}

@media (min-width: 1921px) {
    .overview-content .tapo-selling-points {
        font-size: 0.8333vw;
    }
}

@media (max-width: 1680px) {
    .overview-content .tapo-selling-points {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .overview-content .tapo-selling-points {
        font-size: 12px;
    }
}

@media (max-width: 736px) {
    .overview-content .tapo-selling-points {
        font-size: 10.35px;
    }

    .overview-content .tapo-selling-points .w-container {
        width: auto;
    }

    .overview-content .tapo-selling-points .text {
        padding: 5em 0 3em;
        text-align: left;
    }

    .overview-content .tapo-selling-points .box {
        width: 88%;
        padding-top: 136.5%;
        background: url(./m/b.png?v=1) top / 100% no-repeat;
    }

    .overview-content .tapo-selling-points .text-large {
        font-size: 4.5vw;
    }

    .overview-content .tapo-selling-points .text-big {
        font-size: 3.25vw;
        padding-bottom: 0.2em;
    }

    .overview-content .tapo-selling-points .text-medium {
        font-size: 3vw;
    }

    .overview-content .tapo-selling-points .text-small {
        font-size: 2.2vw;
    }

    .overview-content .tapo-selling-points .text-smaller {
        font-size: 2.5vw;
    }

    .overview-content .tapo-selling-points .desc-1 {
        top: 2%;
        left: 4%;
        width: 52%;
    }

    .overview-content .tapo-selling-points .desc-2-1 {
        top: 2%;
        left: 63.5%;
        width: 33%;
    }

    .overview-content .tapo-selling-points .desc-2-2 {
        bottom: 84.5%;
        left: 76.5%;
        width: 15.5%;
    }

    .overview-content .tapo-selling-points .desc-3 {
        top: 35.5%;
        left: 4%;
        width: 32%;
    }

    .overview-content .tapo-selling-points .desc-4 {
        top: 91.5%;
        left: 4%;
        width: 32%;
    }

    .overview-content .tapo-selling-points .desc-5 {
        top: 37.5%;
        left: 44%;
        width: 23%;
    }

    .overview-content .tapo-selling-points .desc-6 {
        top: 62%;
        left: 44%;
        width: 26%;
    }

    .overview-content .tapo-selling-points .desc-7 {
        top: 83%;
        left: 70%;
        width: 26%;
    }
}

@media(max-width: 414px) {
    .overview-content .tapo-selling-points {
        font-size: 2.5vw;
    }
}

.overview-content .everything-needed {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
}

.overview-content .everything-needed .w-container {
    position: relative;
    width: 73.125em;
    margin: 0 auto;
}

.overview-content .everything-needed .text {
    width: 73.125em;
    text-align: center;
    padding: 5em 4em 1.5em;
    margin: 0 auto;
}

.overview-content .everything-needed h2 {
    font-size: 2.8125em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.375em;
}

.overview-content .everything-needed p {
    font-size: 1.22em;
    font-weight: 300;
    line-height: 1.5;
}

@media (max-width: 1680px) {
    .overview-content .everything-needed {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .overview-content .everything-needed {
        font-size: 12px;
    }
}

@media (max-width: 736px) {
    .overview-content .everything-needed {
        font-size: 10.35px;
    }

    .overview-content .everything-needed .w-container {
        width: auto;
        position: relative;
        margin: 0 20px;
    }

    .overview-content .everything-needed .text {
        text-align: left;
        width: auto;
        padding: 0 0 1.5em;
    }

    .overview-content .everything-needed h2 {
        font-size: 2.5em;
        line-height: 1.2;
        padding: 1.5em 0 0.5em;
    }

    .overview-content .everything-needed p {
        font-size: 1.75em;
        line-height: 1.5;
        padding-bottom: 1em;
    }
}

.overview-content .tapo-seamless-view {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto 7em;
}

.overview-content .tapo-seamless-view .w-container {
    width: 73.125em;
    margin: 0 auto;
}

.overview-content .tapo-seamless-view .text {
    padding: 5em 4em 1.5em;
    text-align: center;
}

.overview-content .tapo-seamless-view h2 {
    font-size: 2.8125em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.375em;
}

.overview-content .tapo-seamless-view p {
    font-size: 1.22em;
    font-weight: 300;
    line-height: 1.5;
}

.overview-content .tapo-seamless-view .menu {
    width: 72%;
    margin: 0 auto;
    padding: 0 0 2em;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.overview-content .tapo-seamless-view .menu li {
    display: inline-block;
    width: 32%;
}

.overview-content .tapo-seamless-view .menu li span {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    padding: 0.375em 0;
    display: inline-block;
    cursor: pointer;
}

.overview-content .tapo-seamless-view .menu li.active span {
    color: #005eac;
    border-bottom: 2px solid;
}

.overview-content .tapo-seamless-view .swiper-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.overview-content .tapo-seamless-view .swiper-slide {
    width: 73.125em;
    margin: 0 1em;
    text-align: center;
}

.overview-content .tapo-seamless-view .slide-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 48.375%;
    margin: 0 auto;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.overview-content .tapo-seamless-view .swiper-slide-1 .slide-img {
    background-image: url(./img/c-1.png);
}

.overview-content .tapo-seamless-view .swiper-slide-2 .slide-img {
    background-image: url(./img/c-2.png);
}

.overview-content .tapo-seamless-view .swiper-slide-3 .slide-img {
    background-image: url(./img/c-3.png);
}

.overview-content .tapo-seamless-view .button-prev,
.overview-content .tapo-seamless-view .button-next {
    position: absolute;
    z-index: 1;
    border: none;
    outline: none;
    background: none;
    opacity: 1;
    width: auto;
    height: auto;
    overflow: visible;
}

.overview-content .tapo-seamless-view .button-prev {
    bottom: 50%;
    left: calc(50% - 35em);
}

.overview-content .tapo-seamless-view .button-next {
    bottom: 50%;
    right: calc(50% - 35em);
}

.overview-content .tapo-seamless-view .button-arrow {
    width: 2.5em;
    height: 2.5em;
    display: block;
}

.overview-content .tapo-seamless-view .swiper-pagination {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

@media (min-width: 1921px) {
    .overview-content .tapo-seamless-view {
        font-size: 0.8333vw;
    }
}

@media (max-width: 1680px) {
    .overview-content .tapo-seamless-view {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .overview-content .tapo-seamless-view {
        font-size: 12px;
    }
}

@media (max-width: 736px) {
    .overview-content .tapo-seamless-view {
        font-size: 10.35px;
        margin: 0 auto 5em;
    }

    .overview-content .tapo-seamless-view .w-container {
        width: auto;
    }

    .overview-content .tapo-seamless-view .text {
        padding: 0 0 1em;
        text-align: left;
    }

    .overview-content .tapo-seamless-view h2 {
        font-size: 2.5em;
        font-weight: 400;
        line-height: 1.2;
        padding: 1.5em 6vw 0.5em;
    }

    .overview-content .tapo-seamless-view p {
        font-size: 1.75em;
        font-weight: 300;
        line-height: 1.5;
        padding: 0 6vw;
    }

    .overview-content .tapo-seamless-view .menu {
        width: auto;
        text-align: center;
        padding: 0em 6vw 2.5em;
    }

    .overview-content .tapo-seamless-view .menu li {
        width: 32%;
    }

    .overview-content .tapo-seamless-view .menu li span {
        font-size: 1.5em;
        font-weight: 400;
    }

    .overview-content .tapo-seamless-view .swiper-container {
        width: 100%;
    }

    .overview-content .tapo-seamless-view .swiper-slide {
        width: 88%;
        margin: 0 6%;
    }

    .overview-content .tapo-seamless-view .slide-img {
        width: 100%;
        height: 0;
        padding-top: 48.5%;
    }

    .overview-content .tapo-seamless-view .swiper-slide-1 .slide-img {
        background-image: url(./m/c-1.png);
    }

    .overview-content .tapo-seamless-view .swiper-slide-2 .slide-img {
        background-image: url(./m/c-2.png);
    }

    .overview-content .tapo-seamless-view .swiper-slide-3 .slide-img {
        background-image: url(./m/c-3.png);
    }

    .overview-content .tapo-seamless-view .button-prev,
    .overview-content .tapo-seamless-view .button-next {
        opacity: 0;
    }

    .overview-content .tapo-seamless-view .button-prev {
        bottom: 50%;
        left: 6vw;
    }

    .overview-content .tapo-seamless-view .button-next {
        bottom: 50%;
        right: 6vw;
    }

    .overview-content .tapo-seamless-view .button-arrow {
        width: 0vw;
        height: 0vw;
    }

    .overview-content .tapo-seamless-view .swiper-pagination {
        width: 0;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
}

@media (max-width: 414px) {
    .overview-content .tapo-seamless-view {
        font-size: 2.5vw;
    }
}



.overview-content .enduring-power-for-continuous-security {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
    background: url(./img/d.jpg) bottom / 120em no-repeat;
    height: 49em;
    position: relative;
}

.overview-content .enduring-power-for-continuous-security .w-container {
    width: 87.5em;
    margin: 0 auto;
    position: relative;
}

.overview-content .enduring-power-for-continuous-security .text {
    text-align: left;
    color: #fff;
    padding: 12em 16em 0 0em;
}

.overview-content .enduring-power-for-continuous-security h2 {
    font-size: 2.8125em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 1em;
}

.overview-content .enduring-power-for-continuous-security h3 {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.25em;
}

.overview-content .enduring-power-for-continuous-security p {
    font-size: 1.22em;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 1.5em;
    padding-right: 33em;
}

.overview-content .enduring-power-for-continuous-security .circle-button {
    transform: scale(0);
    background: #005eac;
    opacity: 0;
    border-radius: 2em;
    cursor: pointer;
    display: inline-block
}

.overview-content .enduring-power-for-continuous-security .circle-button.active1 {
    opacity: 1;
    transform: scale(1);
    background: #fff;
    transition: 1s ease-in-out all;
}

.overview-content .enduring-power-for-continuous-security .circle-button.active1.active2 {
    width: auto;
}

.overview-content .enduring-power-for-continuous-security .battery-button {
    padding: 0.75em 1em 0.75em 2em;
    border-radius: 1em;
    opacity: 0;
    transition: 1s ease-in-out opacity;
    transition-delay: 2s;
}

.overview-content .enduring-power-for-continuous-security .content {
    display: flex;
    align-items: center;
}

.overview-content .enduring-power-for-continuous-security .content p {
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    color: #000;
    padding: 0;
}

.overview-content .enduring-power-for-continuous-security .content img {
    width: 3em;
    height: 1.5em;
    margin-left: 1em;
}

.overview-content .enduring-power-for-continuous-security .note {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

.overview-content .enduring-power-for-continuous-security .note1 {
    color: #005eac;
}

@media (min-width:1921px) {
    .overview-content .enduring-power-for-continuous-security {
        font-size: 0.8333vw;
    }
}

@media (max-width:1680px) {
    .overview-content .enduring-power-for-continuous-security {
        font-size: 14px;
    }
}

@media (max-width:1440px) {
    .overview-content .enduring-power-for-continuous-security {
        font-size: 12px;
    }
}

@media (max-width:736px) {
    .overview-content .enduring-power-for-continuous-security {
        font-size: 10.35px;
        height: auto;
        background: #f2f2f2 url(./m/d.jpg) 50% 100% no-repeat;
        background-size: 100%;
        padding-bottom: 75vw;
    }

    .overview-content .enduring-power-for-continuous-security .w-container {
        width: auto;
        position: relative;

    }

    .overview-content .enduring-power-for-continuous-security .text {
        padding: 0 0 1.5em;
        text-align: left;
        color: #000;
    }

    .overview-content .enduring-power-for-continuous-security h2 {
        font-size: 2.5em;
        line-height: 1.2;
        padding: 1.5em 20px 0.5em
    }

    .overview-content .enduring-power-for-continuous-security h3 {
        font-size: 2em;
        line-height: 1.2;
        padding: 0 20px 0.5em;
    }

    .overview-content .enduring-power-for-continuous-security .bg {
        height: 44vw;
    }

    .overview-content .enduring-power-for-continuous-security .text p {
        font-size: 1.75em;
        line-height: 1.5;
        padding: 0 20px 1em;
    }

    .overview-content .enduring-power-for-continuous-security .note {
        font-size: 2.5vw;
        top: 45em;
        width: 38em;
    }

    .overview-content .enduring-power-for-continuous-security .content img {
        width: 3em;
        height: 1.5em;
    }

    .overview-content .enduring-power-for-continuous-security .content p {
        font-size: 1.5em;
        padding: 0;
    }

    .overview-content .enduring-power-for-continuous-security .circle-button {
        margin-left: 20px;
    }
}

@media (max-width:414px) {
    .overview-content .enduring-power-for-continuous-security {
        font-size: 2.5vw
    }
}


.overview-content .popup {
    display: flex;
    font-size: 16px;
    margin: 0 auto;
    background-color: #f2f2f2;
}

.overview-content .popup .w-container {
    width: 73.125em;
    margin: 4.5em auto 7em;
    border-radius: 2em;
    background-color: white;
    overflow: hidden;
    position: relative;
}

.overview-content .popup h3 {
    font-size: 1.15em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.375em;
    text-align: center;
}

.overview-content .popup p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

.overview-content .popup .close {
    width: 3%;
    position: relative;
    margin: 1.5em 1.5em .5em;
    left: 93%;
}

.overview-content .popup ul {
    display: flex;
    justify-content: space-evenly;
}

.overview-content .popup ul li {
    position: relative;
    width: 31.5%;
}

.overview-content .popup .text-container {
    text-align: center;
    padding: .5em 2em 3em;
    margin: 2em auto;
}

.overview-content .popup .img-container {
    position: relative;
    padding: 1em;
    border-radius: 1em;
    overflow: hidden;
    background-color: #fafafa;
}

.overview-content .popup .img-container .overlay {
    position:absolute;
    transform: translateX(-50%);
    left: 50%;
    font-size: 4em;
    font-weight: 500;
    text-align: center;
    color: #005eac;
    width: 100%;
}

@media (max-width: 1680px) {
    .overview-content .popup {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .overview-content .popup {
        font-size: 12px;
    }
}

@media (max-width: 736px) {
    .overview-content .popup {
        font-size: 10.35px;
    }

    .overview-content .popup .w-container {
        width: auto;
        position: relative;
        margin: 3em 20px 3em;
    }
    
    .overview-content .popup h3 {
        font-size: 2em;
        line-height: 1.2;
        padding: 0 0 0.5em;
        text-align: left;
    }
    
    .overview-content .popup p {
        font-size: 1.75em;
        line-height: 1.5;
        padding-bottom: 0;
        text-align: left;
    }

    .overview-content .popup .close {
        width: 8%;
    }
    
    .overview-content .popup ul {
        flex-direction: column;
        gap: 1.5em;
        margin-bottom: 3em;
    }
    
    .overview-content .popup ul li {
        display: flex;
        width: 93%;
        margin: 0 auto 3em;
        align-items: center;
        justify-content: space-between;
    }
    
    .overview-content .popup .text-container {
        width: auto;
        margin: 0;
        padding: 0;
        text-align: left;
        color: #000;
    }

    .overview-content .popup .img-container {
        width: 43%;
        flex-shrink: 0;
        height: fit-content;
        margin: 0 1em 0 0;
    }

    .overview-content .popup .img-container .overlay {
        font-size: 3.25em;
    }
    
}


html.overyhide,
body.overyhide {
    overflow-y: hidden;
}

.overview-content .show-dialog {
    font-size: 16px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #fbfbfb;
    z-index: -99;
    opacity: 0;
    transition: 0s ease-in-out opacity;
}

.overview-content .show-dialog.active {
    opacity: 1;
    z-index: 99;
    transition: 1s ease-in-out opacity;
}

.overview-content .show-dialog .w-container {
    width: 106.5em;
    margin: 6em auto;
    position: relative;
}

.overview-content .show-dialog .text {
    padding: 5em 2em 5em;
    text-align: center;
    background: #fff;
    border-radius: 3em;
}

.overview-content .show-dialog h2 {
    font-size: 2.8125em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.5em;
}

.overview-content .show-dialog h3 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 0.5em;
}

.overview-content .show-dialog p {
    font-size: 1.125em;
    line-height: 1.5;
    padding-bottom: 4em;
    padding: 0 1em 4em;
}

.overview-content .show-dialog ul {
    display: flex;
    justify-content: space-between;
}

.overview-content .show-dialog li .icon {
    width: 32.625em;
    padding-bottom: 2em;
}

.overview-content .show-dialog li {
    width: 36em;
}

.overview-content .show-dialog .close-button {
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    right: 2em;
    top: 2em;
    cursor: pointer;
}

@media (min-width:1921px) {
    .overview-content .show-dialog {
        font-size: 0.8333vw;
    }
}

@media (max-width:1680px) {
    .overview-content .show-dialog {
        font-size: 14px;
    }
}

@media (max-width:1440px) {
    .overview-content .show-dialog {
        font-size: 12px;
    }
}

@media (max-width:736px) {
    .overview-content .show-dialog {
        font-size: 10.35px;
    }

    .overview-content .show-dialog .w-container {
        width: auto;
        position: relative;
        margin: 2em 1em;
    }

    .overview-content .show-dialog .text {
        padding: 0 0 1.5em;
        text-align: center;
    }

    .overview-content .show-dialog h2 {
        font-size: 2.5em;
        line-height: 1.2;
        padding: 1.5em 20px 0.5em
    }

    .overview-content .show-dialog ul {
        display: block;
        padding: 5em 2em 0;
    }

    .overview-content .show-dialog ul br {
        display: none;
    }

    .overview-content .show-dialog .text p {
        font-size: 1.75em;
        text-align: center;
        padding: 0 20px 2em;
    }

    .overview-content .show-dialog .content p {
        font-size: 2.75vw;
        text-align: left;
        padding: 0;
    }

    .overview-content .show-dialog h3 {
        font-size: 1.25em;
        text-align: left;
    }

    .overview-content .show-dialog li {
        width: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 2.5em;
    }

    .overview-content .show-dialog li .icon {
        width: 30vw;
        padding: 0;
        margin-right: 2em;
    }

    .overview-content .show-dialog .close-button {
        top: 4vw;
        right: 4vw;
    }

    .overview-content .show-dialog a {
        color: #005eac;
    }
}

@media (max-width:414px) {
    .overview-content .show-dialog {
        font-size: 2.5vw;
    }
}



.overview-content .tapo-vivid-colors {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
    position: relative;
}

.overview-content .tapo-vivid-colors .w-container {
    display: block;
    width: 100%;
    height: 54.75em;
    margin: 0 auto;
    position: relative;
}

.overview-content .tapo-vivid-colors .text {
    width: 73.125em;
    margin: 0 auto;
    padding: 5em 0em 1.5em;
    text-align: center;
    color: #fff;
    z-index: 1;
    position: relative;
}

.overview-content .tapo-vivid-colors h2 {
    font-size: 2.8125em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.375em;
}

.overview-content .tapo-vivid-colors p {
    font-size: 1.22em;
    font-weight: 300;
    line-height: 1.5;
}

.overview-content .tapo-vivid-colors .c410-box.fixed {
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 120em;
}

.overview-content .tapo-vivid-colors .c410-box.absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.overview-content .tapo-vivid-colors .text-container {
    width: 100%;
}

.overview-content .tapo-vivid-colors .img-container {
    position: absolute;
    left: 0;
    top: 0em;
    width: 100%;
}

.overview-content.js-active .tapo-vivid-colors .img-container {
    width: 100%;
    height: 54.75em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overview-content .tapo-vivid-colors .img-container .img-item {
    width: 100%;
    margin: 0 auto;
}

.overview-content.js-active .tapo-vivid-colors .img-container .img-item {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: opacity 1s linear;
}

.overview-content.js-active .tapo-vivid-colors .img-container .img-item.active {
    opacity: 1;
}

.overview-content .tapo-vivid-colors .img-container .img-item img,
.overview-content .tapo-vivid-colors .img-container .img-item .mask img {
    width: 100%;
}

.overview-content .tapo-vivid-colors .img-container .img-item .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.overview-content .tapo-vivid-colors .swiper-wrapper {
    display: block;
}

.overview-content .tapo-vivid-colors .swiper-slide {
    position: relative;
    width: 100%;
    height: 58.5em;
    margin: 0 auto;
}

.overview-content.js-active .tapo-vivid-colors .swiper-slide {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.overview-content.js-active .tapo-vivid-colors .swiper-slide.active {
    opacity: 1;
    height: 58.25em;
    overflow: visible;
}

.overview-content .tapo-vivid-colors .m-show {
    display: none;
}

@media (min-width: 1921px) {
    .overview-content .tapo-vivid-colors {
        font-size: 0.8333vw;
    }
}

@media (max-width: 1680px) {
    .overview-content .tapo-vivid-colors {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .overview-content .tapo-vivid-colors {
        font-size: 12px;
    }
}

@media (max-width: 736px) {
    .overview-content .tapo-vivid-colors {
        font-size: 10.35px;
        background-color: #f2f2f2;
    }

    .overview-content .tapo-vivid-colors .w-container {
        width: auto;
        height: auto;
    }

    .overview-content .tapo-vivid-colors .text {
        width: auto;
        padding: 0 0 1.5em;
        text-align: left;
        color: #000;
        z-index: 0;
    }

    .overview-content .tapo-vivid-colors h2 {
        font-size: 2.5em;
        font-weight: 400;
        line-height: 1.2;
        padding: 1.5em 6vw 0.5em;
    }

    .overview-content .tapo-vivid-colors p {
        font-size: 1.75em;
        font-weight: 300;
        line-height: 1.5;
        padding: 0 6vw;
    }

    .overview-content .tapo-vivid-colors .c410-box.fixed {
        position: static;
    }

    .overview-content .tapo-vivid-colors .c410-box.absolute {
        position: static;
    }

    .overview-content .tapo-vivid-colors .text-container {
        display: none;
    }

    .overview-content.js-active .tapo-vivid-colors .img-container,
    .overview-content .tapo-vivid-colors .img-container {
        display: table;
        width: 100vw;
        height: 47.5vw;
        position: relative;
        background: url(./m/e-2.jpg) top / 100% no-repeat;
        overflow: hidden;
    }

    .overview-content .tapo-vivid-colors .img-container .img-item,
    .overview-content.js-active .tapo-vivid-colors .img-container .img-item {
        opacity: 1;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 50%;
        z-index: 1;
        display: table-cell;
        overflow-x: hidden;
    }

    .overview-content .tapo-vivid-colors .img-container .img-item-2,
    .overview-content.js-active .tapo-vivid-colors .img-container .img-item-2 {
        width: unset;
    }

    .overview-content .tapo-vivid-colors .img-container .img-item .mask {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .overview-content .tapo-vivid-colors .img-container .img-item .mask img {
        width: 100vw;
    }

    .overview-content .tapo-vivid-colors .swiper-container {
        overflow-x: hidden;
    }

    .overview-content .tapo-vivid-colors .swiper-wrapper {
        display: flex;
        padding-left: 0;
    }

    .overview-content.js-active .tapo-vivid-colors .swiper-slide,
    .overview-content.js-active .tapo-vivid-colors .swiper-slide.active {
        opacity: 1;
        height: auto;
        overflow: visible;
    }

    .overview-content .tapo-vivid-colors .swiper-slide {
        position: relative;
        height: auto;
    }

    .overview-content .tapo-vivid-colors .img-container img.icon {
        width: 6.25vw;
        margin-right: 2vw;
    }

    .overview-content .tapo-vivid-colors .img-container .separator-line {
        -ms-user-select: none;
        user-select: none;
        touch-action: none;
        cursor: col-resize;
        position: absolute;
        left: -2.5vw;
        top: 0;
        bottom: 0;
        background: url(./m/e-separator.png) center / auto 100% no-repeat;
        width: 7vw;
    }

    .overview-content .tapo-vivid-colors .m-hide {
        display: none;
    }

    .overview-content .tapo-vivid-colors .m-show {
        display: block;
    }
}

@media (max-width: 414px) {
    .overview-content .tapo-vivid-colors {
        font-size: 2.5vw;
    }
}



.overview-content .ai-powered-detection {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
    position: relative;
}

.overview-content .ai-powered-detection .w-container {
    width: 73.125em;
    margin: 0 auto;
}

.overview-content .ai-powered-detection .text {
    text-align: center;
    padding: 5em 0 2em;
}

.overview-content .ai-powered-detection h2 {
    font-size: 2.8125em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.375em;
}

.overview-content .ai-powered-detection p {
    font-size: 1.22em;
    font-weight: 300;
    line-height: 1.5;
}

.overview-content .ai-powered-detection .icon-container {
    margin: 0 auto 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overview-content .ai-powered-detection .icon-container img {
    width: 3em;
    height: auto;
    margin-right: 1em;
    display: inline-block;
}

.overview-content .ai-powered-detection .icon-container span {
    font-size: 1.22em;
    font-weight: 400;
    line-height: 1.3333;
    color: #005eac;
}

.overview-content .ai-powered-detection .video-container {
    position: relative;
    width: 67.265625em;
    margin: 0 auto;
    height: 33em;
}

.overview-content .ai-powered-detection .video-container .img-phone {
    width: 67.265625em;
    position: absolute;
    z-index: 2;
}

.overview-content .ai-powered-detection .video-container video {
    position: absolute;
    left: 1.5em;
    top: 1.75em;
    width: 65em;
    border-radius: 3em;
}

@media (min-width:1921px) {
    .overview-content .ai-powered-detection {
        font-size: 0.8333vw;
    }
}

@media (max-width:1680px) {
    .overview-content .ai-powered-detection {
        font-size: 14px;
    }
}

@media (max-width:1440px) {
    .overview-content .ai-powered-detection {
        font-size: 12px;
    }
}

@media (max-width:736px) {
    .overview-content .ai-powered-detection {
        font-size: 10.35px;
    }

    .overview-content .ai-powered-detection .w-container {
        width: auto;
    }

    .overview-content .ai-powered-detection .text {
        padding: 0 0 1.5em;
        text-align: left;
    }

    .overview-content .ai-powered-detection h2 {
        font-size: 2.5em;
        font-weight: 400;
        line-height: 1.2;
        padding: 1.5em 6vw 0.5em;
    }

    .overview-content .ai-powered-detection p {
        font-size: 1.75em;
        font-weight: 300;
        line-height: 1.5;
        padding: 0 6vw;
    }

    .overview-content .ai-powered-detection .icon-container {
        margin: 0 6vw 2em;
        justify-content: flex-start;
    }

    .overview-content .ai-powered-detection .icon-container img {
        width: 3em;
        margin-right: 1em;
    }

    .overview-content .ai-powered-detection .icon-container span {
        font-size: 1.5em;
        font-weight: 400;
        line-height: 1.3333;
        color: #005eac;
    }

    .overview-content .ai-powered-detection .video-container {
        width: 90%;
        height: 44vw;
    }

    .overview-content .ai-powered-detection .video-container .img-phone {
        width: 100%;
    }

    .overview-content .ai-powered-detection .video-container video {
        width: 97%;
        left: 1.5vw;
        top: 1.5vw;
    }
}

@media (max-width:414px) {
    .overview-content .ai-powered-detection {
        font-size: 2.5vw;
    }
}



.overview-content .features-for-security {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
}

.overview-content .features-for-security .w-container {
    width: 73.125em;
    margin: 0 auto;
}

.overview-content .features-for-security .text {
    padding: 6em 0em 0em;
    text-align: center;
}

.overview-content .features-for-security h2 {
    font-size: 2.8125em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0em;
}

.overview-content .features-for-security h3 {
    font-size: 2.34375em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.5em;
}

.overview-content .features-for-security p {
    font-size: 1.22em;
    font-weight: 300;
    line-height: 1.5;
}

.overview-content .features-for-security .img-container {
    position: relative;
    width: 49.5%;
}

.overview-content .features-for-security .desc-img {
    width: 100%;
}

.overview-content .features-for-security span.desc {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.2;
    position: absolute;
    text-align: left;
}

.overview-content .features-for-security span.desc-rectangle-blue {
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 2em;
    background: #005eac;
}

.overview-content .features-for-security span.desc-rectangle-blue::before {
    content: '';
    position: absolute;
    left: -1em;
    bottom: -1em;
    width: 0.75em;
    height: 0.75em;
    background: url(./img/g-icon-circle.png) top / 100% no-repeat;
}

.overview-content .features-for-security span.desc-1 {
    left: 45%;
    top: 30%;
    width: 41%;
}

.overview-content .features-for-security .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3em auto 6em;
}

.overview-content .features-for-security .text-container-1 {
    text-align: left;
    width: 41%;
    box-sizing: border-box;
}

.overview-content .features-for-security .text-container-2 {
    text-align: right;
    width: 42%;
}

.overview-content .features-for-security img.web-img {
    display: block;
}

.overview-content .features-for-security img.mobile-img {
    display: none;
}

@media (min-width: 1922px) {
    .overview-content .features-for-security {
        font-size: 0.8333vw;
    }
}

@media (max-width:1680px) {
    .overview-content .features-for-security {
        font-size: 14px;
    }
}

@media (max-width:1440px) {
    .overview-content .features-for-security {
        font-size: 12px;
    }
}

@media (max-width:736px) {
    .overview-content .features-for-security {
        font-size: 10.35px;
        padding-bottom: 3em;
    }

    .overview-content .features-for-security .w-container {
        width: auto;
    }

    .overview-content .features-for-security .text {
        padding: 0 0 1.5em;
        text-align: left;
    }

    .overview-content .features-for-security h2 {
        font-size: 2.5em;
        font-weight: 400;
        line-height: 1.2;
        padding: 1.5em 6vw 1em;
    }

    .overview-content .features-for-security h3 {
        font-size: 2em;
        font-weight: 400;
        line-height: 1.2;
        padding: 1em 6vw 0.375em;
    }

    .overview-content .features-for-security p {
        font-size: 1.75em;
        font-weight: 300;
        line-height: 1.5;
        padding: 0 6vw;
    }

    .overview-content .features-for-security .content {
        display: block;
        margin: 0 auto;
    }

    .overview-content .features-for-security .content+.content {
        margin-top: 3em;
    }

    .overview-content .features-for-security .content-4,
    .overview-content .features-for-security .content-2 {
        display: flex;
        flex-direction: column-reverse;
        margin: 0 auto;
    }

    .overview-content .features-for-security .text-container-1,
    .overview-content .features-for-security .text-container-2 {
        width: auto;
        padding: 0 0;
        text-align: left;
    }

    .overview-content .features-for-security .img-container {
        width: 88%;
        margin: 0 auto;
    }

    .overview-content .features-for-security span.desc {
        font-size: 3vw;
    }

    .overview-content .features-for-security span.desc-rectangle-blue::before {
        left: -1em;
        bottom: -1em;
        width: 2vw;
        height: 2vw;
    }

    .overview-content .features-for-security span.desc-1 {
        left: 44%;
        top: 25%;
        width: 45%;
    }

    .overview-content .features-for-security img.web-img {
        display: none;
    }

    .overview-content .features-for-security img.mobile-img {
        display: block;
    }
}

@media (max-width:414px) {
    .overview-content .features-for-security {
        font-size: 2.5vw;
    }
}



.overview-content .tapo-high-clarity {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
    padding-bottom: 6em;
    background-color: #f2f2f2;
}

.overview-content .tapo-high-clarity .w-container {
    width: 73.125em;
    margin: 0 auto;
}

.overview-content .tapo-high-clarity .text {
    padding: 5em 0em 1.5em;
    text-align: center;
}

.overview-content .tapo-high-clarity h2 {
    font-size: 2.8125em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.375em;
}

.overview-content .tapo-high-clarity p {
    font-size: 1.22em;
    font-weight: 300;
    line-height: 1.5;
}

.overview-content .tapo-high-clarity .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 33%;
    margin: 0 auto;
    background: url(./img/h.png) top / 100% no-repeat;
}

@media (min-width: 1921px) {
    .overview-content .tapo-high-clarity {
        font-size: 0.8333vw;
    }
}

@media (max-width: 1680px) {
    .overview-content .tapo-high-clarity {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .overview-content .tapo-high-clarity {
        font-size: 12px;
    }
}

@media (max-width: 736px) {
    .overview-content .tapo-high-clarity {
        font-size: 10.35px;
        padding-bottom: 0em;
    }

    .overview-content .tapo-high-clarity .w-container {
        width: auto;
    }

    .overview-content .tapo-high-clarity .text {
        padding: 0 0 1.5em;
        text-align: left;
    }

    .overview-content .tapo-high-clarity h2 {
        font-size: 2.5em;
        font-weight: 400;
        line-height: 1.2;
        padding: 1.5em 6vw 0.5em;
    }

    .overview-content .tapo-high-clarity p {
        font-size: 1.75em;
        font-weight: 300;
        line-height: 1.5;
        padding: 0 6vw;
    }

    .overview-content .tapo-high-clarity .img {
        width: 100%;
        padding-top: 43%;
        background: url(./m/h.jpg) top / 100% no-repeat;
    }
}

@media (max-width: 414px) {
    .overview-content .tapo-high-clarity {
        font-size: 2.5vw;
    }
}



.overview-content .flexible-storage-options {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
}

.overview-content .flexible-storage-options .w-container {
    width: 73.125em;
    margin: 0 auto;
}

.overview-content .flexible-storage-options .text {
    padding: 5em 0 3em;
    text-align: center;
}

.overview-content .flexible-storage-options h2 {
    font-size: 2.8125em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.375em;
}

.overview-content .flexible-storage-options p {
    font-size: 1.22em;
    font-weight: 300;
    line-height: 1.5;
}

.overview-content .flexible-storage-options a {
    font-size: 1.22em;
    font-weight: 300;
    line-height: 1.5;
    color: #005eac;
    text-decoration: none;
    border-bottom: 0.1em solid transparent;
    display: inline-block;
}

.overview-content .flexible-storage-options a:hover {
    border-color: #005eac;
}

.overview-content .flexible-storage-options .bg-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7em;
}

.overview-content .flexible-storage-options .txt-container {
    width: 37.5%;
    box-sizing: border-box;
    padding-top: 4em;
}

.overview-content .flexible-storage-options .txt-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    padding: 0;
    text-align: left;
    border: none;
    outline: none;
    background: none;
}

.overview-content .flexible-storage-options .txt-header .title {
    display: block;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.2;
    padding: 0.5em 0.5em 0.5em 0;
    flex: 1;
}

.overview-content .flexible-storage-options .txt-header .icon-fold {
    width: 1.5em;
}

.overview-content .flexible-storage-options .txt-item.active .txt-header .icon-fold {
    transform: rotateZ(90deg);
    transition: transform 0.8s;
}

.overview-content .flexible-storage-options .txt-body {
    padding-bottom: 0.25em;
}

.overview-content.js-active .flexible-storage-options .txt-body {
    display: none;
    overflow: hidden;
}

.overview-content .flexible-storage-options .img-container {
    width: 50%;
}

.overview-content .flexible-storage-options .img-container .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.overview-content.js-active .flexible-storage-options .img-container .img {
    display: none;
}

.overview-content.js-active .flexible-storage-options .img-container .img.active {
    display: block;
}

.overview-content .flexible-storage-options .img-container .img-1 {
    background-image: url(./img/i-1.png);
}

.overview-content .flexible-storage-options .img-container .img-2 {
    background-image: url(./img/i-2.png);
}

.overview-content .flexible-storage-options .icon-container {
    display: flex;
    justify-content: space-between;
    width: 20em;
    margin-top: 1em;
}

.overview-content .flexible-storage-options .icon-item {
    text-align: center;
}

.overview-content .flexible-storage-options .icon-item p.desc {
    width: auto;
}

.overview-content .flexible-storage-options .icon-box {
    position: relative;
    align-items: center;
}

.overview-content .flexible-storage-options .icon-box span {
    position: absolute;
    font-size: 1em;
    left: 0.25em;
    line-height: 1;
    width: 4em;
    top: 1em;
    color: #9fa0a0;
    text-align: center;
}

.overview-content .flexible-storage-options .icon-box .icon {
    width: 4.359375em;
    height: 4.359375em;
    margin: 0 auto;
}

.overview-content .flexible-storage-options .m-show {
    display: none;
}

@media (min-width:1921px) {
    .overview-content .flexible-storage-options {
        font-size: 0.8333vw;
    }
}

@media (max-width:1680px) {
    .overview-content .flexible-storage-options {
        font-size: 14px;
    }
}

@media (max-width:1440px) {
    .overview-content .flexible-storage-options {
        font-size: 12px;
    }
}

@media (max-width: 736px) {
    .overview-content .flexible-storage-options {
        font-size: 10.35px;
        padding-bottom: 4em;
    }

    .overview-content .flexible-storage-options .w-container {
        width: auto;
    }

    .overview-content .flexible-storage-options .text {
        padding: 0 0 2em;
        text-align: left;
    }

    .overview-content .flexible-storage-options h2 {
        font-size: 2.5em;
        font-weight: 400;
        line-height: 1.2;
        padding: 1.5em 6vw 0.5em;
    }

    .overview-content .flexible-storage-options p {
        font-size: 1.75em;
        font-weight: 300;
        line-height: 1.5;
        padding: 0 6vw;
    }

    .overview-content .flexible-storage-options p.title {
        font-size: 2em;
        font-weight: 400;
        line-height: 1.2;
        padding: 0 6vw 0.375em;
    }

    .overview-content .flexible-storage-options a {
        font-size: 1.75em;
        font-weight: 300;
        line-height: 1.5;
        margin: 0.5em 6vw 0;
    }

    .overview-content .flexible-storage-options .bg-container {
        display: block;
        padding: 0;
    }

    .overview-content .flexible-storage-options .txt-container {
        display: none;
        width: auto;
        box-sizing: border-box;
        padding-top: 0;
    }

    .overview-content .flexible-storage-options .txt-header {
        padding: 1vw 0;
    }

    .overview-content .flexible-storage-options .txt-header .icon-fold {
        width: 4vw;
    }

    .overview-content .flexible-storage-options .txt-body {
        display: none;
        overflow: hidden;
        padding-bottom: 0vw;
    }

    .overview-content .flexible-storage-options .img-txt {
        padding-top: 1.5em;
        margin: 0 -5vw;
    }

    .overview-content .flexible-storage-options .img-container {
        width: auto;
    }

    .overview-content.js-active .flexible-storage-options .img-container .img,
    .overview-content.js-active .flexible-storage-options .img-container .img.active {
        display: block;
    }

    .overview-content .flexible-storage-options .img-container .img {
        width: 88%;
        height: auto;
        margin: 0 auto;
        padding-top: 66%;
        background-position: top;
        background-size: 100%;
    }

    .overview-content .flexible-storage-options .img-container .img+.img {
        margin-top: 2.5em;
    }

    .overview-content .flexible-storage-options .img-container .img-1 {
        background-image: url(./m/i-1.png);
        padding-top: 67%;
    }

    .overview-content .flexible-storage-options .img-container .img-2 {
        background-image: url(./m/i-2.png);
    }

    .overview-content .flexible-storage-options .icon-container {
        width: auto;
        text-align: center;
        margin: 1em 6% 0;
        justify-content: space-around;
    }

    .overview-content .flexible-storage-options .icon-item p.desc {
        font-size: 3.5vw;
    }

    .overview-content .flexible-storage-options .icon-box .icon {
        width: 12vw;
        height: 12vw;
    }

    .overview-content .flexible-storage-options .icon-box span {
        left: 20%;
        top: 23%;
        font-size: 3vw;
    }

    .overview-content .flexible-storage-options .m-show {
        display: block;
    }

    .overview-content .flexible-storage-options .m-hide {
        display: none;
    }
}

@media (max-width:414px) {
    .overview-content .flexible-storage-options {
        font-size: 2.5vw;
    }
}



.overview-content .tapo-functions {
    font-size: 16px;
    max-width: 120em;
    margin: 0 auto;
}

.overview-content .tapo-functions .w-container {
    width: 73.125em;
    margin: 0 auto;
}

.overview-content .tapo-functions .text {
    padding: 6em 0em 1em;
    text-align: center;
}

.overview-content .tapo-functions h2 {
    font-size: 2.8125em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.375em;
}

.overview-content .tapo-functions p {
    font-size: 1.22em;
    font-weight: 300;
    line-height: 1.5;
}

.overview-content .tapo-functions p.title {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 0.25em;
}

.overview-content .tapo-functions .ul-functions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.overview-content .tapo-functions .ul-functions li {
    width: 49%;
}

.overview-content .tapo-functions .ul-functions li .img-txt {
    padding: 0.5em 0 2em;
    text-align: center;
}

.overview-content .tapo-functions .ul-functions li .img {
    height: auto;
    position: relative;
}

.overview-content .tapo-functions .ul-functions li .img img {
    width: 100%;
}

.overview-content .tapo-functions .desc {
    position: absolute;
    line-height: normal;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    display: block;
}

.overview-content .tapo-functions .desc-rectangle-blue {
    color: #fff;
    background-color: #005eac;
    padding: 0.375em 1em;
    border-radius: 1.5em;
}

.overview-content .tapo-functions .desc-rectangle-blue::before {
    content: '';
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    background: url(./img/j-icon-circle.png) top / 100% no-repeat;
}

.overview-content .tapo-functions span.desc-1 {
    right: 37%;
    bottom: 68%;
}

.overview-content .tapo-functions span.desc-1::before {
    right: -1em;
    bottom: -1em;
}

.overview-content .tapo-functions span.desc-2 {
    left: 39%;
    bottom: 70%;
    width: 18%;
}

.overview-content .tapo-functions span.desc-2::before {
    left: -1em;
    bottom: -1em;
}

.overview-content .tapo-functions span.desc-3 {
    left: 49%;
    top: 34%;
    width: 26%;
}

.overview-content .tapo-functions span.desc-3::before {
    right: 2em;
    top: -1.5em;
}

@media (min-width: 1921px) {
    .overview-content .tapo-functions {
        font-size: 0.8333vw;
    }
}

@media (max-width: 1680px) {
    .overview-content .tapo-functions {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .overview-content .tapo-functions {
        font-size: 12px;
    }
}

@media (max-width: 736px) {
    .overview-content .tapo-functions {
        font-size: 10.35px;
    }

    .overview-content .tapo-functions .w-container {
        width: auto;
    }

    .overview-content .tapo-functions .text {
        padding: 0 0 1em;
        text-align: left;
    }

    .overview-content .tapo-functions h2 {
        font-size: 2.5em;
        line-height: 1.2;
        font-weight: 400;
        padding: 1.5em 6vw 0.5em;
    }

    .overview-content .tapo-functions h3 {
        font-size: 2em;
        font-weight: 500;
        line-height: 1.2;
        color: #9fa0a0;
        padding: 1em 6vw 0.5em;
        text-align: center;
    }

    .overview-content .tapo-functions p {
        font-size: 1.75em;
        font-weight: 300;
        line-height: 1.5;
        padding: 0 6vw;
    }

    .overview-content .tapo-functions p.title {
        font-size: 2em;
        font-weight: 400;
        line-height: 1.2;
        padding: 0 6vw 0.5em;
    }

    .overview-content .tapo-functions .ul-functions {
        display: block;
    }

    .overview-content .tapo-functions .ul-functions li {
        width: 100%;
    }

    .overview-content .tapo-functions .ul-functions li .img-txt {
        padding: 1.5em 0 3em;
        text-align: left;
    }

    .overview-content .tapo-functions .desc {
        font-size: 3.25vw;
    }

    .overview-content .tapo-functions .desc-rectangle-blue {
        padding: 0.375em 1em;
    }

    .overview-content .tapo-functions .desc-rectangle-blue::before {
        width: 2vw;
        height: 2vw;
    }

    .overview-content .tapo-functions span.desc-1 {
        right: 37%;
        bottom: 68%;
    }

    .overview-content .tapo-functions span.desc-1::before {
        right: -1em;
        bottom: -1em;
    }

    .overview-content .tapo-functions span.desc-2 {
        left: 39%;
        bottom: 70%;
        width: 20%;
    }

    .overview-content .tapo-functions span.desc-2::before {
        left: -1em;
        bottom: -1em;
    }

    .overview-content .tapo-functions span.desc-3 {
        left: 49%;
        top: 34%;
        width: 30%;
    }

    .overview-content .tapo-functions span.desc-3::before {
        right: 2em;
        top: -1em;
    }
}

@media (max-width: 414px) {
    .overview-content .tapo-functions {
        font-size: 2.5vw;
    }
}