@charset "UTF-8";
/*** Global ***/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

html {
  font-size: 15px; }

body {
  font-size: 1em;
  line-height: 1.33333;
  margin-bottom: 0em; }

.inline__block {
  display: inline-block; }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0); }
  20% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0); }
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0);
    transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0);
    transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0); }
  80% {
    opacity: 1;
    -webkit-transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0);
    transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0); } }

.sprite {
  background-repeat: no-repeat;
  display: block; }

.sprite-arrow_l {
  width: 65px;
  height: 130px;
  background-position: -5px -5px; }

.sprite-arrow_l_black {
  width: 49px;
  height: 96px;
  background-position: -80px -5px; }

.sprite-arrow_r {
  width: 65px;
  height: 130px;
  background-position: -139px -5px; }

.sprite-arrow_r_black {
  width: 49px;
  height: 96px;
  background-position: -214px -5px; }

.sprite-black {
  width: 41px;
  height: 41px;
  background-position: -80px -111px; }

.sprite-gray {
  width: 41px;
  height: 41px;
  background-position: -214px -111px; }

.sprite-green {
  width: 44px;
  height: 44px;
  background-position: -5px -162px; }

.sprite-pink {
  width: 45px;
  height: 44px;
  background-position: -59px -162px; }

.sprite-white {
  width: 45px;
  height: 44px;
  background-position: -114px -162px; }

sup {
  position: relative;
  vertical-align: baseline;
  top: -0.44em;
  font-size: 0.6em;
  line-height: unset; }
  sup.sign-deg {
    top: -0.5em; }
  sup.sign-star {
    top: -0.83em;
    font-size: 0.5em; }
  sup.sign-cr {
    top: -0.3em;
    font-size: 0.7em; }
  sup.footnote-num {
    top: -1.7em;
    font-size: 0.33em; }

.wd__content .content__info sup.sign-cr {
  top: 0em;
  font-size: 1.1em; }

.wd__content .content__info sup.sign-tm {
  top: 0em;
  font-size: 1em; }

.wd__content .content__info sup.sign-star {
  top: -0.17em;
  font-size: 1em; }

.wd__content .content__info sup.sign-deg {
  padding: 0 0.02em;
  top: -0.1em;
  font-size: 1em; }

.wd__content .content__info sup.footnote-num {
  top: -0.97em;
  font-size: 0.5em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
  top: 0.1em;
  font-size: 1.1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-tm {
  top: 0em;
  font-size: 1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.sign-deg {
  top: -0.1em;
  font-size: 1em; }

.wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
  top: -0.86em;
  font-size: 0.5em; }

.wd__feature__list .wd__feature .wd__feature__describe span sup.sign-deg {
  padding: 0 0.02em; }

.footnote-item sup.sign-deg {
  top: -0.2em;
  font-size: 0.9em; }

.footnote-item sup.sign-tm {
  top: -0.09em;
  font-size: 0.9em; }

.footnote-item sup.sign-cr {
  top: 0.03em;
  font-size: 1.1em; }

@media all and (min-width: 1280px) {
  .wd__content .content__slogan sup.sign-star {
    top: -0.5em;
    font-size: 0.6em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -1.4em; }
  .wd__content .content__title sup.sign-star {
    top: -0.8em; }
  .wd__content .content__title sup.sign-tm {
    top: -0.46em; }
  .wd__content .content__title sup.footnote-num {
    top: -1.65em; }
  .wd__content .content__info sup.sign-star {
    top: -0.1em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.75em;
    font-size: 0.5em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.75em;
    font-size: 0.3em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.4em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-deg {
    top: -0.1em;
    font-size: 0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.2em;
    font-size: 0.43em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0.1em;
    font-size: 1.3em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: -0.03em;
    font-size: 1.25em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.7em;
    font-size: 0.6em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.65em;
    font-size: 0.55em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.6em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.2em;
    font-size: 0.9em; }
  .section__kv .wd__content .content__info sup.sign-deg {
    padding: 0; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -1em; } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  sup {
    top: -0.5em; }
    sup.sign-deg {
      top: -0.25em;
      font-size: 0.8em; }
    sup.sign-cr {
      top: -0.35em; }
    sup.sign-star {
      top: -0.85em; }
  .wd__content .content__slogan sup.sign-tm {
    top: -0.4em; }
  .wd__content .content__slogan sup.sign-cr {
    top: -0.27em;
    font-size: 0.7em; }
  .wd__content .content__slogan sup.sign-star {
    top: -0.37em;
    font-size: 0.75em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -1.5em; }
  .wd__content .content__title sup.sign-tm {
    top: -0.45em; }
  .wd__content .content__title sup.sign-star {
    top: -0.77em; }
  .wd__content .content__title sup.sign-cr {
    top: -0.3em; }
  .wd__content .content__title sup.footnote-num {
    top: -1.58em; }
  .wd__content .content__info sup.sign-star {
    top: -0.08em;
    font-size: 1.1em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.8em;
    font-size: 0.6em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-cr {
    top: -0.3em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-tm {
    top: -0.42em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.56em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.6em;
    font-size: 0.55em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.15em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.2em;
    font-size: 0.8em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.34em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.1em;
    font-size: 0.43em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: 0em;
    font-size: 1.35em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.47em;
    font-size: 0.8em; }
  .section__kv .wd__content .content__title sup.sign-tm {
    top: -0.45em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.48em;
    font-size: 0.65em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.57em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.2em;
    font-size: 0.9em; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -1.25em;
    font-size: 0.4em; }
  .footnote-item sup.sign-cr {
    top: 0.1em; } }

@media all and (max-width: 731px) {
  sup.sign-deg {
    top: -0.25em;
    font-size: 0.8em; }
  .wd__content .content__slogan sup.sign-tm {
    top: -0.33em; }
  .wd__content .content__slogan sup.sign-cr {
    top: -0.31em; }
  .wd__content .content__slogan sup.sign-star {
    top: -0.1em;
    font-size: 1.1em; }
  .wd__content .content__slogan sup.footnote-num {
    top: -0.85em;
    font-size: 0.5em; }
  .wd__content .content__title sup.sign-cr {
    top: -0.06em;
    font-size: 0.9em; }
  .wd__content .content__title sup.sign-tm {
    top: -0.26em;
    font-size: 0.7em; }
  .wd__content .content__title sup.sign-star {
    top: -0.42em;
    font-size: 0.7em; }
  .wd__content .content__title sup.footnote-num {
    top: -1.3em;
    font-size: 0.4em; }
  .wd__content .content__info sup.sign-cr {
    top: 0.15em;
    font-size: 1.4em; }
  .wd__content .content__info sup.sign-tm {
    top: 0.1em;
    font-size: 1.2em; }
  .wd__content .content__info sup.sign-star {
    top: 0em;
    font-size: 1.25em; }
  .wd__content .content__info sup.footnote-num {
    top: -0.7em;
    font-size: 0.6em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-cr {
    top: -0.24em;
    font-size: 0.75em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-tm {
    top: -0.27em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -0.4em;
    font-size: 0.7em; }
  .wd__feature__list .wd__feature .wd__feature__data sup.footnote-num {
    top: -1.3em;
    font-size: 0.4em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-cr {
    top: -0.11em;
    font-size: 0.9em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-tm {
    top: -0.23em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.sign-star {
    top: -0.22em;
    font-size: 0.88em; }
  .wd__feature__list .wd__feature .wd__feature__data span sup.footnote-num {
    top: -1.2em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-cr {
    top: 0.18em;
    font-size: 1.5em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.sign-star {
    top: 0.08em;
    font-size: 1.6em; }
  .wd__feature__list .wd__feature .wd__feature__describe sup.footnote-num {
    top: -0.5em;
    font-size: 0.8em; }
  .section__kv .wd__content .content__title sup.sign-cr {
    top: -0.1em; }
  .section__kv .wd__content .content__title sup.sign-star {
    top: -0.43em; }
  .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.26em; }
  .section__kv .wd__content .content__info sup.sign-tm {
    top: 0em;
    font-size: 1em; }
  .section__kv .wd__content .content__info sup.sign-cr {
    top: 0em;
    font-size: 1.2em; }
  .section__kv .wd__content .content__info sup.sign-star {
    top: -0.06em;
    font-size: 1.2em; }
  .section__kv .wd__content .content__info sup.footnote-num {
    top: -0.65em;
    font-size: 0.65em; }
  .footnote-item sup.sign-cr {
    top: 0.03em;
    font-size: 1.1em; } }

.play__icon:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADJklEQVRYw73YTWwWVRQG4KdD1RjTEmNjt0ZNtC4GXQiiTLAmklShdKFbomAYSQTqRjbu3IhuBBd2iPizM42Jjb9JF/7kolgIQWcBGuLCJVhi2iYSNRUXc1vqZ03nm6/1LGfuOee9d+697/tOlzYiK8qNeAwbcRduwXrM4DJ+xCl8GvL0VN26XTUa34jdOIh5fIwTOIdLIU9nsqJcj1sxgAzb0Y0jOB7y9EpjEFlR7oyFzuLVkKfftLFqm/EC7sNoyNOJtkBkRXkDjuIR7A15+kXd5svUGsQxfI4DIU9/XxFEVpS9mMCveDrk6WxTAC0138bNGGmt2dUy+Hp8hp+Qhzy92imAJbXXYQy3Yyjk6R8L75KWsa9jDvtWEwCEPJ3Hs5iNfRZjEURWlCMYxK6YsOoR6+7CYOyH+DniMTyv2gONN2HdyIryYbyDgZCnVxZWYje+/z8AxBX5Et9hD9c+x0EcbnM2R7Oi7O4Ay2EcgCQryk34q52LKMZ+TGZF2ddwNU5iPivKTQm24cOGsxnE6awoNzTM/wjbEjyg4oKmcRu+zoryiQa5J7A5UZHO+Q5AwE0Yz4rypawokzbyzuHuREXHFzsEQXXcX8REvKbrxCX0JehdDX5YEjvwbp2BsW9Pgtk2kNeJT/BUnYFZUfZgLlEpov5VaH4VL2M45OlMzZx+THerNuUALnQA4DfsCXn6Xpt59+CHBN9iSwcAfsaWBgDgIZxMMInhhgC+wv0hT882zB/GZBLydEp1fT/YZoExPBry9Jcm3aMGXRfydGqBgI7gEHbWLRLydF/D2S/EIZWOXWTRt7AhitI1j6gn7sXxRRDRF4yiiGd3LQH0qNT36IIfaRW6x9CHJ9dC4kWxO47LIU/3LjxvJZvnIog3sqJc0Z01ADCmcmr7l777B4gow7fjTry/Wtd5rDOOO/B4qwH6F+1GUhnCNM5kRbm1QwBbcSbWG1qOLFfyoiN4TeVFX4mSrG7zpV70+ZCnH/zX2Lqu/BmVGP5TJcmCinMuhjydizu+3zVXvgPXqe6fNzty5csAav0/0YdelauaVv2fOK2yklN1XdzfdfIarq20xZsAAAAASUVORK5CYII=");
  width: 24px;
  height: 24px; }

.icon__left__arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAACbCAYAAAAa/HfkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MDM3YTljNy1lZjkwLWQ4NGMtYTcwZC03OGM4NDg0NjAzYmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDVGQjNDREY4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVGQjNDREU4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGNkZjRmNDItMzk0ZS1jNDRhLTg4ZTctNWY1M2Y5NjI4MTUwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDZhZjExODAtNjFhMy0xMWU1LTkzZGUtOTIwNmM2N2RmYjRiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lOkdwQAAAthJREFUeNrs3U1Ow0AMhuEWdZVzAregEj+XAHHObANdsKFhUcb2+LNfS9lEahaPMkkjjT8ft207UGN1BwGIIIJIgQgiiCBSIIIIIogUiN512ju5rmtnk5dlWc7cif+v5+/jieU8Bnj+zw9BHAQE0QAQxH3ATxDHAR9BHAfcQAwG7IhoDtgN0QWwE6IbYBdEV8AOiO6A1RFDACsjhgFWRQwFrIgYDlgNcQpgJcRpgFUQpwJWQJwOqI6YAlAZMQ2gKmIqQEXEdIBqiCkBlRDTAqogpgZUQEwPmB1RAjAzogxgVkQpwIyIcoDZECUBMyHKAmZBlAbMgCgPOBuxBOBMxDKAsxBLAc5ALAcYjVgSMBKxLGAUYmnACMTygN6ILQA9EdsAXurkcM2Xw3W7a1lAjzuxHaA1YktAS8S2gFaIrQEtENsDjiICOIgI4CAigIOIAA4iAjiICOAgIoCDiAAOIgI4iAigAeJx5xx4NyJe7sK3X+cevo/3P4BBBNL37Qyk0f9EII2+WIA0+nYG0gARSCNEII0QgTRCBNIIEUgjRCAPdjsgWkNa7sVpC2m9K6wlpMcmz3aQXjtlW0F67tluA+ndPXCBfK0OGdHHcq4OGdVRVRoysrevLGR0l+lfkB/KkDP6nfcg75UhZ3Xel4KcmQFRBnJ2GkkJyAy5OPKQWRKapCEzZYXJQmZLrZOEzJifKAeZNclTCjJzpqwMZPZ0YwlIhZzt9JAqie+pIZVmD6SFVJuCkRJScR5LOkjVyUCpIJVnVKWBVJ+WlgKywty+6ZBVJkhOhaw0y3QaZLWpulMgK853DoesOmk8FLLyzPswyMqIYZDVEUMgOyC6Q3ZBdIXshOgG2Q3RBbIjojnk6dC3fmL9n35BXurhlgsdt+06vWpd106YV7loy7IcWc7jS5tnYjQkiAaQJ+x2XzY31e6LhWI5gwgiiBSIIIIIIgQggggiBaJlfQkwAFslPR5pZL7CAAAAAElFTkSuQmCC"); }

.icon__right__arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAACbCAYAAADxy8znAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MDM3YTljNy1lZjkwLWQ4NGMtYTcwZC03OGM4NDg0NjAzYmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDVGQjNDRTM4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVGQjNDRTI4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGNkZjRmNDItMzk0ZS1jNDRhLTg4ZTctNWY1M2Y5NjI4MTUwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDZhZjExODAtNjFhMy0xMWU1LTkzZGUtOTIwNmM2N2RmYjRiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TCPT7wAAAshJREFUeNrs3MFKA0EQBNBEctrvVP/CgPErFL9zr+vm4CUHCaZ6prqqGoZAYC+PyQ7p6e7jtm2HxOPxFIJABjKQiUAGMpCBTAQykIFMBDKQjHF65OF1XS/7x9kVb1kW2I5829cl+xHz0w4m8B1pj4k8bKwxH4X8DiYG8jWYGMgtmLh3ZDCBh409JvLUtsZE/9e2xaxIWlhiVmV/7DAr02hWmNX5SBvMEYldC8xRGXJ5zJFXDdKYo+9sZDFnXH5JYs66RZTDnHkdK4U5+15bBpOhQEACk6XSoj0mU8lKa0y22p+2mIxFVC0xWavR2mEyl/W1wmSvj2yD2aHQtAVml4pdesxOpc/UmN1qyGkxOxbjU2J27Wqgw+zcHkKF2b3PhgZToWGJAlOl82s6plIL3VRMtV7EaZiKTZ1TMFW7Y4djKrcZD8VU79cehunQ+D4E02WCQDmm0yiGvzDfA4nBPD+K6TgcpATTdcoKHNN5XA0U033uDwwzA5RAmIEEYQYShBlIEGYgQZiBBGEGEoQZSBBmIO8HvY1jIO+PK9bnvl5uvv843AwgDSQAMZAgxECCEAMJQgwkCDGQIMRAghADCUJ0h4QhOkNCEV0h4YiOkCWIbpBliE6QpYgukOWIDpBDENUhhyEqQw5FVIUcjqgIOQVRDXIaohLkVEQVyOmICpAUiN0haRA7Q1IhdoWkQ+wISYnYDZIWsRMkNWIXSHrEDpAtENkh2yAyQ7ZCZIVsh8gI2RKRDbItIhNka0QWyPaIDJASiLMhZRBnQkohzoKUQ5wBKYk4GlIWcSSkNOIoSHnEEZAWiNc4FSN+7etZHbFyR1ohVkHaIVZAWiKiIW0RkZDWiChIe0QEZBBBkEH83VHbtv374XVdN2fEZVlKTm3LnYiGtEZEQdojIiCDiDhsErVJi0AmAhnIQCYCGchABjIRyEAG0jl+BBgCMDs+2El12r0AAAAASUVORK5CYII=");
  width: 24px;
  height: 24px; }

.icon__down__arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM1LjQxNCAzNS40MTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1LjQxNCAzNS40MTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxnPgoJCTxwb2x5Z29uIHBvaW50cz0iMzQsOC4zNTQgMTcuNzA3LDI0LjY0NiAxLjQxNCw4LjM1NCAwLDkuOTE1IDE3LDI3LjA2MSAxOC40MTQsMjcuMDYxIDM1LjQxNCw5LjkxNSAgICIgZmlsbD0iIzMzMzMzMyIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=); }

.border__radius-ie8 {
  behavior: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/css/css3-IE8-PIE.htc"); }

.stopScrollbar {
  overflow: hidden; }

#af-header.popHide,
#overview-top-nav.popHide,
.section__comment.popHide,
#asus-api-footer.popHide,
#main-zone #product-footer-zone.popHide {
  display: none !important; }

.modal-button-container {
  z-index: 2147483647; }
  @media (max-width: 720px) {
    .modal-button-container {
      transform: scale(0.8); } }
  .modal-button-container.inner {
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translate3d(-50%, 0px, 0px); }
  .modal-button-container.text-white .modal-button {
    color: #fff; }
  .modal-button-container.text-dark .modal-button {
    color: #000; }
  .modal-button-container.outer {
    position: relative;
    text-align: center; }
    .modal-button-container.outer .modal-button-target {
      top: 50px; }
    @media (max-width: 720px) {
      .modal-button-container.outer .modal-button-target {
        top: 42px; } }
  .modal-button-container button {
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    .modal-button-container button:focus {
      outline: 0; }
  .modal-button-container .modal-button-text,
  .modal-button-container .modal-inner-text {
    position: relative;
    display: block;
    font-size: 22px;
    pointer-events: none; }
    @media (min-width: 732px) and (max-width: 1279px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        font-size: 18px; } }
    @media (max-width: 731px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        margin-bottom: 8px;
        font-size: 19px; } }
  .modal-button-container .modal-button-target {
    position: absolute;
    height: 50px;
    left: 50%;
    top: 10px;
    z-index: 10;
    display: none;
    transform: translateX(-50%); }
  .modal-button-container .modal-button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    pointer-events: all;
    text-align: center;
    z-index: 1;
    margin: 10px 0;
    padding: 0 30px;
    min-width: 50px;
    height: 46px;
    line-height: 46px;
    border: 0;
    font-weight: 200;
    background-color: #000;
    cursor: pointer;
    border-radius: 25px;
    border-width: 3px;
    border-style: solid;
    transition: background-color 400ms ease-out, border-color 400ms ease-out, color 400ms ease-out; }

.outer-view {
  z-index: 0;
  transform-origin: 50vw 50vh;
  transform: translateZ(0px) translateY(0px) scale(1); }
  .outer-view.animate-scale {
    transform: translateZ(0px) translateY(200px) scale(0.96);
    transition: transform 650ms ease-out; }
  .outer-view .modal-button-container.ready .modal-button {
    transform: translate(0, 0px) !important; }

.inner-view {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  width: 100%;
  overflow: hidden;
  z-index: 1000000000;
  transform: translateY(110vh);
  margin-left: 0;
  margin-bottom: -60px;
  width: 100%;
  background-color: white;
  transition: transform 750ms ease; }
  .inner-view.killFixed {
    position: relative !important; }
  .inner-view .inner-view-container {
    height: 100%; }
  .inner-view .inner-modal {
    position: relative;
    visibility: visible;
    display: block;
    padding-bottom: 50px;
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    transition: opacity 250ms; }
    .inner-view .inner-modal.showed {
      opacity: 1; }
  .inner-view .modal-button-container {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch; }
  .inner-view .modal-button-container {
    opacity: 0;
    position: fixed;
    bottom: -80px;
    left: 0%;
    width: 100%;
    transform: translate3d(0%, 0, 0) translateZ(0);
    transition: transform 400ms ease, opacity 300ms ease; }
  .inner-view.show-inner {
    transform: none !important; }
    .inner-view.show-inner .modal-active {
      display: block;
      visibility: visible; }
    .inner-view.show-inner .modal-button-container {
      opacity: 1;
      transform: translate3d(0%, -130px, 0) translateZ(0);
      transition: transform 300ms ease-out;
      transition-delay: 1200ms; }
      @media (max-width: 720px) {
        .inner-view.show-inner .modal-button-container {
          transform: translate3d(0%, -110px, 0) translateZ(0) scale(0.8); } }

@media (min-width: 732px) and (max-width: 1279px) {
  .modal-button-container.inner {
    bottom: 20px; } }

@media (max-width: 731px) {
  .modal-button-container .modal-button {
    text-align: center; }
  .modal-button-container.inner {
    bottom: 9px; } }

.wd__family__btns {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center; }
  .wd__family__btns .switch__btn {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 15px 30px;
    border-radius: 26px;
    border: 1px solid gray;
    cursor: pointer; }
    .wd__family__btns .switch__btn .btn__container {
      padding: 2px 20px;
      max-width: 600px;
      min-height: 34px; }
      .wd__family__btns .switch__btn .btn__container .container__icon,
      .wd__family__btns .switch__btn .btn__container .container__text {
        vertical-align: middle;
        transition: all 400ms ease; }
      .wd__family__btns .switch__btn .btn__container .container__text {
        min-height: 34px;
        font-size: 20px;
        line-height: 34px;
        color: gray; }
    .wd__family__btns .switch__btn:hover, .wd__family__btns .switch__btn.active {
      border: 1px solid #457ea8; }
      .wd__family__btns .switch__btn:hover .container__text, .wd__family__btns .switch__btn.active .container__text {
        color: #457ea8; }

@media all and (min-width: 732px) and (max-width: 1279px) {
  .wd__family__btns {
    margin: 34px auto 28px;
    width: 100%;
    max-width: 720px; }
    .wd__family__btns .switch__btn {
      margin: 10px;
      border-radius: 26px; }
      .wd__family__btns .switch__btn .btn__container {
        padding: 5px 15px;
        min-height: 26px; }
        .wd__family__btns .switch__btn .btn__container .container__text {
          font-size: 20px;
          line-height: 26px; } }

@media all and (max-width: 731px) {
  .wd__family__btns {
    margin: 44px auto 10px;
    width: 100%;
    max-width: 320px; }
    .wd__family__btns .switch__btn {
      margin: 0 14px 24px;
      border-radius: 26px; }
      .wd__family__btns .switch__btn .btn__container {
        padding: 3px 13px;
        min-height: 26px; }
        .wd__family__btns .switch__btn .btn__container .container__text {
          font-size: 13px;
          line-height: 26px; } }

body {
  background-attachment: scroll !important;
  -moz-osx-font-smoothing: grayscale; }

#CMD {
  -webkit-transition-duration: 700ms;
  -khtml-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -ms-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-property: opacity;
  -khtml-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -khtml-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.3;
  font-size: 15px;
  -webkit-tap-highlight-color: transparent; }
  @media all and (min-width: 1px) {
    #CMD {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@media all and (max-width: 720px) {
  #CMD {
    margin-bottom: 30px; } }

.fix_ie_png {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00FFFFFF, endColorstr=#00FFFFFF ); }

@media all and (min-width: 1280px) {
  .clear__background__src {
    background-image: none !important; } }

section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px; }
  @media all and (min-width: 732px) and (max-width: 1279px) {
    section {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1279px; } }
  @media all and (min-width: 0px) and (max-width: 731px) {
    section {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 731px; } }

.progressive-image {
  background-image: none !important; }

@media all and (min-width: 1px) {
  .grace-show {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 800ms; }
    .grace-show.show {
      transform: translate3d(0, 0, 0);
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      will-change: opacity; }
    .grace-show.animated {
      transform: none;
      will-change: null; } }

.in.moving__element {
  will-change: transform, opacity; }

.smooth__animation {
  -webkit-transition-duration: 1.25s, 1.25s;
  -khtml-transition-duration: 1.25s, 1.25s;
  -moz-transition-duration: 1.25s, 1.25s;
  -ms-transition-duration: 1.25s, 1.25s;
  -o-transition-duration: 1.25s, 1.25s;
  transition-duration: 1.25s, 1.25s;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -khtml-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.smooth__animation-fast {
  -webkit-transition-duration: 400ms, 400ms;
  -khtml-transition-duration: 400ms, 400ms;
  -moz-transition-duration: 400ms, 400ms;
  -ms-transition-duration: 400ms, 400ms;
  -o-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -khtml-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.wd__animation__easeout {
  -webkit-transition-duration: 500ms, 500ms;
  -khtml-transition-duration: 500ms, 500ms;
  -moz-transition-duration: 500ms, 500ms;
  -ms-transition-duration: 500ms, 500ms;
  -o-transition-duration: 500ms, 500ms;
  transition-duration: 500ms, 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-property: all; }

.wd__animation__easeout__slow {
  -webkit-transition-duration: 1200ms, 1200ms;
  -khtml-transition-duration: 1200ms, 1200ms;
  -moz-transition-duration: 1200ms, 1200ms;
  -ms-transition-duration: 1200ms, 1200ms;
  -o-transition-duration: 1200ms, 1200ms;
  transition-duration: 1200ms, 1200ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

.wd__animation__easeout-fast {
  -webkit-transition-duration: 400ms, 400ms;
  -khtml-transition-duration: 400ms, 400ms;
  -moz-transition-duration: 400ms, 400ms;
  -ms-transition-duration: 400ms, 400ms;
  -o-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -khtml-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -webkit-transform;
  -ms-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -khtml-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 400ms;
  -moz-transition-property: all; }

@keyframes ripple {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes wifiRipple {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes soundCirclePlay {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  10% {
    opacity: 0.6; }
  50% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 0;
    transform: scale(0.2); } }

@keyframes soundRipple {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    opacity: 0;
    transform: scale(0, 0); } }

@keyframes disappearAndAppear {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes ballRotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.wd__content.text__animation > span, .wd__content.text__animation > div, .wd__content.text__animation > figure, .wd__content.text__animation > img, .wd__content.text__animation > a {
  opacity: 0;
  transform: translateZ(0) translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.wd__content.text__animation.text-showed .content__slogan,
.wd__content.text__animation.text-showed .content__title,
.wd__content.text__animation.text-showed .content__info,
.wd__content.text__animation.text-showed .content__comment,
.wd__content.text__animation.text-showed .content__link,
.wd__content.text__animation.text-showed .wd__feature__list {
  will-change: null;
  transform: none; }

.inner-modal .wd__content.text__animation .content__slogan, .inner-modal .wd__content.text__animation .content__title, .inner-modal .wd__content.text__animation .content__info, .inner-modal .wd__content.text__animation .content__comment, .inner-modal .wd__content.text__animation .content__link, .inner-modal .wd__content.text__animation .wd__feature__list {
  opacity: 0;
  transform: translateZ(0) translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.inner-modal .wd__content.text__animation.text-showed .content__slogan,
.inner-modal .wd__content.text__animation.text-showed .content__title,
.inner-modal .wd__content.text__animation.text-showed .content__info,
.inner-modal .wd__content.text__animation.text-showed .content__comment,
.inner-modal .wd__content.text__animation.text-showed .content__link,
.inner-modal .wd__content.text__animation.text-showed .wd__feature__list {
  will-change: null;
  transform: none; }

@keyframes fansRotateLeft {
  100% {
    transform: rotate(-360deg); } }

@keyframes fansRotateRight {
  100% {
    transform: rotate(360deg); } }

.wd__section .slick-dots {
  margin-left: auto;
  margin-right: auto; }

#CMD .outer-view {
  margin-top: 0; }

@media all and (min-width: 769px) {
  #CMD .outer-view {
    margin-top: 56px; } }

@media (max-width: 959px) and (min-width: 732px) {
  #af-header,
  #af-header .af-inner,
  body #asus-api-footer {
    min-width: 100%;
    width: 100%; }
  #main-zone > .container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; } }

@media all and (max-width: 731px) {
  #special-sectionOverview {
    margin-top: 0px; }
  #CMD {
    margin-top: 0px !important; }
  #main-zone,
  #main-zone-5,
  #main-zone-3,
  #main-zone-4,
  #main-zone-6 {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

.footnotes {
  margin: 25px auto 0;
  max-width: 1180px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px; }
  .footnotes ul.footnote {
    font-size: 18px;
    line-height: 1.4; }
    .footnotes ul.footnote li {
      list-style-type: decimal;
      line-height: 1.3;
      text-align: left;
      margin-bottom: 9px;
      font-size: 18px; }

@media all and (min-width: 732px) and (max-width: 1279px) {
  .footnotes {
    padding-left: 16px;
    padding-right: 16px; } }

@media all and (max-width: 731px) {
  .footnotes {
    width: auto;
    padding-left: 11px;
    padding-right: 11px;
    box-sizing: border-box; }
    .footnotes ul.footnote {
      margin-left: 14px;
      font-size: 13.3px;
      line-height: 1.4; }
      .footnotes ul.footnote li {
        font-size: 13.3px;
        margin-bottom: 12px; } }

.wd__section .large__text-center {
  text-align: center; }
  .wd__section .large__text-center.wd__content {
    margin-left: auto;
    margin-right: auto; }
    .wd__section .large__text-center.wd__content .content__comment,
    .wd__section .large__text-center.wd__content .content__info,
    .wd__section .large__text-center.wd__content .content__link,
    .wd__section .large__text-center.wd__content .content__slogan,
    .wd__section .large__text-center.wd__content .content__title {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    .wd__section .large__text-center.wd__content .content__slogan:after {
      margin-left: auto;
      margin-right: auto; }
    .wd__section .large__text-center.wd__content .content__title:after {
      margin: 0 auto;
      text-align: center; }

.wd__section .large__text-left.wd__content {
  text-align: left; }
  .wd__section .large__text-left.wd__content .content__comment,
  .wd__section .large__text-left.wd__content .content__info,
  .wd__section .large__text-left.wd__content .content__link,
  .wd__section .large__text-left.wd__content .content__slogan,
  .wd__section .large__text-left.wd__content .content__title {
    text-align: left;
    margin-left: 0; }
  .wd__section .large__text-left.wd__content .content__slogan:after {
    left: 0;
    margin-left: 0px; }
  .wd__section .large__text-left.wd__content .content__title:after {
    margin-left: 0;
    text-align: left; }

.wd__section .large__text-left.wd__feature__list {
  text-align: left; }
  .wd__section .large__text-left.wd__feature__list .wd__feature {
    margin-left: 0;
    margin-right: 50px; }

.wd__section .large__text-right.wd__content {
  text-align: right; }
  .wd__section .large__text-right.wd__content .content__slogan:after {
    right: 0;
    margin-right: 0px; }

.wd__section .large__text-right.wd__feature__list {
  text-align: right; }
  .wd__section .large__text-right.wd__feature__list .wd__feature {
    margin-left: 50px;
    margin-right: 0; }

@media all and (min-width: 732px) and (max-width: 1279px) {
  .wd__section .medium__text-left.wd__content {
    text-align: left;
    left: 0; }
    .wd__section .medium__text-left.wd__content .content__comment,
    .wd__section .medium__text-left.wd__content .content__info,
    .wd__section .medium__text-left.wd__content .content__link,
    .wd__section .medium__text-left.wd__content .content__slogan,
    .wd__section .medium__text-left.wd__content .content__title {
      text-align: left;
      margin-left: 0; }
    .wd__section .medium__text-left.wd__content .content__slogan:after {
      margin-left: 0px; }
  .wd__section .medium__text-left.wd__feature__list {
    text-align: left; }
    .wd__section .medium__text-left.wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 50px; }
  .wd__section .medium__text-center.wd__content {
    text-align: center;
    left: 0;
    margin-left: auto;
    margin-right: auto; }
    .wd__section .medium__text-center.wd__content .content__comment,
    .wd__section .medium__text-center.wd__content .content__info,
    .wd__section .medium__text-center.wd__content .content__link,
    .wd__section .medium__text-center.wd__content .content__slogan,
    .wd__section .medium__text-center.wd__content .content__title {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    .wd__section .medium__text-center.wd__content .content__slogan:after {
      margin-left: auto;
      margin-right: auto; }
  .wd__section .medium__text-center.wd__feature__list {
    text-align: center; }
    .wd__section .medium__text-center.wd__feature__list .wd__feature {
      margin-left: 30px;
      margin-right: 30px; }
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe__top,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__data,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center; } }

@media all and (max-width: 731px) {
  .wd__section .small__text-left.wd__content {
    text-align: left;
    left: 0; }
    .wd__section .small__text-left.wd__content .content__comment,
    .wd__section .small__text-left.wd__content .content__info,
    .wd__section .small__text-left.wd__content .content__link,
    .wd__section .small__text-left.wd__content .content__slogan,
    .wd__section .small__text-left.wd__content .content__title {
      text-align: left;
      margin-left: 0; }
    .wd__section .small__text-left.wd__content .content__slogan:after {
      margin-left: 0; }
  .wd__section .small__text-left.wd__feature__list {
    text-align: center; }
    .wd__section .small__text-left.wd__feature__list .wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 20px; }
  .wd__section .small__text-center {
    text-align: center; }
    .wd__section .small__text-center.wd__content {
      text-align: center;
      left: 0;
      margin-left: auto;
      margin-right: auto; }
      .wd__section .small__text-center.wd__content .content__comment,
      .wd__section .small__text-center.wd__content .content__info,
      .wd__section .small__text-center.wd__content .content__link,
      .wd__section .small__text-center.wd__content .content__slogan,
      .wd__section .small__text-center.wd__content .content__title {
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
      .wd__section .small__text-center.wd__content .content__slogan:after {
        margin-left: auto;
        margin-right: auto; }
    .wd__section .small__text-center.wd__feature__list {
      text-align: center; }
      .wd__section .small__text-center.wd__feature__list .wd__feature {
        margin-left: 14px;
        margin-right: 14px; } }

.wd__section .section__content.text-white .wd__content .content__comment,
.wd__section .section__content.text-white .wd__content .content__info,
.wd__section .section__content.text-white .wd__content .content__title {
  color: #fff; }

.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe span,
.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top,
.wd__section .section__content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
  color: #fff; }

.wd__section .section__content .wd__content.theme-dark .content__comment {
  color: #999; }

.wd__section .section__content .wd__content.theme-dark .content__info,
.wd__section .section__content .wd__content.theme-dark .content__title {
  color: #fff; }

.wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe, .wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe span, .wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top, .wd__section .section__content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe, .wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe span, .wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top, .wd__section .section__content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.modal-button-container.bg-gray .modal-button-text {
  color: #6f6f6f; }

.modal-button-container.bg-gray .modal-button .modal-button-start-cap, .modal-button-container.bg-gray .modal-button .modal-button-scaler, .modal-button-container.bg-gray .modal-button .modal-button-end-cap {
  background: #6f6f6f; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-start-cap, .modal-button-container.bg-white .modal-button.old__browser .modal-button-copy, .modal-button-container.bg-white .modal-button.old__browser .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button.old__browser .pluscircle-icon {
  background-image: url(/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/icon_modalbtn_gray.png) !important; }

.modal-button-container.bg-white .modal-button .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button .modal-button-start-cap, .modal-button-container.bg-white .modal-button .modal-button-scaler, .modal-button-container.bg-white .modal-button .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button .pluscircle-icon svg path {
  fill: #333; }

.video-bottom, .media-bottom {
  position: relative; }

.cmd__guideline {
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 1000000000000;
  opacity: 0;
  transition: opacity 400ms ease-out; }
  .cmd__guideline.active {
    opacity: 1; }
  .cmd__guideline.guideline-slogan {
    bottom: 64px;
    height: 242px;
    background: rgba(219, 77, 109, 0.3); }
  .cmd__guideline.guideline-title {
    top: -43px;
    height: 54px;
    background: rgba(251, 150, 110, 0.3); }
  .cmd__guideline.guideline-info {
    top: -31px;
    height: 36px;
    background: rgba(0, 137, 108, 0.3); }
  .cmd__guideline.guideline-hl {
    top: -73px;
    height: 83px;
    background: rgba(193, 50, 142, 0.3); }
  .cmd__guideline.guideline-hldesb {
    top: -9px;
    height: 13px;
    width: 100%;
    background: rgba(88, 178, 220, 0.3); }
  .cmd__guideline.guideline-hlb {
    bottom: -60px;
    height: 65px;
    background: rgba(144, 180, 75, 0.3); }
  .cmd__guideline.guideline-pdprice-top {
    bottom: 129px;
    height: 72px;
    background: rgba(46, 92, 110, 0.3); }
  .cmd__guideline.guideline-pdprice-bottom {
    bottom: -72px;
    height: 72px;
    background: rgba(46, 92, 110, 0.3); }
  .cmd__guideline.guideline-pdguide {
    bottom: 30px;
    height: 37px;
    width: 100%;
    background: rgba(88, 178, 220, 0.3); }
  .cmd__guideline.guideline-pdvideos {
    height: 214px;
    top: -91px;
    background: rgba(144, 180, 75, 0.3); }
  .cmd__guideline.guideline-pdvideos-bottom {
    top: 0;
    height: 214px;
    background: rgba(144, 180, 75, 0.3); }
  .cmd__guideline.guideline-pdmedias-bottom {
    top: -14px;
    height: 214px;
    background: rgba(144, 180, 75, 0.3); }

.guideline-floatspace {
  position: fixed;
  top: 50%;
  bottom: 64px;
  height: 242px;
  background: rgba(219, 77, 109, 0.3); }
  .guideline-floatspace:after {
    position: absolute;
    display: block;
    content: 'image interval';
    bottom: 0;
    height: 122px;
    width: 100%;
    color: white;
    background: rgba(251, 150, 110, 0.3); }
  .guideline-floatspace:before {
    position: absolute;
    display: block;
    content: 'section interval';
    height: inherit;
    width: 100%;
    color: white; }

.guideline__controller {
  position: fixed;
  overflow: hidden;
  text-align: center;
  z-index: 99999999999;
  top: 0;
  margin-left: 0;
  padding: 10px 15px 15px 10px;
  width: 30px;
  height: 30px;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 10px;
  background: rgba(112, 124, 116, 0.8); }
  .guideline__controller .guideline__logo {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #eee; }

@keyframes showAnimation {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
  .guideline__controller.visible {
    margin-left: 0;
    width: auto;
    height: auto; }
    .guideline__controller.visible .control {
      display: block; }
    .guideline__controller.visible .guideline__logo:before {
      position: absolute;
      content: '';
      display: block;
      z-index: -1;
      top: -1px;
      left: 5px;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      background: rgba(255, 0, 0, 0.3);
      animation: showAnimation 3000ms ease-in-out infinite; }
  .guideline__controller .guideline__logo {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #eee; }
  .guideline__controller .control {
    position: relative;
    text-align: left;
    display: none;
    cursor: pointer;
    margin: 10px 10px 10px 30px;
    padding-left: 30px;
    color: #fffffc;
    font-size: 20px; }
    .guideline__controller .control.main__item {
      margin-top: 22px; }
    .guideline__controller .control.sub__item {
      margin-left: 50px; }
    .guideline__controller .control input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
    .guideline__controller .control .control__indicator {
      position: absolute;
      top: 2px;
      left: 0;
      height: 20px;
      width: 20px;
      background: #e6e6e6; }
      .guideline__controller .control .control__indicator:after {
        position: absolute;
        content: '';
        display: block;
        opacity: 0;
        left: 8px;
        top: 4px;
        width: 3px;
        height: 8px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
    .guideline__controller .control input:checked ~ .control__indicator {
      background: #2aa1c0; }
      .guideline__controller .control input:checked ~ .control__indicator:after {
        opacity: 1; }

@media all and (min-width: 732px) and (max-width: 1279px) {
  .cmd__guideline.guideline-slogan {
    top: -166px;
    height: 173px; }
  .cmd__guideline.guideline-title {
    top: -33px;
    height: 44px; }
  .cmd__guideline.guideline-info {
    top: -27px;
    height: 33px; }
  .cmd__guideline.guideline-hl {
    top: -59px;
    height: 69px; }
  .cmd__guideline.guideline-pdprice-top {
    bottom: 129px;
    height: 53px; }
  .cmd__guideline.guideline-pdprice-bottom {
    bottom: -53px;
    height: 53px; }
  .cmd__guideline.guideline-pdguide {
    bottom: 30px;
    height: 37px; }
  .cmd__guideline.guideline-pdvideos {
    top: -13px;
    height: 165px; }
  .cmd__guideline.guideline-pdvideos-bottom {
    top: 0;
    height: 165px; }
  .cmd__guideline.guideline-pdmedias-bottom {
    top: -8px;
    height: 165px; }
  .guideline-floatspace {
    height: 175px; }
    .guideline-floatspace:after {
      height: 56px; } }

@media all and (min-width: 960px) and (max-width: 1300px) {
  .cmd__guideline.guideline-pdmedias-bottom {
    top: -34px; } }

@media all and (max-width: 731px) {
  .cmd__guideline.guideline-slogan {
    top: -96px;
    height: 100px; }
  .cmd__guideline.guideline-title {
    top: -23px;
    height: 29px; }
  .cmd__guideline.guideline-info {
    top: -24px;
    height: 27px; }
  .cmd__guideline.guideline-hl {
    top: -41px;
    height: 48px; }
  .cmd__guideline.guideline-pdprice-top {
    bottom: 116px;
    height: 32px; }
  .cmd__guideline.guideline-pdprice-bottom {
    bottom: -32px;
    height: 32px; }
  .cmd__guideline.guideline-pdguide {
    bottom: 21px;
    height: 28px; }
  .cmd__guideline.guideline-pdvideos {
    top: -9px;
    height: 91px; }
  .cmd__guideline.guideline-pdvideos-bottom {
    top: 0;
    height: 91px; }
  .cmd__guideline.guideline-pdmedias-bottom {
    top: -76px;
    height: 91px; }
  .guideline-floatspace {
    height: 96px; }
    .guideline-floatspace:after {
      height: 52px; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  .cmd__guideline.guideline-pdmedias-bottom {
    top: -29px; } }

section {
  position: relative;
  width: 100%; }

.section__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%; }

section.no-pad {
  padding: 0; }

section.no-pad-bot {
  padding-bottom: 0; }

section.no-pad-top {
  padding-top: 0; }

#CMD .row {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  #CMD .row:after {
    content: "";
    display: table;
    clear: both; }
  #CMD .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
    #CMD .row .col[class*="push-"], #CMD .row .col[class*="pull-"] {
      position: relative; }
    #CMD .row .col.l1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.offset-l1 {
      margin-left: 8.33333%; }
    #CMD .row .col.pull-l1 {
      right: 8.33333%; }
    #CMD .row .col.push-l1 {
      left: 8.33333%; }
    #CMD .row .col.offset-l2 {
      margin-left: 16.66667%; }
    #CMD .row .col.pull-l2 {
      right: 16.66667%; }
    #CMD .row .col.push-l2 {
      left: 16.66667%; }
    #CMD .row .col.offset-l3 {
      margin-left: 25%; }
    #CMD .row .col.pull-l3 {
      right: 25%; }
    #CMD .row .col.push-l3 {
      left: 25%; }
    #CMD .row .col.offset-l4 {
      margin-left: 33.33333%; }
    #CMD .row .col.pull-l4 {
      right: 33.33333%; }
    #CMD .row .col.push-l4 {
      left: 33.33333%; }
    #CMD .row .col.offset-l5 {
      margin-left: 41.66667%; }
    #CMD .row .col.pull-l5 {
      right: 41.66667%; }
    #CMD .row .col.push-l5 {
      left: 41.66667%; }
    #CMD .row .col.offset-l6 {
      margin-left: 50%; }
    #CMD .row .col.pull-l6 {
      right: 50%; }
    #CMD .row .col.push-l6 {
      left: 50%; }
    #CMD .row .col.offset-l7 {
      margin-left: 58.33333%; }
    #CMD .row .col.pull-l7 {
      right: 58.33333%; }
    #CMD .row .col.push-l7 {
      left: 58.33333%; }
    #CMD .row .col.offset-l8 {
      margin-left: 66.66667%; }
    #CMD .row .col.pull-l8 {
      right: 66.66667%; }
    #CMD .row .col.push-l8 {
      left: 66.66667%; }
    #CMD .row .col.offset-l9 {
      margin-left: 75%; }
    #CMD .row .col.pull-l9 {
      right: 75%; }
    #CMD .row .col.push-l9 {
      left: 75%; }
    #CMD .row .col.offset-l10 {
      margin-left: 83.33333%; }
    #CMD .row .col.pull-l10 {
      right: 83.33333%; }
    #CMD .row .col.push-l10 {
      left: 83.33333%; }
    #CMD .row .col.offset-l11 {
      margin-left: 91.66667%; }
    #CMD .row .col.pull-l11 {
      right: 91.66667%; }
    #CMD .row .col.push-l11 {
      left: 91.66667%; }
    #CMD .row .col.offset-l12 {
      margin-left: 100%; }
    #CMD .row .col.pull-l12 {
      right: 100%; }
    #CMD .row .col.push-l12 {
      left: 100%; }
    @media only screen and (min-width: 732px) and (max-width: 1279px) {
      #CMD .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.offset-m1 {
        margin-left: 8.33333%; }
      #CMD .row .col.pull-m1 {
        right: 8.33333%; }
      #CMD .row .col.push-m1 {
        left: 8.33333%; }
      #CMD .row .col.offset-m2 {
        margin-left: 16.66667%; }
      #CMD .row .col.pull-m2 {
        right: 16.66667%; }
      #CMD .row .col.push-m2 {
        left: 16.66667%; }
      #CMD .row .col.offset-m3 {
        margin-left: 25%; }
      #CMD .row .col.pull-m3 {
        right: 25%; }
      #CMD .row .col.push-m3 {
        left: 25%; }
      #CMD .row .col.offset-m4 {
        margin-left: 33.33333%; }
      #CMD .row .col.pull-m4 {
        right: 33.33333%; }
      #CMD .row .col.push-m4 {
        left: 33.33333%; }
      #CMD .row .col.offset-m5 {
        margin-left: 41.66667%; }
      #CMD .row .col.pull-m5 {
        right: 41.66667%; }
      #CMD .row .col.push-m5 {
        left: 41.66667%; }
      #CMD .row .col.offset-m6 {
        margin-left: 50%; }
      #CMD .row .col.pull-m6 {
        right: 50%; }
      #CMD .row .col.push-m6 {
        left: 50%; }
      #CMD .row .col.offset-m7 {
        margin-left: 58.33333%; }
      #CMD .row .col.pull-m7 {
        right: 58.33333%; }
      #CMD .row .col.push-m7 {
        left: 58.33333%; }
      #CMD .row .col.offset-m8 {
        margin-left: 66.66667%; }
      #CMD .row .col.pull-m8 {
        right: 66.66667%; }
      #CMD .row .col.push-m8 {
        left: 66.66667%; }
      #CMD .row .col.offset-m9 {
        margin-left: 75%; }
      #CMD .row .col.pull-m9 {
        right: 75%; }
      #CMD .row .col.push-m9 {
        left: 75%; }
      #CMD .row .col.offset-m10 {
        margin-left: 83.33333%; }
      #CMD .row .col.pull-m10 {
        right: 83.33333%; }
      #CMD .row .col.push-m10 {
        left: 83.33333%; }
      #CMD .row .col.offset-m11 {
        margin-left: 91.66667%; }
      #CMD .row .col.pull-m11 {
        right: 91.66667%; }
      #CMD .row .col.push-m11 {
        left: 91.66667%; }
      #CMD .row .col.offset-m12 {
        margin-left: 100%; }
      #CMD .row .col.pull-m12 {
        right: 100%; }
      #CMD .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (max-width: 731px) {
      #CMD .row .col.s1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.offset-s1 {
        margin-left: 8.33333%; }
      #CMD .row .col.pull-s1 {
        right: 8.33333%; }
      #CMD .row .col.push-s1 {
        left: 8.33333%; }
      #CMD .row .col.offset-s2 {
        margin-left: 16.66667%; }
      #CMD .row .col.pull-s2 {
        right: 16.66667%; }
      #CMD .row .col.push-s2 {
        left: 16.66667%; }
      #CMD .row .col.offset-s3 {
        margin-left: 25%; }
      #CMD .row .col.pull-s3 {
        right: 25%; }
      #CMD .row .col.push-s3 {
        left: 25%; }
      #CMD .row .col.offset-s4 {
        margin-left: 33.33333%; }
      #CMD .row .col.pull-s4 {
        right: 33.33333%; }
      #CMD .row .col.push-s4 {
        left: 33.33333%; }
      #CMD .row .col.offset-s5 {
        margin-left: 41.66667%; }
      #CMD .row .col.pull-s5 {
        right: 41.66667%; }
      #CMD .row .col.push-s5 {
        left: 41.66667%; }
      #CMD .row .col.offset-s6 {
        margin-left: 50%; }
      #CMD .row .col.pull-s6 {
        right: 50%; }
      #CMD .row .col.push-s6 {
        left: 50%; }
      #CMD .row .col.offset-s7 {
        margin-left: 58.33333%; }
      #CMD .row .col.pull-s7 {
        right: 58.33333%; }
      #CMD .row .col.push-s7 {
        left: 58.33333%; }
      #CMD .row .col.offset-s8 {
        margin-left: 66.66667%; }
      #CMD .row .col.pull-s8 {
        right: 66.66667%; }
      #CMD .row .col.push-s8 {
        left: 66.66667%; }
      #CMD .row .col.offset-s9 {
        margin-left: 75%; }
      #CMD .row .col.pull-s9 {
        right: 75%; }
      #CMD .row .col.push-s9 {
        left: 75%; }
      #CMD .row .col.offset-s10 {
        margin-left: 83.33333%; }
      #CMD .row .col.pull-s10 {
        right: 83.33333%; }
      #CMD .row .col.push-s10 {
        left: 83.33333%; }
      #CMD .row .col.offset-s11 {
        margin-left: 91.66667%; }
      #CMD .row .col.pull-s11 {
        right: 91.66667%; }
      #CMD .row .col.push-s11 {
        left: 91.66667%; }
      #CMD .row .col.offset-s12 {
        margin-left: 100%; }
      #CMD .row .col.pull-s12 {
        right: 100%; }
      #CMD .row .col.push-s12 {
        left: 100%; } }

