@charset 'utf-8';

@font-face {
    font-family: 'TTNorms';
    src: url('../fonts/TTNorms-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

/* ---------- RESET ---------- */

html,
body {
    margin: 0;
    background-color: #fff;
    overflow: visible;
}
#hd * {
    /*margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
    /*letter-spacing: 0.12em !important;
    line-height: 2em !important;*/ /*WCAG 2023 銵諹�肽秐撠煾��𣈲�螱�𦆮憭批���鞱身摮烾�𥪜之撠讐� 1.5 �� 摮埈�漤�栞�肽秐撠煾��𣈲�螱�𦆮憭批���鞱身摮烾�𥪜之撠讐� 0.12 ��*/
}
#hd {
    font-family:"Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #fff;
    font-size: 16px;
    max-width: 2560px;
    margin: 0 auto;
    background: #000;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
    font: inherit;
}
#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100%;
    margin: 0 auto;
}
#hd img.lazyLoad {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
body.noscroll{
    overflow: hidden;
}
#hd p{
    font-family:"Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif
    font-weight: normal;
    line-height: 1.6em;
    margin: 0.5em 0;
}
#hd ul{
    font-family:"Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif
    font-weight: normal;
    line-height: 1.6em;
}
/*-----SCROLL UP-----*/
    #scrollUp {
        position: fixed;
        right: 30px;
        bottom: 30px;
        width: 45px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 2px solid #027ab9;
        z-index: 999;
        opacity: 0;
    }
    #scrollUp.hd-show {
        opacity: 1;
    }
    #scrollUp:hover {
        background-color: #027ab9;
    }
    #scrollUp:hover svg {
        fill: #FFF;
    }
    #scrollUp svg {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 5px;
        left: 0;
        fill: #027ab9;
        -webkit-transform: rotateZ(270deg);
        -moz-transform: rotateZ(270deg);
        -ms-transform: rotateZ(270deg);
        -o-transform: rotateZ(270deg);
        transform: rotateZ(270deg);
    }



/*-------------General-------------------*/

#hd .default-title{
    font-family:"TTNormsProBold","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 3em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0;
    letter-spacing: -1px;
    color: #fff;
}
#hd .mini-title{
    font-family:"TTNormsProMedium","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #89f7fe;
}
@media screen and (max-width: 1400px) {    
#hd .default-title{
    font-size: 2.5em;
}
}
@media screen and (max-width: 600px) {    
#hd .default-title{
    font-size: 2em;
}
}

#hd .default-p{
    line-height: 1.5em;
    font-size: 1.3em;
    margin: 0 0 1em 0;
    padding: 0;
}
@media screen and (max-width: 767px) {    
#hd .default-p{
    font-size: 1em;
}
}

#hd .note{
    color: #585858;
    line-height: 1.3em;
    font-size: 0.8em;
    margin: 0 0 1em 0;
    padding: 0;
}
#hd .default-link{
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    /*
    color: #89f7fe;
    background-color:#89f7fe;
    background-image:-moz-linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    background-image:-webkit-linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    background-image:linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    */
    position: relative;
    color: #fff;
}
#hd .default-link:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-image:linear-gradient(58deg, rgba(102,166,255,0) 0%, rgba(102,166,255,1) 20%,rgba(137,247,254,0) 100%);
    opacity: 0;
    width: 0%;
    transition: all 0.3s;
}
#hd .default-link:hover:after{
    opacity: 1;
    width: 100%;
}
#hd a{
    color: #4d4d4d;
}
#hd a:hover{
}



/*-----kv-----*/

#hd .section-kv{
    position: relative;
    overflow: hidden;
    background-color: #c9d7e9;
}
#hd .section-kv .inner{
    position: relative;
    background: url(../img/kv.jpg) left bottom no-repeat;
    height: 60vw;
    max-height: calc(1160px * 1.33);
    max-width: calc(1920px * 1.33);
    margin: 0 auto;
    background-size: cover;
}
#hd .section-kv .inner .main-image{
    display: none;
}
#hd .section-kv .inner .icon{
    position: absolute;
    right: 12%;
    top: 3%;
    width: 8%;
}
#hd .section-kv .text-content{
    position: relative;
    width: 70%;
    max-width: 950px;
    box-sizing: border-box;
    margin: 0 0 0 13%;
    padding: 180px 20px 20px 20px;
    z-index: 2;
    box-sizing: border-box;
}
#hd .section-kv .text-content .mini-title{
    font-size: 2.5em;
    margin: 0;
    line-height: 1.2em;
    color: #000;
    font-family:"TTNormsProLight","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-kv .text-content .title{
    font-size: 4em;
    margin: 0;
    line-height: 1.2em;
    font-family:"TTNormsProMedium","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #215cad;
}
#hd .section-kv .text-content .title span{
    color: #8bd7ff;
}
#hd .section-kv .text-content p{
    margin: 2em 0 0 0;
    font-size: 1.1em;
    line-height: 1.3em;
    font-family:"TTNormsProLight","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #000;
    max-width: 600px;
}
#hd .section-kv .text-content ul{
    margin: 20px 0 0 1em;
    padding: 0;
    font-size: 1em;
    line-height: 1.2em;
    list-style-type: disc;
    font-family:"TTNormsProLight","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-kv .text-content ul li{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style-type: disc;
}
#hd .section-kv .text-content .copilot{
    max-width: 400px;
    margin-top: 60px;
}



@media screen and (min-width: 2400px) {    
#hd .section-kv .text-content{
    max-width: 1500px;
    margin-left: 18%;
    padding-top: 300px;
}
#hd .section-kv .text-content .mini-title{
    font-size: 3.5em;
}
#hd .section-kv .text-content .title{
    font-size: 5em;
}
}

@media screen and (max-width: 1500px) {    
#hd .section-kv .text-content{
    margin-left: 4%;
    padding-top: 50px;
}
#hd .section-kv .text-content .mini-title{
    font-size: 1.7em;
}
#hd .section-kv .text-content .title{
    font-size: 3.5em;
}
#hd .section-kv .text-content p{
    max-width: 500px;
}
}
@media screen and (max-width: 1023px) {    
#hd .section-kv .inner{
    height: inherit;
    max-height: inherit;
    background-image: none;
}
#hd .section-kv .inner .main-image{
    display: block;
}
#hd .section-kv .text-content{
    max-width: inherit;
    width: 100%;
    margin: 0;
    padding: 120px 30px 30px 30px;
}
#hd .section-kv .inner .icon{
    position: absolute;
    right: 30px;
    top: 20px;
    width: 100px;
}
}
@media screen and (max-width: 750px) {    
#hd .section-kv .inner .icon{
    width: 60px;
}
#hd .section-kv .text-content{
    padding: 80px 30px 30px 30px;
}
#hd .section-kv .text-content .mini-title{
    font-size: 1.5em;
}
#hd .section-kv .text-content .title{
    font-size: 2.5em;
}
}

