@charset 'utf-8';

@font-face {
    font-family: 'TTNormsLight';
    src: url('../fonts/TTNorms-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TTNormsBold';
    src: url('../fonts/TTNorms-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

/* ---------- RESET ---------- */

html,
body {
    margin: 0;
    background-color: #fff;
    overflow: visible;
}
.content-wrapper {
    font-family:"TTNormsLight","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #000;
    font-size: 16px;
    max-width: 2560px;
    margin: 0 auto;
    background: #eee;
}
.content-wrapper h2{
    font-family:"TTNormsBold","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #000;
    font-size: 2.5em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0.5em 0 !important;
}
.content-wrapper h2 .small{
    font-size: 0.85em;
}
.content-wrapper p{
    color: #000;
    font-size: 1.3em;
}
.content-wrapper img{
    max-width: 100%;
    display: block;
}
@media (max-width: 600px) {
.content-wrapper h2{
    font-size: 2em;
}
.content-wrapper p{
    font-size: 1.1em;
}
}


/* Easy Scroll Dots 1.1.0 --- https://github.com/Superhands89/EasyScrollDots
* Quickly add anchor points throughout your web page/application and have navigational dots automatically appear
* in a fixed position on the side of the page. This allows the user to click to scroll though sections of the page,
* and it updates as they scroll.
*
* By Paul Dolby (Superhands89) 2019 --- https://github.com/Superhands89/
*
* MIT Licence - Free and unrestricted use.
*/
.scroll-indicator-controller {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  z-index: 2; }

.scroll-indicator-controller.indi-mobile > div span {
  display: none; }

@media (max-width: 1024px) {
  .scroll-indicator-controller {
    right: 10px; } }

@media (max-width: 767px) {
  .scroll-indicator-controller {
    display: none; } }

.scroll-indicator-controller > div {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  border: 1px solid tomato;
  background: rgba(0, 0, 0, 0.25);
  background: #888; /*WCAG*/
  margin: 0 0 10px;
  cursor: pointer;
  transition: background .4s ease;
  will-change: transition; }

.scroll-indicator-controller > div span {
  color: tomato;
  position: absolute;
  right: calc(100% + 8px);
  white-space: nowrap;
  top: -1px;
  font-family: arial,sans-serif;
  font-size: 16px;
  line-height: 17px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(10px);
  transition: all .4s ease;
  will-change: transition; }

@media (hover: none) {
  .scroll-indicator-controller > div span {
    display: none; } }

.scroll-indicator-controller > div span:after {
  content: "-----";
  padding-left: 5px;
  letter-spacing: -2px;
  font-family: arial,sans-serif;
  vertical-align: text-top; }

@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scroll-indicator-controller > div:hover span {
    width: auto;
    opacity: 1;
    overflow: visible;
    transform: translateX(0); } }

.scroll-indicator-controller > div.active {
  background: tomato;
  border-color: rgba(0, 0, 0, 0.25); }

@supports (-ms-ime-align: auto) {
  .scroll-indicator-controller > div span {
    transition: opacity .4s ease; } }

.scroll-indicator-controller {
  z-index: 9999; }
  .scroll-indicator-controller > div {
    width: 10px;
    height: 10px;
    border-width: 0; }
    .scroll-indicator-controller > div.active {
      background-color: #0082FC; }
    .scroll-indicator-controller > div span {
      top: -4px;
      color: #0082FC; }

body.compensate-for-scrollbar {
  overflow: hidden; }








/*-----kv-----*/

#section-kv{
    position: relative;
    background-color: #eaebe4;
    z-index: 1;
}
#section-kv .main-image{
}
#section-kv .main-image img{
    margin: 0 auto;
}
#section-kv .main-video{
    position: relative;
    z-index: 1;
}
#section-kv .main-video video{
    width: 100%;
}
#section-kv .main-text{
    text-align: center;
    margin-top: -12vw;
    padding-bottom: 4vw;
    position: relative;
    z-index: 2;
}
#section-kv .main-text h1{
    font-family:"TTNormsLight","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    color: #171717;
    font-size: 5em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    text-transform: uppercase;
}
#section-kv .main-text h1 b{
    font-family:"TTNormsBold","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-weight: normal;
}
@media (min-width: 2560px) {
#section-kv .main-text{
    margin-top: -320px;
    padding-bottom: 100px;
}
}
@media (max-width: 1400px) {
#section-kv .main-text h1{
    font-size: 4em;
}
}
@media (max-width: 1023px) {
#section-kv .main-text h1{
    font-size: 3em;
}
}
@media (max-width: 767px) {
#section-kv .main-text h1{
    font-size: 2em;
}
}
@media (max-width: 500px) {
#section-kv .main-text{
    margin-top: -14vw;
}
#section-kv .main-text h1{
    font-size: 1.4em;
}
}




/*panoramic*/