/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.wd__section {
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /* Slider */ }
  .wd__section .wd__content {
    color: #333333; }
    .wd__section .wd__content .content__slogan {
      position: relative;
      color: #a89d5b;
      font-size: 30px; }
      @media all and (min-width: 732px) and (max-width: 1279px) {
        .wd__section .wd__content .content__slogan {
          font-size: 24px; } }
      @media all and (max-width: 731px) {
        .wd__section .wd__content .content__slogan {
          font-size: 20px; } }
    .wd__section .wd__content .content__title {
      position: relative;
      margin-top: 25px;
      font-size: 50px;
      line-height: 1.2; }
      @media all and (min-width: 732px) and (max-width: 1279px) {
        .wd__section .wd__content .content__title {
          margin-top: 21px; } }
      @media all and (max-width: 731px) {
        .wd__section .wd__content .content__title {
          margin-top: 14px;
          font-size: 37px; } }
    .wd__section .wd__content .content__info {
      position: relative;
      margin-top: 84px;
      font-size: 20px;
      line-height: 1.5; }
      @media all and (min-width: 732px) and (max-width: 1279px) {
        .wd__section .wd__content .content__info {
          margin-top: 89px; } }
      @media all and (max-width: 731px) {
        .wd__section .wd__content .content__info {
          margin-top: 67px;
          font-size: 17px;
          letter-spacing: 0.1px;
          line-height: 1.45; } }
    .wd__section .wd__content .content__comment {
      margin-top: 16px;
      font-size: 18px;
      color: #717171;
      line-height: 1.4; }
      @media all and (max-width: 731px) {
        .wd__section .wd__content .content__comment {
          margin-top: 12px;
          font-size: 13px;
          letter-spacing: 0.2px; } }
    .wd__section .wd__content .content__link {
      display: block;
      margin-top: 15px;
      font-size: 20px;
      line-height: 27px; }
      @media all and (min-width: 732px) and (max-width: 1279px) {
        .wd__section .wd__content .content__link {
          margin-top: 16px; } }
      @media all and (max-width: 731px) {
        .wd__section .wd__content .content__link {
          margin-top: 10px;
          font-size: 15.5px;
          line-height: 24px; } }
      .wd__section .wd__content .content__link span {
        display: inline;
        border-bottom: 1px solid transparent;
        color: #0188c8; }
      .wd__section .wd__content .content__link *,
      .wd__section .wd__content .content__link:active span,
      .wd__section .wd__content .content__link:link span,
      .wd__section .wd__content .content__link:visited span {
        border-bottom: 1px solid transparent; }
      .wd__section .wd__content .content__link:hover span {
        border-bottom: 1px solid #0188c8; }
  .wd__section .wd__link__arrow:after {
    content: '>';
    padding-left: 7px;
    color: #0188c8; }
    @media all and (min-width: 732px) and (max-width: 1279px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 3px; } }
    @media all and (max-width: 731px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 4px; } }
  .wd__section .wd__feature__list {
    position: relative;
    margin-top: 64px; }
    @media all and (min-width: 732px) and (max-width: 1279px) {
      .wd__section .wd__feature__list {
        margin-top: 50px; } }
    @media all and (max-width: 731px) {
      .wd__section .wd__feature__list {
        margin-top: 34px; } }
    .wd__section .wd__feature__list .wd__feature {
      position: relative;
      display: inline-block;
      vertical-align: bottom;
      box-sizing: border-box;
      margin: 0 25px 50px;
      color: #333333; }
      @media all and (min-width: 732px) and (max-width: 1279px) {
        .wd__section .wd__feature__list .wd__feature {
          margin: 0 33px 48px; } }
      @media all and (max-width: 731px) {
        .wd__section .wd__feature__list .wd__feature {
          margin: 0 17px 40px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
        position: relative;
        margin-bottom: 2px; }
        @media all and (max-width: 731px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
            margin-bottom: 1px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        color: #a89d5b;
        font-size: 65px;
        line-height: 1; }
        @media all and (max-width: 731px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__data {
            margin-bottom: 2px;
            font-size: 47px; } }
        .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
          font-size: 28px; }
          @media all and (min-width: 732px) and (max-width: 1279px) {
            .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
              font-size: 30px; } }
          @media all and (max-width: 731px) {
            .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
              font-size: 25px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
        position: relative;
        margin-top: -3px; }
        @media all and (max-width: 731px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
            margin-top: 1px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
        font-size: 16px;
        letter-spacing: 0.4px; }
        @media all and (min-width: 732px) and (max-width: 1279px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
            font-size: 16px;
            line-height: 1.2; } }
        @media all and (max-width: 731px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
            display: block;
            font-size: 13px;
            line-height: 1.4 !important;
            letter-spacing: .1px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
    padding-left: 7px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
    padding-left: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
    padding-left: 3px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
    padding-right: 7px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
    padding-right: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
    padding-right: 3px; }
  @media all and (min-width: 732px) and (max-width: 1279px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
      padding-left: 7px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
      padding-left: 5px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
      padding-left: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
      padding-right: 7px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
      padding-right: 5px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
      padding-right: 3px; } }
  @media all and (max-width: 731px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
      padding-left: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
      padding-left: 2px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
      padding-left: 1px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
      padding-right: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
      padding-right: 2px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
      padding-right: 1px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
    font-size: 54px;
    line-height: 66px;
    bottom: -4px;
    position: relative; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en * {
      line-height: 1; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
    margin-top: 8px;
    font-size: 46px;
    line-height: 58px; }
  @media all and (min-width: 732px) and (max-width: 1279px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
      font-size: 54px;
      line-height: 65px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
      margin-top: 10px;
      font-size: 46px;
      line-height: 56px; } }
  @media all and (max-width: 731px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
      font-size: 37.8px;
      line-height: 49px;
      padding-top: 0px;
      margin-bottom: -1px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
      font-size: 32px;
      line-height: 36px;
      padding-top: 5px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.plus {
    position: relative;
    margin-right: 32px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.plus span {
      position: absolute;
      top: 4px;
      right: -33px;
      font-size: 51px; }

@font-face {
  .wd__section {
    font-family: "slick";
    src: url("/font/slick.eot");
    src: url("/font/slick.eot?#iefix") format("embedded-opentype"), url("/font/slick.woff") format("woff"), url("/font/slick.ttf") format("truetype"), url("/font/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .wd__section .slick-prev,
  .wd__section .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none; }
    .wd__section .slick-prev:hover, .wd__section .slick-prev:focus,
    .wd__section .slick-next:hover,
    .wd__section .slick-next:focus {
      outline: none;
      color: transparent; }
      .wd__section .slick-prev:hover:before, .wd__section .slick-prev:focus:before,
      .wd__section .slick-next:hover:before,
      .wd__section .slick-next:focus:before {
        opacity: 1; }
    .wd__section .slick-prev.slick-disabled:before,
    .wd__section .slick-next.slick-disabled:before {
      opacity: 0.25; }
  .wd__section .slick-prev {
    left: -25px; }
    [dir="rtl"] .wd__section .slick-prev {
      left: auto;
      right: -25px; }
  .wd__section .slick-next {
    right: -25px; }
    [dir="rtl"] .wd__section .slick-next {
      left: -25px;
      right: auto; }
  .wd__section .slick-slider {
    margin-bottom: 30px; }
  .wd__section .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%; }
    .wd__section .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .wd__section .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .wd__section .slick-dots li button:hover, .wd__section .slick-dots li button:focus {
          outline: none; }
          .wd__section .slick-dots li button:hover:before, .wd__section .slick-dots li button:focus:before {
            opacity: 1; }
        .wd__section .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-family: "slick";
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          color: black;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .wd__section .slick-dots li.slick-active button:before {
        color: black;
        opacity: 0.75; }
  .wd__section .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .wd__section .slick-list:focus {
      outline: none; }
    .wd__section .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .wd__section .slick-slider .slick-track,
  .wd__section .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .wd__section .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .wd__section .slick-track:before, .wd__section .slick-track:after {
      content: "";
      display: table; }
    .wd__section .slick-track:after {
      clear: both; }
    .slick-loading .wd__section .slick-track {
      visibility: hidden; }
  .wd__section .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .wd__section .slick-slide {
      float: right; }
    .wd__section .slick-slide img {
      display: block; }
    .wd__section .slick-slide.slick-loading img {
      display: none; }
    .wd__section .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .wd__section .slick-slide {
      display: block; }
    .slick-loading .wd__section .slick-slide {
      visibility: hidden; }
    .slick-vertical .wd__section .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .wd__section .slick-arrow.slick-hidden {
    display: none; }
  .wd__section .slick__nav {
    margin-bottom: 40px;
    color: #636360;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.6; }
    .wd__section .slick__nav a {
      color: #636360; }
  .wd__section .slick-slide {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-next {
    right: 25px; }
  .wd__section .slick-prev {
    left: 25px; }
  .wd__section .slick__prev, .wd__section .slick__next {
    z-index: 9999;
    content: ''; }
    .wd__section .slick__prev:before, .wd__section .slick__next:before {
      content: '';
      display: none; }
  .wd__section [dir='rtl'] .slick__prev:before {
    content: '';
    display: none; }
  .wd__section [dir='rtl'] .slick__next:before {
    content: '';
    display: none; }
  .wd__section .wd__slick .container {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 900px; }
    .wd__section .wd__slick .container.e1 .slick__info {
      margin-top: 15em; }
    .wd__section .wd__slick .container .slick__half {
      width: 45%; }
    .wd__section .wd__slick .container .slick__left {
      float: left; }
    .wd__section .wd__slick .container .slick__right {
      float: right; }
    .wd__section .wd__slick .container .slick__img, .wd__section .wd__slick .container .slick__info {
      width: 100%; }
  .wd__section .sprite__arrow__right {
    z-index: 1000;
    background-position: -214px -5px;
    width: 49px;
    height: 96px; }
  .wd__section .sprite__arrow__left {
    z-index: 1000;
    background-position: -80px -5px;
    width: 49px;
    height: 96px; }
  .wd__section .sprite-arrow_r {
    width: 65px;
    height: 130px; }
  .wd__section .sprite-arrow_l {
    width: 65px;
    height: 130px; }
  .wd__section .slick-prev, .wd__section .slick-next {
    z-index: 1;
    background-color: transparent;
    margin-top: -19px;
    width: 50px;
    height: 118px;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: gray\9;
    border-radius: 0 10px 10px 0; }
    .wd__section .slick-prev:before, .wd__section .slick-next:before {
      position: absolute;
      display: block;
      z-index: 1000;
      top: 57px;
      top: 0\9;
      font-size: 34px;
      color: white; }
  .wd__section .slick-prev {
    left: 0px;
    border-radius: 0 10px 10px 0; }
    .wd__section .slick-prev:before {
      content: '<';
      right: 18px; }
  .wd__section .slick-next {
    right: 0;
    border-radius: 10px 0 0 10px; }
    .wd__section .slick-next:before {
      content: '>';
      left: 18px; }
  @media all and (min-width: 732px) and (max-width: 1279px) {
    .wd__section .slick-prev, .wd__section .slick-next {
      margin-top: -19px;
      width: 35px;
      height: 88px; }
      .wd__section .slick-prev:before, .wd__section .slick-next:before {
        position: absolute;
        display: block;
        z-index: 1000;
        top: 43px;
        font-size: 26px;
        color: white; }
    .wd__section .slick-prev:before {
      right: 10px; }
    .wd__section .slick-next:before {
      left: 10px; } }
  @media all and (max-width: 731px) {
    .wd__section .slick-prev, .wd__section .slick-next {
      display: none !important; } }
  .wd__section .wd__border__center__text {
    display: inline-block; }
    .wd__section .wd__border__center__text .center__text {
      color: #a89d5b;
      font-size: 2.27em;
      display: table-cell;
      vertical-align: middle;
      border: 1px solid #c4c4c4;
      border-radius: 5px;
      height: 174px;
      width: 4em;
      min-width: 180px;
      text-align: center; }
  .wd__section .wd__border__center__text__list {
    text-align: center; }
    .wd__section .wd__border__center__text__list .wd__border__center__text {
      margin-left: 3px;
      margin-right: 3px; }
  .wd__section .wd__performance__graph {
    position: relative;
    text-align: left;
    margin-top: 32px; }
    .wd__section .wd__performance__graph .graph__heading {
      display: block;
      padding-bottom: 40px;
      font-size: 25px; }
    .wd__section .wd__performance__graph .graph__description {
      display: block;
      margin-top: -34px;
      padding-bottom: 40px;
      font-size: 17px; }
    .wd__section .wd__performance__graph .space-left-m {
      padding-left: 3px; }
    .wd__section .wd__performance__graph .space-right-m {
      padding-right: 3px; }
    .wd__section .wd__performance__graph .graph .graph__line {
      margin-bottom: 28px; }
      .wd__section .wd__performance__graph .graph .graph__line.line-1 .bar__value {
        display: none; }
      .wd__section .wd__performance__graph .graph .graph__line.line-1 .graph__bar {
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-1 .graph__bar .bar__value {
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 800ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-1 .graph__caption {
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 200ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-2 .graph__bar {
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-2 .graph__bar .bar__value {
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1200ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-2 .graph__caption {
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 600ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-3 .graph__bar {
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-3 .graph__bar .bar__value {
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1600ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-3 .graph__caption {
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-4 .graph__bar {
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-4 .graph__bar .bar__value {
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2000ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-4 .graph__caption {
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1400ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-5 .graph__bar {
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1600ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-5 .graph__bar .bar__value {
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2400ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-5 .graph__caption {
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1800ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-6 .graph__bar {
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2000ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-6 .graph__bar .bar__value {
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2800ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-6 .graph__caption {
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2200ms; }
      .wd__section .wd__performance__graph .graph .graph__line .graph__bar {
        position: relative;
        margin-bottom: 10px;
        height: 12px; }
        .wd__section .wd__performance__graph .graph .graph__line .graph__bar .bar__value {
          position: absolute;
          opacity: 1;
          left: 100%;
          margin-top: -8px;
          margin-left: 19px;
          font-size: 22px;
          letter-spacing: .05em; }
          .wd__section .wd__performance__graph .graph .graph__line .graph__bar .bar__value .value__unit {
            font-size: 13px; }
      .wd__section .wd__performance__graph .graph .graph__line .graph__caption {
        opacity: 1;
        font-size: 17px;
        letter-spacing: .05em; }
    .wd__section .wd__performance__graph .graph-badge {
      margin-left: -26px;
      margin-top: -41px;
      transform: translate3d(0px, 0px, 0px);
      transition: transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s, opacity 700ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s; }
      .wd__section .wd__performance__graph .graph-badge .badge__caption-top,
      .wd__section .wd__performance__graph .graph-badge .badge__caption-bottom {
        display: block;
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 1; }
      .wd__section .wd__performance__graph .graph-badge .badge__value {
        display: block;
        font-size: 65px;
        line-height: 1; }
        .wd__section .wd__performance__graph .graph-badge .badge__value .value__unit {
          font-size: 0.4em; }
      .wd__section .wd__performance__graph .graph-badge .badge__caption-bottom {
        margin-top: -3px; }
  .wd__section .wd__performance__graph.reset .graph .graph__line .graph__bar {
    width: 0% !important; }
    .wd__section .wd__performance__graph.reset .graph .graph__line .graph__bar .bar__value {
      opacity: 0 !important; }
  .wd__section .wd__performance__graph.reset .graph .graph__line .graph__caption {
    opacity: 0 !important; }
  .wd__section .wd__performance__graph.reset .graph-badge {
    transform: translate3d(-40px, 0px, 0px) !important;
    opacity: 0 !important; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__performance__graph .graph .graph__line .graph__bar .bar__value {
      margin-top: -4px;
      font-size: 17px; }
    .wd__section .wd__performance__graph .graph-badge {
      margin-top: -36px; }
      .wd__section .wd__performance__graph .graph-badge .badge__value {
        font-size: 58px; } }
  @media all and (min-width: 1px) and (max-width: 720px) {
    .wd__section .wd__performance__graph .graph__heading {
      padding-bottom: 24px;
      font-size: 19px; }
    .wd__section .wd__performance__graph .graph__description {
      margin-top: -26px;
      padding-bottom: 24px; }
    .wd__section .wd__performance__graph .graph .graph__line {
      margin-bottom: 28px; }
      .wd__section .wd__performance__graph .graph .graph__line.line-1 {
        position: relative; }
        .wd__section .wd__performance__graph .graph .graph__line.line-1 .graph__bar .bar__value {
          display: block;
          position: absolute;
          text-align: right;
          right: 0;
          margin-top: 16px;
          margin-left: -150px;
          font-size: 32px; }
      .wd__section .wd__performance__graph .graph .graph__line .graph__bar .bar__value {
        margin-left: 12px; }
        .wd__section .wd__performance__graph .graph .graph__line .graph__bar .bar__value .value__unit {
          font-size: 22px; }
      .wd__section .wd__performance__graph .graph .graph__line .graph__caption {
        opacity: 1;
        font-size: 17px;
        letter-spacing: .1px; }
    .wd__section .wd__performance__graph .graph-badge {
      display: none; } }
  .wd__section .wd__performance__graph.theme-black .graph__heading,
  .wd__section .wd__performance__graph.theme-black .graph__description {
    color: white; }
  .wd__section .wd__performance__graph.theme-black .bar__value,
  .wd__section .wd__performance__graph.theme-black .graph__caption {
    color: #eee; }
  .wd__section .wd__performance__graph.theme-black .line-1 .bar__value {
    color: #00c6ff; }
  .wd__section .wd__performance__graph.theme-black .graph-badges .graph-badge .badge__caption-top,
  .wd__section .wd__performance__graph.theme-black .graph-badges .graph-badge .badge__caption-bottom {
    color: white; }
  .wd__section .wd__performance__graph.theme-black .graph-badges .graph-badge .badge__value {
    color: #00c6ff; }
  .wd__section .wd__performance__graph.theme-white .graph__heading,
  .wd__section .wd__performance__graph.theme-white .graph__description {
    color: #333; }
  .wd__section .wd__performance__graph.theme-white .bar__value,
  .wd__section .wd__performance__graph.theme-white .graph__caption {
    color: #555; }
  .wd__section .wd__performance__graph.theme-white .line-1 .bar__value {
    color: #00c6ff; }
  .wd__section .wd__performance__graph.theme-white .graph-badges .graph-badge .badge__caption-top,
  .wd__section .wd__performance__graph.theme-white .graph-badges .graph-badge .badge__caption-bottom {
    color: #333; }
  .wd__section .wd__performance__graph.theme-white .graph-badges .graph-badge .badge__value {
    color: #00c6ff; }

.section__kv .wd__content {
  position: relative;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto; }
  .section__kv .wd__content .content__slogan {
    margin-top: 0;
    margin-left: -16px;
    color: #000;
    font-size: 63px;
    text-transform: none; }
  .section__kv .wd__content .content__title {
    margin-top: 26px;
    font-size: 65px; }
  .section__kv .wd__content .content__info {
    margin-top: 40px;
    width: 900px;
    font-size: 26px; }

@media all and (min-width: 732px) and (max-width: 1279px) {
  .section__kv .wd__content .content__slogan {
    margin-top: -2px;
    font-size: 48px; }
  .section__kv .wd__content .content__info {
    margin-top: 15px;
    width: 88%;
    max-width: 793px;
    font-size: 26px;
    line-height: 1.55; } }

@media all and (max-width: 731px) {
  .section__kv .wd__content {
    margin-top: 55px; }
    .section__kv .wd__content .content__slogan {
      display: block;
      left: -4px;
      margin-top: 7px;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      text-align: center;
      font-size: 32px; }
    .section__kv .wd__content .content__info {
      text-align: center;
      margin-top: 16px;
      margin-left: auto;
      margin-right: auto;
      width: 84%;
      max-width: 460px;
      font-size: 22px;
      line-height: 1.4; } }

.inner__nav {
  position: relative;
  text-align: center;
  z-index: 2;
  margin: 0 auto 0;
  width: 1000px; }
  .inner__nav .nav__heading {
    font-size: 21px;
    color: #ffe092;
    transition: opacity 600ms ease-out; }
    .inner__nav .nav__heading.clicked {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .inner__nav .nav__switch__btn {
    position: absolute;
    cursor: pointer;
    bottom: -62px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    transition: all 600ms ease-out, top 1000ms ease-out; }
    .inner__nav .nav__switch__btn .icon__switch {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/inner/icon_open.png") ;
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      transition: all 500ms ease-out; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__nav .nav__switch__btn .icon__switch {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/inner/icon_open.png"); } }
    .inner__nav .nav__switch__btn.clicked {
      transform: translate3d(0px, 210px, 0px); }
      .inner__nav .nav__switch__btn.clicked .icon__switch {
        transform-origin: center;
        transform: rotate(405deg) translate3d(0px, 0px, 0px); }
    .inner__nav .nav__switch__btn.fixed {
      position: fixed;
      top: -30px;
      left: 50%;
      margin-left: -20px; }
    .inner__nav .nav__switch__btn.disable {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      top: -300px !important; }

.inner__page {
  background-color: #f5f5f5;
  margin-top: 0;
  padding-top: 0; }
  .inner__page .wd__content .content__title {
    font-size: 27px;
    line-height: 1.2; }
  .inner__page .inner__mask {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: opacity 500ms ease-out; }
  .inner__page.darknight .inner__mask {
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    z-index: 1000000;
    transition: opacity 500ms ease-out; }
  .inner__page .section__content {
    z-index: 0;
    max-width: 2560px;
    background-color: #fff; }
    .inner__page .section__content.theme-gray {
      margin-bottom: 4px;
      padding-bottom: 0;
      max-width: 1366px;
      background-color: #e7e7e7; }
      .inner__page .section__content.theme-gray .wd__content {
        padding-top: 39px; }
  .inner__page .icon {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11px;
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .inner__page .icon.icon-allSmiles {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_all_smiles.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-allSmiles {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_all_smiles.png"); } }
    .inner__page .icon.icon-auto {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_auto.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-auto {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_auto.png"); } }
    .inner__page .icon.icon-beautification {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_beautification.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-beautification {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_beautification.png"); } }
    .inner__page .icon.icon-depthOfField {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_depth_of_field.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-depthOfField {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_depth_of_field.png"); } }
    .inner__page .icon.icon-effect {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_effect.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-effect {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_effect.png"); } }
    .inner__page .icon.icon-gif {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_gif.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-gif {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_gif.png"); } }
    .inner__page .icon.icon-hdrPro {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_hdr_pro.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-hdrPro {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_hdr_pro.png"); } }
    .inner__page .icon.icon-kids {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_kids.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-kids {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_kids.png"); } }
    .inner__page .icon.icon-lowlight {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_lowlight.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-lowlight {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_lowlight.png"); } }
    .inner__page .icon.icon-miniature {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_miniature.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-miniature {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_miniature.png"); } }
    .inner__page .icon.icon-night {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_night.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-night {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_night.png"); } }
    .inner__page .icon.icon-qrCode {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_qr_code.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-qrCode {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_qr_code.png"); } }
    .inner__page .icon.icon-selfiePanorama {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_selfie_panorama.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-selfiePanorama {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_selfie_panorama.png"); } }
    .inner__page .icon.icon-selfie {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_selfie.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-selfie {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_selfie.png"); } }
    .inner__page .icon.icon-slowMotion {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_slow_motion.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-slowMotion {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_slow_motion.png"); } }
    .inner__page .icon.icon-smartRemove {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_smart_remove.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-smartRemove {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_smart_remove.png"); } }
    .inner__page .icon.icon-superResolution {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_super_resolution.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-superResolution {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_super_resolution.png"); } }
    .inner__page .icon.icon-manual {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_manual.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-manual {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_manual.png"); } }
    .inner__page .icon.icon-timeLapse {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_time_lapse.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-timeLapse {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_time_lapse.png"); } }
    .inner__page .icon.icon-timeRewind {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_time_rewind.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-timeRewind {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_time_rewind.png"); } }
    .inner__page .icon.icon-youtube {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_youtube.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-youtube {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_youtube.png"); } }
    .inner__page .icon.icon-panaroma {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_panaroma.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-panaroma {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_panaroma.png"); } }
    .inner__page .icon.icon-pro {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_pro.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-pro {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_pro.png"); } }
    .inner__page .icon.icon-portrait {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/icon/icon_portrait.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-portrait {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/icon/icon_portrait.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  .inner__nav {
    margin: 0 auto 0;
    width: 100%; }
    .inner__nav .nav__heading {
      font-size: 21px; }
    .inner__nav .nav__switch__btn {
      bottom: -63px;
      left: 50%;
      margin-left: -20px;
      width: 40px;
      height: 40px; }
      .inner__nav .nav__switch__btn .icon__switch {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px; }
      .inner__nav .nav__switch__btn.clicked {
        transform: translate3d(0px, 210px, 0px); }
        .inner__nav .nav__switch__btn.clicked .icon__switch {
          transform-origin: center;
          transform: rotate(405deg) translate3d(0px, 0px, 0px); }
      .inner__nav .nav__switch__btn.fixed {
        top: -30px;
        left: 50%;
        margin-left: -20px; }
  .inner__page .wd__content .content__title {
    font-size: 27px;
    line-height: 1.2; }
  .inner__page .section__content {
    padding-bottom: 205px; }
    .inner__page .section__content.theme-gray {
      max-width: 1300px;
      max-width: 722px; }
      .inner__page .section__content.theme-gray .wd__content {
        padding-top: 39px; }
      .inner__page .section__content.theme-gray .col.always__on__top {
        background-color: #FFF; }
  .inner__page .icon {
    margin-bottom: 11px;
    width: 120px;
    height: 120px; } }

@media all and (max-width: 731px) {
  .inner__nav {
    margin: 0 auto 0;
    width: 100%; }
    .inner__nav .nav__heading {
      font-size: 15px;
      letter-spacing: 0.2px; }
    .inner__nav .nav__switch__btn {
      bottom: -55px;
      left: 50%;
      margin-left: -19px;
      width: 38px;
      height: 38px; }
      .inner__nav .nav__switch__btn .icon__switch {
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 38px; }
      .inner__nav .nav__switch__btn.clicked {
        transform: translate3d(0px, 210px, 0px); }
        .inner__nav .nav__switch__btn.clicked .icon__switch {
          transform-origin: center;
          transform: rotate(405deg) translate3d(0px, 0px, 0px); }
      .inner__nav .nav__switch__btn.fixed {
        top: -30px;
        left: 50%;
        margin-left: -19px; }
  .inner__page .wd__content .content__title {
    font-size: 20px;
    line-height: 1.1; }
  .inner__page .section__content {
    padding-bottom: 205px; }
    .inner__page .section__content.theme-gray {
      max-width: 414px; }
      .inner__page .section__content.theme-gray .col.always__on__top {
        background-color: #FFF; }
  .inner__page .icon {
    margin-bottom: 11px;
    width: 120px;
    height: 120px; } }

.wd__innerbtn {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  max-width: 2560px; }
  .wd__innerbtn.blackTheme {
    margin-top: -2px;
    background: #0f0d10; }
  .wd__innerbtn .inner__btn {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 80px; }
    .wd__innerbtn .inner__btn span {
      display: block;
      opacity: 1;
      margin-bottom: 22px;
      text-align: center;
      font-size: 21px;
      transition: opacity 400ms; }
    .wd__innerbtn .inner__btn .toggleSlide {
      position: absolute;
      cursor: pointer;
      left: 50%;
      margin-left: -20px;
      width: 40px;
      height: 40px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      transform-origin: center center;
      transform: translateY(0px) translateZ(0px) rotate(0deg);
      transition: transform 800ms 50ms, background-image 300ms ease-out; }
      .wd__innerbtn .inner__btn .toggleSlide.fixed {
        position: fixed;
        top: -100px; }
    .wd__innerbtn .inner__btn.active .toggleSlide {
      transform: translateY(180px) translateZ(0px) rotate(0deg); }
    .wd__innerbtn .inner__btn.active span {
      opacity: 0; }

.wd__innerbtn.theme-black .inner__btn span {
  color: #333; }

.wd__innerbtn.theme-black .inner__btn .toggleSlide {
  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/inner/icon_open_black.png") ; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-black .inner__btn .toggleSlide {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/inner/icon_open_black.png"); } }

.wd__innerbtn.theme-black .inner__btn.active .toggleSlide {
  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/inner/icon_close_black.png") ; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-black .inner__btn.active .toggleSlide {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/inner/icon_close_black.png"); } }

.wd__innerbtn.theme-white .inner__btn span {
  color: #fff; }

.wd__innerbtn.theme-white .inner__btn .toggleSlide {
  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/inner/icon_open_white.png") ; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-white .inner__btn .toggleSlide {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/inner/icon_open_white.png"); } }

.wd__innerbtn.theme-white .inner__btn.active .toggleSlide {
  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/inner/icon_close_white.png") ; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-white .inner__btn.active .toggleSlide {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/inner/icon_close_white.png"); } }

.inner__page {
  display: block;
  overflow: hidden;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px; }
  .inner__page .section__content {
    max-width: 1366px; }
    .inner__page .section__content .wd__content .content__title {
      color: #333 !important;
      font-size: 24px;
      font-weight: 200 !important; }
      .inner__page .section__content .wd__content .content__title * {
        font-weight: 200 !important; }
    .inner__page .section__content .wd__content .content__info {
      color: #333 !important; }
  .inner__page .row {
    opacity: 0;
    transition: opacity 400ms; }
  .inner__page.active .row {
    opacity: 1; }

@media all and (min-width: 732px) and (max-width: 1279px) {
  .wd__innerbtn {
    padding: 20px 0; }
    .wd__innerbtn.blackTheme {
      margin-top: -2px; }
    .wd__innerbtn .inner__btn {
      margin: 0 auto;
      width: 100%;
      height: 80px; }
      .wd__innerbtn .inner__btn span {
        margin-bottom: 11px;
        font-size: 21px; }
      .wd__innerbtn .inner__btn .toggleSlide {
        position: absolute;
        z-index: 999;
        cursor: pointer;
        margin-left: -20px;
        left: 50%;
        width: 40px;
        height: 40px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform-origin: center center;
        transform: translateY(0px) translateZ(0px) rotate(0deg);
        transition: transform 800ms 50ms, background-image 300ms ease-out; }
      .wd__innerbtn .inner__btn.active span {
        opacity: 0; }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        transform: translateY(120px) translateZ(0px) rotate(0deg); }
        .wd__innerbtn .inner__btn.active .toggleSlide.fixed {
          top: -38px; } }

@media all and (max-width: 731px) {
  .wd__innerbtn {
    padding: 20px 0; }
    .wd__innerbtn.blackTheme {
      margin-top: -2px;
      background: #0f0d10; }
    .wd__innerbtn .inner__btn {
      left: 0;
      margin: 0 2%;
      width: 96%;
      height: 80px; }
      .wd__innerbtn .inner__btn span {
        margin-bottom: 19px;
        font-size: 15.5px; }
      .wd__innerbtn .inner__btn .toggleSlide {
        position: absolute;
        left: 50%;
        cursor: pointer;
        margin-left: -19px;
        margin-top: -5px;
        width: 38px;
        height: 38px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform-origin: center center;
        transform: translateY(0px) translateZ(0px) rotate(0deg);
        transition: transform 800ms 50ms, background-image 300ms ease-out; }
        .wd__innerbtn .inner__btn .toggleSlide.fixed {
          top: -25px; }
      .wd__innerbtn .inner__btn.active span {
        opacity: 0; }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        transform: translateY(103px) translateZ(0px) rotate(0deg); }
  .inner__page .section__content .wd__content {
    max-width: 414px !important; } }

html #CMD .wd__section {
  background-color: #b1dff9; }

html #CMD .wd__section .row .col[class*="push-"],
html #CMD .wd__section .row .col[class*="pull-"] {
  position: relative; }

html #CMD .wd__section .always__on__top {
  position: relative;
  z-index: 1000; }

html #CMD .wd__section .no__wrap {
  white-space: nowrap;
  display: inline-block; }

html #CMD .wd__section .slick-dots li {
  margin-left: 10px;
  margin-right: 10px; }
  html #CMD .wd__section .slick-dots li button:before {
    color: #333;
    font-size: 41px; }
  html #CMD .wd__section .slick-dots li button:hover:before {
    color: #cf4f2a; }

html #CMD .wd__section .wd__content .content__slogan {
  font-size: 24px;
  color: #cf4f2a;
  text-transform: uppercase; }

html #CMD .wd__section .wd__content .content__title {
  margin-top: 36px;
  color: #060606; }

html #CMD .wd__section .wd__content .content__info {
  color: #060606; }

html #CMD .wd__section .wd__content .content__link {
  linkColor: #0279dd;
  color: #0279dd; }
  html #CMD .wd__section .wd__content .content__link *, html #CMD .wd__section .wd__content .content__link span {
    color: #0279dd; }
  html #CMD .wd__section .wd__content .content__link:after {
    color: #0279dd; }
  html #CMD .wd__section .wd__content .content__link:link {
    color: #0279dd; }
  html #CMD .wd__section .wd__content .content__link:hover span {
    border-bottom: 1px solid #0279dd; }

html #CMD .wd__section .wd__feature__list .wd__feature {
  vertical-align: top; }
  html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
    color: #cf4f2a; }
  html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
    color: #636360; }
  html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
    color: #636360; }

html #CMD .wd__section .wd__feature__list .img__icon {
  position: absolute; }

html #CMD .wd__section .wd__feature__list .feature-icon .wd__feature__data {
  position: relative;
  height: 65px; }
  html #CMD .wd__section .wd__feature__list .feature-icon .wd__feature__data .img__icon {
    bottom: 10px; }

html #CMD .wd__section.theme__text-white .wd__content .content__title {
  color: #fff; }

html #CMD .wd__section.theme__text-white .wd__content .content__info {
  color: #fff; }

html #CMD .wd__section.theme__text-white .wd__content .content__link span {
  color: #fff; }

html #CMD .wd__section.theme__text-white .wd__feature__list .wd__feature .wd__feature__data {
  color: #fff; }

html #CMD .wd__section.theme__text-white .wd__feature__list .wd__feature .wd__feature__describe__top {
  color: #fff; }

html #CMD .wd__section.theme__text-white .wd__feature__list .wd__feature .wd__feature__describe {
  color: #fff; }

html #CMD .wd__section .large_use,
html #CMD .wd__section .medium_use,
html #CMD .wd__section .small_use {
  display: none; }

html #CMD .wd__section .large_use {
  display: block \9; }

html #CMD .wd__section .large_unuse {
  display: none \9; }

html #CMD .wd__section .img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

html #CMD .wd__section .modal-button {
  background-color: #ba4e35;
  color: white;
  border-color: #ba4e35; }
  html #CMD .wd__section .modal-button:hover {
    background-color: #e5745a;
    color: white;
    border-color: #e5745a; }

html #CMD .wd__section .aniPosition {
  opacity: 0; }

html #CMD .wd__section .aniPosition {
  position: absolute;
  top: 900px;
  left: 50%;
  margin-left: -6px;
  z-index: 99999;
  width: 12px;
  height: 12px;
  border: 1px solid #00000027;
  border-radius: 100px; }
  html #CMD .wd__section .aniPosition:before, html #CMD .wd__section .aniPosition:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -50px;
    background-color: #00000027;
    width: 100px;
    height: 1px;
    transform-origin: center; }
  html #CMD .wd__section .aniPosition:before {
    transform: rotate(90deg); }

html #CMD .wd__section .footnotes ul.footnote {
  color: #333;
  box-sizing: border-box; }

html #CMD .wd__section {
  overflow: hidden; }

html #CMD .wd__section .wd__content .content__title {
  margin-top: 15px; }

html #CMD .wd__section .wd__content .content__info {
  margin-top: 20px;
  max-width: 1024px;
  width: 80%; }

html #CMD .wd__section .wd__content .content__link {
  linkColor: #cf4f2a;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #cf4f2a; }
  html #CMD .wd__section .wd__content .content__link *, html #CMD .wd__section .wd__content .content__link span {
    color: #cf4f2a; }
  html #CMD .wd__section .wd__content .content__link:after {
    color: #cf4f2a; }
  html #CMD .wd__section .wd__content .content__link:link {
    color: #cf4f2a; }
  html #CMD .wd__section .wd__content .content__link:hover span {
    border-bottom: 1px solid #cf4f2a; }

html #CMD .wd__section .wd__content.theme-white .content__title {
  color: #fff; }

html #CMD .wd__section .wd__content.theme-white .content__info {
  color: #fff; }

html #CMD .wd__section .wd__content.theme-white .content__link {
  linkColor: #fff;
  color: #fff; }
  html #CMD .wd__section .wd__content.theme-white .content__link *, html #CMD .wd__section .wd__content.theme-white .content__link span {
    color: #fff; }
  html #CMD .wd__section .wd__content.theme-white .content__link:after {
    color: #fff; }
  html #CMD .wd__section .wd__content.theme-white .content__link:link {
    color: #fff; }
  html #CMD .wd__section .wd__content.theme-white .content__link:hover span {
    border-bottom: 1px solid #fff; }

html #CMD .wd__section .wd__content.theme-white .content__comment {
  color: #dedede; }

html #CMD .wd__section .wd__feature__list.theme-white .wd__feature {
  vertical-align: bottom; }
  html #CMD .wd__section .wd__feature__list.theme-white .wd__feature .wd__feature__data {
    color: #fff; }
  html #CMD .wd__section .wd__feature__list.theme-white .wd__feature .wd__feature__describe__top {
    color: #fff; }
  html #CMD .wd__section .wd__feature__list.theme-white .wd__feature .wd__feature__describe {
    color: #fff; }

html #CMD .wd__section .wd__content.theme-black .content__slogan {
  color: #000; }

html #CMD .wd__section .wd__content.theme-black .content__title {
  color: #000; }

html #CMD .wd__section .wd__content.theme-black .content__info {
  color: #000; }

html #CMD .wd__section .wd__content.theme-black .content__link {
  linkColor: #000;
  color: #000; }
  html #CMD .wd__section .wd__content.theme-black .content__link *, html #CMD .wd__section .wd__content.theme-black .content__link span {
    color: #000; }
  html #CMD .wd__section .wd__content.theme-black .content__link:after {
    color: #000; }
  html #CMD .wd__section .wd__content.theme-black .content__link:link {
    color: #000; }
  html #CMD .wd__section .wd__content.theme-black .content__link:hover span {
    border-bottom: 1px solid #000; }

html #CMD .wd__section .wd__feature__list.theme-black .wd__feature {
  vertical-align: bottom; }
  html #CMD .wd__section .wd__feature__list.theme-black .wd__feature .wd__feature__data {
    color: #000; }
  html #CMD .wd__section .wd__feature__list.theme-black .wd__feature .wd__feature__describe__top {
    color: #000; }
  html #CMD .wd__section .wd__feature__list.theme-black .wd__feature .wd__feature__describe {
    color: #000; }

html #CMD .section__kv {
  padding-top: 87px;
  overflow: hidden; }
  html #CMD .section__kv .wd__content.top-content {
    margin-top: 10px; }
    html #CMD .section__kv .wd__content.top-content .content__title {
      margin-top: 0;
      font-size: 59px;
      font-weight: 200;
      letter-spacing: 0;
      color: #1d1d1d; }
    html #CMD .section__kv .wd__content.top-content .content__title__sub {
      margin-top: 10px;
      font-size: 26.9px;
      color: #cf4f2a;
      width: 100%; }
    html #CMD .section__kv .wd__content.top-content sup.sign-star,
    html #CMD .section__kv .wd__content.top-content sup.sign-tm {
      top: 0;
      font-size: 1em;
      line-height: 0; }
  html #CMD .section__kv .wd__content.bottom-content {
    margin-top: -480px; }
    html #CMD .section__kv .wd__content.bottom-content .content__info {
      width: 815px; }
  html #CMD .section__kv .img__kv__logo {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/01__kv_logo.png") ;
    margin-top: 0;
    width: 600px;
    height: 65px;
    background-size: contain; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/01__kv_logo.png"); } }
  html #CMD .section__kv .img__kv {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/01__kv.jpg") ;
    position: relative;
    left: 50%;
    margin-top: -577px;
    margin-left: -1280px;
    width: 2560px;
    height: 2106px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__kv .img__kv {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/01__kv.jpg"); } }

html #CMD .section__footprint {
  margin-top: -80px;
  padding-top: 0;
  overflow: hidden; }
  html #CMD .section__footprint .wd__content {
    position: relative;
    margin-top: 0px; }
    html #CMD .section__footprint .wd__content .content__info {
      width: 924px; }
  html #CMD .section__footprint .wd__feature__list .wd__feature {
    vertical-align: top;
    width: auto; }
  html #CMD .section__footprint .img__footprint {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/02__pd.jpg") ;
    left: 50%;
    margin-top: -50px;
    margin-left: -615px;
    margin-bottom: 177px;
    width: 1230px;
    max-width: 1230px;
    height: 792px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__footprint .img__footprint {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/02__pd.jpg"); } }
  html #CMD .section__footprint .imgDes .desItem.des-1 {
    position: absolute;
    left: 55px;
    top: 216px;
    color: #0c6df8;
    font-size: 60px;
    perspective: 200px;
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewY(-25deg) scale(0.75, 1);
    transform-origin: 0px 1px 0px; }
    html #CMD .section__footprint .imgDes .desItem.des-1 .des-small {
      font-size: 31px; }
  html #CMD .section__footprint .imgDes .desItem.des-2 {
    position: absolute;
    left: 521px;
    top: 576px;
    color: #0c6df8;
    font-size: 50px;
    perspective: 200px;
    transform: rotateX(56deg) rotateY(-16deg) rotateZ(54deg);
    transform-origin: 0px 0px 0px; }
  html #CMD .section__footprint .subDes {
    position: absolute;
    bottom: -77px;
    width: 100%;
    font-size: 17px;
    text-align: center; }
  html #CMD .section__footprint .subDes .desItem {
    display: inline-block;
    position: relative;
    margin: 0 30px 30px;
    padding-left: 50px;
    box-sizing: content-box;
    text-align: left;
    line-height: 24px; }
    html #CMD .section__footprint .subDes .desItem:before {
      position: absolute;
      left: 0;
      top: 11px;
      display: block;
      content: ' ';
      width: 31px;
      height: 3px; }
    html #CMD .section__footprint .subDes .desItem.des-1, html #CMD .section__footprint .subDes .desItem.des-1 * {
      color: #0c6df8; }
    html #CMD .section__footprint .subDes .desItem.des-1:before {
      background-color: #0c6df8; }
    html #CMD .section__footprint .subDes .desItem.des-2, html #CMD .section__footprint .subDes .desItem.des-2 * {
      color: #fff;
      text-shadow: 0px 1px 6px #61a6ca; }
    html #CMD .section__footprint .subDes .desItem.des-2:before {
      background-color: #fff; }

html #CMD .section__footprint .aniContainer {
  display: none; }
  html #CMD .section__footprint .aniContainer * {
    background-image: none; }

html #CMD #s2PdPortable {
  position: relative;
  width: 1920px;
  height: 520px;
  overflow: hidden;
  left: 50%;
  margin-right: unset;
  margin-left: -960px; }
  html #CMD #s2PdPortable .img__PdPortable {
    position: relative;
    width: 1920px;
    height: 880px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/02__pd_portable.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD #s2PdPortable .img__PdPortable {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/02__pd_portable.jpg"); } }

@keyframes linetransform {
  0% {
    transform: matrix3d(0.61553, 0.35617, 0, -0.0002, -0.90763, 0.35781, 0, -0.00019, 0, 0, 1, 0, 491, 13, 0, 1); }
  99% {
    transform: matrix3d(0.60004, 0.34681, 0, -0.0002, -0.80141, 0.3115, 0, -0.00017, 0, 0, 1, 0, 489, 15, 0, 1); }
  100% {
    transform: matrix3d(0.61553, 0.35617, 0, -0.0002, -0.90763, 0.35781, 0, -0.00019, 0, 0, 1, 0, 491, 13, 0, 1); } }

@keyframes lineopacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }

@keyframes af__pd {
  0% {
    transform: translate(0px, 0px); }
  40% {
    transform: translate(0px, -20px); }
  41% {
    transform: translate(0px, -20px); }
  100% {
    transform: translate(0px, 0px); } }

@keyframes af__pd__shadow {
  0% {
    opacity: 1;
    transform: scale(1); }
  40% {
    opacity: 0.5;
    transform: scale(0.98); }
  41% {
    opacity: 0.5;
    transform: scale(0.98); }
  100% {
    opacity: 1;
    transform: scale(1); } }

html #CMD .section__display {
  padding-top: 239px; }
  html #CMD .section__display .wd__content .content__title {
    width: 880px; }
  html #CMD .section__display .wd__content .content__info {
    width: 914px; }
  html #CMD .section__display .wd__feature__list {
    width: 60%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; }
  html #CMD .section__display .img__display {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/03__pd.jpg") ;
    left: 50%;
    margin-top: -320px;
    margin-left: -1280px;
    width: 2560px;
    max-width: 2560px;
    height: 1257px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__display .img__display {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/03__pd.jpg"); } }
  html #CMD .section__display .modal-button-container {
    margin-top: -191px; }

html #CMD .section__ergolift {
  overflow: visible;
  padding-top: 0;
  z-index: 4; }
  html #CMD .section__ergolift .wd__content {
    position: relative;
    left: 50%;
    margin-left: -588px;
    margin-top: -32px; }
    html #CMD .section__ergolift .wd__content .content__title {
      width: 900px; }
    html #CMD .section__ergolift .wd__content .content__info {
      width: 580px; }
  html #CMD .section__ergolift .wd__feature__list {
    margin-top: 85px; }
    html #CMD .section__ergolift .wd__feature__list .wd__feature__describe {
      text-align: center; }
    html #CMD .section__ergolift .wd__feature__list .feature-0 .wd__feature__describe {
      width: 124px; }
    html #CMD .section__ergolift .wd__feature__list .feature-1 .wd__feature__describe {
      width: 124px; }
    html #CMD .section__ergolift .wd__feature__list .feature-2 .wd__feature__describe {
      width: 124px; }
    html #CMD .section__ergolift .wd__feature__list .feature-icon .wd__feature__data .img__icon {
      left: 50%;
      transform: translateX(-50%);
      bottom: 13px; }
    html #CMD .section__ergolift .wd__feature__list .img__icon0 {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/04/icon_0.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__ergolift .wd__feature__list .img__icon0 {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/04/icon_0.png"); } }
    html #CMD .section__ergolift .wd__feature__list .img__icon1 {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/04/icon_1.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__ergolift .wd__feature__list .img__icon1 {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/04/icon_1.png"); } }
    html #CMD .section__ergolift .wd__feature__list .img__icon2 {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/04/icon_2.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__ergolift .wd__feature__list .img__icon2 {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/04/icon_2.png"); } }
    html #CMD .section__ergolift .wd__feature__list .img__icon3 {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/04/icon_3.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__ergolift .wd__feature__list .img__icon3 {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/04/icon_3.png"); } }
    html #CMD .section__ergolift .wd__feature__list .img__icon {
      width: 80px;
      height: 68px; }
  html #CMD .section__ergolift .img__ergolift {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/04__pd.jpg") ;
    left: 50%;
    margin-top: -630px;
    margin-left: -960px;
    margin-bottom: 0;
    width: 1920px;
    max-width: 1920px;
    height: 1036px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__ergolift .img__ergolift {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/04__pd.jpg"); } }
  html #CMD .section__ergolift .aniPosition {
    top: 335px; }

html #CMD .section__ergolift .modal-button-container {
  margin-top: -144px; }

@keyframes pdBody {
  0% { }
  40% {
    transform: translateX(-4px) translateY(11px) rotate(1.3deg); }
  100% {
    transform: translateX(-10px) translateY(-6px) rotate(0.1deg); } }

@keyframes pdCover {
  0% {
    will-change: transform;
    transform: translateX(0) translateY(0) translateZ(0px) rotate(-1deg); }
  40% {
    transform: translateX(-26px) translateY(-25px) translateZ(0px) rotate(83deg); }
  100% {
    will-change: none;
    transform: translateX(-19px) translateY(-51px) translateZ(0px) rotate(121.3deg); } }

@keyframes pdCoverCorner {
  0% {
    will-change: transform;
    transform: translateX(7px) translateY(0px) scale(0.9, 0.76) skew(-16deg, 3deg) rotate(7deg); }
  40% {
    transform: translateX(0px) translateY(0px) scale(1, 1) skew(0deg, 0deg) rotate(0deg); }
  100% {
    will-change: none;
    transform: translateX(0px) translateY(0px) scale(1, 1) skew(0deg, 0deg) rotate(0deg); } }

@keyframes pdCoverRoller {
  0% {
    will-change: transform;
    transform: translateX(-11px) translateY(-7px); }
  40% {
    transform: translateX(1px) translateY(-2px); }
  100% {
    will-change: none;
    transform: translateX(1px) translateY(-2px); } }

html #CMD .section__color {
  overflow: hidden;
  z-index: 1;
  margin-top: -22px; }
  html #CMD .section__color .wd__content {
    position: absolute;
    top: 157px;
    left: 50%;
    margin-left: -409px !important;
    width: 818px; }
    html #CMD .section__color .wd__content .content__info {
      width: 100%;
      max-width: 810px; }
  html #CMD .section__color .img__color {
    position: relative;
    left: 50%;
    margin-top: -121px;
    margin-left: -682px;
    width: 1364px;
    height: 712px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/05_design.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__color .img__color {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/05_design.jpg"); } }

html #CMD .color__controller {
  z-index: 1;
  margin-top: 50px; }
  html #CMD .color__controller .color {
    display: inline-block;
    cursor: pointer;
    margin: 0 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent; }
    html #CMD .color__controller .color.color-1 {
      background-color: #191e33; }
    html #CMD .color__controller .color.color-2 {
      background-color: #999996; }
    html #CMD .color__controller .color.color-3 {
      background-color: #3e0808; }

html #CMD .colors .color__container {
  position: relative;
  left: 50%;
  margin-top: -280px;
  margin-left: -1280px;
  width: 2560px;
  height: 1638px; }
  html #CMD .colors .color__container .color__content {
    position: absolute; }
    html #CMD .colors .color__container .color__content .img__bg {
      position: relative;
      width: 2560px;
      height: 1638px; }
    html #CMD .colors .color__container .color__content.content-1 .img__bg {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/05/bg_1.jpg") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .colors .color__container .color__content.content-1 .img__bg {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/05/bg_1.jpg"); } }
    html #CMD .colors .color__container .color__content.content-2 .img__bg {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/05/bg_2.jpg") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .colors .color__container .color__content.content-2 .img__bg {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/05/bg_2.jpg"); } }
    html #CMD .colors .color__container .color__content.content-3 .img__bg {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/05/bg_3.jpg") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .colors .color__container .color__content.content-3 .img__bg {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/05/bg_3.jpg"); } }

html #CMD .color__controller .color {
  opacity: 0.7;
  transition: opacity 400ms; }
  html #CMD .color__controller .color.active, html #CMD .color__controller .color:hover {
    opacity: 1;
    border: 1px solid #bdbbbc; }

html #CMD .colors .color__container .color__content .img__bg {
  opacity: 0;
  transform: translateZ(0);
  transition: opacity 800ms; }

html #CMD .colors .color__container .color__content.active .img__bg {
  opacity: 1;
  transition: opacity 800ms 200ms; }

html #CMD .section__hello {
  padding-top: 150px;
  padding-bottom: 0px;
  margin-top: -1px;
  background-color: #3c7495; }
  html #CMD .section__hello .wd__content .content__slogan {
    color: #fff; }
  html #CMD .section__hello .wd__content .content__info {
    width: 90%;
    max-width: 850px; }
  html #CMD .section__hello .wd__content.theme-white .content__link {
    linkColor: #fff;
    color: #fff; }
    html #CMD .section__hello .wd__content.theme-white .content__link *, html #CMD .section__hello .wd__content.theme-white .content__link span {
      color: #fff; }
    html #CMD .section__hello .wd__content.theme-white .content__link:after {
      color: #fff; }
    html #CMD .section__hello .wd__content.theme-white .content__link:link {
      color: #fff; }
    html #CMD .section__hello .wd__content.theme-white .content__link:hover span {
      border-bottom: 1px solid #fff; }
  html #CMD .section__hello .img__hello {
    margin: -300px 0 0 -960px;
    left: 50%;
    width: 1920px;
    height: 1678px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/06_hello.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__hello .img__hello {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/06_hello.jpg"); } }
  html #CMD .section__hello .img__hello .controllBar {
    background: #3c7495; }
    html #CMD .section__hello .img__hello .controllBar .navItem > li {
      color: rgba(255, 255, 255, 0.6); }
      html #CMD .section__hello .img__hello .controllBar .navItem > li.selected {
        color: #fff; }
      html #CMD .section__hello .img__hello .controllBar .navItem > li:hover {
        color: #fff; }
    html #CMD .section__hello .img__hello .controllBar .navItem.cf:before, html #CMD .section__hello .img__hello .controllBar .navItem.cf:after {
      content: '';
      display: table;
      clear: both; }
    html #CMD .section__hello .img__hello .controllBar .navLine {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      html #CMD .section__hello .img__hello .controllBar .navLine div {
        background: #fff; }

html #CMD .section__screenpad {
  padding-top: 0px;
  margin-top: -115px;
  padding-bottom: 264px;
  background-color: #3c7495; }
  html #CMD .section__screenpad .wd__content .content__slogan {
    color: #fff; }
  html #CMD .section__screenpad .wd__content .content__info {
    width: 1003px; }
  html #CMD .section__screenpad .wd__content.theme-white .content__link {
    linkColor: #fff;
    color: #fff; }
    html #CMD .section__screenpad .wd__content.theme-white .content__link *, html #CMD .section__screenpad .wd__content.theme-white .content__link span {
      color: #fff; }
    html #CMD .section__screenpad .wd__content.theme-white .content__link:after {
      color: #fff; }
    html #CMD .section__screenpad .wd__content.theme-white .content__link:link {
      color: #fff; }
    html #CMD .section__screenpad .wd__content.theme-white .content__link:hover span {
      border-bottom: 1px solid #fff; }
  html #CMD .section__screenpad .wd__feature__list .img__icon1 {
    width: 104px;
    height: 44px;
    margin-bottom: 18px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/icon_SSM.png") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__screenpad .wd__feature__list .img__icon1 {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/icon_SSM.png"); } }
  html #CMD .section__screenpad .img__screenpad {
    margin: -88px 0 0 -960px;
    left: 50%;
    width: 1920px;
    height: 1000px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/07_screenpad.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__screenpad .img__screenpad {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/07_screenpad.jpg"); } }

html #CMD .section__performance {
  margin-top: -175px;
  padding-top: 0;
  padding-bottom: 0; }
  html #CMD .section__performance .wd__content {
    position: relative;
    left: 50%;
    margin-top: 150px;
    margin-left: -554px;
    width: 650px; }
    html #CMD .section__performance .wd__content .content__info {
      width: 100%;
      max-width: 654px; }
  html #CMD .section__performance .wd__feature__list .feature-0 {
    width: 90%;
    margin-left: 0;
    margin-right: 0; }
    html #CMD .section__performance .wd__feature__list .feature-0 .wd__feature__describe,
    html #CMD .section__performance .wd__feature__list .feature-0 .wd__feature__describe__top {
      display: none; }
  html #CMD .section__performance .wd__feature__list .feature-3 .wd__feature__describe {
    width: 130px; }
  html #CMD .section__performance .wd__feature__list .feature-6 .wd__feature__describe {
    width: 80px;
    margin-left: auto;
    margin-right: auto; }
  html #CMD .section__performance .img__performance {
    position: relative;
    left: 50%;
    margin-top: -975px;
    margin-left: -1250px;
    width: 2560px;
    height: 1770px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/08_performance.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__performance .img__performance {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/08_performance.jpg"); } }
  html #CMD .section__performance .modal-button-container {
    margin-top: -210px; }

html #CMD .section__keyboard {
  margin-top: 0;
  padding-top: 56px; }
  html #CMD .section__keyboard .wd__content {
    width: 890px; }
  html #CMD .section__keyboard .wd__feature__list .wd__feature {
    vertical-align: top; }
    html #CMD .section__keyboard .wd__feature__list .wd__feature .wd__feature__data figure {
      left: 50%;
      transform: translate3d(-50%, 0px, 0px);
      position: absolute;
      bottom: 0;
      width: 70px;
      height: 44px;
      background-size: contain; }
    html #CMD .section__keyboard .wd__feature__list .wd__feature .wd__feature__data .img__icon1 {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/09/icon_1.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__keyboard .wd__feature__list .wd__feature .wd__feature__data .img__icon1 {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/09/icon_1.png"); } }
  html #CMD .section__keyboard .img__keyboard {
    position: relative;
    left: 50%;
    margin-left: -650px;
    padding-top: 101px;
    padding-bottom: 0;
    width: 1300px;
    height: 480px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/09_keyboard.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__keyboard .img__keyboard {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/09_keyboard.jpg"); } }
  html #CMD .section__keyboard .img__keyboard__zoom {
    position: relative;
    left: 50%;
    margin-top: 25px;
    margin-left: -683px;
    width: 1366px;
    height: 342px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/09_keyboard_zoom.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__keyboard .img__keyboard__zoom {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/09_keyboard_zoom.jpg"); } }

html #CMD .section__keyboard .modal-button-container {
  margin-top: 75px; }

html #CMD .section__connect {
  padding-top: 203px; }
  html #CMD .section__connect .wd__content {
    width: 800px; }
    html #CMD .section__connect .wd__content .content__info {
      width: 100%; }
  html #CMD .section__connect .wd__feature__list .feature-0 {
    width: 80%; }
    html #CMD .section__connect .wd__feature__list .feature-0 .wd__feature__describe__top {
      display: none; }
    html #CMD .section__connect .wd__feature__list .feature-0 .wd__feature__describe {
      display: none; }
  html #CMD .section__connect .img__connect {
    position: relative;
    left: 50%;
    margin-top: -218px;
    margin-left: -1280px;
    width: 2560px;
    height: 800px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/10_connect.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__connect .img__connect {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/10_connect.jpg"); } }
  html #CMD .section__connect .img__des {
    position: relative;
    top: 589px;
    left: 0; }
  html #CMD .section__connect .img__des__item {
    position: absolute;
    left: 50%;
    text-align: center;
    color: #444444; }
  html #CMD .section__connect .img__des__0 {
    left: 742px; }
  html #CMD .section__connect .img__des__1 {
    left: 866px; }
  html #CMD .section__connect .img__des__2 {
    left: 993px; }
  html #CMD .section__connect .img__des__3 {
    left: 1531px; }
  html #CMD .section__connect .img__des__4 {
    left: 1623px; }
  html #CMD .section__connect .img__des__5 {
    left: 1660px;
    width: 130px;
    text-align: right; }
  html #CMD .section__connect .img__des__6 {
    width: 140px;
    left: 1821px; }