@media screen and (max-width: 550px) {    
#hd .section-kv .text-content .mini-title{
    font-size: 1.2em;
}
#hd .section-kv .text-content .title{
    font-size: 2em;
}
#hd .section-kv .text-content p{
    font-size: 1em;
    margin-top: 1em;
}
#hd .section-kv .inner .icon{
    right: 15px;
    top: 10px;
}
}




/*-----features-----*/

#hd .section-features{
    position: relative;
    background: #8aa9b4;
    overflow: hidden;
}
#hd .section-features .inner{
    max-width: 1200px;
    padding: 50px 30px 100px 30px;
    margin: 0 auto;
}
#hd .section-features .grid{
}
#hd .section-features .grid .row{
    display: flex;
    flex-wrap: wrap;
}
#hd .section-features .grid .row .column{
    background: #000;
    border: 1px solid #a7e0f9;
    border-radius: 10px;
    overflow: hidden;
    margin: 1%;
}
#hd .section-features .grid .row .column.of1{
    width: 98%;
}
#hd .section-features .grid .row .column.of2{
    width: 48%;
}
#hd .section-features .grid .row .column.of3{
    width: 33.33%;
}
#hd .section-features .grid .row .column.of4{
    width: 23%;
}


#hd .section-features .grid .p1{
    font-family:"TTNormsProMedium","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 2.2em;
    color: #4faaf8;
    line-height: 1.1em;
    margin: 0;
}
#hd .section-features .grid .p2{
    font-family:"TTNormsProMedium","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size: 1.2em;
    color: #fff;
    line-height: 1.1em;
    margin: 10px 0 0 0;
}
#hd .section-features .grid .note{
    font-size: 1em;
    color: #fff;
    line-height: 1.1em;
    margin: 15px 0 0 0;
}


#hd .section-features .grid .box-1{
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#hd .section-features .grid .box-1 .text{
    padding: 40px 20px 10px 10px;
}
#hd .section-features .grid .box-1 .image{
    width: 60%;
    padding: 0px 0px 10px 0px;
}


#hd .section-features .grid .box-2{
    background: #020811;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-2 .text{
    width: 50%;
    padding: 20px 0px 20px 30px;
    z-index: 2;
}
#hd .section-features .grid .box-2 .image{
    width: 70%;
    padding: 0px;
    margin-left: -20%;
    z-index: 1;
}
/*
#hd .section-features .grid .box-4{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-4 .text{
    width: 45%;
    padding: 10px 0px 10px 10px;
}
#hd .section-features .grid .box-4 .image{
    width: 55%;
    padding: 0px;
}
*/

#hd .section-features .grid .box-4{
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#hd .section-features .grid .box-4 .p1{
    font-size: 1.7em;
}
#hd .section-features .grid .box-4 .text{
    padding: 30px 10px 0px 10px;
    text-align: center;
}
#hd .section-features .grid .box-4 .image{
}


#hd .section-features .grid .box-4a{
    background: #000;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-direction: column;
}
#hd .section-features .grid .box-4a .image{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 25px 30px 25px;
}
#hd .section-features .grid .box-4a .text{
    padding: 0px 10px 10px 10px;
    text-align: center;
}
#hd .section-features .grid .box-4a .text .p2{
    font-size: 1em;
}


#hd .section-features .grid .box-5{
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
#hd .section-features .grid .box-5 .text{
    width: 40%;
    padding: 10px 20px 10px 0px;
}
#hd .section-features .grid .box-5 .image{
    width: 60%;
    padding: 20px 10px 20px 20px;
}
#hd .section-features .grid .box-5 .text .p1 span{
    font-size: 0.7em;
}


#hd .section-features .grid .box-3{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-3 .text{
    width: 65%;
    padding: 30px 10px 30px 40px;
}
#hd .section-features .grid .box-3 .image{
    width: 35%;
    padding: 20px 30px 20px 0;
}

#hd .section-features .grid .box-6{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-6 .text{
    width: 100%;
    padding: 30px 20px 30px 20px;
    text-align: center;
}
#hd .section-features .grid .box-6 .p1{
    font-size: 4em;
}
#hd .section-features .grid .box-6 .image{
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 20px 30px 20px;
}

#hd .section-features .grid .box-7{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-7 .text{
    width: 100%;
    padding: 30px 20px 30px 20px;
    text-align: center;
}
#hd .section-features .grid .box-7 .p1{
    font-size: 4em;
}






#hd .section-features .grid .box-8{
    background: #0d0519;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
#hd .section-features .grid .box-8 .text{
    width: 60%;
    padding: 30px 20px 30px 10px;
}
#hd .section-features .grid .box-8 .image{
    width: 40%;
    padding: 20px 0px 20px 20px;
}
#hd .section-features .grid .box-8 .p1{
    font-size: 1.3em;
}


#hd .section-features .grid .box-9{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-9 .image{
    width: 100%;
    padding: 30px 20px 30px 20px;
}



#hd .section-features .grid .box-10{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-10 .text{
    width: 100%;
    padding: 30px 20px 30px 20px;
    text-align: center;
}
#hd .section-features .grid .box-10 .p1{
    font-size: 1.8em;
}


#hd .section-features .grid .box-11{
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#hd .section-features .grid .box-11 .text{
    padding: 30px 20px 10px 10px;
    text-align: center;
}
#hd .section-features .grid .box-11 .image{
    width: 60%;
    padding: 0px 0px 20px 0px;
}
#hd .section-features .grid .box-11 .p1{
    font-size: 2em;
}
#hd .section-features .grid .box-11 .p2{
    color: #fff;
    margin-top: 0;
    font-size: 1.6em;
}



#hd .section-features .grid .box-12{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-12 .text{
    width: 60%;
    padding: 30px 10px 30px 40px;
}
#hd .section-features .grid .box-12 .image{
    width: 40%;
    padding: 20px 0 20px 0;
}


#hd .section-features .grid .box-13{
    background: #000;
    display: flex;
    align-items: center;
    padding: 0 5%;
    flex-wrap: wrap;
}
#hd .section-features .grid .box-13 .list{
    width: 50%;
    padding: 30px 30px 30px 20px;
}
#hd .section-features .grid .box-13 .image{
    width: 50%;
    padding: 20px 0 20px 20px;
}
#hd .section-features .grid .box-13 .list ul{
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
}
#hd .section-features .grid .box-13 .list ul li{
    padding: 0;
    margin: 0 0 15px 0;
    list-style-type: none;
    width: 50%;
}
#hd .section-features .grid .box-13 .list ul li .number{
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 50%;

    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #4ca9f7;
    color: #4ca9f7;
    margin-right: 10px;
}