#section-panoramic{
    position: relative;
    background-color: #dfdfdf;
    background-image: linear-gradient(180deg, #aeaeae 0%, #dfdfdf 45%, #dfdfdf 55%, #aeaeae 100%);
    padding: 80px 30px 30px 30px;
    z-index: 2;
}
#section-panoramic .section-content{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
#section-panoramic .section-content .text{
    padding: 30px;
    box-sizing: border-box;
    width: 55%;
}
#section-panoramic .section-content .image{
    width: 45%;
}
@media (max-width: 600px) {
#section-panoramic .section-content .text{
    padding: 0px;
    width: 100%;
}
#section-panoramic .section-content .image{
    width: 80%;
}
}




/*thermal*/

#section-thermal{
    position: relative;
    background-color: #000;
    padding: 50px 30px 30px 30px;
}
#section-thermal .section-content{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
#section-thermal .section-content h2{
    color: #fff;
}
#section-thermal .section-content p{
    color: #fff;
}
#section-thermal .section-content a{
    color: #4ca4ff;
    text-decoration: underline;
}
#section-thermal .section-content a:hover{
    color: #aaa;
}
#section-thermal .section-content .text{
    padding: 30px;
    box-sizing: border-box;
    width: 55%;
}
#section-thermal .section-content .image{
    width: 45%;
}
@media (max-width: 600px) {
#section-thermal .section-content .text{
    padding: 0px;
    width: 100%;
}
#section-thermal .section-content .image{
    width: 80%;
}
}




/*compatibility*/

#section-compatibility{
    position: relative;
    background-color: #fff;
    padding: 60px 30px;
}
#section-compatibility .main-text{
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 40px auto;
}
#section-compatibility .section-content{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
#section-compatibility .section-content .image{
    width: 45%;
}

#section-compatibility .section-content .group{
    width: 55%;
}
#section-compatibility .section-content .group .title{
    text-align: center;
    font-family:"TTNormsBold","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
    font-weight: normal;
    font-size: 1.8em;
    margin: 0;
}
#section-compatibility .section-content .group .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
#section-compatibility .section-content .group .list .item{
    width: 33.33%;
    margin-bottom: 20px;
}
#section-compatibility .section-content .group .list .item img{
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    display: block;
}
#section-compatibility .section-content .group .list .item .name{
    text-align: center;
    padding: 0 5px;
    margin: 0;
    font-size: 1em;
}
#section-compatibility .section-content .group .list .item .name .number{
    font-size: 2em;
    font-family:"TTNormsBold","Roboto","Segoe UI","Arial","PingFang TC","Microsoft JhengHei","Microsoft YaHei",sans-serif;
}
#section-compatibility .section-content .group .list .item .name .small{
    font-size: 0.8em;
}

@media (max-width: 950px) {
#section-compatibility .section-content .image{
    width: 100%;
}
#section-compatibility .section-content .image img{
    margin: 0 auto;
}
#section-compatibility .section-content .group{
    width: 100%;
}
}

@media (max-width: 500px) {
#section-compatibility .section-content .group .list .item .name .number{
    font-size: 1.6em;
}
#section-compatibility .section-content .group .list .item{
    width: 50%;
}
}








/*front*/

#section-front{
    position: relative;
    background-color: #000;
    padding: 0px 30px;
}
#section-front .section-content{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
#section-front .section-content h2{
    color: #fff;
}
#section-front .section-content p{
    color: #fff;
}
#section-front .section-content a{
    color: #4ca4ff;
}
#section-front .section-content .text{
    padding: 30px;
    box-sizing: border-box;
    width: 55%;
}
#section-front .section-content .image{
    width: 45%;
}
@media (max-width: 767px) {
#section-front .section-content .text{
    padding: 0px 0px 40px 0px;
    width: 100%;
}
#section-front .section-content .image{
    width: 80%;
}
}


/*side*/

#section-side{
    position: relative;
    background-color: #eee;
    padding: 60px 30px;
}
#section-side .section-content{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
#section-side .section-content .text{
    box-sizing: border-box;
    width: 35%;
}
#section-side .section-content .image{
    width: 65%;
}
@media (max-width: 767px) {
#section-side .section-content .text{
    width: 100%;
}
#section-side .section-content .image{
    width: 100%;
}
}




/*cable*/

#section-cable{
    position: relative;
    background-color: #eee;
    padding: 60px 30px;
}
#section-cable .section-content{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;
}
#section-cable .section-content .item{
    box-sizing: border-box;
    width: 50%;
    padding: 20px;
}
#section-cable .section-content .text{
    padding-right: 30px;
}
#section-cable .section-content h2{
    font-size: 1.8em;
}
@media (max-width: 600px) {
#section-cable .section-content .item{
    width: 100%;
}
#section-cable .section-content .text{
    padding-right: 0px;
}
#section-cable .section-content h2{
    font-size: 1.3em;
}
}




/*builds*/

#section-builds{
    position: relative;
    background-color: #fff;
    padding: 60px 30px;
}
#section-builds .main-text{
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 40px auto;
}
#section-builds .section-content{
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
#section-builds .main-image{
    max-width: 1400px;
    margin: 0 auto;
}
#section-builds .main-image img{
    margin: 0 auto;
}
@media (max-width: 600px) {
#section-builds .section-content .image{
    width: 100%;
}
}