html #CMD .section__connect .modal-button-container {
  margin-top: -130px; }

html #CMD .section__ubiquity {
  padding-top: 50px; }
  html #CMD .section__ubiquity .wd__content {
    position: relative;
    left: 50%;
    margin-left: 10px;
    width: 655px; }
    html #CMD .section__ubiquity .wd__content .content__info {
      width: 88%; }
  html #CMD .section__ubiquity .wd__feature__list {
    position: relative; }
  html #CMD .section__ubiquity .img__ubiquity {
    position: relative;
    left: 50%;
    margin-top: -573px;
    margin-left: -1280px;
    width: 2560px;
    height: 800px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/10_1_ubiquity.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__ubiquity .img__ubiquity {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/10_1_ubiquity.jpg"); } }
  html #CMD .section__ubiquity .modal-button-container {
    margin-top: 20px; }

html #CMD .section__battery {
  padding-top: 159px; }
  html #CMD .section__battery .wd__content {
    position: relative;
    top: 9;
    width: 100%; }
    html #CMD .section__battery .wd__content .content__title {
      width: 80%;
      max-width: 800px; }
    html #CMD .section__battery .wd__content .content__info {
      width: 80%;
      max-width: 800px; }
  html #CMD .section__battery .img__battery {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/11__pd.jpg") ;
    left: 50%;
    margin-top: 31px;
    margin-left: -683px;
    width: 1366px;
    max-width: 1366px;
    height: 824px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__battery .img__battery {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/11__pd.jpg"); } }

html #CMD .section__audio {
  padding-top: 200px;
  margin-top: 0px; }
  html #CMD .section__audio .wd__content {
    left: 0%;
    position: relative;
    margin-top: 0;
    margin-left: -610px;
    width: 758px; }
  html #CMD .section__audio .wd__feature__list {
    margin-top: 68px; }
    html #CMD .section__audio .wd__feature__list .wd__feature {
      vertical-align: top;
      width: auto; }
    html #CMD .section__audio .wd__feature__list .img__icon0 {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/12/12__Harman.png") ;
      width: 293px;
      height: 58px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__audio .wd__feature__list .img__icon0 {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/12/12__Harman.png"); } }
  html #CMD .section__audio .img__audio {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/12__pd.jpg") ;
    bottom: 0;
    left: 100%;
    margin-top: 172px;
    margin-left: -1280px;
    width: 2560px;
    max-width: 2560px;
    height: 1213px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__audio .img__audio {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/12__pd.jpg"); } }

html #CMD .section__wexp {
  padding-top: 200px;
  background-color: #fff; }
  html #CMD .section__wexp .wd__content {
    position: relative;
    left: 50%;
    margin-top: 0;
    margin-left: -581px;
    width: 681px; }
    html #CMD .section__wexp .wd__content .content__info {
      width: 90%; }
  html #CMD .section__wexp .img__wexp {
    position: relative;
    left: 50%;
    margin-top: -510px;
    margin-left: -1280px;
    width: 2560px;
    height: 1390px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/13_wexp.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__wexp .img__wexp {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/13_wexp.jpg"); } }

html #CMD .section__grade {
  padding-top: 218px;
  background-color: #fff; }
  html #CMD .section__grade .wd__content .content__title {
    width: 900px; }
  html #CMD .section__grade .wd__content .content__info {
    width: 790px; }
  html #CMD .section__grade .wd__feature__list .wd__feature {
    text-align: center;
    vertical-align: top;
    margin: 0 35px 50px; }
    html #CMD .section__grade .wd__feature__list .wd__feature.feature-0 {
      width: auto; }
    html #CMD .section__grade .wd__feature__list .wd__feature.feature-1 {
      width: auto; }
    html #CMD .section__grade .wd__feature__list .wd__feature.feature-2 {
      width: auto; }
    html #CMD .section__grade .wd__feature__list .wd__feature.feature-3 {
      width: auto; }
    html #CMD .section__grade .wd__feature__list .wd__feature.feature-4 {
      width: auto; }
    html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data {
      height: 103px; }
      html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data figure.img__icon {
        left: 50%;
        transform: translateX(-50%);
        bottom: 3px;
        margin-top: 0;
        margin-bottom: 7px;
        height: 90px;
        background-size: contain; }
      html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .img__icon0 {
        width: 88px;
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/14/icon_1.png") ; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .img__icon0 {
            background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/14/icon_1.png"); } }
      html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .img__icon1 {
        width: 100px;
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/14/icon_2.png") ; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .img__icon1 {
            background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/14/icon_2.png"); } }
      html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .img__icon2 {
        width: 94px;
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/14/icon_3.png") ; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .img__icon2 {
            background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/14/icon_3.png"); } }
      html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .img__icon3 {
        width: 100px;
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/14/icon_4.png") ; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .img__icon3 {
            background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/14/icon_4.png"); } }
      html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .img__icon4 {
        width: 100px;
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/14/icon_5.png") ; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .img__icon4 {
            background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/14/icon_5.png"); } }
  html #CMD .section__grade .img__grade {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/14__pd.jpg") ;
    left: 50%;
    margin-top: -435px;
    margin-left: -1280px;
    width: 2560px;
    max-width: 2560px;
    height: 1708px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__grade .img__grade {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/14__pd.jpg"); } }

html #CMD .section__family .wd__content .content__title {
  margin-top: 0; }

html #CMD .section__family .wd__family__btns .switch__btn {
  border: 1px solid #cf4f2a;
  background-color: #cf4f2a; }
  html #CMD .section__family .wd__family__btns .switch__btn .container__text {
    color: #fff; }
  html #CMD .section__family .wd__family__btns .switch__btn:hover {
    cursor: pointer; }
  html #CMD .section__family .wd__family__btns .switch__btn:hover, html #CMD .section__family .wd__family__btns .switch__btn.active {
    border: 1px solid #cf4f2a;
    background: none; }
    html #CMD .section__family .wd__family__btns .switch__btn:hover .container__text, html #CMD .section__family .wd__family__btns .switch__btn.active .container__text {
      color: #cf4f2a; }

html #CMD .section__family {
  display: inline-block;
  padding-bottom: 160px;
  margin-bottom: -4px; }
  html #CMD .section__family .wd__content {
    position: relative;
    margin-top: -54px;
    width: 1366px; }
    html #CMD .section__family .wd__content .content__info {
      max-width: 790px; }
  html #CMD .section__family .img__family {
    position: relative;
    left: 50%;
    margin-top: -41px;
    margin-left: -683px;
    width: 1366px;
    height: 500px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/15_meet.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__family .img__family {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/15_meet.jpg"); } }

html #CMD .section__comment {
  margin-top: -98px;
  padding-bottom: 100px;
  z-index: 9; }
  html #CMD .section__comment .footnotes:nth-child(2) {
    margin-top: 0; }
  html #CMD .section__comment .footnote-star ul.footnote li {
    position: relative;
    padding-left: 2px;
    list-style-type: none; }
    html #CMD .section__comment .footnote-star ul.footnote li:before {
      position: absolute;
      display: block;
      content: "*";
      left: -16px;
      top: 3px; }