#hd .section-features .grid .box-a1{
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-a1 .text{
    width: 65%;
    padding: 30px 10px 30px 40px;
}
#hd .section-features .grid .box-a1 .image{
    width: 35%;
    padding: 20px 30px 20px 0;
}
#hd .section-features .grid .row .column.box-group{
    border: none;
    background: none;
    border-radius: 0px;
    margin: 0.5% 0% 0.5% 0.5%;
    width: 48.5%;
}
#hd .section-features .grid .box-a2{
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-direction: column;
}
#hd .section-features .grid .box-a2 .image{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 25px 30px 25px;
}
#hd .section-features .grid .box-a3{
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-direction: column;
    margin-right: 0% !important;
    width: 49% !important;
}
#hd .section-features .grid .box-a3 .image{
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    padding: 14px 25px 0px 25px;
}
#hd .section-features .grid .box-a3 .text{
    padding: 0px 10px 20px 10px;
    text-align: center;
}
#hd .section-features .grid .box-a3 .text .p2{
    font-size: 1em;
}
#hd .section-features .grid .box-a4{
    display: flex;
    align-items: center;
    margin-right: 0% !important;
    width: 99% !important;
}
#hd .section-features .grid .box-a4 .text{
    width: 100%;
    padding: 30px 20px 30px 20px;
    text-align: center;
}
#hd .section-features .grid .box-b1{
    display: flex;
    align-items: center;
    justify-content: center;
}
#hd .section-features .grid .box-b1 .text{
    padding: 30px 20px 30px 20px;
    text-align: center;
}
#hd .section-features .grid .box-b2{
    display: flex;
    align-items: center;
    justify-content: center;
}
#hd .section-features .grid .box-b2 .text{
    padding: 30px 20px 30px 20px;
    text-align: center;
}
#hd .section-features .grid .box-b2 .p1 span{
    font-size: 0.7em;
}
#hd .section-features .grid .box-c1{
}
#hd .section-features .grid .box-c1 .text{
    padding: 30px 20px 30px 20px;
    text-align: center;
}
#hd .section-features .grid .box-c1 .p1{
}
#hd .section-features .grid .box-c1 .p1 span{
    font-size: 0.6em;
    display: block;
}
#hd .section-features .grid .box-c2{
}
#hd .section-features .grid .box-c2 .text{
    padding: 30px 20px 30px 20px;
    text-align: center;
}
#hd .section-features .grid .box-c2 .p1{
    margin-top: 10px;
}
#hd .section-features .grid .box-c3{
    background: #000;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
#hd .section-features .grid .box-c3 .text{
    width: 55%;
    padding: 10px 20px 10px 0px;
}
#hd .section-features .grid .box-c3 .image{
    width: 45%;
    padding: 10px 10px 10px 20px;
}
#hd .section-features .grid .box-d1{
    background: #000;
    display: flex;
    align-items: center;
}
#hd .section-features .grid .box-d1 .text{
    width: 50%;
    padding: 30px 10px 30px 30px;
}
#hd .section-features .grid .box-d1 .image{
    width: 50%;
    padding: 20px 10px 20px 0;
}
#hd .section-features .grid .box-d2{
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-direction: column;
}
#hd .section-features .grid .box-d2 .image{
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px 25px 20px 25px;
}
#hd .section-features .grid .box-d2 .text{
    padding: 10px 10px 0px 10px;
    text-align: center;
}
#hd .section-features .grid .box-d2 .text .p1{
}
#hd .section-features .grid .box-d2 .text .p2{
    font-size: 1em;
    margin-top: 0;
}
#hd .section-features .grid .box-d3{
    display: flex;
    align-items: center;
    flex-direction: column;
}
#hd .section-features .grid .box-d3 .text{
    padding: 30px 20px 10px 10px;
    text-align: center;
}
#hd .section-features .grid .box-d3 .image{
    width: 60%;
    padding: 0px 0px 20px 0px;
}
#hd .section-features .grid .box-d3 .text .p2{
    margin-top: 5px;
}








@media screen and (max-width: 1200px) {    
#hd .section-features .grid .p1 {
    font-size: 1.7em;
}
#hd .section-features .grid .box-4 .p1{
    font-size: 1.3em;
}
#hd .section-features .grid .box-6 .p1 {
    font-size: 3em;
}
}
@media screen and (max-width: 850px) {    
#hd .section-features .grid .column {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
}
#hd .section-features .grid .box-13{
    padding: 0;
}
}
@media screen and (max-width: 767px) {    
#hd .section-features .grid .box-13 .list{
    width: 100%;
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
}
#hd .section-features .grid .box-13 .image{
    width: 100%;
    padding: 20px;
}
}
@media screen and (max-width: 450px) {    
#hd .section-features .grid .p1 {
    font-size: 1.3em;
}
#hd .section-features .grid .p2 {
    font-size: 1em;
}
#hd .section-features .grid .box-1 .text{
    padding-left: 20px;
}
}




/*-----tops-----*/


#hd .section-tops{
    background: #3340a3;
    background-image:linear-gradient(135deg, #03071e 30% ,#3340a3 100%);
}
#hd .section-tops .intro{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .section-tops .intro .text{
    width: 45%;
    padding: 100px 10px 100px 20px;
}
#hd .section-tops .intro .image{
    width: 55%;
}
#hd .section-tops .intro .mini-title{
    font-size: 1.2em;
    color: #fff;
}
#hd .section-tops .intro .default-title{
    font-size: 2.2em;
    color: #4faaf8;
}
#hd .section-tops .intro .default-title span{
    font-size: 0.6em;
}

#hd .section-tops .intro .stack{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
#hd .section-tops .intro .stack .column{
    width: 48%;
    margin: 1%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: column;
}
#hd .section-tops .intro .stack .box{
    border: 1px solid #a7e0f9;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background-image:linear-gradient(90deg, #38688e 20% ,#41608c 60% ,#566b89 100%);
}
#hd .section-tops .intro .stack p{
    line-height: 1em;
    margin: 0;
    padding: 0;
}
#hd .section-tops .intro .stack .box-1{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#hd .section-tops .intro .stack .p1{
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
#hd .section-tops .intro .stack .p2{
    font-size: 0.9em;
    margin-bottom: 10px;
}
#hd .section-tops .intro .stack .p3{
    font-size: 0.9em;
    margin-bottom: 10px;
}
#hd .section-tops .intro .stack .box-1 .p2{
}
#hd .section-tops .intro .stack .box-3 .p1 span{
}

#hd .section-tops .intro .stack .box-2 {
    margin-bottom: 10px;
}
#hd .section-tops .intro .stack .box-2 .p1{
    font-size: 1.4em;
}
#hd .section-tops .intro .stack .box-3 .p1{
    font-size: 1.4em;
}


#hd .section-tops .intro .stack .column111{
    margin-top: 50px;
    font-family:"TTNormsProMedium","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-tops .intro .text .coverage strong{
    font-size: 2.8em;
    color: #68abdd;
    display: block;
}

