.tapo-footer-new {
    max-width: 120em;
    font-size: 0.83vw;
    background: rgba(29, 37, 41, 0.95);
    position: relative;
    margin: 0 auto;
}
.tapo-footer-new-wrapper {
    width: 90em;
    margin: 0 auto;
    padding: 5em 0;
}
.tapo-footer-new-content {
    display: flex;
    padding: 0 0 2.5em;
}
.tapo-footer-new-content h3 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125em;
    font-weight: 500;
    line-height: 133.333%;
}
.tapo-footer-new-content ul li {
    color: rgba(255, 255, 255, 0.64);
    font-size: 1em;
    font-weight: 400;
    line-height: normal;
    margin: 1.5em 0 0;
}
.tapo-footer-new-content ul li a {
    cursor: pointer;

}
.tapo-footer-new-content ul li a:hover {
    color: #0069BF;
}
.tapo-footer-new-content .downloadCol-dropList {
    position: relative;
    display: inline-block;
    width: 100%;
}
.tapo-footer-new-content .downloadCol-dropList img {
    display: block;
}
.tapo-footer-new-content .downloadCol-dropList .tapo-app-icon {
    width: 3em;
    height: 3em;
    margin: 0 0 0.75em;
    cursor: pointer;
}
.tapo-footer-new-content .downloadCol-dropList-content {
    position: absolute;
    border-radius: 0.5em;
    padding: 0 0.75em;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    display: none;
}
.tapo-footer-new-content .downloadCol-dropList-content a{
    margin: 0.75em 0;
    width: 14.5em;
    height: 4.5em;
    display: block;
}
.tapo-footer-new-content .downloadCol-dropList-content a.apple-icon{
    background: url(https://static.tapo.com/res/new-home/tapo-app-store.svg) 50% 100% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.tapo-footer-new-content .downloadCol-dropList-content a.apple-icon:hover{
    background: url(https://static.tapo.com/res/new-home/tapo-app-selected.svg) 50% 100% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.tapo-footer-new-content .downloadCol-dropList-content a.google-icon{
    background: url(https://static.tapo.com/res/new-home/tapo-google-play.svg) 50% 100% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.tapo-footer-new-content .downloadCol-dropList-content a.google-icon:hover{
    background: url(https://static.tapo.com/res/new-home/tapo-google-play-selected.svg) 50% 100% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.tapo-footer-new-content
.downloadCol-dropList:focus-within
.downloadCol-dropList-content,
.tapo-footer-new-content
.downloadCol-dropList:hover
.downloadCol-dropList-content {
    display: block;
}
.tapo-footer-new-col {
    width: 16em;
    margin-right: 2.5em;
}
.tapo-footer-new .declarationAndLocation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 2.5625em;
}
.tapo-footer-new .declarationAndLocation a {
    cursor: pointer;
}
.tapo-footer-new .declarationAndLocation span {
    font-size: 0.875em;
    font-style: normal;
    font-weight: 400;
    line-height: 128.571%;
}
.tapo-footer-new .declarationAndLocation .declaration span {
    border-right: 0.071714em solid rgba(255, 255, 255, 0.4);
    padding: 0 0.857143em;
}
.tapo-footer-new .declarationAndLocation .declaration span:first-child {
    padding: 0 0.857143em 0 0;
}
.tapo-footer-new .declarationAndLocation .declaration span:last-child {
    border-right: unset;
}
.tapo-footer-new .declarationAndLocation .location a {
    display: flex;
    align-items: center;
}
.tapo-footer-new .declarationAndLocation .location span {
    padding: 0 0.64em;
}
.tapo-footer-new .declarationAndLocation .location img {
    width: 1.25em;
    height: 1.25em;
}
@media (max-width: 1680px) {
    .tapo-footer-new {
        font-size: 14px;
    }
}
@media (max-width: 1440px) {
    .tapo-footer-new {
        font-size: 12px;
    }
}
@media (max-width: 1280px) {
    .tapo-footer-new {
        font-size: 10.66px;
    }
}
@media (max-width: 1024px) {
    .tapo-footer-new {
        font-size: 8.53px;
    }
}
@media (max-width: 736px) {
    .tapo-footer-new {
        font-size: 10.35px;
    }
    .tapo-footer-new .tapo-footer-new-wrapper {
        width: auto;
        padding: 0 0 5em;
    }
    .tapo-footer-new .tapo-footer-new-wrapper .declarationAndLocation {
        flex-direction: column-reverse;
        align-items: stretch;
        border-top: none;
        padding: 0;
    }
    .tapo-footer-new .tapo-footer-new-wrapper .declarationAndLocation .location {
        padding: 1.98em 0;
        margin: 0 1.93em;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .tapo-footer-new
    .tapo-footer-new-wrapper
    .declarationAndLocation
    .location
    a {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .tapo-footer-new
    .tapo-footer-new-wrapper
    .declarationAndLocation
    .location
    img {
        width: 1.93237em;
        height: 1.93237em;
    }
    .tapo-footer-new
    .tapo-footer-new-wrapper
    .declarationAndLocation
    .location
    span {
        color: rgba(255, 255, 255, 0.8);
        font-size: 1.35266em;
        font-style: normal;
        font-weight: 400;
        line-height: 128.571%;
    }
    .tapo-footer-new
    .tapo-footer-new-wrapper
    .declarationAndLocation
    .declaration {
        display: block;
        margin: 1.5em 0 0;
    }
    .tapo-footer-new
    .tapo-footer-new-wrapper
    .declarationAndLocation
    .declaration
    .copyRight {
        display: block;
    }
    .tapo-footer-new
    .tapo-footer-new-wrapper
    .declarationAndLocation
    .declaration
    span {
        padding: 0 1.664625em;
        margin: 0.5em 0;
        display: inline-block;
    }
    .tapo-footer-new .tapo-footer-new-wrapper .declarationAndLocation span {
        color: rgba(255, 255, 255, 0.4);
        font-size: 1.15942em;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .tapo-footer-new .tapo-footer-new-content {
        display: block;
        padding: 0 1.93em;
    }
    .tapo-footer-new .tapo-footer-new-content .tapo-footer-new-col {
        width: auto;
        margin-right: unset;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .tapo-footer-new .tapo-footer-new-content .tapo-footer-new-col h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        color: #fff;
        text-overflow: ellipsis;
        font-size: 1.64251em;
        font-style: normal;
        font-weight: 500;
        line-height: 129.412%;
        margin: 0;
        padding: 1.175em 1.525em 1.175em 0;
    }
    .tapo-footer-new .tapo-footer-new-content .tapo-footer-new-col ul li {
        padding: 1.426818em 0;
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.8);
        text-overflow: ellipsis;
        font-size: 1.35266em;
        font-style: normal;
        font-weight: 400;
        line-height: 128.571%;
    }
    .tapo-footer-new .tapo-footer-new-content .tapo-footer-new-col-m-expand h3::after {
        content: '';
        background: url(https://static.tapo.com/res/new-home/downArrow.svg) 50% 100% no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        width: 1em;
        position: absolute;
        right: 0em;
        height: .5em;
        top: 1.5em;
    }
    .tapo-footer-new .tapo-footer-new-content .tapo-footer-new-col-m-expand ul {
        display: none;
    }
    .tapo-footer-new .tapo-footer-new-content .tapo-footer-new-col.active h3::after {
        background: url(https://static.tapo.com/res/new-home/upArrow.svg) 50% 100% no-repeat;
    }
    .tapo-footer-new
    .tapo-footer-new-content
    .downloadCol-dropList:hover
    .tapo-footer-new
    .tapo-footer-new-content
    .downloadCol-dropList-content {
        display: none;
    }
    .tapo-footer-new
    .tapo-footer-new-content
    .downloadCol-dropList
    .tapo-app-icon {
        width: 4em;
        height: 4em;
        padding: 0;
        margin: 0;
    }
    .tapo-footer-new .tapo-footer-new-content .tapo-footer-new-downloadCol ul li {
        overflow: visible;
        padding: 0 0 1.426818em;
    }
    .tapo-footer-new .tapo-footer-new-content .downloadCol-dropList-content {
        left: 4.5em;
        top: 0;
    }
    .tapo-footer-new hr {
        display: none;
    }
    .tapo-footer-new .tapo-footer-new-content{
        padding: 0 2em;
    }
    .tapo-footer-new .tapo-footer-new-content .tapo-footer-new-col h3{
        font-size: 1.7em;
        padding: 1.17em 0 ;
        max-width: 18em;
        word-wrap: break-word;
    }
    .tapo-footer-new .tapo-footer-new-content .tapo-footer-new-col ul li{
        font-size: 1.4em;
        padding: 0 0 1.42em;
    }
    .tapo-footer-new .tapo-footer-new-wrapper .declarationAndLocation .declaration span{
        font-size: 1.2em;
    }
}
@media (max-width: 375px) {
    .tapo-footer-new {
        font-size: 2.67vw;
    }

}