html #CMD .product_videos .slick-arrow:before {
  content: ""; }

html #CMD .product_videos .video_slick .video a .text {
  text-align: left; }

html #CMD .product_medias .slick-arrow:before {
  content: ""; }

html #CMD .product_medias .media .text {
  color: #fff; }

html #CMD .product_medias .media a {
  color: #cf4f2a; }

html #CMD .product_medias .slick-dots li.slick-active button:before,
html #CMD .product_videos .slick-dots li.slick-active button:before {
  color: #cf4f2a; }

html #CMD .video-bottom {
  margin-bottom: 0;
  padding-bottom: 288px; }

html #CMD .media-top {
  margin-top: -120px; }

html #CMD .section__pdc {
  z-index: 99; }

html #CMD .product_price .current_price .heading {
  color: #333; }

html #CMD .product_price .current_price .price,
html #CMD .product_price .current_price .price p {
  color: #333; }

html #CMD .product_price .btn_buy {
  display: inline-block; }
  html #CMD .product_price .btn_buy .label {
    background-color: #cf4f2a; }
  html #CMD .product_price .btn_buy .etailers .etailers_list li a:link:hover {
    color: #cf4f2a; }

html #CMD .product_price.active {
  padding-top: 54px;
  margin-bottom: 0; }

html #CMD .product_pdguide .link {
  color: #cf4f2a; }

html #CMD .product_pdguide.active {
  padding-top: 15px; }

html #CMD .product_videos.active {
  padding-top: 162px;
  margin-top: 0; }

html #CMD .product_medias .slick-arrow:before {
  content: ""; }

html #CMD .product_medias .media .text {
  color: #060606; }

html #CMD .product_medias .media a {
  color: #cf4f2a; }

html #CMD .product_medias .slick-dots li.slick-active button:before,
html #CMD .product_videos .slick-dots li.slick-active button:before {
  color: #cf4f2a; }

html #CMD .media-bottom {
  padding-bottom: 250px;
  margin-bottom: 0; }

html #CMD .inner-view {
  background-color: #fff !important; }
  html #CMD .inner-view .inner-view-container {
    position: relative;
    background: #000;
    margin-left: auto;
    margin-right: auto; }
    html #CMD .inner-view .inner-view-container .wd__section {
      max-width: 2560px; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan {
        color: #333; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title {
        font-size: 34px; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__info {
        margin-top: 15px; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan:before, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan:after, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title:before, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title:after {
        display: none; }

html #CMD .inner-view .inner-modal {
  padding-bottom: 0; }

html #CMD .inner-view .inner-view-container {
  background: #fff; }
  html #CMD .inner-view .inner-view-container .modal-button {
    background-color: #ba4e35;
    color: white;
    border-color: #ba4e35; }
    html #CMD .inner-view .inner-view-container .modal-button:hover {
      background-color: #e5745a;
      color: white;
      border-color: #e5745a; }

html #CMD .modal-performance .wd__section {
  background-color: #fff; }

html #CMD .modal-wexp .wd__section {
  background-color: #fff; }

html #CMD .modal-keyboard .wd__section {
  background-color: #fff; }

html #CMD #CMD.testInner .wd__section {
  overflow: unset; }

html #CMD #CMD.testInner .modal-button-container:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: rgba(14, 79, 125, 0.5);
  top: -63px;
  left: 0;
  width: 100%;
  height: 72px; }

html #CMD #CMD.testInner .wd__content:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: rgba(255, 0, 0, 0.5);
  top: -91px;
  left: 0;
  width: 100%;
  height: 97px; }