@media screen and (max-width: 1200px) {    
}

@media screen and (max-width: 950px) {    
#hd .section-tops .intro .text{
    width: 100%;
    padding: 50px 0 0 0;
}
#hd .section-tops .intro .image{
    width: 100%;
    padding-top: 40px;
}
#hd .section-tops .intro .image img{
    max-width: 90%;
    margin: 0 auto;
}
}
@media screen and (max-width: 450px) {    
#hd .section-tops .intro .stack .p1{
    font-size: 1.7em;
}
#hd .section-tops .intro .stack .box-2 .p1{
    font-size: 1.1em;
}
#hd .section-tops .intro .stack .box-3 .p1{
    font-size: 1.1em;
}
}





/*performance*/
#hd .section-performance{
    background: #f4f4f4;
}
#hd .section-performance .inner {
    max-width: 1500px;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .section-performance .text-content{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
#hd .section-performance .default-title{
    color: #000;
}
#hd .section-performance .image{
    margin-bottom: 30px;
}
#hd .section-performance .image img{
    max-width: 100%;
    display: block;
}
#hd .section-performance .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 80px;
}
#hd .section-performance .list .entry{
    width: 25%;
    margin-bottom: 60px;
    padding: 0 10px;
    box-sizing: border-box;
}
#hd .section-performance .list .entry h4{
    font-size: 1.4em;
    font-family: "TTNormsProMedium", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin: 0 0 0.5em 0;
    text-align: center;
    line-height: 1.1em;
    min-height: 2.2em;
    color: #000;
}
#hd .section-performance .list .entry p{
    font-size: 1em;
    margin: 0.8em 0 0 0;
    text-align: center;
    line-height: 1.3em;
    padding: 0 15px;
    color: #333;
    text-align: left;
}
#hd .section-performance .note{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 1em;
}
@media screen and (max-width: 1023px) {    
#hd .section-performance .list .entry{
    width: 50%;
    margin-bottom: 50px;
}
}
@media screen and (max-width: 768px) {    
#hd .section-performance .list .entry h4{
    font-size: 1.2em;
}
#hd .section-performance .list .entry p{
    font-size: 1em;
}
}

@media screen and (max-width: 500px) {    
#hd .section-performance .inner{
    padding: 50px 20px;
}
#hd .section-performance .list .entry{
    width: 100%;
}
}







/*security*/
#hd .section-security{
    background: #e6ebf0;
}
#hd .section-security .inner {
    max-width: 1500px;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .section-security .text-content{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
#hd .section-security .default-title{
    color: #000;
}
#hd .section-security .image{
    margin-bottom: 30px;
}
#hd .section-security .image img{
    max-width: 100%;
    width: 100%;
    display: block;
}
#hd .section-security .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-top: 80px;
}
#hd .section-security .list .entry{
    width: 24%;
    margin: 0 0.5% 60px 0.5%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 0 30px 0;
}
#hd .section-security .list .entry h4{
    font-size: 1.4em;
    font-family: "TTNormsProMedium", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin: 0 0 0.5em 0;
    text-align: center;
    line-height: 1.1em;
    min-height: 2.2em;
    color: #000;
    padding: 0 5px;
}
#hd .section-security .list .entry p{
    font-size: 1em;
    margin: 0.8em 0 0 0;
    text-align: center;
    line-height: 1.3em;
    padding: 0 25px;
    color: #333;
    text-align: left;
}
#hd .section-security .note{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 1em;
}
@media screen and (max-width: 1023px) {    
#hd .section-security .list .entry{
    width: 48%;
    margin: 0 1% 50px 1%;
}
}
@media screen and (max-width: 768px) {    
#hd .section-security .list .entry h4{
    font-size: 1.2em;
}
#hd .section-security .list .entry p{
    font-size: 1em;
}
}

@media screen and (max-width: 500px) {    
#hd .section-security .inner{
    padding: 50px 20px;
}
#hd .section-security .list .entry{
    width: 100%;
}
}



/*-----future-----*/

#hd .section-future{
    position: relative;
    overflow: hidden;
    background: url(../img/forest.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}
#hd .section-future .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-future .text-content{
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    z-index: 2;
    padding-top: 8vw;
}
#hd .section-future .list{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 100px;
}
#hd .section-future .list .entry{
    width: 25%;
}
#hd .section-future .list p{
    line-height: 1.8em;
    font-family:"TTNormsProMedium","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-future .list .p1{
    font-size: 1.3em;
}
#hd .section-future .list .p3 span{
    font-size: 2.2em;
    color: #fafe00;
    font-family:"TTNormsProBold","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
@media screen and (max-width: 1023px) {    
#hd .section-future .list .entry{
    width: 50%;
    margin-bottom: 60px;
}
}
@media screen and (max-width: 767px) {    
#hd .section-future .list .p3 span{
    font-size: 2em;
}
}
@media screen and (max-width: 450px) {    
#hd .section-future .list .entry{
    width: 100%;
    margin-bottom: 40px;
}
}




/*-----app-----*/

#hd .section-app{
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding-bottom: 50px;
    background-image:linear-gradient(to right, #b5ccd3 0%,#eaf7f8 40%,#b5ccd3 80%);
}
#hd .section-app .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-app .text-content{
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    z-index: 2;
    padding-top: 8vw;
    color: #000;
}
#hd .section-app .text-content .default-title{
    color: #000;
}
#hd .section-app .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 80px;
}
#hd .section-app .list .entry{
    width: 25%;
    margin-bottom: 60px;
    padding: 0 10px;
    box-sizing: border-box;
}
#hd .section-app .list .entry h4{
    font-size: 1.4em;
    font-family: "TTNormsProMedium", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin: 1em 0 0.5em 0;
    text-align: center;
    line-height: 1.1em;
    color: #000;
}
#hd .section-app .list .entry p{
    font-size: 1em;
    margin: 0em 0 0 0;
    text-align: center;
    line-height: 1.3em;
    padding: 0 15px;
    color: #333;
}
@media screen and (max-width: 1023px) {    
#hd .section-app .list .entry{
    width: 50%;
    margin-bottom: 50px;
}
}
@media screen and (max-width: 768px) {    
#hd .section-app .list .entry h4{
    font-size: 1.2em;
}
#hd .section-app .list .entry p{
    font-size: 1em;
}
}

@media screen and (max-width: 500px) {    
#hd .section-app .list .entry{
    width: 100%;
}
}













#hd .vid-container{
    width:100%;
    height:0;
    padding-bottom:56.25%;
    background:black;
    position:relative;
    overflow:hidden
}
#hd .vid-container.trigger-video-toggle .vid-control{
    cursor:pointer
}
#hd .vid-container.trigger-video-toggle .vid-control:focus{
    opacity:1
}
#hd .vid-container video{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    transition:opacity 0.25s ease
}
#hd .vid-container h2{
    opacity:0
}
#hd .vid-control{
    width:44px;
    height:44px;
    background:none;
    border:none;
    box-shadow:none;
    position:absolute;
    right:5%;
    bottom:20px;
    margin:5px;
    transition:all 0.3s ease-out;
    z-index:2
}
#hd .vid-control img,#hd .vid-control svg{
    width:80%;
    height:80%;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto
}
#hd .vid-control .play{
    display:none
}
#hd .vid-control.hd-active .play{
    display:block
}
#hd .vid-control.hd-active .pause{
    display:none
}
#hd .gif-container{
    position:relative;
    overflow:hidden
}
#hd .gif-container img.hd-d-none{
    position:absolute !important;
    top:0;
    left:0
}
#hd .gif-container .vid-control img{
    margin:auto !important
}
#hd .gif-container.is-reduced-motion img.hd-d-none{
    display:block !important
}
@media screen and (max-width: 768px){
    #hd .vid-control{
        width:44px;
        height:44px
    }
}


#hd .section-video{
    padding:0;
    position:relative;
    overflow:hidden
}
#hd .section-video .hd-container{
    position:relative
}
#hd .section-video .vid-control{
    right:auto;
    left:5%;
    bottom:55px
}
#hd .section-video .btn-container{
    display:flex;
    justify-content:center;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto 36px;
    z-index:2;
    pointer-events:none
}
#hd .section-video .hd-btn{
    font-family:"TTNormsProRegular","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-size:1.125em;
    letter-spacing:0;
    background:#161616;
    border-radius:2em;
    padding:.75em .75em .75em 1em;
    border:none;
    color:white;
    pointer-events:all;
    box-shadow:none;
    transition:background 0.25s
}
#hd .section-video .hd-btn span{
    display:inline-block;
    vertical-align:middle;
    width:1.4em;
    height:1.4em;
    border-radius:1em;
    background:white;
    margin-left:0.5em;
    margin-top:-.15em;
    position:relative
}
#hd .section-video .hd-btn span:after{
    content:'';
    display:block;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 0 5px 8px;
    border-color:transparent transparent transparent #000000;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:2px;
    margin:auto
}
#hd .section-video .hd-btn:hover,#hd .section-video .hd-btn:focus-visible{
    background:rgba(0,0,0,0.5)
}
@media screen and (max-width: 1024px){
    #hd .section-video .btn-container{
        margin-bottom:10px
    }
    #hd .section-video .vid-control{
        bottom:26px
    }
}
@media screen and (max-width: 620px){
    #hd .section-video .btn-container{
        position:relative;
        margin:10px auto
    }
    #hd .section-video .vid-control{
        bottom:5%
    }
}





/*-----copilot-----*/

#hd .section-copilot{
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding-bottom: 50px;
    background-image:linear-gradient(to bottom, #000f1f 0%,#001f40 50%);
}
#hd .section-copilot .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-copilot .text-content{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding-top: 8vw;
}
#hd .section-copilot .text-content .default-title{
    color: #89f7fe;
    background-color:#89f7fe;
    background-image:-moz-linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    background-image:-webkit-linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    background-image:linear-gradient(58deg, #66a6ff 20%,#89f7fe 80%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
#hd .section-copilot .text-content .mini-title{
    color: #fff;
}
#hd .section-copilot .text-content .default-p{
    max-width: 900px;
    margin: 0 auto;
}
#hd .section-copilot .list{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 30px;
    align-items: stretch;
}
#hd .section-copilot .list .row{
    width: 49%;
    margin: 0 0.5%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
#hd .section-copilot .list .row .column{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background: rgba(0,0,0,0.3);
    height: 100%;
}
#hd .section-copilot .list .row .column.box-1{
}
#hd .section-copilot .list .row .column.box-2{
}
#hd .section-copilot .list .image{
    max-width: 200px;
    margin: 0 auto;
    padding: 80px 30px 10px 30px;
}
#hd .section-copilot .list .column.box-1 .image{
}
#hd .section-copilot .list .image img{
    width: 100%;
}
#hd .section-copilot .list .text{
    padding: 10px 20px 50px 20px;
    max-width: 440px;
    margin: 0 auto;
}
#hd .section-copilot .list .text h3{ /*WCAG*/
    line-height: 1.3em;
    margin: 0;
    font-size: 1.6em;
    font-family:"TTNormsProMedium","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-copilot .note{
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
    padding: 0 30px;
    width: 100%;
    margin: 0;
}
#hd .section-copilot .note p{
    color: #eee;
    line-height: 1.2em;
    margin: 0;
}

@media screen and (max-width: 767px) {    
#hd .section-copilot .list .row{
    width: 100%;
    margin: 0;
}
#hd .section-copilot .list .row .column{
    margin-bottom: 20px !important;
    padding-bottom: 40px !important;
}
}

@media screen and (max-width: 450px) {    
#hd .section-copilot .list .text h4{
    font-size: 1.4em;
}
}


/*-----single-----*/

#hd .section-single{
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    background: #fff;
}
#hd .section-single .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-single .text-content{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 30px;
}
#hd .section-single .image{
    text-align: center;
}
#hd .section-single .image.PowerSync{
    max-width: 900px;
    margin: 0 auto;
}
#hd .section-single .image img{
    display: inline-block;
}
#hd .section-single .image .note{
    max-width: 920px;
    margin: 10px auto 0 auto;
    text-align: left;
    font-style: italic;
}
#hd .section-single .image .note a{
    color: #215cad;
    text-decoration: underline !important;
}
@media screen and (max-width: 767px) {    
#hd .section-single .text-content{
    padding-top: 50px;
}
}
#hd .section-single .text-content .default-title{
    color: #000;
}
#hd .section-single .text-content .default-p{
    color: #000;
    max-width: 900px;
    margin: 0 auto;
}
#hd .section-single .text-content .mini-title{
    font-family:"Trade","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #2a78c0; /*WCAG*/
    margin-bottom: 30px;
}
#hd .section-single .text-content .mini-title span{
    padding: 0 20px 5px 20px;
    border-bottom: 1px solid #2a78c0; /*WCAG*/
}
@media screen and (max-width: 600px) {    
#hd .section-single .text-content .mini-title{
    font-size: 1.2em;
}
}


#hd .section-single.video{
    background-color: #ececec;
}
#hd .section-single.video .inner{
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 60px;
}
#hd .section-single.video .text-content{
    margin-bottom: 50px;
}
#hd .section-single.video .video-container{
    width: 100%;
    border: 1px solid #ececec;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
#hd .section-single.video video{
    width: 100%;
}