html #CMD .section__cpu {
  background: #020f1e !important;
  padding-top: 100px;
  padding-bottom: 0px; }
  html #CMD .section__cpu .wd__content {
    width: 750px; }
    html #CMD .section__cpu .wd__content .content__title {
      color: #fff !important; }
    html #CMD .section__cpu .wd__content .content__info {
      color: #fff !important;
      width: 100%; }
  html #CMD .section__cpu .wd__feature__list .wd__feature .wd__feature__describe__top, html #CMD .section__cpu .wd__feature__list .wd__feature .wd__feature__describe__top span, html #CMD .section__cpu .wd__feature__list .wd__feature .wd__feature__describe__top sup, html #CMD .section__cpu .wd__feature__list .wd__feature .wd__feature__describe, html #CMD .section__cpu .wd__feature__list .wd__feature .wd__feature__describe span, html #CMD .section__cpu .wd__feature__list .wd__feature .wd__feature__describe sup {
    color: #fff !important; }
  html #CMD .section__cpu .wd__performance__graph {
    margin-top: 52px;
    left: 47px; }
    html #CMD .section__cpu .wd__performance__graph .graph__line.line-1 .graph__bar {
      width: 100%; }
    html #CMD .section__cpu .wd__performance__graph .graph__line.line-1 .graph__bar {
      background: linear-gradient(to right, #a343da, #00c6ff); }
    html #CMD .section__cpu .wd__performance__graph .graph__line.line-2 .graph__bar {
      width: 92.5%; }
    html #CMD .section__cpu .wd__performance__graph .graph__line.line-2 .graph__bar {
      background: linear-gradient(to left, lightgray, #777); }
    html #CMD .section__cpu .wd__performance__graph .graph__line.line-3 .graph__bar {
      width: 45.927%; }
    html #CMD .section__cpu .wd__performance__graph .graph__line.line-3 .graph__bar {
      background: linear-gradient(to left, lightgray, #777); }
  html #CMD .section__cpu .img__main {
    position: relative;
    left: 50%;
    margin-top: -210px;
    margin-left: -972px;
    width: 1944px;
    height: 992px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/08/01.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__cpu .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/08/01.jpg"); } }

html #CMD .section__speed {
  overflow: hidden; }
  html #CMD .section__speed .wd__content {
    position: relative;
    left: 100%;
    margin-top: 310px;
    margin-left: -597px;
    width: 570px; }
    html #CMD .section__speed .wd__content .content__info {
      width: 88%; }
  html #CMD .section__speed .wd__feature__list .wd__feature {
    margin-left: 0;
    margin-right: 50px; }
  html #CMD .section__speed .img__main {
    position: relative;
    left: 50%;
    margin-top: -883px;
    margin-left: -567px;
    width: 1348px;
    height: 1240px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/08/02.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__speed .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/08/02.jpg"); } }

html #CMD .section__nvidia {
  padding-top: 220px;
  padding-bottom: 90px; }
  html #CMD .section__nvidia .wd__content {
    position: relative;
    left: 100%;
    margin-left: 141px;
    width: 424px;
    margin-top: 170px; }
    html #CMD .section__nvidia .wd__content .content__info {
      width: 100%; }
  html #CMD .section__nvidia .wd__performance__graph {
    display: none; }
    html #CMD .section__nvidia .wd__performance__graph .graph__line.line-1 .graph__bar {
      width: 100%; }
    html #CMD .section__nvidia .wd__performance__graph .graph__line.line-1 .graph__bar {
      background: linear-gradient(to right, #a343da, #00c6ff); }
    html #CMD .section__nvidia .wd__performance__graph .graph__line.line-2 .graph__bar {
      width: 65.783%; }
    html #CMD .section__nvidia .wd__performance__graph .graph__line.line-2 .graph__bar {
      background: linear-gradient(to left, lightgray, #777); }
    html #CMD .section__nvidia .wd__performance__graph .graph__line.line-3 .graph__bar {
      width: 88.409%; }
    html #CMD .section__nvidia .wd__performance__graph .graph__line.line-3 .graph__bar {
      background: linear-gradient(to left, lightgray, #777); }
    html #CMD .section__nvidia .wd__performance__graph .graph__bar .bar__value {
      width: 200px; }
  html #CMD .section__nvidia .img__main {
    position: relative;
    left: 50%;
    margin-top: -692px;
    margin-left: -800px;
    margin-bottom: -60px;
    width: 1434px;
    height: 1140px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/08/03.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__nvidia .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/08/03.jpg"); } }

html #CMD .section__functionkeys {
  padding-top: 100px;
  background-color: #fff; }
  html #CMD .section__functionkeys .wd__content {
    width: 930px; }
  html #CMD .section__functionkeys .img__main {
    position: relative;
    left: 50%;
    margin-top: 78px;
    margin-left: -1280px;
    width: 2560px;
    height: 610px;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/09/01.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__functionkeys .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/09/01.jpg"); } }

html #CMD .section__functionkeys .img__main {
  position: relative;
  background: none;
  margin-bottom: 170px; }
  html #CMD .section__functionkeys .img__main figure {
    position: absolute;
    top: 0;
    left: 0; }
    html #CMD .section__functionkeys .img__main figure.img__keyborad {
      width: 2560px;
      height: 610px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/inner/09/01_keyboard.jpg") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__functionkeys .img__main figure.img__keyborad {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/inner/09/01_keyboard.jpg"); } }
    html #CMD .section__functionkeys .img__main figure.img__cover {
      opacity: 0;
      transition: opacity 600ms ease-in 300ms;
      z-index: 9;
      width: 2560px;
      height: 610px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/inner/09/01_hl.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__functionkeys .img__main figure.img__cover {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/inner/09/01_hl.png"); } }
  html #CMD .section__functionkeys .img__main.active figure.img__cover {
    opacity: 1; }

html #CMD .section__wiFiMaster {
  padding-top: 100px;
  background-color: #fff; }
  html #CMD .section__wiFiMaster .wd__content {
    width: 1060px; }
  html #CMD .section__wiFiMaster .img__main {
    position: relative;
    left: 50%;
    margin-top: 35px;
    margin-left: -850px;
    width: 1700px;
    height: 1000px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/10/01.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__wiFiMaster .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/10/01.jpg"); } }

html #CMD .section__wiFiGraph {
  padding-top: 0;
  padding-bottom: 170px;
  background: #f0f0f0; }
  html #CMD .section__wiFiGraph .wd__content {
    width: 890px; }
  html #CMD .section__wiFiGraph .sub__section {
    position: relative;
    margin: 140px auto 0;
    padding-top: 30px;
    padding-bottom: 51px;
    width: 1366px;
    background: #fff; }
    html #CMD .section__wiFiGraph .sub__section .wd__content {
      width: 740px; }
      html #CMD .section__wiFiGraph .sub__section .wd__content .content__info {
        width: 100%; }
    html #CMD .section__wiFiGraph .sub__section .wd__performance__graph .graph__bar .bar__value {
      color: #00c6ff; }
    html #CMD .section__wiFiGraph .sub__section .wd__performance__graph .graph-badges .graph-badge .badge__value {
      color: #00c6ff; }
    html #CMD .section__wiFiGraph .sub__section.sub__section-1 .wd__performance__graph {
      left: 92px;
      margin-top: 62px; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-1 .wd__performance__graph .graph__line.line-1 .graph__bar {
        width: 100%; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-1 .wd__performance__graph .graph__line.line-1 .graph__bar {
        background: linear-gradient(to right, #a343da, #00c6ff); }
      html #CMD .section__wiFiGraph .sub__section.sub__section-1 .wd__performance__graph .graph__line.line-2 .graph__bar {
        width: 8.33333%; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-1 .wd__performance__graph .graph__line.line-2 .graph__bar {
        background: linear-gradient(to left, lightgray, #777); }
      html #CMD .section__wiFiGraph .sub__section.sub__section-1 .wd__performance__graph .graph__line .graph__bar .bar__value {
        width: 150px; }
    html #CMD .section__wiFiGraph .sub__section.sub__section-2 .img__main {
      position: relative;
      left: 50%;
      margin-top: 30px;
      margin-left: -365px;
      width: 730px;
      height: 150px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/10/wifi.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__wiFiGraph .sub__section.sub__section-2 .img__main {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/10/wifi.png"); } }
      html #CMD .section__wiFiGraph .sub__section.sub__section-2 .img__main .chart__text {
        position: absolute;
        text-align: center;
        left: 50%;
        margin-top: 8px;
        margin-left: -150px;
        width: 300px;
        font-size: 61px;
        color: #25b5f0; }
        html #CMD .section__wiFiGraph .sub__section.sub__section-2 .img__main .chart__text .text__unit {
          padding-left: 2px;
          font-size: 0.7em; }
    html #CMD .section__wiFiGraph .sub__section.sub__section-3 .wd__performance__graph {
      left: 63px;
      margin-top: 62px; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-3 .wd__performance__graph .graph__line.line-1 .graph__bar {
        width: 100%; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-3 .wd__performance__graph .graph__line.line-1 .graph__bar {
        background: linear-gradient(to right, #a343da, #00c6ff); }
      html #CMD .section__wiFiGraph .sub__section.sub__section-3 .wd__performance__graph .graph__line.line-2 .graph__bar {
        width: 71.11%; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-3 .wd__performance__graph .graph__line.line-2 .graph__bar {
        background: linear-gradient(to left, lightgray, #777); }
      html #CMD .section__wiFiGraph .sub__section.sub__section-3 .wd__performance__graph .graph__line .graph__bar .bar__value {
        width: 150px; }

html #CMD .section__alexa {
  padding-top: 100px;
  padding-bottom: 0; }
  html #CMD .section__alexa .wd__content {
    width: 800px; }
    html #CMD .section__alexa .wd__content .content__info {
      width: 100%; }
  html #CMD .section__alexa .wd__feature__list .wd__feature {
    vertical-align: top; }
    html #CMD .section__alexa .wd__feature__list .wd__feature .wd__feature__data figure {
      margin-top: 0;
      margin-bottom: -22px;
      width: 240px;
      height: 80px;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      background-size: contain; }
    html #CMD .section__alexa .wd__feature__list .wd__feature .wd__feature__data .img__icon0 {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/inner/13/icon_0.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__alexa .wd__feature__list .wd__feature .wd__feature__data .img__icon0 {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/inner/13/icon_0.png"); } }
    html #CMD .section__alexa .wd__feature__list .wd__feature .wd__feature__data .img__icon1 {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/inner/13/icon_1.png") ; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        html #CMD .section__alexa .wd__feature__list .wd__feature .wd__feature__data .img__icon1 {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/inner/13/icon_1.png"); } }
  html #CMD .section__alexa .img__main {
    position: relative;
    left: 50%;
    margin-top: -126px;
    margin-left: -750px;
    width: 1500px;
    height: 1014px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/13/01.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__alexa .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/13/01.jpg"); } }

html #CMD .section__cortana {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 0;
  margin-bottom: -370px; }
  html #CMD .section__cortana .wd__content {
    width: 640px; }
    html #CMD .section__cortana .wd__content .content__info {
      width: 100%; }
  html #CMD .section__cortana .img__main {
    position: relative;
    left: 50%;
    margin-top: -610px;
    margin-left: -1280px;
    margin-bottom: 40px;
    width: 2560px;
    height: 2000px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/inner/13/02.jpg") ; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      html #CMD .section__cortana .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/inner/13/02.jpg"); } }

@media all and (min-width: 1301px) and (max-width: 1366px) {
  html #CMD .section__design .img__partial__part {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25.03%;
    width: 100%;
    height: 0; } }

@media all and (min-width: 1280px) {
  html #CMD .large_use {
    display: block; }
  html #CMD .large_unuse {
    display: none; }
  html #CMD .section__footprint .img__footprint {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/02/02__ani__shadow.jpg") ; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__footprint {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/02/02__ani__shadow.jpg"); } }

@media all and (min-width: 1280px) {
    html #CMD .section__footprint .img__footprint .aniContainer {
      display: block;
      position: relative;
      left: 0;
      width: 1230px;
      margin-left: 0;
      top: 0;
      opacity: 1; }
    html #CMD .section__footprint .img__footprint.stopAni .img__ani_pd_light {
      opacity: 0;
      animation: none; }
    html #CMD .section__footprint .img__footprint .img__ani_pd_light {
      opacity: 0;
      transition: opacity 300ms ease; }
  html #CMD .section__footprint .img__ani_pd {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/02/02__ani__pd.png") ;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -615px;
    width: 1230px;
    height: 792px;
    z-index: 9; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__ani_pd {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/02/02__ani__pd.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__footprint .aniLine {
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -543px;
    width: 784px;
    height: 539px; }
  html #CMD .section__footprint .img__ani_pd_light {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/02/02__ani__light.png") ;
    position: absolute;
    top: -54px;
    left: -38px;
    width: 784px;
    height: 539px;
    transform: matrix3d(0.61553, 0.35617, 0, -0.0002, -0.90763, 0.35781, 0, -0.00019, 0, 0, 1, 0, 491, 13, 0, 1);
    transform-origin: 0px 0px 0px; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__ani_pd_light {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/02/02__ani__light.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__footprint .ani-0 {
    animation: linetransform 2000ms forwards infinite 0ms, lineopacity 2000ms forwards infinite 0ms; }
  html #CMD .section__footprint .ani-1 {
    animation: linetransform 2000ms forwards infinite 1000ms, lineopacity 2000ms forwards infinite 1000ms; }
  html #CMD .section__footprint .ani-2 {
    animation: linetransform 2000ms forwards infinite 2000ms, lineopacity 2000ms forwards infinite 2000ms; }
  html #CMD #pdLine {
    position: relative;
    width: 1230px;
    height: 792px; }
  html #CMD .lightBlue {
    opacity: 1;
    will-change: opacity;
    transition: opacity 1000ms ease; }
  html #CMD .section__display .img__display {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/03/03__ani__bg.jpg") ; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__display {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/03/03__ani__bg.jpg"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__display .aniContainer {
    position: relative;
    top: 0; }
  html #CMD .section__display .img__ani_pd {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/03/03__ani_pd_top.png") ;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1257px;
    transform: translate3d(0px, 80px, 0px); } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__ani_pd {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/03/03__ani_pd_top.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__display .img__ani_pd_shadow {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/03/03__ani_pd_shadow.png") ;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1257px; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__ani_pd_shadow {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/03/03__ani_pd_shadow.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__ergolift .aniContainer {
    position: relative;
    top: 123px;
    left: 14px;
    overflow: hidden; }
    html #CMD .section__ergolift .aniContainer:before {
      position: absolute;
      display: block;
      right: 0;
      top: -8px;
      content: "";
      background: linear-gradient(to bottom, #b1dff9 7%, rgba(177, 223, 249, 0.98) 23%, rgba(177, 223, 249, 0) 74%, rgba(177, 223, 249, 0) 75%);
      width: 100%;
      height: 200px;
      z-index: 9; }
    html #CMD .section__ergolift .aniContainer.playAni .img__pd__body {
      animation: 1s pdBody linear forwards; }
    html #CMD .section__ergolift .aniContainer.playAni .ani__pd__cover {
      animation: 1s pdCover linear forwards; }
    html #CMD .section__ergolift .aniContainer.playAni .img__pd__angle {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
    html #CMD .section__ergolift .aniContainer.playAni .angle__text {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
    html #CMD .section__ergolift .aniContainer.playAni .img__pd__openangle {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
    html #CMD .section__ergolift .aniContainer.playAni .angle__text {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
  html #CMD .section__ergolift .aniContainer.mirror {
    margin-top: 1px;
    transform-origin: bottom center;
    transform: scale(1, -1);
    opacity: 0.35;
    position: absolute;
    width: 1920px; }
    html #CMD .section__ergolift .aniContainer.mirror:before {
      position: absolute;
      display: block;
      content: "";
      bottom: 0;
      z-index: 9;
      width: 100%;
      height: 739px;
      background: rgba(165, 195, 215, 0);
      background: linear-gradient(to bottom, #a5c3d7 0%, #a5c3d7 80%, rgba(165, 195, 215, 0) 100%); }
  html #CMD .section__ergolift .img__ergolift {
    background: none; }
  html #CMD .section__ergolift .ani__pd {
    position: relative;
    transform-origin: 1128px 690px;
    height: 739px; }
  html #CMD .section__ergolift .img__pd__body {
    transform-origin: 966px 33px;
    transform: translateX(0px) translateY(15px) translateZ(0px) rotate(1.4deg);
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__pd__body.png") ;
    position: absolute;
    z-index: 3;
    top: 644px;
    left: 309px;
    width: 1010px;
    height: 80px; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__body {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__pd__body.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__ergolift .ani__pd__cover {
    transform-origin: 963px 59px;
    transform: translateX(0) translateY(0) translateZ(0px) rotate(-1.1deg);
    position: absolute;
    z-index: 1;
    top: 650px;
    left: 312px;
    width: 1010px;
    height: 80px; }
  html #CMD .section__ergolift .img__pd__cover {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__pd__cover.png") ;
    position: absolute;
    z-index: 3;
    left: 0;
    top: -17px;
    width: 1010px;
    height: 80px; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__cover {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__pd__cover.png"); } }

@media all and (min-width: 1280px) {
  html #CMD .section__ergolift .angle__text {
    position: absolute;
    opacity: 0;
    font-size: 53px;
    color: #0564dd; }
  html #CMD .section__ergolift .img__pd__angle {
    opacity: 0;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__angle.png") ;
    position: absolute;
    z-index: 4;
    left: 354px;
    top: 677px;
    width: 1000px;
    height: 50px; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__angle {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__angle.png"); } }

@media all and (min-width: 1280px) {
    html #CMD .section__ergolift .img__pd__angle .angle__text {
      top: -11px;
      left: 100%;
      margin-left: 9px; }
  html #CMD .section__ergolift .img__pd__openangle {
    opacity: 0;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__openangle.png") ;
    position: absolute;
    z-index: 4;
    left: 919px;
    top: 266px;
    width: 600px;
    height: 400px; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__openangle {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__openangle.png"); } }

@media all and (min-width: 1280px) {
    html #CMD .section__ergolift .img__pd__openangle .angle__text {
      top: 171px;
      left: 50%;
      margin-left: -81px;
      font-size: 69px; }
  html #CMD .section__hello .img__hello {
    margin: -352px 0 0 -960px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/nb.jpg") ; } }
  @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
    html #CMD .section__hello .img__hello {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/nb.jpg"); } }

@media all and (min-width: 1280px) {
    html #CMD .section__hello .img__hello .controllBar {
      z-index: 120;
      position: absolute;
      top: 792px;
      left: 50%;
      margin-left: -960px;
      width: 1920px;
      height: 230px;
      opacity: 1; }
      html #CMD .section__hello .img__hello .controllBar .cb__content {
        width: 100%;
        max-width: 1120px;
        margin-top: 26px;
        margin-left: auto;
        margin-right: auto;
        opacity: 1; }
        html #CMD .section__hello .img__hello .controllBar .cb__content .navItem {
          width: 1120px;
          margin: 0 auto 5px; }
          html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li {
            position: relative;
            list-style-type: none;
            float: left;
            width: 110px;
            height: 33px;
            font-size: 16px;
            padding-top: 93px;
            margin: 0 15px;
            transform: translateY(0px);
            transition: color 600ms linear, transform 400ms;
            cursor: pointer; }
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li span {
              width: 90px;
              display: block;
              margin-left: auto;
              margin-right: auto;
              text-align: center; }
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_1:before {
              position: absolute;
              left: 50%;
              top: 0;
              margin-left: -50px;
              width: 100px;
              height: 85px;
              content: '';
              display: block;
              background-size: cover;
              background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon1.png") ; } }
            @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_1:before {
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon1.png"); } }

@media all and (min-width: 1280px) {
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_2:before {
              position: absolute;
              left: 50%;
              top: 0;
              margin-left: -50px;
              width: 100px;
              height: 85px;
              content: '';
              display: block;
              background-size: cover;
              background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon2.png") ; } }
            @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_2:before {
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon2.png"); } }

@media all and (min-width: 1280px) {
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_3:before {
              position: absolute;
              left: 50%;
              top: 0;
              margin-left: -50px;
              width: 100px;
              height: 85px;
              content: '';
              display: block;
              background-size: cover;
              background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon3.png") ; } }
            @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_3:before {
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon3.png"); } }

@media all and (min-width: 1280px) {
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_4:before {
              position: absolute;
              left: 50%;
              top: 0;
              margin-left: -50px;
              width: 100px;
              height: 85px;
              content: '';
              display: block;
              background-size: cover;
              background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon4.png") ; } }
            @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_4:before {
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon4.png"); } }

@media all and (min-width: 1280px) {
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_5:before {
              position: absolute;
              left: 50%;
              top: 0;
              margin-left: -50px;
              width: 100px;
              height: 85px;
              content: '';
              display: block;
              background-size: cover;
              background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon5.png") ; } }
            @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_5:before {
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon5.png"); } }

@media all and (min-width: 1280px) {
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_6:before {
              position: absolute;
              left: 50%;
              top: 0;
              margin-left: -50px;
              width: 100px;
              height: 85px;
              content: '';
              display: block;
              background-size: cover;
              background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon6.png") ; } }
            @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_6:before {
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon6.png"); } }

@media all and (min-width: 1280px) {
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_7:before {
              position: absolute;
              left: 50%;
              top: 0;
              margin-left: -50px;
              width: 100px;
              height: 85px;
              content: '';
              display: block;
              background-size: cover;
              background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon7.png") ; } }
            @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_7:before {
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon7.png"); } }

@media all and (min-width: 1280px) {
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_8:before {
              position: absolute;
              left: 50%;
              top: 0;
              margin-left: -50px;
              width: 100px;
              height: 85px;
              content: '';
              display: block;
              background-size: cover;
              background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon8.png") ; } }
            @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_8:before {
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon8.png"); } }

@media all and (min-width: 1280px) {
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li:hover {
              transform: translateY(-10px); }
        html #CMD .section__hello .img__hello .controllBar .cb__content .navLine {
          width: 100%;
          max-width: 1120px;
          position: relative;
          margin-top: 5px; }
          html #CMD .section__hello .img__hello .controllBar .cb__content .navLine div {
            display: block;
            position: absolute;
            top: -2px;
            left: 0;
            width: 80px;
            height: 2px;
            transform: translate3d(0px, 0, 0);
            transition: transform 200ms ease-in-out; }
        html #CMD .section__hello .img__hello .controllBar .cb__content .navText {
          margin-top: 16px;
          text-align: center;
          width: 100%;
          max-width: 870px;
          left: 50%;
          position: relative;
          margin-left: -435px; }
          html #CMD .section__hello .img__hello .controllBar .cb__content .navText span {
            opacity: 0;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            display: block;
            color: #fff;
            transition: opacity 200ms; }
            html #CMD .section__hello .img__hello .controllBar .cb__content .navText span.showed {
              opacity: 1; }
    html #CMD .section__hello .img__hello .bigScreen {
      left: 50%;
      top: 454px;
      margin-left: -540px;
      z-index: 100;
      position: absolute;
      width: 1080px;
      height: 316px; }
      html #CMD .section__hello .img__hello .bigScreen:before {
        z-index: 999;
        display: block;
        content: '';
        width: 1500px;
        height: 464px;
        position: absolute;
        top: -88px;
        left: 50%;
        margin-left: -750px;
        background-size: cover;
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/mask.png") ; } }
      @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
        html #CMD .section__hello .img__hello .bigScreen:before {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/mask.png"); } }

@media all and (min-width: 1280px) {
      html #CMD .section__hello .img__hello .bigScreen #bs_1 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: -2px;
        top: 0;
        width: 1080px;
        height: 316px;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .bigScreen #bs_1.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .bigScreen #bs_2 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: -2px;
        top: 0;
        width: 1080px;
        height: 316px;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .bigScreen #bs_2.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .bigScreen #bs_3 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: -2px;
        top: 0;
        width: 1080px;
        height: 316px;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .bigScreen #bs_3.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .bigScreen #bs_4 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: -2px;
        top: 0;
        width: 1080px;
        height: 316px;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .bigScreen #bs_4.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .bigScreen #bs_5 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: -2px;
        top: 0;
        width: 1080px;
        height: 316px;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .bigScreen #bs_5.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .bigScreen #bs_6 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: -2px;
        top: 0;
        width: 1080px;
        height: 316px;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .bigScreen #bs_6.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .bigScreen #bs_7 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: -2px;
        top: 0;
        width: 1080px;
        height: 316px;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .bigScreen #bs_7.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .bigScreen #bs_8 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: -2px;
        top: 0;
        width: 1080px;
        height: 316px;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .bigScreen #bs_8.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .bigScreen #bs_1,
      html #CMD .section__hello .img__hello .bigScreen #bs_2 {
        background-image: none; }
    html #CMD .section__hello .img__hello .smallScreen {
      left: 50%;
      top: 1035px;
      margin-left: -198px;
      z-index: 100;
      position: absolute;
      width: 394px;
      height: 202px; }
      html #CMD .section__hello .img__hello .smallScreen video {
        width: 394px;
        height: 202px; }
      html #CMD .section__hello .img__hello .smallScreen #ss_1 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .smallScreen #ss_1.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .smallScreen #ss_2 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .smallScreen #ss_2.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .smallScreen #ss_3 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .smallScreen #ss_3.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .smallScreen #ss_4 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .smallScreen #ss_4.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .smallScreen #ss_5 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .smallScreen #ss_5.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .smallScreen #ss_6 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .smallScreen #ss_6.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .smallScreen #ss_7 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .smallScreen #ss_7.showed {
          opacity: 1; }
      html #CMD .section__hello .img__hello .smallScreen #ss_8 {
        pointer-events: none;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: opacity 400ms; }
        html #CMD .section__hello .img__hello .smallScreen #ss_8.showed {
          opacity: 1; }
  html #CMD .section__performance .wd__feature__list .wd__feature {
    margin-left: 0;
    margin-right: 65px; }
  html #CMD .section__performance .wd__feature__list .feature__04 {
    width: 120px; }
  html #CMD .section__performance .wd__feature__list .feature__07 {
    width: 120px; }
  html #CMD .section__performance .img__performance {
    position: relative;
    background: none; }
    html #CMD .section__performance .img__performance figure {
      position: absolute;
      left: 50%; }
    html #CMD .section__performance .img__performance .img__performance-bg {
      margin-left: -1280px;
      width: 2560px;
      height: 1770px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/08/08_performance_bg.jpg") ; } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      html #CMD .section__performance .img__performance .img__performance-bg {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/08/08_performance_bg.jpg"); } }

@media all and (min-width: 1280px) {
    html #CMD .section__performance .img__performance .performance__chip {
      position: absolute;
      left: 50%;
      margin-top: 812px;
      margin-left: -254px;
      width: 540px;
      height: 358px;
      transform: translate3d(13px, 52px, 0);
      transition: transform 400ms ease-in; }
      html #CMD .section__performance .img__performance .performance__chip .img__performance-chip {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        width: 540px;
        height: 358px;
        transition: opacity 200ms ease-out;
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/08/08_performance_chip.png") ; } }
      @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
        html #CMD .section__performance .img__performance .performance__chip .img__performance-chip {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/08/08_performance_chip.png"); } }

@media all and (min-width: 1280px) {
      html #CMD .section__performance .img__performance .performance__chip .img__performance-chip-shadow {
        position: absolute;
        top: 1px;
        left: 0px;
        opacity: 0;
        width: 0;
        height: 0;
        background-position: center;
        transition: none;
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/08/08_performance_shadow.png") ; } }
      @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
        html #CMD .section__performance .img__performance .performance__chip .img__performance-chip-shadow {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/08/08_performance_shadow.png"); } }

@media all and (min-width: 1280px) {
    html #CMD .section__performance .img__performance .performance__chip.active {
      transform: translate3d(0px, 0px, 0px); }
      html #CMD .section__performance .img__performance .performance__chip.active .img__performance-chip {
        opacity: 1; }
      html #CMD .section__performance .img__performance .performance__chip.active .img__performance-chip-shadow {
        opacity: 1;
        transition: width 300ms ease 0ms, height 300ms ease 0ms, opacity 300ms ease 200ms;
        width: 540px;
        height: 358px; }
  html #CMD .section__audio .img__audio {
    background-image: none;
    position: relative; }
    html #CMD .section__audio .img__audio .img__model {
      z-index: 60;
      position: absolute;
      width: 2560px;
      height: 1213px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/12/model.png") ; } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      html #CMD .section__audio .img__audio .img__model {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/12/model.png"); } }

@media all and (min-width: 1280px) {
    html #CMD .section__audio .img__audio .img__light {
      z-index: 50;
      position: absolute;
      left: 50%;
      top: 45px;
      margin-left: -510px;
      width: 1626px;
      height: 1150px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/12/light.png") ; } }
    @media all and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1280px) and (min-resolution: 144dpi) {
      html #CMD .section__audio .img__audio .img__light {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/12/light.png"); } }

@media all and (min-width: 1280px) {
    html #CMD .section__audio .img__audio #shaderContent {
      z-index: 40;
      position: absolute;
      top: 475px;
      left: 50%;
      margin-left: -1280px;
      width: 2560px !important;
      height: 743px !important; } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .wd__section .medium_use {
    display: block; }
  html #CMD .wd__section .medium_unuse {
    display: none; }
  html #CMD .wd__section .no__wrap {
    white-space: nowrap;
    display: inline-block; }
  html #CMD .wd__section .wd__content .content__title {
    margin-top: 21px; }
  html #CMD .wd__section .wd__content .content__info {
    margin-top: 16px; }
  html #CMD .wd__section .wd__content .content__slogan:after {
    bottom: -9px;
    width: 80px;
    height: 3px; }
  html #CMD .wd__section .wd__content.medium__text-center {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: auto;
    width: 100%; }
    html #CMD .wd__section .wd__content.medium__text-center .content__title {
      width: 78%;
      max-width: 720px; }
    html #CMD .wd__section .wd__content.medium__text-center .content__info {
      width: 78%;
      max-width: 720px; }
    html #CMD .wd__section .wd__content.medium__text-center .content__comment {
      width: 75%;
      max-width: 560px; }
  html #CMD .section__footprint .img__footprint {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/02/02__ani__shadow.jpg") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__footprint {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/02/02__ani__shadow.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__footprint .img__footprint .aniContainer {
      display: block;
      position: relative;
      left: 0;
      width: 1230px;
      margin-left: 0;
      top: 0;
      opacity: 1; }
    html #CMD .section__footprint .img__footprint.stopAni .img__ani_pd_light {
      opacity: 0;
      animation: none; }
    html #CMD .section__footprint .img__footprint .img__ani_pd_light {
      opacity: 0;
      transition: opacity 300ms ease; }
  html #CMD .section__footprint .img__ani_pd {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/02/02__ani__pd.png") ;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -615px;
    width: 1230px;
    height: 792px;
    z-index: 9; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__ani_pd {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/02/02__ani__pd.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__footprint .aniLine {
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -543px;
    width: 784px;
    height: 539px; }
  html #CMD .section__footprint .img__ani_pd_light {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/02/02__ani__light.png") ;
    position: absolute;
    top: -54px;
    left: -38px;
    width: 784px;
    height: 539px;
    transform: matrix3d(0.61553, 0.35617, 0, -0.0002, -0.90763, 0.35781, 0, -0.00019, 0, 0, 1, 0, 491, 13, 0, 1);
    transform-origin: 0px 0px 0px; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__ani_pd_light {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/02/02__ani__light.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__footprint .ani-0 {
    animation: linetransform 2000ms forwards infinite 0ms, lineopacity 2000ms forwards infinite 0ms; }
  html #CMD .section__footprint .ani-1 {
    animation: linetransform 2000ms forwards infinite 1000ms, lineopacity 2000ms forwards infinite 1000ms; }
  html #CMD .section__footprint .ani-2 {
    animation: linetransform 2000ms forwards infinite 2000ms, lineopacity 2000ms forwards infinite 2000ms; }
  html #CMD #pdLine {
    position: relative;
    width: 1230px;
    height: 792px; }
  html #CMD .lightBlue {
    opacity: 1;
    will-change: opacity;
    transition: opacity 1000ms ease; }
  html #CMD .section__display .img__display {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/03/03__ani__bg.jpg") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__display {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/03/03__ani__bg.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__display .aniContainer {
    position: relative;
    top: 0; }
  html #CMD .section__display .img__ani_pd {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/03/03__ani_pd_top.png") ;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1257px;
    transform: translate3d(0px, 80px, 0px); } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__ani_pd {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/03/03__ani_pd_top.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__display .img__ani_pd_shadow {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/03/03__ani_pd_shadow.png") ;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1257px; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__ani_pd_shadow {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/03/03__ani_pd_shadow.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__ergolift .aniContainer {
    position: relative;
    top: 123px;
    left: 14px;
    overflow: hidden; }
    html #CMD .section__ergolift .aniContainer:before {
      position: absolute;
      display: block;
      right: 0;
      top: -8px;
      content: "";
      background: linear-gradient(to bottom, #b1dff9 7%, rgba(177, 223, 249, 0.98) 23%, rgba(177, 223, 249, 0) 74%, rgba(177, 223, 249, 0) 75%);
      width: 100%;
      height: 200px;
      z-index: 9; }
    html #CMD .section__ergolift .aniContainer.playAni .img__pd__body {
      animation: 1s pdBody linear forwards; }
    html #CMD .section__ergolift .aniContainer.playAni .ani__pd__cover {
      animation: 1s pdCover linear forwards; }
    html #CMD .section__ergolift .aniContainer.playAni .img__pd__angle {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
    html #CMD .section__ergolift .aniContainer.playAni .angle__text {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
    html #CMD .section__ergolift .aniContainer.playAni .img__pd__openangle {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
    html #CMD .section__ergolift .aniContainer.playAni .angle__text {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
  html #CMD .section__ergolift .aniContainer.mirror {
    margin-top: 1px;
    transform-origin: bottom center;
    transform: scale(1, -1);
    opacity: 0.35;
    position: absolute;
    width: 1920px; }
    html #CMD .section__ergolift .aniContainer.mirror:before {
      position: absolute;
      display: block;
      content: "";
      bottom: 0;
      z-index: 9;
      width: 100%;
      height: 739px;
      background: rgba(165, 195, 215, 0);
      background: linear-gradient(to bottom, #a5c3d7 0%, #a5c3d7 80%, rgba(165, 195, 215, 0) 100%); }
  html #CMD .section__ergolift .img__ergolift {
    background: none; }
  html #CMD .section__ergolift .ani__pd {
    position: relative;
    transform-origin: 1128px 690px;
    height: 739px; }
  html #CMD .section__ergolift .img__pd__body {
    transform-origin: 966px 33px;
    transform: translateX(0px) translateY(15px) translateZ(0px) rotate(1.4deg);
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__pd__body.png") ;
    position: absolute;
    z-index: 3;
    top: 644px;
    left: 309px;
    width: 1010px;
    height: 80px; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__body {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__pd__body.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__ergolift .ani__pd__cover {
    transform-origin: 963px 59px;
    transform: translateX(0) translateY(0) translateZ(0px) rotate(-1.1deg);
    position: absolute;
    z-index: 1;
    top: 650px;
    left: 312px;
    width: 1010px;
    height: 80px; }
  html #CMD .section__ergolift .img__pd__cover {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__pd__cover.png") ;
    position: absolute;
    z-index: 3;
    left: 0;
    top: -17px;
    width: 1010px;
    height: 80px; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__cover {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__pd__cover.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__ergolift .angle__text {
    position: absolute;
    opacity: 0;
    font-size: 53px;
    color: #0564dd; }
  html #CMD .section__ergolift .img__pd__angle {
    opacity: 0;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__angle.png") ;
    position: absolute;
    z-index: 4;
    left: 354px;
    top: 677px;
    width: 1000px;
    height: 50px; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__angle {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__angle.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__ergolift .img__pd__angle .angle__text {
      top: -11px;
      left: 100%;
      margin-left: 9px; }
  html #CMD .section__ergolift .img__pd__openangle {
    opacity: 0;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__openangle.png") ;
    position: absolute;
    z-index: 4;
    left: 919px;
    top: 266px;
    width: 600px;
    height: 400px; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__openangle {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__openangle.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__ergolift .img__pd__openangle .angle__text {
      top: 171px;
      left: 50%;
      margin-left: -81px;
      font-size: 69px; }
  html #CMD .section__kv {
    padding-top: 70px; }
    html #CMD .section__kv .wd__content.top-content {
      margin-top: 9px;
      width: 100%; }
      html #CMD .section__kv .wd__content.top-content .content__title {
        font-size: 47px; }
      html #CMD .section__kv .wd__content.top-content .content__title__sub {
        margin-top: 8px;
        font-size: 21.4px;
        width: 100%; }
    html #CMD .section__kv .wd__content.bottom-content {
      margin-top: -470px; }
      html #CMD .section__kv .wd__content.bottom-content .content__info {
        margin-top: 42px;
        width: 85%;
        max-width: 826px;
        font-size: 26px;
        line-height: 1.55; }
    html #CMD .section__kv .img__kv__logo {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/01__kv_logo.png") ;
      width: 457px;
      height: 52px;
      background-size: contain; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/01__kv_logo.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__kv .img__kv {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/01__kv.jpg") ;
      margin-top: -471px;
      margin-left: -650px;
      width: 1300px;
      height: 1600px; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__kv .img__kv {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/01__kv.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__footprint {
    padding-top: 0;
    margin-top: -20px; }
    html #CMD .section__footprint .wd__content.medium__text-center .content__title {
      width: 100%;
      max-width: 768px; }
    html #CMD .section__footprint .wd__content.medium__text-center .content__info {
      max-width: 715px;
      width: 91%; }
    html #CMD .section__footprint .wd__feature__list .wd__feature {
      margin-left: 18px;
      margin-right: 18px; }
    html #CMD .section__footprint .img__footprint {
      position: relative;
      top: 0;
      left: 50%;
      margin-top: -50px;
      margin-left: -575px;
      margin-bottom: 0;
      transform-origin: top center;
      transform: scale(0.72) translateX(27px); }
    html #CMD .section__footprint .aniContainer {
      transform: translateZ(1000px);
      transform-style: preserve-3d; }
    html #CMD .section__footprint .imgDes .desItem.des-1 {
      left: 59px;
      top: 199px;
      font-size: 80px; }
      html #CMD .section__footprint .imgDes .desItem.des-1 .des-small {
        font-size: 50px; }
    html #CMD .section__footprint .imgDes .desItem.des-2 {
      left: 385px;
      top: 502px;
      font-size: 49px; }
    html #CMD .section__footprint .subDes {
      position: absolute;
      left: 50%;
      top: 574px;
      margin-left: -380px;
      transform: translateX(-50%) scale(1.5);
      transform-origin: left top;
      width: 420px;
      text-align: left; }
    html #CMD .section__footprint .subDes .desItem {
      margin-bottom: 20px;
      padding-left: 48px; }
      html #CMD .section__footprint .subDes .desItem:before {
        left: 0;
        top: 11px;
        width: 30px;
        height: 2px; }
  html #CMD #s2PdPortable {
    margin-top: -160px;
    margin-bottom: -80px;
    transform: scale(0.53);
    transform-origin: center top; }
  html #CMD .section__display {
    padding-top: 10px; }
    html #CMD .section__display .wd__content .content__title {
      width: 81%;
      max-width: 800px; }
    html #CMD .section__display .wd__content .content__info {
      width: 84%;
      max-width: 700px; }
    html #CMD .section__display .wd__feature__list {
      width: 100%;
      max-width: 800px; }
      html #CMD .section__display .wd__feature__list .wd__feature {
        margin-left: 15px;
        margin-right: 15px; }
    html #CMD .section__display .img__display {
      transform-origin: top center;
      transform: scale(0.64);
      margin-top: -180px;
      margin-bottom: -470px; }
    html #CMD .section__display .modal-button-container {
      margin-top: -430px; }
  html #CMD .section__ergolift {
    padding-top: 173px; }
    html #CMD .section__ergolift .wd__content.medium__text-center {
      margin-top: -110px; }
      html #CMD .section__ergolift .wd__content.medium__text-center .content__info {
        max-width: 740px; }
    html #CMD .section__ergolift .wd__feature__list.medium__text-center .wd__feature {
      margin-left: 24px;
      margin-right: 24px; }
    html #CMD .section__ergolift .wd__feature__list.medium__text-center .img__icon {
      width: 90px;
      height: 80px; }
    html #CMD .section__ergolift .img__ergolift {
      left: 50%;
      transform-origin: top center;
      transform: scale(0.75) translateX(53px);
      margin-top: -280px;
      margin-bottom: 0;
      margin-left: -1170px;
      background-image: none !important; }
    html #CMD .section__ergolift .img__pd__angle {
      left: 345px;
      top: 679px; }
    html #CMD .section__ergolift .aniPosition {
      top: 700px; }
    html #CMD .section__ergolift .aniContainer:before {
      top: -3px; }
  html #CMD .section__ergolift .modal-button-container {
    margin-top: -110px; }
  html #CMD .section__color {
    margin-top: -300px;
    padding-top: 120px;
    background-color: #111d33;
    z-index: 9; }
    html #CMD .section__color .wd__content.medium__text-center {
      position: relative;
      top: 0;
      left: 0;
      margin-left: auto !important;
      width: 84%;
      max-width: 760px; }
      html #CMD .section__color .wd__content.medium__text-center .content__info {
        width: 94%;
        max-width: 610px; }
    html #CMD .section__color .img__color {
      position: relative;
      left: 50%;
      margin-top: -40px;
      margin-left: -682px;
      width: 1300px;
      height: 790px; }
  html #CMD .color__controller {
    margin-top: 50px; }
    html #CMD .color__controller .color {
      margin: 0 20px;
      width: 40px;
      height: 40px; }
  html #CMD .colors {
    margin-top: -250px; }
    html #CMD .colors .color__container {
      margin-top: -1043px;
      margin-left: -650px;
      width: 1300px;
      height: 1579px; }
      html #CMD .colors .color__container .color__content .img__bg {
        width: 1300px;
        height: 1579px;
        background-size: contain; }
      html #CMD .colors .color__container .color__content .img__nb {
        top: 599px;
        left: 50%;
        margin-left: -650px;
        width: 1300px;
        height: 1579px;
        background-size: contain; }
      html #CMD .colors .color__container .color__content.content-1 .img__bg {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/animation/05/bg_1.jpg") ; } }
      @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
        html #CMD .colors .color__container .color__content.content-1 .img__bg {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/animation/05/bg_1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      html #CMD .colors .color__container .color__content.content-1 .img__nb {
        display: none;
        background: none !important; }
      html #CMD .colors .color__container .color__content.content-2 .img__bg {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/animation/05/bg_2.jpg") ; } }
      @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
        html #CMD .colors .color__container .color__content.content-2 .img__bg {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/animation/05/bg_2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      html #CMD .colors .color__container .color__content.content-2 .img__nb {
        display: none;
        background: none !important; }
      html #CMD .colors .color__container .color__content.content-3 .img__bg {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/animation/05/bg_3.jpg") ; } }
      @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
        html #CMD .colors .color__container .color__content.content-3 .img__bg {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/animation/05/bg_3.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      html #CMD .colors .color__container .color__content.content-3 .img__nb {
        display: none;
        background: none !important; }
  html #CMD .section__hello {
    padding-top: 100px;
    padding-bottom: 0px; }
    html #CMD .section__hello .wd__content.medium__text-center .content__title {
      width: 80%; }
    html #CMD .section__hello .wd__content.medium__text-center .content__info {
      width: 85%;
      max-width: 760px; }
    html #CMD .section__hello .img__hello {
      margin: -160px 0 0 -650px;
      left: 50%;
      width: 1300px;
      height: 1053px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/animation/06/nb.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__hello .img__hello {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/animation/06/nb.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      html #CMD .section__hello .img__hello .controllBar {
        z-index: 120;
        position: absolute;
        top: 478px;
        left: 50%;
        margin-left: -600px;
        width: 1200px;
        height: 188px;
        opacity: 1; }
        html #CMD .section__hello .img__hello .controllBar .cb__content {
          width: 100%;
          max-width: 720px;
          margin-top: 17px;
          margin-left: auto;
          margin-right: auto;
          opacity: 1; }
          html #CMD .section__hello .img__hello .controllBar .cb__content .navItem {
            width: 720px;
            margin: 0; }
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li {
              position: relative;
              list-style-type: none;
              float: left;
              width: 70px;
              height: 51px;
              font-size: 12px;
              padding-top: 65px;
              margin: 10px 10px 0;
              line-height: 18px;
              transform: translateY(0px);
              transition: color 600ms linear, transform 400ms;
              cursor: pointer; }
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li span {
                width: 80px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                text-align: center; }
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_4 span {
                width: 60px; }
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_1:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -35px;
                width: 70px;
                height: 58px;
                content: '';
                display: block;
                background-size: cover;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon1.png") ; } }
              @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_1:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon1.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_2:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -35px;
                width: 70px;
                height: 58px;
                content: '';
                display: block;
                background-size: cover;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon2.png") ; } }
              @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_2:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon2.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_3:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -35px;
                width: 70px;
                height: 58px;
                content: '';
                display: block;
                background-size: cover;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon3.png") ; } }
              @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_3:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon3.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_4:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -35px;
                width: 70px;
                height: 58px;
                content: '';
                display: block;
                background-size: cover;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon4.png") ; } }
              @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_4:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon4.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_5:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -35px;
                width: 70px;
                height: 58px;
                content: '';
                display: block;
                background-size: cover;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon5.png") ; } }
              @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_5:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon5.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_6:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -35px;
                width: 70px;
                height: 58px;
                content: '';
                display: block;
                background-size: cover;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon6.png") ; } }
              @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_6:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon6.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_7:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -35px;
                width: 70px;
                height: 58px;
                content: '';
                display: block;
                background-size: cover;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon7.png") ; } }
              @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_7:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon7.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_8:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -35px;
                width: 70px;
                height: 58px;
                content: '';
                display: block;
                background-size: cover;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon8.png") ; } }
              @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_8:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon8.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li.selected {
                color: #fff; }
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li:hover {
                color: #fff; }
          html #CMD .section__hello .img__hello .controllBar .cb__content .navLine {
            width: 100%;
            max-width: 720px;
            position: relative;
            margin-top: -10px; }
            html #CMD .section__hello .img__hello .controllBar .cb__content .navLine div {
              display: block;
              position: absolute;
              top: -2px;
              left: 0;
              width: 70px;
              height: 2px;
              transform: translate3d(0px, 0, 0);
              transition: transform 200ms ease-in-out; }
          html #CMD .section__hello .img__hello .controllBar .cb__content .navText {
            position: relative;
            left: 50%;
            margin-left: -370px;
            margin-top: 9px;
            text-align: center;
            width: 100%;
            max-width: 740px; }
            html #CMD .section__hello .img__hello .controllBar .cb__content .navText span {
              opacity: 0;
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              display: block;
              color: #fff;
              transition: opacity 200ms; }
              html #CMD .section__hello .img__hello .controllBar .cb__content .navText span.showed {
                opacity: 1; }
      html #CMD .section__hello .img__hello .bigScreen {
        top: 154px;
        left: 50%;
        transform: translate3d(-50%, 0px, 0px);
        z-index: 100;
        position: absolute; }
        html #CMD .section__hello .img__hello .bigScreen:before {
          z-index: 999;
          display: block;
          content: '';
          width: 1048px;
          height: 324px;
          position: relative;
          top: 0;
          left: 0;
          margin-left: 0;
          background-size: cover;
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/animation/06/mask.png") ; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
          html #CMD .section__hello .img__hello .bigScreen:before {
            background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/animation/06/mask.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        html #CMD .section__hello .img__hello .bigScreen #bs_1 {
          position: absolute;
          left: 50%;
          top: 90px;
          margin-left: -2px;
          opacity: 0;
          transition: opacity 400ms;
          transform: translate3d(-50%, 0px, 0px);
          height: 217px;
          width: 755px;
          z-index: 3; }
          html #CMD .section__hello .img__hello .bigScreen #bs_1.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_2 {
          position: absolute;
          left: 50%;
          top: 90px;
          margin-left: -2px;
          opacity: 0;
          transition: opacity 400ms;
          transform: translate3d(-50%, 0px, 0px);
          height: 217px;
          width: 755px;
          z-index: 3; }
          html #CMD .section__hello .img__hello .bigScreen #bs_2.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_3 {
          position: absolute;
          left: 50%;
          top: 90px;
          margin-left: -2px;
          opacity: 0;
          transition: opacity 400ms;
          transform: translate3d(-50%, 0px, 0px);
          height: 217px;
          width: 755px;
          z-index: 3; }
          html #CMD .section__hello .img__hello .bigScreen #bs_3.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_4 {
          position: absolute;
          left: 50%;
          top: 90px;
          margin-left: -2px;
          opacity: 0;
          transition: opacity 400ms;
          transform: translate3d(-50%, 0px, 0px);
          height: 217px;
          width: 755px;
          z-index: 3; }
          html #CMD .section__hello .img__hello .bigScreen #bs_4.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_5 {
          position: absolute;
          left: 50%;
          top: 90px;
          margin-left: -2px;
          opacity: 0;
          transition: opacity 400ms;
          transform: translate3d(-50%, 0px, 0px);
          height: 217px;
          width: 755px;
          z-index: 3; }
          html #CMD .section__hello .img__hello .bigScreen #bs_5.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_6 {
          position: absolute;
          left: 50%;
          top: 90px;
          margin-left: -2px;
          opacity: 0;
          transition: opacity 400ms;
          transform: translate3d(-50%, 0px, 0px);
          height: 217px;
          width: 755px;
          z-index: 3; }
          html #CMD .section__hello .img__hello .bigScreen #bs_6.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_7 {
          position: absolute;
          left: 50%;
          top: 90px;
          margin-left: -2px;
          opacity: 0;
          transition: opacity 400ms;
          transform: translate3d(-50%, 0px, 0px);
          height: 217px;
          width: 755px;
          z-index: 3; }
          html #CMD .section__hello .img__hello .bigScreen #bs_7.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_8 {
          position: absolute;
          left: 50%;
          top: 90px;
          margin-left: -2px;
          opacity: 0;
          transition: opacity 400ms;
          transform: translate3d(-50%, 0px, 0px);
          height: 217px;
          width: 755px;
          z-index: 3; }
          html #CMD .section__hello .img__hello .bigScreen #bs_8.showed {
            opacity: 1; }
      html #CMD .section__hello .img__hello .smallScreen {
        left: 50%;
        top: 680.2px;
        margin-left: -137px;
        z-index: 100;
        position: absolute;
        width: 271px;
        height: 138px; }
        html #CMD .section__hello .img__hello .smallScreen #ss_1 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 271px;
          height: 138px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_1.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_2 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 271px;
          height: 138px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_2.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_3 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 271px;
          height: 138px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_3.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_4 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 271px;
          height: 138px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_4.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_5 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 271px;
          height: 138px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_5.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_6 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 271px;
          height: 138px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_6.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_7 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 271px;
          height: 138px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_7.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_8 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 271px;
          height: 138px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_8.showed {
            opacity: 1; }
      html #CMD .section__hello .img__hello.active .controllBar {
        opacity: 1;
        transform: scale(1, 1); }
        html #CMD .section__hello .img__hello.active .controllBar .cb__content {
          opacity: 1; }
  html #CMD .section__screenpad {
    padding-top: 75px;
    padding-bottom: 126px; }
    html #CMD .section__screenpad .wd__content.medium__text-center .content__info {
      width: 85%;
      max-width: 750px; }
    html #CMD .section__screenpad .img__screenpad {
      margin: -25px 0 0 -650px;
      left: 50%;
      width: 1300px;
      height: 668px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/07_screenpad.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__screenpad .img__screenpad {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/07_screenpad.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__performance {
    margin-top: -30px;
    padding-top: 100px;
    padding-bottom: 9px; }
    html #CMD .section__performance .wd__content.medium__text-center {
      left: 0;
      margin-top: 0;
      margin-left: auto;
      width: 100%;
      max-width: 1300px; }
      html #CMD .section__performance .wd__content.medium__text-center .content__title {
        width: 88%; }
      html #CMD .section__performance .wd__content.medium__text-center .content__info {
        width: 86%;
        max-width: 752px; }
    html #CMD .section__performance .wd__feature__list {
      max-width: 640px;
      margin-left: auto;
      margin-right: auto; }
      html #CMD .section__performance .wd__feature__list .wd__feature {
        min-width: 147px;
        width: auto !important;
        margin-left: 25px;
        margin-right: 25px; }
        html #CMD .section__performance .wd__feature__list .wd__feature .wd__feature__describe {
          width: auto !important; }
        html #CMD .section__performance .wd__feature__list .wd__feature.feature-0 {
          width: 100% !important;
          margin-left: 0;
          margin-right: 0; }
    html #CMD .section__performance .img__performance {
      left: 50%;
      margin-top: -570px;
      margin-left: -650px;
      margin-bottom: -80px;
      width: 1300px;
      height: 1608px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/08_performance.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__performance .img__performance {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/08_performance.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__performance .modal-button-container {
      margin-top: -145px; }
  html #CMD .section__keyboard {
    margin-top: 0;
    padding-top: 75px;
    padding-bottom: 0; }
    html #CMD .section__keyboard .wd__content.medium__text-center {
      width: 100%;
      max-width: 100%; }
      html #CMD .section__keyboard .wd__content.medium__text-center .content__title {
        width: 88%; }
      html #CMD .section__keyboard .wd__content.medium__text-center .content__info {
        width: 74%;
        max-width: 740px; }
    html #CMD .section__keyboard .wd__feature__list .wd__feature {
      margin-left: 20px;
      margin-right: 20px; }
    html #CMD .section__keyboard .img__keyboard {
      left: 50%;
      margin-top: 0px;
      margin-left: -650px;
      padding-top: 0;
      padding-bottom: 0;
      width: 1300px;
      height: 480px;
      background-size: contain;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/09_keyboard.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__keyboard .img__keyboard {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/09_keyboard.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__keyboard .img__keyboard__zoom {
      position: relative;
      left: 0;
      margin-top: 45px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 25.07%;
      width: 100%;
      height: 0;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/09_keyboard_zoom.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__keyboard .img__keyboard__zoom {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/09_keyboard_zoom.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__keyboard .modal-button-container {
      margin-top: 69px; }
  html #CMD .section__connect {
    padding-top: 153px; }
    html #CMD .section__connect .wd__content {
      width: 100%;
      max-width: 100%; }
      html #CMD .section__connect .wd__content .content__info {
        max-width: 670px !important; }
    html #CMD .section__connect .img__connect {
      margin-top: -212px;
      margin-left: -650px;
      width: 1300px;
      height: 1240px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/10_connect.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__connect .img__connect {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/10_connect.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__connect .img__des {
      position: relative;
      top: 0;
      left: 50%;
      width: 2px;
      margin-left: -1px; }
    html #CMD .section__connect .img__des__item {
      position: absolute;
      width: 200px;
      text-align: center; }
    html #CMD .section__connect .img__des__0,
    html #CMD .section__connect .img__des__1,
    html #CMD .section__connect .img__des__2 {
      top: 601px; }
    html #CMD .section__connect .img__des__3,
    html #CMD .section__connect .img__des__4,
    html #CMD .section__connect .img__des__5,
    html #CMD .section__connect .img__des__6 {
      top: 1001px; }
    html #CMD .section__connect .img__des__0 {
      left: -273px; }
    html #CMD .section__connect .img__des__1 {
      left: -152px; }
    html #CMD .section__connect .img__des__2 {
      left: 18px; }
    html #CMD .section__connect .img__des__3 {
      left: -175px; }
    html #CMD .section__connect .img__des__4 {
      text-align: right;
      left: -158px; }
    html #CMD .section__connect .img__des__5 {
      text-align: right;
      left: -19px; }
    html #CMD .section__connect .img__des__6 {
      left: 228px;
      text-align: left; }
  html #CMD .section__connect .modal-button-container {
    margin-top: -155px; }
  html #CMD .section__ubiquity {
    margin-top: -68px;
    padding-top: 0; }
    html #CMD .section__ubiquity .wd__content {
      width: 800px; }
      html #CMD .section__ubiquity .wd__content .content__info {
        width: 85% !important; }
    html #CMD .section__ubiquity .wd__feature__list {
      position: relative; }
    html #CMD .section__ubiquity .img__ubiquity {
      margin-top: -54px;
      margin-left: -650px;
      width: 1300px;
      height: 586px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/10_1_ubiquity.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__ubiquity .img__ubiquity {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/10_1_ubiquity.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__ubiquity .modal-button-container {
      margin-top: -19px; }
  html #CMD .section__battery {
    padding-top: 141px;
    margin-top: -1px; }
    html #CMD .section__battery .wd__content.medium__text-center {
      top: 0; }
      html #CMD .section__battery .wd__content.medium__text-center .content__title {
        width: 82%; }
      html #CMD .section__battery .wd__content.medium__text-center .content__info {
        width: 70%;
        max-width: 710px; }
    html #CMD .section__battery .wd__feature__list .feature-1 {
      width: 138px; }
    html #CMD .section__battery .img__battery {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/11__pd.jpg") ;
      position: relative;
      left: 0;
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 63.384%;
      width: 100%;
      height: 0; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__battery .img__battery {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/11__pd.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__audio {
    padding-top: 164px; }
    html #CMD .section__audio .wd__content.medium__text-center .content__title {
      width: 92%;
      max-width: 720px; }
    html #CMD .section__audio .wd__content.medium__text-center .content__info {
      width: 85%;
      max-width: 742px; }
    html #CMD .section__audio .wd__feature__list {
      margin-top: 80px; }
      html #CMD .section__audio .wd__feature__list .wd__feature {
        vertical-align: top;
        width: auto; }
      html #CMD .section__audio .wd__feature__list .feature-0 {
        margin-top: -15px; }
      html #CMD .section__audio .wd__feature__list .img__icon0 {
        left: 50%;
        transform: translate3d(-50%, 0px, 0px); }
    html #CMD .section__audio .img__audio {
      left: 50%;
      transform-origin: top center;
      transform: scale(0.62) translateX(-9px);
      margin-top: -100px;
      margin-bottom: -470px; }
      html #CMD .section__audio .img__audio .img__model {
        margin-left: -637px; }
  html #CMD #shaderContent {
    display: none; }
    html #CMD #shaderContent * {
      background-image: none !important; }
  html #CMD .section__wexp {
    padding-top: 145px;
    padding-bottom: 0; }
    html #CMD .section__wexp .wd__content.medium__text-center {
      left: 0;
      margin-left: auto;
      width: 100%;
      max-width: 100%; }
      html #CMD .section__wexp .wd__content.medium__text-center .content__title {
        width: 88%; }
      html #CMD .section__wexp .wd__content.medium__text-center .content__info {
        width: 83%;
        max-width: 730px; }
    html #CMD .section__wexp .img__wexp {
      position: relative;
      left: 50%;
      margin-top: -117px;
      margin-left: -650px;
      width: 1300px;
      height: 1000px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/13_wexp.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__wexp .img__wexp {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/13_wexp.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__wexp .modal-button-container {
      margin-top: -139px; }
  html #CMD .section__grade {
    padding-top: 86px; }
    html #CMD .section__grade .wd__content.medium__text-center .content__title {
      max-width: 760px; }
    html #CMD .section__grade .wd__content.medium__text-center .content__info {
      width: 80%;
      max-width: 770px; }
    html #CMD .section__grade .wd__feature__list {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      html #CMD .section__grade .wd__feature__list .wd__feature {
        margin: 0 31px 37px; }
    html #CMD .section__grade .img__grade {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/14__pd.jpg") ;
      left: 50%;
      margin-top: -195px;
      margin-left: -650px;
      width: 1300px;
      max-width: 1300px;
      height: 1080px; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__grade .img__grade {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/14__pd.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__family {
    margin-top: 0;
    padding-bottom: 160px; }
    html #CMD .section__family .wd__content.medium__text-center {
      width: 100%;
      margin-top: -3px; }
      html #CMD .section__family .wd__content.medium__text-center .content__info {
        width: 84%;
        max-width: 790px; }
    html #CMD .section__family .btn__round__container {
      margin-top: 34px; }
    html #CMD .section__family .img__family {
      margin-top: 0px;
      margin-left: -450px;
      width: 900px;
      height: 320px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/15_meet.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__family .img__family {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/15_meet.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__comment {
    margin-top: -100px;
    padding-bottom: 100px; }
  html #CMD .inner-view .inner-view-container {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan {
      color: #333; }
    html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title {
      font-size: 34px; }
    html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__info {
      margin-top: 15px; }
    html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan:before, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan:after, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title:before, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title:after {
      display: none; }
  html #CMD .inner-view .section__btn__home:before {
    background: none; }
  html #CMD .inner-view {
    background: #000; }
  html #CMD #CMD.testInner .modal-button-container:before {
    top: -63px;
    height: 72px; }
  html #CMD #CMD.testInner .wd__content:before {
    top: -91px;
    height: 97px; }
  html #CMD .section__cpu {
    padding-top: 70px;
    padding-bottom: 70px; }
    html #CMD .section__cpu .wd__content {
      width: 100%; }
      html #CMD .section__cpu .wd__content .content__title {
        width: 499px; }
      html #CMD .section__cpu .wd__content .content__info {
        width: 600px; }
    html #CMD .section__cpu .wd__performance__graph {
      left: 50%;
      margin-left: -274px;
      width: 650px; }
    html #CMD .section__cpu .img__main {
      margin-top: -140px;
      margin-left: -650px;
      width: 1300px;
      height: 762px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/inner/08/01.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__cpu .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/inner/08/01.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__speed {
    padding-top: 80px;
    margin-top: -30px; }
    html #CMD .section__speed .wd__content {
      left: 0;
      margin-top: 0;
      margin-left: auto;
      width: 610px; }
    html #CMD .section__speed .wd__feature__list .wd__feature {
      margin-left: 30px;
      margin-right: 30px; }
      html #CMD .section__speed .wd__feature__list .wd__feature.feature__2, html #CMD .section__speed .wd__feature__list .wd__feature.feature__3 {
        width: auto; }
    html #CMD .section__speed .wd__performance__graph {
      left: 50%;
      margin-left: -308px;
      width: 650px; }
    html #CMD .section__speed .img__main {
      margin-top: -50px;
      margin-left: -600px;
      width: 1044px;
      height: 824px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/inner/08/02.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__speed .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/inner/08/02.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__nvidia {
    padding-top: 20px;
    padding-bottom: 100px; }
    html #CMD .section__nvidia .wd__content.medium__text-center {
      left: 0;
      margin-left: auto; }
      html #CMD .section__nvidia .wd__content.medium__text-center .content__info {
        width: 83%;
        max-width: 680px; }
    html #CMD .section__nvidia .wd__feature__list {
      left: 50%;
      margin-left: -350px;
      width: 700px; }
    html #CMD .section__nvidia .wd__performance__graph {
      left: 50%;
      margin-left: -316px;
      width: 650px; }
      html #CMD .section__nvidia .wd__performance__graph .graph__bar .bar__value {
        width: 200px; }
    html #CMD .section__nvidia .img__main {
      margin-top: 10px;
      margin-left: -445px;
      width: 1000px;
      height: 816px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/inner/08/03.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__nvidia .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/inner/08/03.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__functionkeys {
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 50px; }
    html #CMD .section__functionkeys .wd__content {
      width: 83%;
      max-width: 660px; }
    html #CMD .section__functionkeys .img__main {
      margin-top: 65px;
      margin-left: -650px;
      margin-bottom: 130px;
      width: 1300px;
      height: 335px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/inner/09/01.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__functionkeys .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/inner/09/01.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__functionkeys .img__main {
    background: none; }
    html #CMD .section__functionkeys .img__main figure.img__keyborad {
      width: 1300px;
      height: 335px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/animation/inner/09/01_keyboard.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__functionkeys .img__main figure.img__keyborad {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/animation/inner/09/01_keyboard.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__functionkeys .img__main figure.img__cover {
      width: 1300px;
      height: 335px;
      top: 0px;
      margin-left: 0;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/animation/inner/09/01_hl.png") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__functionkeys .img__main figure.img__cover {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/animation/inner/09/01_hl.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__wiFiMaster {
    padding-top: 70px; }
    html #CMD .section__wiFiMaster .wd__content {
      width: 100%; }
      html #CMD .section__wiFiMaster .wd__content .content__info {
        width: 83%;
        max-width: 748px; }
    html #CMD .section__wiFiMaster .img__main {
      position: relative;
      left: 50%;
      margin-top: -34px;
      margin-left: -666px;
      width: 1300px;
      height: 725px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/inner/10/01.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__wiFiMaster .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/inner/10/01.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__wiFiGraph {
    padding-top: 40px;
    padding-bottom: 170px;
    background-color: #f0f0f0; }
    html #CMD .section__wiFiGraph .sub__section {
      margin: 140px auto 0;
      padding-top: 30px;
      padding-bottom: 51px;
      width: 768px; }
      html #CMD .section__wiFiGraph .sub__section .wd__content {
        width: 645px; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-1 .wd__performance__graph {
        left: 77px;
        margin-top: 52px; }
        html #CMD .section__wiFiGraph .sub__section.sub__section-1 .wd__performance__graph .graph__line .graph__bar .bar__value {
          width: 150px; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-2 .img__main {
        margin-top: 30px;
        margin-left: -288px;
        width: 576px;
        height: 144px;
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/inner/10/wifi.png") ; } }
      @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
        html #CMD .section__wiFiGraph .sub__section.sub__section-2 .img__main {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/inner/10/wifi.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      html #CMD .section__wiFiGraph .sub__section.sub__section-3 .wd__content .content__info {
        width: 410px;
        max-width: 410px; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-3 .wd__performance__graph {
        left: 61px;
        margin-top: 52px; }
        html #CMD .section__wiFiGraph .sub__section.sub__section-3 .wd__performance__graph .graph__line .graph__bar .bar__value {
          width: 150px; }
  html #CMD .section__alexa {
    padding-top: 70px;
    padding-bottom: 80px; }
    html #CMD .section__alexa .wd__content {
      width: 79%;
      max-width: 802px; }
    html #CMD .section__alexa .wd__feature__list .wd__feature .wd__feature__data figure {
      margin-top: 0;
      margin-bottom: -17px;
      height: 68px; }
    html #CMD .section__alexa .wd__feature__list .wd__feature.feature-icon .img__icon {
      bottom: 3px; }
    html #CMD .section__alexa .img__main {
      margin-top: -40px;
      margin-left: -535px;
      width: 1070px;
      height: 586px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/inner/13/01.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__alexa .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/inner/13/01.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__comment {
    margin-top: 0; }
    html #CMD .section__comment .footnotes {
      width: 90%; }
  html #CMD .section__cortana {
    padding-top: 80px;
    margin-bottom: 0;
    background-color: #dcd2c8 !important;
    padding-bottom: 0; }
    html #CMD .section__cortana .wd__content.medium__text-center .content__info {
      width: 78%;
      max-width: 730px; }
    html #CMD .section__cortana .img__main {
      margin-top: -250px;
      margin-left: -650px;
      margin-bottom: -110px;
      width: 1300px;
      height: 1048px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/inner/13/02.jpg") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__cortana .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/inner/13/02.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .product_price.active {
    margin-bottom: 0;
    padding-top: 40px; }
  html #CMD .product_pdguide.active {
    padding-top: 15px; }
  html #CMD .product_videos.active {
    padding-top: 173px;
    margin-top: 0; }
  html #CMD .video-bottom {
    margin-bottom: 0;
    padding-bottom: 190px; }
  html #CMD .media-top {
    padding-top: 0;
    margin-top: -80px; }
  html #CMD .media-bottom {
    margin-bottom: 0;
    padding-bottom: 140px; }
  html #CMD .section__pdc {
    margin-top: -40px; } }