#hd .section-single.connectivity{
    background-color: #e6ebf0;
}
#hd .section-single.connectivity{
    background-color: #e6ebf0;
}
#hd .section-single.connectivity .image{
    display: flex;
    flex-wrap: wrap;
}
#hd .section-single.connectivity .image img{
    width: 50%;
    display: block !important;
}
@media screen and (max-width: 767px) {    
#hd .section-single.connectivity .image img{
    width: 100%;
}
}





/*resources*/
#hd .section-resources{
    background: #f2f2f2;
}
#hd .section-resources .inner {
    max-width: 1500px;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .section-resources .text-content{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
#hd .section-resources .default-title{
    color: #000;
}
#hd .section-resources .default-p{
    color: #000;
}
#hd .section-resources .image{
    margin-bottom: 10px;
}
#hd .section-resources .image img{
    max-width: 100%;
    display: block;
}
#hd .section-resources .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: 1300px;
    margin: 80px auto 0 auto;
}
#hd .section-resources .list .entry{
    width: 19%;
    margin: 0 0.5% 20px 0.5%;
    box-sizing: border-box;
    padding: 0 0 30px 0;
}
#hd .section-resources .list .entry h4{
    font-size: 1.4em;
    margin: 0 0 0.5em 0;
    text-align: center;
    line-height: 1.1em;
    color: #000;
    padding: 0 5px;
}
#hd .section-resources .list .entry p{
    font-size: 1em;
    margin: 0;
    text-align: center;
    line-height: 1.3em;
    padding: 0 10px;
    color: #333;
}
#hd .section-resources .list .entry p a:hover{
    color: #087cd5;
}
#hd .section-resources .note{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 1em;
}
@media screen and (max-width: 1200px) {    
#hd .section-resources .list .entry{
    width: 32%;
}
}
@media screen and (max-width: 750px) {    
#hd .section-resources .list .entry{
    width: 45%;
}
#hd .section-resources .list .entry h4{
}
#hd .section-resources .list .entry p{
}
}

@media screen and (max-width: 500px) {    
#hd .section-resources .inner{
    padding: 50px 20px;
}
}
@media screen and (max-width: 420px) {    
#hd .section-resources .list .entry{
    width: 100%;
}
}






/*-----tab-----*/

#hd .section-tab{
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
#hd .section-tab .inner{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}
#hd .section-tab .text-content{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 30px;
}
#hd .section-tab .text-content .default-title{
}
#hd .section-tab .tab{
    display: flex;
}
#hd .section-tab .tab a{
    display: block;
    cursor: pointer;
    color: #000;
    width: 50%;
    font-size: 1.3em;
    transition: all 0.2s;
    border-bottom: 1px solid #215cad;
    font-family:"TTNormsProLight","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-tab .tab a:hover{
    color: #215cad;
}
#hd .section-tab .tab a span{
    border-bottom: 3px solid transparent;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    padding: 10px;
}
#hd .section-tab .tab a.active{
    color: #215cad;
    border-bottom: 1px solid #215cad;
}
#hd .section-tab .tab a.active span{
    border-bottom: 3px solid #215cad;
}
#hd .section-tab .default-title{
    color: #000;
}
#hd .section-tab .tab-content{
    padding-bottom: 50px;
    padding-top: 20px;
    color: #000;
}
#hd .section-tab .tab-content .entry{
    display: none;
}
#hd .section-tab .tab-content .entry.active{
    display: block;
}
#hd .section-tab .video-wrapper{
    max-width: 800px;
    margin: 0 auto;
}
#hd .section-tab .video-wrapper .video-container{
    width: 100%;
    border: 1px solid #cc000e;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
#hd .section-tab .video-wrapper video{
    width: 100%;
}
#hd .video-container:before{
    display: block;
    position: absolute;
    left: -15px;
    top:  -15px;
    width: 90px;
    height: 70px;
    background: url(../img/corner.png) left bottom no-repeat;
    background-size: 100% 100%;
    content: '';
}
#hd .video-container:after{
    display: block;
    position: absolute;
    right: -15px;
    bottom:  -15px;
    width: 90px;
    height: 70px;
    background: url(../img/corner.png) left bottom no-repeat;
    background-size: 100% 100%;
    content: '';
    transform: rotate(180deg);
}


@media screen and (max-width: 1023px) {    
}
@media screen and (max-width: 767px) {    
#hd .section-tab .inner{
    padding: 0;
}
#hd .section-tab .text-content .default-title{
    padding: 0 20px;
}
#hd .section-tab .tab a{
    font-size: 1em;
}
#hd .section-tab .tab a span{
    padding: 5px;
}
#hd .section-tab .tab-content .entry{
    padding-left: 20px;
    padding-right: 20px;
}
}


@media screen and (max-width: 600px) {    
#hd .section-tab .tab-content .row .column{
    width: 100%;
    margin-bottom: 20px;
}
}









/*-----tab-content-1a-----*/

#hd .tab-content-1a{
}
#hd .tab-content-1a .intro{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#hd .tab-content-1a .intro .text{
    width: 45%;
    padding: 20px 10px 20px 20px;
}
#hd .tab-content-1a .intro .image{
    width: 55%;
}
#hd .tab-content-1a .intro .mini-title{
    font-size: 1.2em;
    color: #000;
}
#hd .tab-content-1a .intro .default-title{
    font-size: 2.2em;
}
#hd .tab-content-1a .intro .default-title span{
    font-size: 0.6em;
}
#hd .tab-content-1a .intro .default-p{
    font-size: 1em;
}

#hd .tab-content-1a .intro .stack{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
#hd .tab-content-1a .intro .stack .column{
    width: 48%;
    margin: 1%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: column;
}
#hd .tab-content-1a .intro .stack .box{
    border: 1px solid #a7e0f9;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background-image: linear-gradient(to right, #c8eefd 10% ,#edfafa 50% ,#edfafa 90%);
}
#hd .tab-content-1a .intro .stack p{
    line-height: 1em;
    margin: 0;
    padding: 0;
}
#hd .tab-content-1a .intro .stack .box-1{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#hd .tab-content-1a .intro .stack .p1{
    font-size: 1.5em;
    font-weight: bold;
    color: #215cad;
}
#hd .tab-content-1a .intro .stack .p2{
    font-size: 0.9em;
    margin-bottom: 10px;
}
#hd .tab-content-1a .intro .stack .box-1 .p2{
}
#hd .tab-content-1a .intro .stack .box-3 .p1 span{
}

#hd .tab-content-1a .intro .stack .box-2 {
    margin-bottom: 10px;
}


#hd .tab-content-1a .intro .stack .column111{
    margin-top: 50px;
    font-family:"TTNormsProMedium","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .tab-content-1a .intro .text .coverage strong{
    font-size: 2.8em;
    color: #68abdd;
    display: block;
}

@media screen and (max-width: 1200px) {    
}