@media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 960px) and (max-width: 1300px) {
  html #CMD .section__pdc .media-bottom {
    margin-bottom: 0;
    padding-bottom: 170px; } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__footprint .img__footprint {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/02/02__ani__shadow.jpg") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__footprint {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/02/02__ani__shadow.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__footprint .img__ani_pd {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/02/02__ani__pd.png") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__ani_pd {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/02/02__ani__pd.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD #s2PdPortable .img__PdPortable {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/02__pd_portable.jpg") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD #s2PdPortable .img__PdPortable {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/02__pd_portable.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__display .img__display {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/03/03__ani__bg.jpg") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__display {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/03/03__ani__bg.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__display .img__ani_pd {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/03/03__ani_pd_top.png") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__ani_pd {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/03/03__ani_pd_top.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__display .img__ani_pd_shadow {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/03/03__ani_pd_shadow.png") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__ani_pd_shadow {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/03/03__ani_pd_shadow.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__ergolift .img__ergolift {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/04/04__ani__bg.jpg") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__ergolift {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/04/04__ani__bg.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__ergolift .img__pd__body {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/04/04__ani__pd__body.png") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__body {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/04/04__ani__pd__body.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__ergolift .img__pd__cover {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/04/04__ani__pd__cover.png") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__cover {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/04/04__ani__pd__cover.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__ergolift .img__pd__angle {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/04/04__ani__angle.png") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__angle {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/04/04__ani__angle.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__ergolift .img__pd__openangle {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/04/04__ani__openangle.png") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__openangle {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/04/04__ani__openangle.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  html #CMD .section__audio .img__audio {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/12__pd.jpg") ; } }
  @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
    html #CMD .section__audio .img__audio {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/12__pd.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__audio .img__audio .img__model {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/12/model.png") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__audio .img__audio .img__model {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/12/model.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    html #CMD .section__audio .img__audio .img__light {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/1x/animation/12/light.png") ; } }
    @media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
      html #CMD .section__audio .img__audio .img__light {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/70p/2x/animation/12/light.png"); } }

@media all and (min-width: 1024px) and (max-width: 1300px) {
  html #CMD .section__nano .img__nano {
    margin-left: -683px; } }

@media all and (min-width: 768px) and (max-width: 900px) {
  html #CMD .section__connectivity .wd__feature__list {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  html #CMD .section__connectivity .img__connectivity {
    margin-top: -586px; } }

@media all and (min-width: 1024px) and (max-width: 1300px) {
  html #CMD .section__grade .wd__feature__list {
    width: 100%; }
    html #CMD .section__grade .wd__feature__list .feature-3 .wd__feature__describe {
      width: 130px; }
    html #CMD .section__grade .wd__feature__list .feature-4 .wd__feature__describe {
      width: 130px; } }

@media all and (max-width: 731px) {
  html #CMD .wd__section .small_use {
    display: block; }
  html #CMD .wd__section .small_unuse {
    display: none; }
  html #CMD .wd__section .wd__content {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 89.2%;
    text-align: left; }
    html #CMD .wd__section .wd__content .content__slogan {
      font-size: 18px;
      letter-spacing: 0.7px; }
    html #CMD .wd__section .wd__content .content__title {
      margin-top: 22px;
      width: 100%;
      max-width: 720px;
      line-height: 1.1; }
    html #CMD .wd__section .wd__content .content__info {
      margin-left: 0;
      width: 100%;
      max-width: 720px; }
    html #CMD .wd__section .wd__content .content__comment {
      width: 100%;
      max-width: 720px; }
    html #CMD .wd__section .wd__content .content__slogan:after {
      bottom: -5px;
      width: 61px;
      height: 3px;
      background-size: contain; }
    html #CMD .wd__section .wd__content .content__title:after {
      top: 33px;
      margin-left: 1px;
      width: 51px; }
  html #CMD .wd__section .wd__feature__list {
    width: 100%; }
    html #CMD .wd__section .wd__feature__list .wd__feature {
      text-align: center;
      box-sizing: border-box; }
      html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        margin-bottom: 0px; }
  html #CMD .wd__section .wd__link__arrow:after {
    padding-left: 5px; }
  html #CMD .section__footprint .img__footprint {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/02/02__ani__shadow.jpg") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__footprint {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/02/02__ani__shadow.jpg"); } }

@media all and (max-width: 731px) {
    html #CMD .section__footprint .img__footprint .aniContainer {
      display: block;
      position: relative;
      left: 0;
      width: 1230px;
      margin-left: 0;
      top: 0;
      opacity: 1; }
    html #CMD .section__footprint .img__footprint.stopAni .img__ani_pd_light {
      opacity: 0;
      animation: none; }
    html #CMD .section__footprint .img__footprint .img__ani_pd_light {
      opacity: 0;
      transition: opacity 300ms ease; }
  html #CMD .section__footprint .img__ani_pd {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/02/02__ani__pd.png") ;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -615px;
    width: 1230px;
    height: 792px;
    z-index: 9; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__ani_pd {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/02/02__ani__pd.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__footprint .aniLine {
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -543px;
    width: 784px;
    height: 539px; }
  html #CMD .section__footprint .img__ani_pd_light {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/02/02__ani__light.png") ;
    position: absolute;
    top: -54px;
    left: -38px;
    width: 784px;
    height: 539px;
    transform: matrix3d(0.61553, 0.35617, 0, -0.0002, -0.90763, 0.35781, 0, -0.00019, 0, 0, 1, 0, 491, 13, 0, 1);
    transform-origin: 0px 0px 0px; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__ani_pd_light {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/02/02__ani__light.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__footprint .ani-0 {
    animation: linetransform 2000ms forwards infinite 0ms, lineopacity 2000ms forwards infinite 0ms; }
  html #CMD .section__footprint .ani-1 {
    animation: linetransform 2000ms forwards infinite 1000ms, lineopacity 2000ms forwards infinite 1000ms; }
  html #CMD .section__footprint .ani-2 {
    animation: linetransform 2000ms forwards infinite 2000ms, lineopacity 2000ms forwards infinite 2000ms; }
  html #CMD #pdLine {
    position: relative;
    width: 1230px;
    height: 792px; }
  html #CMD .lightBlue {
    opacity: 1;
    will-change: opacity;
    transition: opacity 1000ms ease; }
  html #CMD .section__display .img__display {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/03/03__ani__bg.jpg") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__display {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/03/03__ani__bg.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__display .aniContainer {
    position: relative;
    top: 0; }
  html #CMD .section__display .img__ani_pd {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/03/03__ani_pd_top.png") ;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1257px;
    transform: translate3d(0px, 80px, 0px); } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__ani_pd {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/03/03__ani_pd_top.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__display .img__ani_pd_shadow {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/03/03__ani_pd_shadow.png") ;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 1257px; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__ani_pd_shadow {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/03/03__ani_pd_shadow.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__ergolift .aniContainer {
    position: relative;
    top: 123px;
    left: 14px;
    overflow: hidden; }
    html #CMD .section__ergolift .aniContainer:before {
      position: absolute;
      display: block;
      right: 0;
      top: -8px;
      content: "";
      background: linear-gradient(to bottom, #b1dff9 7%, rgba(177, 223, 249, 0.98) 23%, rgba(177, 223, 249, 0) 74%, rgba(177, 223, 249, 0) 75%);
      width: 100%;
      height: 200px;
      z-index: 9; }
    html #CMD .section__ergolift .aniContainer.playAni .img__pd__body {
      animation: 1s pdBody linear forwards; }
    html #CMD .section__ergolift .aniContainer.playAni .ani__pd__cover {
      animation: 1s pdCover linear forwards; }
    html #CMD .section__ergolift .aniContainer.playAni .img__pd__angle {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
    html #CMD .section__ergolift .aniContainer.playAni .angle__text {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
    html #CMD .section__ergolift .aniContainer.playAni .img__pd__openangle {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
    html #CMD .section__ergolift .aniContainer.playAni .angle__text {
      opacity: 1;
      transition: opacity 400ms ease 1s; }
  html #CMD .section__ergolift .aniContainer.mirror {
    margin-top: 1px;
    transform-origin: bottom center;
    transform: scale(1, -1);
    opacity: 0.35;
    position: absolute;
    width: 1920px; }
    html #CMD .section__ergolift .aniContainer.mirror:before {
      position: absolute;
      display: block;
      content: "";
      bottom: 0;
      z-index: 9;
      width: 100%;
      height: 739px;
      background: rgba(165, 195, 215, 0);
      background: linear-gradient(to bottom, #a5c3d7 0%, #a5c3d7 80%, rgba(165, 195, 215, 0) 100%); }
  html #CMD .section__ergolift .img__ergolift {
    background: none; }
  html #CMD .section__ergolift .ani__pd {
    position: relative;
    transform-origin: 1128px 690px;
    height: 739px; }
  html #CMD .section__ergolift .img__pd__body {
    transform-origin: 966px 33px;
    transform: translateX(0px) translateY(15px) translateZ(0px) rotate(1.4deg);
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__pd__body.png") ;
    position: absolute;
    z-index: 3;
    top: 644px;
    left: 309px;
    width: 1010px;
    height: 80px; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__body {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__pd__body.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__ergolift .ani__pd__cover {
    transform-origin: 963px 59px;
    transform: translateX(0) translateY(0) translateZ(0px) rotate(-1.1deg);
    position: absolute;
    z-index: 1;
    top: 650px;
    left: 312px;
    width: 1010px;
    height: 80px; }
  html #CMD .section__ergolift .img__pd__cover {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__pd__cover.png") ;
    position: absolute;
    z-index: 3;
    left: 0;
    top: -17px;
    width: 1010px;
    height: 80px; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__cover {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__pd__cover.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__ergolift .angle__text {
    position: absolute;
    opacity: 0;
    font-size: 53px;
    color: #0564dd; }
  html #CMD .section__ergolift .img__pd__angle {
    opacity: 0;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__angle.png") ;
    position: absolute;
    z-index: 4;
    left: 354px;
    top: 677px;
    width: 1000px;
    height: 50px; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__angle {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__angle.png"); } }

@media all and (max-width: 731px) {
    html #CMD .section__ergolift .img__pd__angle .angle__text {
      top: -11px;
      left: 100%;
      margin-left: 9px; }
  html #CMD .section__ergolift .img__pd__openangle {
    opacity: 0;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/04/04__ani__openangle.png") ;
    position: absolute;
    z-index: 4;
    left: 919px;
    top: 266px;
    width: 600px;
    height: 400px; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__openangle {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/04/04__ani__openangle.png"); } }

@media all and (max-width: 731px) {
    html #CMD .section__ergolift .img__pd__openangle .angle__text {
      top: 171px;
      left: 50%;
      margin-left: -81px;
      font-size: 69px; }
  html #CMD .section__kv {
    padding-top: 45px; }
    html #CMD .section__kv .wd__content.top-content {
      width: 100%;
      margin-top: 11px; }
      html #CMD .section__kv .wd__content.top-content .content__title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        font-size: 25.6px;
        letter-spacing: 0; }
      html #CMD .section__kv .wd__content.top-content .content__title__sub {
        margin-top: 10px;
        font-size: 18.6px;
        width: 300px; }
    html #CMD .section__kv .wd__content.bottom-content {
      margin-top: -180px; }
      html #CMD .section__kv .wd__content.bottom-content .content__info {
        text-align: center;
        margin: 30px auto 0;
        width: 93%;
        max-width: 470px;
        font-size: 22px;
        line-height: 1.4; }
    html #CMD .section__kv .img__kv__logo {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/01__kv_logo.png") ;
      width: 297px;
      height: 34px;
      background-size: contain; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/01__kv_logo.png"); } }

@media all and (max-width: 731px) {
    html #CMD .section__kv .img__kv {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/01__kv.jpg") ;
      margin-top: -354px;
      margin-left: -360px;
      width: 720px;
      height: 916px; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__kv .img__kv {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/01__kv.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__footprint {
    padding-top: 119px;
    margin-top: 0;
    overflow: hidden; }
    html #CMD .section__footprint .wd__feature__list .wd__feature {
      margin-left: 9px;
      margin-right: 9px; }
    html #CMD .section__footprint .wd__feature__list .feature-0, html #CMD .section__footprint .wd__feature__list .feature-2 {
      width: 126px; }
    html #CMD .section__footprint .wd__feature__list .feature-1, html #CMD .section__footprint .wd__feature__list .feature-3 {
      width: 110px; }
    html #CMD .section__footprint .img__footprint {
      position: relative;
      top: 0;
      left: 50%;
      margin-top: -11px;
      margin-bottom: -340px;
      transform-origin: top center;
      transform: scale(0.45) translateX(233px); }
    html #CMD .section__footprint .aniContainer {
      top: -160px !important;
      transform: translateZ(1000px);
      transform-style: preserve-3d; }
    html #CMD .section__footprint .ani-0 {
      animation: linetransform 1000ms forwards infinite 0ms, lineopacity 1000ms forwards infinite 0ms; }
    html #CMD .section__footprint .ani-1 {
      animation: linetransform 1000ms forwards infinite 1000ms, lineopacity 1000ms forwards infinite 1000ms; }
    html #CMD .section__footprint .ani-1 {
      display: none; }
    html #CMD .section__footprint .imgDes .desItem.des-1 {
      left: 54px;
      top: 175px;
      font-size: 97px; }
      html #CMD .section__footprint .imgDes .desItem.des-1 .des-small {
        font-size: 62px;
        padding-left: 5px; }
    html #CMD .section__footprint .imgDes .desItem.des-2 {
      left: 263px;
      top: 448px;
      font-size: 64px; }
    html #CMD .section__footprint .subDes {
      position: relative;
      left: 50%;
      margin-left: -197px;
      top: 748px;
      transform-origin: center top;
      transform: translateX(-50%) scale(1.6);
      width: 320px;
      text-align: left;
      font-size: 22px; }
    html #CMD .section__footprint .subDes .desItem {
      width: 323px; }
      html #CMD .section__footprint .subDes .desItem:before {
        left: 6px;
        top: 11px;
        width: 34px;
        height: 2px; }
  html #CMD #s2PdPortable {
    margin-top: 30px;
    margin-bottom: -243px;
    transform: scale(0.53);
    transform-origin: center top; }
  html #CMD .section__display {
    padding-top: 120px; }
    html #CMD .section__display .wd__feature__list .feature-1 .wd__feature__describe {
      width: 89px; }
    html #CMD .section__display .img__display {
      transform-origin: center;
      transform: scale(0.33);
      margin-top: -508px;
      margin-bottom: -460px; }
    html #CMD .section__display .modal-button-container {
      margin-top: -520px; }
  html #CMD .section__ergolift {
    padding-top: 86px; }
    html #CMD .section__ergolift .wd__feature__list {
      margin-top: 41px; }
      html #CMD .section__ergolift .wd__feature__list .wd__feature__describe {
        width: 150px; }
      html #CMD .section__ergolift .wd__feature__list .wd__feature .wd__feature__data .img__icon {
        width: 56px;
        height: 50px;
        background-size: contain;
        bottom: 7px; }
      html #CMD .section__ergolift .wd__feature__list .feature-0 .wd__feature__data .img__icon0 {
        bottom: 9px; }
      html #CMD .section__ergolift .wd__feature__list .feature-0 .wd__feature__describe {
        width: 90px; }
      html #CMD .section__ergolift .wd__feature__list .feature-1 .wd__feature__describe {
        width: 90px; }
      html #CMD .section__ergolift .wd__feature__list .feature-2 .wd__feature__describe {
        width: 96px; }
    html #CMD .section__ergolift .img__ergolift {
      left: 50%;
      transform-origin: top center;
      transform: scale(0.4) translateX(0px);
      margin-top: -49px;
      margin-left: -1070px;
      margin-bottom: -560px;
      background-image: none !important; }
    html #CMD .section__ergolift .aniPosition {
      top: 700px; }
    html #CMD .section__ergolift .img__pd__angle .angle__text {
      top: -36px;
      margin-left: 15px;
      font-size: 80px; }
    html #CMD .section__ergolift .img__pd__openangle .angle__text {
      top: 88px;
      margin-left: -114px;
      font-size: 80px; }
  html #CMD .section__ergolift .modal-button-container {
    margin-top: -110px; }
  html #CMD .section__color {
    margin-top: -55px;
    padding-top: 98px;
    background-color: #121d33;
    z-index: 9; }
    html #CMD .section__color .wd__content {
      position: relative;
      top: 0;
      left: 0;
      margin-left: auto !important;
      max-width: 840px; }
  html #CMD .color__controller {
    text-align: center;
    margin-top: 44px; }
    html #CMD .color__controller .color {
      margin: 0 15px;
      width: 35px;
      height: 35px; }
  html #CMD .colors {
    margin-top: 0; }
    html #CMD .colors .color__container {
      margin-top: -799px;
      margin-left: -360px;
      width: 720px;
      height: 1097px; }
      html #CMD .colors .color__container .color__content .img__bg {
        width: 720px;
        height: 1097px;
        background-size: contain; }
      html #CMD .colors .color__container .color__content .img__nb {
        top: 599px;
        left: 50%;
        margin-left: -360px;
        width: 720px;
        height: 1097px;
        background-size: contain; }
      html #CMD .colors .color__container .color__content.content-1 .img__bg {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/animation/05/bg_1.jpg") ; } }
      @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
        html #CMD .colors .color__container .color__content.content-1 .img__bg {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/animation/05/bg_1.jpg"); } }

@media all and (max-width: 731px) {
      html #CMD .colors .color__container .color__content.content-2 .img__bg {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/animation/05/bg_2.jpg") ; } }
      @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
        html #CMD .colors .color__container .color__content.content-2 .img__bg {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/animation/05/bg_2.jpg"); } }

@media all and (max-width: 731px) {
      html #CMD .colors .color__container .color__content.content-3 .img__bg {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/animation/05/bg_3.jpg") ; } }
      @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
        html #CMD .colors .color__container .color__content.content-3 .img__bg {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/animation/05/bg_3.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__hello {
    padding-top: 86px;
    padding-bottom: 60px;
    margin-top: 0; }
    html #CMD .section__hello .wd__content .content__title {
      width: 100%; }
    html #CMD .section__hello .wd__content .content__info {
      width: 101%; }
    html #CMD .section__hello .img__hello {
      margin: -85px 0 0 -360px;
      left: 50%;
      width: 720px;
      height: 578px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/animation/06/nb.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__hello .img__hello {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/animation/06/nb.jpg"); } }

@media all and (max-width: 731px) {
      html #CMD .section__hello .img__hello .controllBar {
        z-index: 120;
        position: absolute;
        top: 265px;
        left: 50%;
        margin-left: -300px;
        width: 600px;
        height: 89px;
        opacity: 1; }
        html #CMD .section__hello .img__hello .controllBar .cb__content {
          width: 100%;
          max-width: 600px;
          margin-top: 6px;
          margin-left: auto;
          margin-right: auto;
          opacity: 1; }
          html #CMD .section__hello .img__hello .controllBar .cb__content .navItem {
            width: 880px;
            margin: 0;
            transition: transform 200ms ease-in-out;
            transform: translate3d(0px, 0, 0); }
            html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li {
              position: relative;
              list-style-type: none;
              float: left;
              width: 90px;
              height: 58px;
              line-height: 17px;
              font-size: 13px;
              padding-top: 62px;
              margin: 0 10px;
              transform: translateY(0px);
              transition: color 600ms linear, transform 400ms;
              cursor: pointer; }
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li span {
                width: 70px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                text-align: center; }
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_1:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -40px;
                width: 80px;
                height: 58px;
                content: '';
                display: block;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon1.png") ;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain; } }
              @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_1:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon1.png"); } }