@media screen and (max-width: 850px) {    
#hd .tab-content-1a .intro .text{
    width: 100%;
    padding: 0px 0 0 0;
}
#hd .tab-content-1a .intro .image{
    width: 100%;
    padding-top: 40px;
}
#hd .tab-content-1a .intro .image img{
    max-width: 90%;
    margin: 0 auto;
}
}
@media screen and (max-width: 450px) {    
#hd .tab-content-1a .intro .stack .p1{
    font-size: 1.7em;
}
#hd .tab-content-1a .intro .stack .box-2 .p1{
    font-size: 1.1em;
}
#hd .tab-content-1a .intro .stack .box-3 .p1{
    font-size: 1.1em;
}
}






#hd .tab-content-1b .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
#hd .tab-content-1b .list .item{
    width: 33.33%;
    margin-bottom: 60px;
    padding: 0 10px;
    box-sizing: border-box;
}
#hd .tab-content-1b .list .item h4{
    font-size: 1.4em;
    font-family: "TTNormsProMedium", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
    margin: 1em 0 0.5em 0;
    text-align: center;
    line-height: 1.1em;
    min-height: 2.2em;
    color: #000;
}
#hd .tab-content-1b .list .item p{
    font-size: 1em;
    margin: 0.3em 0 0 0;
    text-align: center;
    line-height: 1.3em;
    padding: 0 15px;
    color: #333;
    text-align: left;
}
@media screen and (max-width: 768px) {    
#hd .tab-content-1b .list .item{
    width: 50%;
}
#hd .tab-content-1b .list .item h4{
    font-size: 1.2em;
}
#hd .tab-content-1b .list .item p{
    font-size: 1em;
}
}

@media screen and (max-width: 500px) {    
#hd .tab-content-1b .list .item{
    width: 100%;
}
}



#hd .tab-content-1c .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}
#hd .tab-content-1c .row .text{
    width: 50%;
}
#hd .tab-content-1c .row .image{
    width: 50%;
}
#hd .tab-content-1c .row .text ul{
    list-style-type: disc !important;
}
#hd .tab-content-1c .row .text ul li{
    list-style-type: disc !important;
}
#hd .tab-content-1c .row .text ul ul{
    list-style-type: "- " !important;
}
#hd .tab-content-1c .row .text ul ul li{
    list-style-type: "- " !important;
}
@media screen and (max-width: 600px) {    
#hd .tab-content-1c .row .text{
    width: 100%;
}
#hd .tab-content-1c .row .image{
    width: 100%;
}
}







#hd .tab-content-2a .default-p{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
#hd .tab-content-2a .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 30px auto 0 auto;
    flex-wrap: wrap;
}
#hd .tab-content-2a .row .text{
    width: 50%;
    padding-right: 20px;
}
#hd .tab-content-2a .row .image{
    width: 50%;
}
#hd .tab-content-2a .row .text ul{
    list-style-type: disc !important;
}
#hd .tab-content-2a .row .text ul li{
    list-style-type: disc !important;
    margin-bottom: 10px;
}
#hd .tab-content-2a .row .text ul p:first-child{
    color: #215cad;
    font-weight: bold;
    margin: 0;
}
#hd .tab-content-2a .row .text ul p:last-child{
    margin: 0;
}

@media screen and (max-width: 600px) {    
#hd .tab-content-2a .row .text{
    width: 100%;
}
#hd .tab-content-2a .row .image{
    width: 100%;
}
}




#hd .tab-content-2b .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 30px auto 0 auto;
    flex-wrap: wrap;
}
#hd .tab-content-2b .row .text{
    width: 50%;
    padding-right: 20px;
}
#hd .tab-content-2b .row .image{
    width: 50%;
}

@media screen and (max-width: 600px) {    
#hd .tab-content-2b .row .text{
    width: 100%;
}
#hd .tab-content-2b .row .image{
    width: 100%;
}
}



/*support*/
#hd .tab-content-2c{
}
#hd .tab-content-2c .inner {
    max-width: 1500px;
    padding: 0px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .tab-content-2c .text-content{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
#hd .tab-content-2c h2{
    color: #087cd5;
    font-size: 1.3em;
    font-family: "TTNormsBold", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .tab-content-2c .default-title{
    color: #000;
}
#hd .tab-content-2c .default-p{
    color: #000;
}
#hd .tab-content-2c .image{
    margin-bottom: 10px;
}
#hd .tab-content-2c .image img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


#hd .tab-content-2c .list-wrapper{
    max-width: 1200px;
    margin: 0px auto 0 auto;
}
#hd .tab-content-2c .list-wrapper h4{
    margin: 0 0 1em 20px;
}
#hd .tab-content-2c .list-wrapper h4 span{
    font-size: 1.8em;
    display: inline-block;
    text-align: center;
    line-height: 1em;
    color: #fff;
    padding: 10px 35px;
    font-size: 1.2em;
    border-radius: 10px;
    background: #0d4491;
    background-image:linear-gradient(to right, #0d4491,#238ee9);
}
#hd .tab-content-2c .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
#hd .tab-content-2c .list .item{
    width: 22%;
    margin: 0 1.5% 20px 1.5%;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 0 30px 0;
}
#hd .tab-content-2c .list .item h5{
    font-size: 1.4em;
    margin: 0 0 0.5em 0;
    line-height: 1.1em;
    color: #000;
    text-align: center;
    font-weight: normal;
    font-family: "TTNormsBold", "TTNorms", "MyriadPro", "Roboto", "Arial", "Apple LiGothic Medium", "STHeiti Light", "Microsoft JhengHei", sans-serif;
}
#hd .tab-content-2c .list .item p{
    font-size: 1em;
    margin: 0;
    line-height: 1.3em;
    color: #333;
    text-align: center;
}
#hd .tab-content-2c .note{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 1em;
}
@media screen and (max-width: 900px) {    
#hd .tab-content-2c .list .item{
    width: 47%;
}
#hd .tab-content-2c .list .item h4{
}
#hd .tab-content-2c .list .item p{
}
}

@media screen and (max-width: 500px) {    
#hd .tab-content-2c .inner{
    padding: 50px 20px;
}
#hd .tab-content-2c .list .item{
    width: 100%;
}
#hd .tab-content-2c .image img{
}
#hd .tab-content-2c .list-wrapper h4{
    text-align: center;
    margin-left: 0;
}
#hd .tab-content-2c .list .item h5{
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
}
#hd .tab-content-2c .list .item p{
    text-align: center;
}
}

/*freeadobe*/
#hd .section-freeadobe{
    background: #161426 url(../img/adobe-bg.jpg) center top no-repeat;
    background-size: 1100px;
}
#hd .section-freeadobe .inner {
    max-width: 1500px;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .section-freeadobe .text-content{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
#hd .section-freeadobe .text-content h4{
    font-size: 1.8em;
    margin: 0;
}
#hd .section-freeadobe .default-title{
}
#hd .section-freeadobe .image{
    max-width: 400px;
    margin: 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