@media all and (max-width: 731px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_2:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -40px;
                width: 80px;
                height: 58px;
                content: '';
                display: block;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon2.png") ;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain; } }
              @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_2:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon2.png"); } }

@media all and (max-width: 731px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_3:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -40px;
                width: 80px;
                height: 58px;
                content: '';
                display: block;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon3.png") ;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain; } }
              @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_3:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon3.png"); } }

@media all and (max-width: 731px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_4:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -40px;
                width: 80px;
                height: 58px;
                content: '';
                display: block;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon4.png") ;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain; } }
              @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_4:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon4.png"); } }

@media all and (max-width: 731px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_5:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -40px;
                width: 80px;
                height: 58px;
                content: '';
                display: block;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon5.png") ;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain; } }
              @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_5:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon5.png"); } }

@media all and (max-width: 731px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_6:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -40px;
                width: 80px;
                height: 58px;
                content: '';
                display: block;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon6.png") ;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain; } }
              @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_6:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon6.png"); } }

@media all and (max-width: 731px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_7:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -40px;
                width: 80px;
                height: 58px;
                content: '';
                display: block;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon7.png") ;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain; } }
              @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_7:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon7.png"); } }

@media all and (max-width: 731px) {
              html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_8:before {
                position: absolute;
                left: 50%;
                top: 0;
                margin-left: -40px;
                width: 80px;
                height: 58px;
                content: '';
                display: block;
                background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/animation/06/icon8.png") ;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain; } }
              @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
                html #CMD .section__hello .img__hello .controllBar .cb__content .navItem > li#nm_8:before {
                  background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/animation/06/icon8.png"); } }

@media all and (max-width: 731px) {
          html #CMD .section__hello .img__hello .controllBar .cb__content .navLine {
            width: 100%;
            max-width: 600px;
            position: relative;
            margin-top: -35px; }
            html #CMD .section__hello .img__hello .controllBar .cb__content .navLine div {
              display: block;
              position: absolute;
              top: -2px;
              left: 50%;
              width: 80px;
              height: 2px;
              transform: translate3d(-40px, 0, 0) !important;
              transition: transform 200ms ease-in-out; }
          html #CMD .section__hello .img__hello .controllBar .cb__content .navText {
            margin-top: 118px;
            text-align: center;
            width: 100%;
            max-width: 290px;
            left: 50%;
            position: relative;
            margin-left: -145px; }
            html #CMD .section__hello .img__hello .controllBar .cb__content .navText span {
              opacity: 0;
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              display: block;
              color: #fff;
              transition: opacity 200ms; }
              html #CMD .section__hello .img__hello .controllBar .cb__content .navText span.showed {
                opacity: 1; }
      html #CMD .section__hello .img__hello .bigScreen {
        left: 50%;
        top: 126px;
        margin-left: 0;
        transform: translate3d(-50%, 0px, 0px);
        z-index: 100;
        position: absolute;
        width: 409px;
        height: 139px; }
        html #CMD .section__hello .img__hello .bigScreen:before {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/animation/06/mask.png") ;
          position: relative;
          display: block;
          content: '';
          top: 0;
          left: 0;
          margin: unset;
          transform: translate3d(0, 0px, 0px);
          width: 409px;
          height: 139px;
          background-size: contain;
          z-index: 999; } }
        @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
          html #CMD .section__hello .img__hello .bigScreen:before {
            background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/animation/06/mask.png"); } }

@media all and (max-width: 731px) {
        html #CMD .section__hello .img__hello .bigScreen #bs_1 {
          opacity: 0;
          position: absolute;
          top: 27px;
          margin-left: 0;
          left: 50%;
          transform: translate3d(-50%, 0px, 0px);
          width: 365px;
          height: 105px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .bigScreen #bs_1.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_2 {
          opacity: 0;
          position: absolute;
          top: 27px;
          margin-left: 0;
          left: 50%;
          transform: translate3d(-50%, 0px, 0px);
          width: 365px;
          height: 105px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .bigScreen #bs_2.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_3 {
          opacity: 0;
          position: absolute;
          top: 27px;
          margin-left: 0;
          left: 50%;
          transform: translate3d(-50%, 0px, 0px);
          width: 365px;
          height: 105px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .bigScreen #bs_3.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_4 {
          opacity: 0;
          position: absolute;
          top: 27px;
          margin-left: 0;
          left: 50%;
          transform: translate3d(-50%, 0px, 0px);
          width: 365px;
          height: 105px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .bigScreen #bs_4.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_5 {
          opacity: 0;
          position: absolute;
          top: 27px;
          margin-left: 0;
          left: 50%;
          transform: translate3d(-50%, 0px, 0px);
          width: 365px;
          height: 105px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .bigScreen #bs_5.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_6 {
          opacity: 0;
          position: absolute;
          top: 27px;
          margin-left: 0;
          left: 50%;
          transform: translate3d(-50%, 0px, 0px);
          width: 365px;
          height: 105px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .bigScreen #bs_6.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_7 {
          opacity: 0;
          position: absolute;
          top: 27px;
          margin-left: 0;
          left: 50%;
          transform: translate3d(-50%, 0px, 0px);
          width: 365px;
          height: 105px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .bigScreen #bs_7.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .bigScreen #bs_8 {
          opacity: 0;
          position: absolute;
          top: 27px;
          margin-left: 0;
          left: 50%;
          transform: translate3d(-50%, 0px, 0px);
          width: 365px;
          height: 105px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .bigScreen #bs_8.showed {
            opacity: 1; }
      html #CMD .section__hello .img__hello .smallScreen {
        top: 364px;
        left: 50%;
        transform: translate3d(-50%, 0px, 0px);
        position: absolute;
        width: 134px;
        height: 68px;
        overflow: hidden;
        z-index: 100; }
        html #CMD .section__hello .img__hello .smallScreen #ss_1 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 134px;
          height: 68px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_1.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_2 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 134px;
          height: 68px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_2.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_3 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 134px;
          height: 68px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_3.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_4 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 134px;
          height: 68px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_4.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_5 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 134px;
          height: 68px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_5.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_6 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 134px;
          height: 68px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_6.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_7 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 134px;
          height: 68px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_7.showed {
            opacity: 1; }
        html #CMD .section__hello .img__hello .smallScreen #ss_8 {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 134px;
          height: 68px;
          transition: opacity 400ms; }
          html #CMD .section__hello .img__hello .smallScreen #ss_8.showed {
            opacity: 1; }
    html #CMD .section__hello #nt_5 {
      padding-left: 25px;
      padding-right: 25px;
      box-sizing: content-box; }
  html #CMD .section__screenpad {
    padding-top: 140px;
    padding-bottom: 0px; }
    html #CMD .section__screenpad .wd__content .content__info {
      width: 100%; }
    html #CMD .section__screenpad .wd__feature__list .img__icon1 {
      width: 91px;
      height: 38px;
      margin-bottom: 11px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/1x/icon/icon_SSM.png") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__screenpad .wd__feature__list .img__icon1 {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/large/2x/icon/icon_SSM.png"); } }

@media all and (max-width: 731px) {
    html #CMD .section__screenpad .img__screenpad {
      margin: -10px 0 55px -360px;
      left: 50%;
      width: 720px;
      height: 360px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/07_screenpad.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__screenpad .img__screenpad {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/07_screenpad.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__performance {
    margin-top: 0;
    padding-top: 84px;
    padding-bottom: 0; }
    html #CMD .section__performance .wd__content {
      left: 0;
      margin-top: 0;
      margin-left: auto; }
      html #CMD .section__performance .wd__content .content__title {
        width: 101%; }
    html #CMD .section__performance .wd__feature__list {
      left: 50%;
      width: 320px;
      margin-left: -160px; }
      html #CMD .section__performance .wd__feature__list.small__text-center .wd__feature {
        margin-left: 16px;
        margin-right: 16px;
        width: 109px; }
      html #CMD .section__performance .wd__feature__list.small__text-center .feature-0 {
        width: auto; }
        html #CMD .section__performance .wd__feature__list.small__text-center .feature-0 .wd__feature__describe {
          display: none; }
      html #CMD .section__performance .wd__feature__list.small__text-center .feature-3 .wd__feature__describe {
        width: 100px;
        margin-left: auto;
        margin-right: auto; }
    html #CMD .section__performance .img__performance {
      left: 50%;
      margin-top: -290px;
      margin-left: -360px;
      width: 720px;
      height: 832px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/08_performance.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__performance .img__performance {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/08_performance.jpg"); } }

@media all and (max-width: 731px) {
    html #CMD .section__performance .modal-button-container {
      margin-top: -115px; }
  html #CMD .section__keyboard {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 36px; }
    html #CMD .section__keyboard .wd__feature__list .wd__feature {
      vertical-align: bottom; }
      html #CMD .section__keyboard .wd__feature__list .wd__feature .wd__feature__data figure {
        margin-top: -1px;
        margin-bottom: 0;
        width: 62px;
        height: 39px;
        background-size: contain; }
    html #CMD .section__keyboard .wd__feature__list .feature-2 .wd__feature__describe__top {
      display: none; }
    html #CMD .section__keyboard .img__keyboard {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/09_keyboard.jpg") ;
      left: 50%;
      margin-top: -10px;
      margin-left: -360px;
      padding-top: 0;
      width: 720px;
      height: 255px;
      background-size: contain; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__keyboard .img__keyboard {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/09_keyboard.jpg"); } }

@media all and (max-width: 731px) {
    html #CMD .section__keyboard .img__keyboard__parts {
      margin-top: -141px;
      padding-bottom: 227.36%;
      width: 100%;
      height: 0;
      display: none; }
    html #CMD .section__keyboard .img__keyboard__zoom {
      position: relative;
      left: 0;
      margin-top: 25px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 227%;
      width: 100%;
      height: 0;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/09_keyboard_zoom.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__keyboard .img__keyboard__zoom {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/09_keyboard_zoom.jpg"); } }

@media all and (max-width: 731px) {
    html #CMD .section__keyboard .modal-button-container {
      margin-top: 43px; }
  html #CMD .section__connect {
    padding-top: 40px; }
    html #CMD .section__connect .wd__feature__list .feature-2 .wd__feature__describe {
      width: 105px; }
    html #CMD .section__connect .img__connect {
      margin-top: -164px;
      margin-left: -360px;
      width: 720px;
      height: 832px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/10_connect.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__connect .img__connect {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/10_connect.jpg"); } }

@media all and (max-width: 731px) {
    html #CMD .section__connect .img__des {
      position: relative;
      top: 0;
      left: 0; }
    html #CMD .section__connect .img__des__item {
      position: absolute;
      left: 50%;
      text-align: center;
      top: 600px; }
    html #CMD .section__connect .img__des__0,
    html #CMD .section__connect .img__des__1,
    html #CMD .section__connect .img__des__2 {
      top: 395px; }
    html #CMD .section__connect .img__des__3,
    html #CMD .section__connect .img__des__4,
    html #CMD .section__connect .img__des__5,
    html #CMD .section__connect .img__des__6 {
      top: 660px; }
    html #CMD .section__connect .img__des__0 {
      width: 13%;
      text-align: right;
      left: 204px; }
    html #CMD .section__connect .img__des__1 {
      left: 318px; }
    html #CMD .section__connect .img__des__2 {
      left: 375px;
      width: 16%;
      text-align: center; }
    html #CMD .section__connect .img__des__3 {
      left: 247px; }
    html #CMD .section__connect .img__des__4 {
      left: 314px; }
    html #CMD .section__connect .img__des__5 {
      left: 358px;
      width: 75px;
      text-align: right; }
    html #CMD .section__connect .img__des__6 {
      left: 448px;
      width: 68px; }
    html #CMD .section__connect .modal-button-container {
      margin-top: -100px; }
  html #CMD .section__ubiquity {
    padding-top: 0;
    margin-top: -54px; }
    html #CMD .section__ubiquity .wd__content .content__info {
      width: 94%; }
    html #CMD .section__ubiquity .wd__feature__list {
      position: relative;
      width: 100%; }
      html #CMD .section__ubiquity .wd__feature__list .wd__feature {
        min-width: 100px; }
    html #CMD .section__ubiquity .img__ubiquity {
      margin-top: -27px;
      margin-left: -360px;
      width: 720px;
      height: 276px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/10_1_ubiquity.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__ubiquity .img__ubiquity {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/10_1_ubiquity.jpg"); } }

@media all and (max-width: 731px) {
    html #CMD .section__ubiquity .modal-button-container {
      margin-top: -2px; }
  html #CMD .section__battery {
    padding-top: 53px;
    margin-top: 0; }
    html #CMD .section__battery .wd__content .no__wrap {
      display: inline;
      white-space: unset; }
    html #CMD .section__battery .wd__feature__list .feature-1 {
      width: auto; }
    html #CMD .section__battery .img__battery {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/1x/11__pd.jpg") ;
      margin-top: 20px;
      margin-left: -360px;
      width: 720px;
      max-width: 720px;
      height: 466px; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__battery .img__battery {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/medium/2x/11__pd.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__audio {
    padding-top: 110px;
    margin-top: 0; }
    html #CMD .section__audio .wd__feature__list {
      margin-top: 50px; }
      html #CMD .section__audio .wd__feature__list .wd__feature {
        vertical-align: top;
        width: auto; }
      html #CMD .section__audio .wd__feature__list .feature-0 {
        margin-top: -20px; }
      html #CMD .section__audio .wd__feature__list .img__icon0 {
        left: 50%;
        transform: translate3d(-50%, 0px, 0px);
        height: 41px;
        background-size: contain; }
    html #CMD .section__audio .img__audio {
      left: 50%;
      transform-origin: top center;
      transform: scale(0.33) translateX(-77px);
      margin-top: -45px;
      margin-bottom: -813px; }
      html #CMD .section__audio .img__audio .img__model {
        margin-left: -637px; }
  html #CMD #shaderContent {
    display: none; }
    html #CMD #shaderContent * {
      background-image: none !important; }
  html #CMD .section__wexp {
    padding-top: 65px;
    padding-bottom: 35px; }
    html #CMD .section__wexp .wd__content {
      left: 0;
      margin-top: 0;
      margin-left: auto; }
    html #CMD .section__wexp .img__wexp {
      position: relative;
      left: 50%;
      margin-top: -75px;
      margin-left: -360px;
      width: 720px;
      height: 532px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/13_wexp.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__wexp .img__wexp {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/13_wexp.jpg"); } }

@media all and (max-width: 731px) {
    html #CMD .section__wexp .modal-button-container {
      margin-top: -45px; }
  html #CMD .section__grade {
    padding-top: 40px; }
    html #CMD .section__grade .wd__feature__list {
      width: 320px;
      left: 50%;
      margin-left: -160px; }
      html #CMD .section__grade .wd__feature__list .wd__feature {
        margin: 0 20px 30px; }
        html #CMD .section__grade .wd__feature__list .wd__feature.feature-0 {
          width: 77px; }
        html #CMD .section__grade .wd__feature__list .wd__feature.feature-1 {
          width: 100px; }
        html #CMD .section__grade .wd__feature__list .wd__feature.feature-2 {
          width: 77px; }
        html #CMD .section__grade .wd__feature__list .wd__feature.feature-3 {
          width: 100px; }
        html #CMD .section__grade .wd__feature__list .wd__feature.feature-4 {
          width: auto; }
        html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data {
          height: 82px; }
          html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data figure.img__icon {
            margin-top: 1px;
            margin-bottom: 4px;
            bottom: 2px;
            height: 74px;
            background-size: contain; }
          html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .icon-1 {
            width: 72px; }
          html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .icon-2 {
            width: 82px; }
          html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .icon-3 {
            width: 77px; }
          html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .icon-4 {
            width: 82px; }
          html #CMD .section__grade .wd__feature__list .wd__feature .wd__feature__data .icon-5 {
            width: 82px; }
    html #CMD .section__grade .img__grade {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/14__pd.jpg") ;
      margin-top: 4px;
      margin-left: -360px;
      width: 720px;
      max-width: 720px;
      height: 590px; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__grade .img__grade {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/14__pd.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__family {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 120px; }
    html #CMD .section__family .wd__content {
      margin-top: 0px; }
    html #CMD .section__family .img__family {
      margin-left: -240px;
      width: 480px;
      height: 160px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/15_meet.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__family .img__family {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/15_meet.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__comment {
    margin-top: -68px;
    padding-bottom: 50px; }
    html #CMD .section__comment .footnote-star ul.footnote li:before {
      left: -10px; }
  html #CMD .inner-view .inner-view-container {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    html #CMD .inner-view .inner-view-container .wd__section .wd__content {
      max-width: 414px; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan {
        color: #333; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title {
        font-size: 23px; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__info {
        margin-top: 15px; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan:before, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan:after, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title:before, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title:after {
        display: none; }
  html #CMD .inner-view .section__btn__home:before {
    background: none; }
  html #CMD #CMD.testInner .modal-button-container:before {
    top: -63px;
    height: 72px; }
  html #CMD #CMD.testInner .wd__content:before {
    top: -91px;
    height: 97px; }
  html #CMD .section__cpu {
    padding-top: 50px;
    padding-bottom: 70px; }
    html #CMD .section__cpu .wd__content .content__title {
      width: 100%;
      max-width: 1300px; }
    html #CMD .section__cpu .wd__content .content__info {
      width: 100%;
      max-width: 1300px; }
    html #CMD .section__cpu .wd__feature__list .wd__feature {
      width: auto; }
    html #CMD .section__cpu .wd__performance__graph {
      left: 0;
      width: 91%;
      margin-top: 35px; }
      html #CMD .section__cpu .wd__performance__graph .graph__caption {
        width: 83%; }
    html #CMD .section__cpu .img__main {
      margin-top: -86px;
      margin-left: -360px;
      width: 720px;
      height: 392px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/inner/08/01.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__cpu .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/inner/08/01.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__speed {
    padding-top: 40px;
    margin-top: -30px; }
    html #CMD .section__speed .wd__content {
      left: 0;
      margin-top: 0; }
    html #CMD .section__speed .wd__feature__list .wd__feature {
      margin-left: 14px;
      margin-right: 14px; }
      html #CMD .section__speed .wd__feature__list .wd__feature.feature__2, html #CMD .section__speed .wd__feature__list .wd__feature.feature__3 {
        width: auto; }
    html #CMD .section__speed .wd__performance__graph {
      margin-top: 12px;
      width: 100%; }
      html #CMD .section__speed .wd__performance__graph .graph__caption {
        width: 120px; }
    html #CMD .section__speed .img__main {
      margin-top: -30px;
      margin-left: -360px;
      margin-bottom: 60px;
      width: 720px;
      height: 435px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/inner/08/02.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__speed .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/inner/08/02.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__nvidia {
    padding-top: 0;
    padding-bottom: 160px;
    margin-top: -50px; }
    html #CMD .section__nvidia .wd__content {
      left: 0;
      margin-left: auto; }
    html #CMD .section__nvidia .wd__performance__graph {
      width: 100%; }
      html #CMD .section__nvidia .wd__performance__graph .graph__caption {
        width: 108px; }
      html #CMD .section__nvidia .wd__performance__graph .graph__bar .bar__value {
        width: 150px; }
      html #CMD .section__nvidia .wd__performance__graph .line-3 .graph__bar .bar__value {
        top: 30px;
        right: 0px;
        left: auto;
        position: absolute;
        text-align: right; }
    html #CMD .section__nvidia .img__main {
      margin-top: 9px;
      margin-left: -356px;
      width: 720px;
      height: 399px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/inner/08/03.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__nvidia .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/inner/08/03.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__functionkeys {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 14px;
    background-color: #0f1216 !important; }
    html #CMD .section__functionkeys .wd__content.small__text-left .content__title {
      color: #fff; }
    html #CMD .section__functionkeys .wd__content.small__text-left .content__info {
      color: #fff; }
    html #CMD .section__functionkeys .wd__content.small__text-left .content__link {
      linkColor: #fff;
      color: #fff; }
      html #CMD .section__functionkeys .wd__content.small__text-left .content__link *, html #CMD .section__functionkeys .wd__content.small__text-left .content__link span {
        color: #fff; }
      html #CMD .section__functionkeys .wd__content.small__text-left .content__link:after {
        color: #fff; }
      html #CMD .section__functionkeys .wd__content.small__text-left .content__link:link {
        color: #fff; }
      html #CMD .section__functionkeys .wd__content.small__text-left .content__link:hover span {
        border-bottom: 1px solid #fff; }
    html #CMD .section__functionkeys .wd__content.small__text-left .content__comment {
      color: #dedede; }
    html #CMD .section__functionkeys .img__main {
      margin-top: 55px;
      margin-left: -360px;
      margin-bottom: 100px;
      width: 720px;
      height: 769px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/inner/09/01.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__functionkeys .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/inner/09/01.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__functionkeys .img__main figure.img__keyborad {
    width: 720px;
    height: 769px;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/animation/inner/09/01_keyboard.jpg") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__functionkeys .img__main figure.img__keyborad {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/animation/inner/09/01_keyboard.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__functionkeys .img__main figure.img__cover {
    width: 720px;
    height: 769px;
    top: 0;
    left: 0;
    margin-left: 0;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/animation/inner/09/01_hl.png") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__functionkeys .img__main figure.img__cover {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/animation/inner/09/01_hl.png"); } }

@media all and (max-width: 731px) and (min-width: 600px) and (max-width: 720px) {
  html #CMD .section__functionkeys .img__main {
    margin-left: -329px; } }

@media all and (max-width: 731px) and (min-width: 414px) and (max-width: 720px) {
  html #CMD .section__functionkeys .img__main {
    margin-top: 25px; } }

@media all and (max-width: 731px) and (min-width: 320px) and (max-width: 413px) {
  html #CMD .section__functionkeys .img__main {
    margin-top: 0; } }

@media all and (max-width: 731px) {
  html #CMD .section__wiFiMaster {
    padding-top: 50px;
    padding-bottom: 62px; }
    html #CMD .section__wiFiMaster .img__main {
      position: relative;
      left: 50%;
      margin-top: 45px;
      margin-left: -407px;
      width: 720px;
      height: 344px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/inner/10/01.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__wiFiMaster .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/inner/10/01.jpg"); } }

@media all and (max-width: 731px) and (min-width: 414px) and (max-width: 720px) {
  html #CMD .section__wiFiMaster .img__main {
    margin-left: -392px; } }

@media all and (max-width: 731px) {
  html #CMD .section__wiFiGraph {
    padding-top: 4px;
    padding-bottom: 190px; }
    html #CMD .section__wiFiGraph .wd__content {
      width: 85%;
      max-width: 770px; }
      html #CMD .section__wiFiGraph .wd__content .content__comment {
        max-width: 710px; }
    html #CMD .section__wiFiGraph .sub__section {
      margin: 72px auto 0;
      padding-top: 30px;
      padding-bottom: 51px;
      width: 100%;
      max-width: 600px; }
      html #CMD .section__wiFiGraph .sub__section .wd__content {
        width: 89%; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-1 .wd__performance__graph {
        left: 0;
        margin-top: 41px; }
        html #CMD .section__wiFiGraph .sub__section.sub__section-1 .wd__performance__graph .graph__line .graph__bar .bar__value {
          width: 150px; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-2 .img__main {
        margin-top: 17px;
        margin-left: -153px;
        width: 306px;
        height: 108px;
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/inner/10/wifi.png") ; } }
      @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
        html #CMD .section__wiFiGraph .sub__section.sub__section-2 .img__main {
          background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/inner/10/wifi.png"); } }

@media all and (max-width: 731px) {
        html #CMD .section__wiFiGraph .sub__section.sub__section-2 .img__main .chart__text {
          margin-top: 17px;
          margin-left: -154px;
          font-size: 40px; }
      html #CMD .section__wiFiGraph .sub__section.sub__section-3 {
        margin-bottom: -20px; }
        html #CMD .section__wiFiGraph .sub__section.sub__section-3 .wd__performance__graph {
          left: 0;
          margin-top: 41px; }
          html #CMD .section__wiFiGraph .sub__section.sub__section-3 .wd__performance__graph .graph__line .graph__bar .bar__value {
            width: 150px; }
  html #CMD .section__alexa {
    padding-top: 50px;
    padding-bottom: 58px; }
    html #CMD .section__alexa .wd__feature__list .wd__feature .wd__feature__data figure {
      margin-top: 0;
      margin-bottom: -21px;
      bottom: 2px;
      height: 67px; }
    html #CMD .section__alexa .wd__feature__list .wd__feature.feature-icon .img__icon {
      bottom: 4px; }
    html #CMD .section__alexa .img__main {
      margin-top: -14px;
      margin-left: -250px;
      width: 500px;
      height: 1028px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/inner/13/01.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__alexa .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/inner/13/01.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__cortana {
    padding-top: 41px;
    background-color: #ded4cb !important;
    padding-bottom: 0;
    margin-bottom: 0; }
    html #CMD .section__cortana .img__main {
      margin-top: -70px;
      margin-left: -360px;
      margin-bottom: 10px;
      width: 720px;
      height: 539px;
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/inner/13/02.jpg") ; } }
    @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
      html #CMD .section__cortana .img__main {
        background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/inner/13/02.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__footprint .img__footprint {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/02/02__ani__shadow.jpg") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__footprint {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/02/02__ani__shadow.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__footprint .img__ani_pd {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/02/02__ani__pd.png") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__footprint .img__ani_pd {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/02/02__ani__pd.png"); } }

@media all and (max-width: 731px) {
  html #CMD #s2PdPortable .img__PdPortable {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/02__pd_portable.jpg") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD #s2PdPortable .img__PdPortable {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/02__pd_portable.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__display .img__display {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/03/03__ani__bg.jpg") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__display {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/03/03__ani__bg.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__display .img__ani_pd {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/03/03__ani_pd_top.png") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__ani_pd {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/03/03__ani_pd_top.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__display .img__ani_pd_shadow {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/03/03__ani_pd_shadow.png") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__display .img__ani_pd_shadow {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/03/03__ani_pd_shadow.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__ergolift .img__ergolift {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/04/04__ani__bg.jpg") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__ergolift {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/04/04__ani__bg.jpg"); } }

@media all and (max-width: 731px) {
  html #CMD .section__ergolift .img__pd__body {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/04/04__ani__pd__body.png") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__body {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/04/04__ani__pd__body.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__ergolift .img__pd__cover {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/04/04__ani__pd__cover.png") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__cover {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/04/04__ani__pd__cover.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__ergolift .img__pd__angle {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/04/04__ani__angle.png") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__angle {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/04/04__ani__angle.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__ergolift .img__pd__openangle {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/04/04__ani__openangle.png") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__ergolift .img__pd__openangle {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/04/04__ani__openangle.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__audio .img__audio .img__model {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/12/model.png") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__audio .img__audio .img__model {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/12/model.png"); } }

@media all and (max-width: 731px) {
  html #CMD .section__audio .img__audio .img__light {
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/1x/animation/12/light.png") ; } }
  @media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 731px) and (min-resolution: 144dpi) {
    html #CMD .section__audio .img__audio .img__light {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/60p/2x/animation/12/light.png"); } }

@media all and (min-width: 1px) and (max-width: 720px) {
  html #CMD .product_price.active {
    margin-bottom: 10px;
    padding-top: 35px; }
  html #CMD .product_pdguide.active {
    padding-top: 12px; }
  html #CMD .section__pdc {
    position: relative;
    z-index: 1; }
  html #CMD .product_videos.active {
    padding-top: 86px;
    margin-top: 0; }
  html #CMD .video-bottom {
    margin-bottom: -10px;
    padding-bottom: 0; }
  html #CMD .media-top {
    padding-top: 37px;
    margin-top: 0; }
  html #CMD .media-bottom {
    margin-bottom: -40px;
    padding-bottom: 0; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  html #CMD .section__pdc {
    margin-top: 0; }
  html #CMD .media-bottom {
    margin-bottom: -90px; } }

@media all and (min-width: 414px) and (max-width: 720px) {
  html #CMD .section__footprint .wd__feature__list {
    max-width: 414px;
    margin-left: auto;
    margin-right: auto; }
    html #CMD .section__footprint .wd__feature__list .feature-0,
    html #CMD .section__footprint .wd__feature__list .feature-1 {
      width: 130px; }
    html #CMD .section__footprint .wd__feature__list .feature-2,
    html #CMD .section__footprint .wd__feature__list .feature-3 {
      width: 130px; }
  html #CMD .section__footprint .img__footprint {
    margin-left: -649px; }
  html #CMD .section__footprint .subDes {
    top: 768px;
    margin-left: -167px; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  html #CMD .section__footprint .img__footprint {
    transform: translateX(-50%) scale(0.45);
    margin-left: 0; }
  html #CMD .section__footprint .subDes {
    margin-left: 0; } }

@media all and (min-width: 414px) and (max-width: 720px) {
  html #CMD .section__ergolift .img__ergolift {
    margin-left: -1049px;
    margin-top: 99px; } }

@media all and (min-width: 320px) and (max-width: 413px) {
  html #CMD .section__ergolift .img__ergolift {
    margin-top: -135px; } }

@media all and (min-width: 320px) and (max-width: 599px) {
  html #CMD .section__ergolift .wd__feature__list {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  html #CMD .section__ergolift .img__ergolift {
    margin-left: -990px;
    margin-top: -119px; } }

@media all and (min-width: 375px) and (max-width: 720px) {
  html #CMD .section__performance .wd__feature__list .wd__feature {
    width: auto; }
  html #CMD .section__performance .wd__feature__list .feature-2 .wd__feature__describe__top {
    display: block; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  html #CMD .section__craftsmanship .wd__feature__list .wd__feature {
    width: auto;
    margin-left: 30px;
    margin-right: 30px; }
  html #CMD .section__craftsmanship .wd__feature__list .feature-0,
  html #CMD .section__craftsmanship .wd__feature__list .feature-2 {
    width: 184px; }
  html #CMD .section__craftsmanship .wd__feature__list .feature-1,
  html #CMD .section__craftsmanship .wd__feature__list .feature-3 {
    width: 184px; } }

@media all and (min-width: 360px) and (max-width: 720px) {
  html #CMD .section__design .img__partial__part {
    padding-bottom: 0;
    width: 360px;
    height: 835px; } }

@media all and (min-width: 540px) and (max-width: 720px) {
  html #CMD .section__nano .img__nano {
    margin-left: -683px; } }

@media all and (min-width: 599px) and (max-width: 720px) {
  html #CMD .section__thermal .img__thermal {
    transform: rotate(90deg);
    margin-top: -95px;
    margin-left: -360px;
    margin-bottom: -150px; } }

@media all and (min-width: 320px) and (max-width: 450px) {
  html #CMD .section__battery .wd__feature__list .feature-2 .wd__feature__describe__top {
    display: none; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  html #CMD .section__connectivity .img__connectivity {
    margin-top: -170px; } }

@media all and (min-width: 414px) and (max-width: 720px) {
  html #CMD .section__audio .img__audio {
    transform: scale(0.33) translateX(-7px);
    margin-top: -40px; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  html #CMD .section__grade .wd__feature__list {
    width: 530px;
    margin-left: -265px; }
    html #CMD .section__grade .wd__feature__list .wd__feature {
      margin: 0 20px 30px; }
      html #CMD .section__grade .wd__feature__list .wd__feature.feature-0 {
        width: 65px; }
      html #CMD .section__grade .wd__feature__list .wd__feature.feature-1 {
        width: 76px; }
      html #CMD .section__grade .wd__feature__list .wd__feature.feature-2 {
        width: 77px; }
      html #CMD .section__grade .wd__feature__list .wd__feature.feature-3 {
        width: 100px; }
      html #CMD .section__grade .wd__feature__list .wd__feature.feature-4 {
        width: auto; } }

@media all and (min-width: 414px) and (max-width: 720px) {
  html #CMD .section__keyboard .img__keyboard__zoom {
    padding-bottom: 25.07%;
    width: 100%;
    height: 0;
    background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/1x/09_keyboard_zoom_h.jpg") ; } }
  @media all and (min-width: 414px) and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 414px) and (max-width: 720px) and (min-resolution: 144dpi) {
    html #CMD .section__keyboard .img__keyboard__zoom {
      background-image: url("/websites/global/products/kpbpetxv0zhpi8qg/v1/features/images/small/2x/09_keyboard_zoom_h.jpg"); } }

@media all and (min-width: 600px) and (max-width: 720px) {
  html #CMD .section__keyboard .wd__feature__list .feature-2 .wd__feature__describe__top {
    display: block; } }

@media all and (min-width: 410px) and (max-width: 720px) {
  html #CMD .section__ergolift .img__ergolift {
    margin-top: -90px; }
  html #CMD .section__performance .wd__feature__list {
    width: 360px;
    margin-left: -180px; } }

#ctl00_ContentPlaceHolder1_ctl00_span_model_name img {
  max-width: 100%; }

#main-zone > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important; }
  #main-zone > .container .overview-wrapper {
    width: 100% !important; }

#product-footer-zone {
  margin-top: 0 !important; }

#main-zone #overview-top-nav .inner {
  padding: 0; }

#special-sectionOverview {
  margin-top: 0px; }

@media all and (max-width: 731px) {
  #special-sectionOverview {
    margin-top: 0px; } }