#hd .section-freeadobe .image img{
    max-width: 100%;
    width: 100%;
    display: block;
}
#hd .section-freeadobe .image p{
    text-align: center;
    margin: 30px 0;
}
#hd .section-freeadobe .image a{
    color: #dfcaa9;
    color: #fff;
    display: block;
    width: 100%;
    background: #555;
    text-decoration: none;
    border: 2px solid rgba(223,202,169,0.6);
    border-radius: 30px;
    padding: 10px;
    font-size: 1.3em;
    box-sizing: border-box;
    background: url(../img/adobe-bg1.jpg) right 20% no-repeat;
    background-size: cover;
    transition: all 0.2s;
}
#hd .section-freeadobe .image a:hover{
    border-color: rgba(223,202,169,1);
    color: #fff;
}
#hd .section-freeadobe .list{
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 50px auto;
    padding: 0 30px;
    align-items: stretch;
    justify-content: space-between;
}
#hd .section-freeadobe .list .row{
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
#hd .section-freeadobe .list .row:first-child{
    width: 40%;
}
#hd .section-freeadobe .list .row:last-child{
    width: 59%;
}
#hd .section-freeadobe .list .row .column{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(223,202,169,0.3);
}
#hd .section-freeadobe .list .row .column h4{
    color: #dfcaa9;
    margin: 0;
    font-size: 1.2em;
}
#hd .section-freeadobe .list .row .column p{
}

#hd .section-freeadobe .list .row .column.box-1{
    background: #000 url(../img/adobe-bg1.jpg) center top no-repeat;
    background-size: 100% auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#hd .section-freeadobe .list .row .column.box-2{
    background: #000 url(../img/adobe-bg2.jpg) center top no-repeat;
    background-size: cover;
    margin-bottom: 2%;
}
#hd .section-freeadobe .list .row .column.box-3{
    background: #000 url(../img/adobe-bg3.jpg) center top no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1024px) {    
#hd .section-freeadobe .text-content h4{
    font-size: 1.4em;
}
}

@media screen and (max-width: 767px) {    
#hd .section-freeadobe .list .row{
    width: 100% !important;
}
#hd .section-freeadobe .list .row .column{
    margin-bottom: 10px !important;
}
}

@media screen and (max-width: 450px) {    
#hd .section-freeadobe .inner{
    padding: 50px 20px;
}
#hd .section-freeadobe .text-content h4{
    font-size: 1.1em;
}
#hd .section-freeadobe .list{
    margin: 20px auto;
    padding: 0 10px;
}
}

/* durability */

#hd .section-durability{
    background: #fff;
}
#hd .section-durability .inner {
    max-width: 1500px;
    padding: 130px 30px 80px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#hd .section-durability .default-title{
    color: #000;
    padding-right: 30px;
}
#hd .section-durability .default-p{
    color: #000;
    padding-right: 30px;
}
#hd .section-durability .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
}
#hd .section-durability .list .entry{
    width: 50%;
    box-sizing: border-box;
}
#hd .section-durability p a{
    color: #000;
    text-decoration: underline;
    font-size: 1.3em;
}
@media screen and (max-width: 1023px) {    
#hd .section-durability .list .entry{
    width: 100%;
}
#hd .section-durability .default-title{
    color: #000;
    padding-right: 0px;
}
#hd .section-durability .default-p{
    color: #000;
    padding-right: 0px;
}
}
@media screen and (max-width: 767px) {    
#hd .section-durability p a{
    font-size: 1em;
}
}
@media screen and (max-width: 500px) {    
#hd .section-durability .inner{
    padding: 50px 20px;
}
}


#hd .section-durability .video-wraper{
    margin-bottom: 15px;
    background: #000;
}
#hd .section-durability video{
    opacity: 0.7;
}
#hd .section-durability .youtube-link a{
    position: absolute;
    left: calc(50% - 100px);
    top: calc(50% - 60px);
    width: 200px;
    height: 140px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1em;
    font-family:"TTNorms","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#hd .section-durability .youtube-link a:hover{
}
#hd .section-durability .youtube-link a span{
    background: url(../img/playBtn.webp) center top no-repeat;
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 5px auto;
    transition: all 0.2s;
}
#hd .section-durability .youtube-link a:hover span{
    transition: all 0.2s;
    transform: rotate(120deg);
}
@media screen and (max-width: 600px) {    
#hd .section-durability .youtube-link a span{
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}
}


/* video control */

#hd .video-wraper{
    position: relative !important;
}
#hd .video-wraper video{
    width: 100%;
    display: block;
}
#hd .video-control{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
}
#hd .video-control button{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;    height: 100%;
    border-radius: 50%;
    display: block;
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    border: 4px solid #fff;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    background: url(../img/play-pause.png);
    background-size: auto 18px;
    background-repeat: no-repeat;
    background-position: 9px center;
    opacity: 0.7;
    transition: opacity 0.2s;
}
#hd .video-control button:focus{
    outline: 2px solid #28a5f7;
}
#hd .video-control button:hover{
    opacity: 1;
}
#hd .video-control button:active{
    opacity: 0.7;
}
#hd .video-control button.play{
    background-position: -69px center;
}

/*#NUC-Datasheet*/
#NUC-Datasheet {
    position: relative;
    overflow: hidden;
    padding: 0 0 200px 0;
}

#NUC-Datasheet .maintitle {
    text-align: center;
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding-top: 0;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

#NUC-Datasheet a.Button_Datasheet {
    border: 1px solid #818181 !important;
    cursor: pointer;
    padding: 11px 12px 11px 16px !important;
    text-align: left !important;
    border-radius: 4px;
    -webkit-transition: all .3s;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 197px;
    height: auto !important;
    min-width: 144px;
    font-size: 1.1875rem;
}

#NUC-Datasheet a.Button_Datasheet .Button_Datasheet_Text {
    color: #181818 !important;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    white-space: normal !important;
    font-family: TT Norms Pro, Roboto, sans-serif;
    -webkit-transition: all .3s;
}

#NUC-Datasheet a.Button_Datasheet .Button_Datasheet_arrowDownloadSVG {
    height: 24px;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: none;
    margin-left: 10px;

}

#NUC-Datasheet a.Button_Datasheet svg path {
    -webkit-transition: all .3s;
    stroke: #181818;
}

#NUC-Datasheet a.Button_Datasheet:hover {
    background: #0b63a8;
    border: 1px solid #0b63a8 !important;
    -webkit-transition: all .3s;
}

#NUC-Datasheet a.Button_Datasheet:hover .Button_Datasheet_Text {
    color: #fff !important;
    -webkit-transition: all .3s;
}

#NUC-Datasheet a.Button_Datasheet:hover svg path {
    stroke: #fff;
    -webkit-transition: all .3s;
}