@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; }

@-webkit-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); } }

@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; }

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

.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__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: 721px) and (max-width: 1300px) {
  .wd__section .medium__text-left.wd__content {
    text-align: left; }
  .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-left.wd__content {
    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-center.wd__content {
    text-align: center; }
  .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; }
  .wd__section .medium__text-center.wd__content {
    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; } }

@media all and (max-width: 720px) {
  .wd__section .small__text-left.wd__content {
    text-align: left; }
  .wd__section .small__text-left.wd__feature__list {
    text-align: left; }
    .wd__section .small__text-left.wd__feature__list .wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 20px; }
  .wd__section .small__text-left.wd__content {
    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-center {
    text-align: center; }
    .wd__section .small__text-center.wd__content {
      text-align: center; }
    .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 .small__text-center.wd__content {
      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 .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; }

.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; }

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

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

#CMD {
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-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;
  margin-bottom: 60px;
  text-align: center;
  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: 1301px) {
  .clear__background__src {
    background-image: none !important; } }

section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    section.limit__width {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      min-width: 721px;
      max-width: 1300px; } }
  @media all and (min-width: 0px) and (max-width: 720px) {
    section.limit__width {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      min-width: 320px;
      max-width: 720px; } }

.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)";
    -webkit-transition: opacity 800ms;
    transition: opacity 800ms; }
    .grace-show.show {
      -webkit-transform: translate3d(0, 0, 0);
      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 {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      will-change: null; } }

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

.smooth__animation {
  -webkit-transition-duration: 1.25s, 1.25s;
  transition-duration: 1.25s, 1.25s;
  -webkit-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);
  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;
  transition-duration: 400ms, 400ms;
  -webkit-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);
  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;
  transition-duration: 500ms, 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-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;
  transition-duration: 1200ms, 1200ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-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;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-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; }

@-webkit-keyframes ripple {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes ripple {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

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

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

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

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

@-webkit-keyframes ripple2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ripple2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

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

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

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

.wd__content.text__animation .content__slogan {
  opacity: 0;
  -webkit-transform: translateZ(0) translateY(30px);
  transform: translateZ(0) translateY(30px);
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out, -webkit-transform 400ms ease-out; }

.wd__content.text__animation .content__title {
  opacity: 0;
  -webkit-transform: translateZ(0) translateY(30px);
  transform: translateZ(0) translateY(30px);
  -webkit-transition: opacity 400ms ease-out 300ms, -webkit-transform 400ms ease-out 300ms;
  transition: opacity 400ms ease-out 300ms, -webkit-transform 400ms ease-out 300ms;
  transition: transform 400ms ease-out 300ms, opacity 400ms ease-out 300ms;
  transition: transform 400ms ease-out 300ms, opacity 400ms ease-out 300ms, -webkit-transform 400ms ease-out 300ms; }

.wd__content.text__animation .content__info {
  opacity: 0;
  -webkit-transform: translateZ(0) translateY(30px);
  transform: translateZ(0) translateY(30px);
  -webkit-transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms; }

.wd__content.text__animation .content__comment {
  opacity: 0;
  -webkit-transform: translateZ(0) translateY(30px);
  transform: translateZ(0) translateY(30px);
  -webkit-transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms; }

.wd__content.text__animation .content__link {
  opacity: 0;
  -webkit-transform: translateZ(0) translateY(30px);
  transform: translateZ(0) translateY(30px);
  -webkit-transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms; }

.wd__content.text__animation .wd__feature__list {
  opacity: 0;
  -webkit-transform: translateZ(0) translateY(30px);
  transform: translateZ(0) translateY(30px);
  -webkit-transition: opacity 400ms ease-out 900ms, -webkit-transform 400ms ease-out 900ms;
  transition: opacity 400ms ease-out 900ms, -webkit-transform 400ms ease-out 900ms;
  transition: transform 400ms ease-out 900ms, opacity 400ms ease-out 900ms;
  transition: transform 400ms ease-out 900ms, opacity 400ms ease-out 900ms, -webkit-transform 400ms ease-out 900ms; }

.wd__content.text__animation.text-show .content__slogan,
.wd__content.text__animation.text-show .content__title,
.wd__content.text__animation.text-show .content__info,
.wd__content.text__animation.text-show .content__comment,
.wd__content.text__animation.text-show .content__link,
.wd__content.text__animation.text-show .wd__feature__list {
  opacity: 1;
  will-change: transform;
  -webkit-transform: translateZ(0) translateY(0);
  transform: translateZ(0) translateY(0); }

.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;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.section__kv .wd__content.text__animation .content__info {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out; }

#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; }

#CMD {
  z-index: 1;
  margin-top: 56px \9  !important; }

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

@media (max-width: 959px) and (min-width: 720px) {
  #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: 720px) {
  #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; } }

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;
    -webkit-box-sizing: border-box;
    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: 721px) and (max-width: 1300px) {
      #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: 720px) {
      #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%; } }

.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: 29px; }
      @media all and (max-width: 720px) {
        .wd__section .wd__content .content__slogan {
          font-size: 18px; } }
    .wd__section .wd__content .content__title {
      position: relative;
      margin-top: 35px;
      font-size: 48px;
      line-height: 1.2; }
      @media all and (min-width: 721px) and (max-width: 1300px) {
        .wd__section .wd__content .content__title {
          margin-top: 27px; } }
      @media all and (max-width: 720px) {
        .wd__section .wd__content .content__title {
          margin-top: 11px;
          font-size: 30px; } }
    .wd__section .wd__content .content__info {
      position: relative;
      margin-top: 20px;
      font-size: 20px;
      line-height: 1.5; }
      @media all and (max-width: 720px) {
        .wd__section .wd__content .content__info {
          margin-top: 8px;
          font-size: 15px;
          letter-spacing: 0.05px;
          line-height: 1.43; } }
    .wd__section .wd__content .content__comment {
      margin-top: 16px;
      font-size: 18px;
      color: #717171;
      line-height: 1.4; }
      @media all and (max-width: 720px) {
        .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: 721px) and (max-width: 1300px) {
        .wd__section .wd__content .content__link {
          margin-top: 16px; } }
      @media all and (max-width: 720px) {
        .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: 721px) and (max-width: 1300px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 3px; } }
    @media all and (max-width: 720px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 4px; } }
  .wd__section .wd__feature__list {
    position: relative;
    margin-top: 55px; }
    @media all and (min-width: 721px) and (max-width: 1300px) {
      .wd__section .wd__feature__list {
        margin-top: 44px; } }
    @media all and (max-width: 720px) {
      .wd__section .wd__feature__list {
        margin-top: 34px; } }
    .wd__section .wd__feature__list .wd__feature {
      position: relative;
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: bottom;
      color: #333333;
      margin: 0 25px 50px; }
      @media all and (min-width: 721px) and (max-width: 1300px) {
        .wd__section .wd__feature__list .wd__feature {
          margin: 0 33px 47px; } }
      @media all and (max-width: 720px) {
        .wd__section .wd__feature__list .wd__feature {
          margin: 0 17px 34px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
        position: relative;
        margin-bottom: 2px; }
        @media all and (max-width: 720px) {
          .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: 720px) {
          .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: 721px) and (max-width: 1300px) {
            .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
              font-size: 30px; } }
          @media all and (max-width: 720px) {
            .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; }
      .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: 721px) and (max-width: 1300px) {
          .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: 18px; } }
        @media all and (max-width: 720px) {
          .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: 16px !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: 721px) and (max-width: 1300px) {
    .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: 720px) {
    .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 sup.sign-deg {
    top: -22px;
    font-size: 40px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-deg {
      top: -22px;
      font-size: 40px; } }
  @media all and (max-width: 720px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-deg {
      top: -15px;
      font-size: 28px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star-small {
    top: -21px;
    font-size: 28px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star-small {
      top: -21px;
      font-size: 28px; } }
  @media all and (max-width: 720px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star-small {
      top: -12px;
      font-size: 25px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -25px;
    font-size: 28px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
      top: -25px;
      font-size: 28px; } }
  @media all and (max-width: 720px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
      top: -15px;
      font-size: 25px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.sign-TM {
    position: relative;
    top: -18px;
    font-size: 30px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.sign-TM {
      top: -18px;
      font-size: 30px; } }
  @media all and (max-width: 720px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.sign-TM {
      top: -14px;
      font-size: 20px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
    font-size: 54px;
    line-height: 60px; }
    .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: 721px) and (max-width: 1300px) {
    .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: 720px) {
    .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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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);
    -ms-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;
    -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: 721px) and (max-width: 1300px) {
    .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: 720px) {
    .wd__section .slick-prev, .wd__section .slick-next {
      display: none !important; } }
  sup.footnote-num {
    font-size: 12px;
    top: -0.7rem;
    color: #999999;
    vertical-align: baseline !important; }
  .wd__section .footnotes ul.footnote {
    font-size: 18px;
    color: #999999;
    line-height: 1.4; }
    .wd__section .footnotes ul.footnote li {
      list-style-type: decimal;
      line-height: 1.3;
      text-align: left;
      margin-bottom: 9px; }
  @media all and (max-width: 720px) {
    sup.footnote-num {
      font-size: 11px;
      top: -0.5rem; }
    .wd__section .footnotes ul.footnote {
      font-size: 13.3px;
      line-height: 1.4; }
      .wd__section .footnotes ul.footnote li {
        margin-bottom: 12px; } }
  .wd__section .wd__border__center__text {
    display: inline-block; }
    .wd__section .wd__border__center__text .center__text {
      font-family: "Myriad W01_n1", "Myriad W01", "Segoe UI", sans-serif;
      font-weight: 100;
      font-style: normal;
      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; }

.inner__nav {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 0;
  width: 1000px; }
  .inner__nav .nav__heading {
    font-size: 21px;
    color: #ffe092;
    -webkit-transition: opacity 600ms ease-out;
    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;
    -webkit-transition: all 600ms ease-out, top 1000ms ease-out;
    transition: all 600ms ease-out, top 1000ms ease-out; }
    .inner__nav .nav__switch__btn .icon__switch {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: all 500ms ease-out;
      transition: all 500ms ease-out;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/inner/icon_open.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__nav .nav__switch__btn .icon__switch {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/inner/icon_open.png"); } }
    .inner__nav .nav__switch__btn.clicked {
      -webkit-transform: translate3d(0px, 210px, 0px);
      transform: translate3d(0px, 210px, 0px); }
      .inner__nav .nav__switch__btn.clicked .icon__switch {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(405deg) translate3d(0px, 0px, 0px);
        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 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    -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__page.darknight .inner__mask {
    z-index: 1000000;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    -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)"; }
  .inner__page .section_content {
    background-color: #fff;
    max-width: 2560px;
    z-index: 0; }
    .inner__page .section_content.theme-gray {
      background-color: #e7e7e7;
      max-width: 1366px;
      margin-bottom: 4px;
      padding-bottom: 0; }
      .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/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_all_smiles.png"); } }
    .inner__page .icon.icon-auto {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_auto.png"); } }
    .inner__page .icon.icon-beautification {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_beautification.png"); } }
    .inner__page .icon.icon-depthOfField {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_depth_of_field.png"); } }
    .inner__page .icon.icon-effect {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_effect.png"); } }
    .inner__page .icon.icon-gif {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_gif.png"); } }
    .inner__page .icon.icon-hdrPro {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_hdr_pro.png"); } }
    .inner__page .icon.icon-kids {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_kids.png"); } }
    .inner__page .icon.icon-lowlight {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_lowlight.png"); } }
    .inner__page .icon.icon-miniature {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_miniature.png"); } }
    .inner__page .icon.icon-night {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_night.png"); } }
    .inner__page .icon.icon-qrCode {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_qr_code.png"); } }
    .inner__page .icon.icon-selfiePanorama {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_selfie_panorama.png"); } }
    .inner__page .icon.icon-selfie {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_selfie.png"); } }
    .inner__page .icon.icon-slowMotion {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_slow_motion.png"); } }
    .inner__page .icon.icon-smartRemove {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_smart_remove.png"); } }
    .inner__page .icon.icon-superResolution {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_super_resolution.png"); } }
    .inner__page .icon.icon-manual {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_manual.png"); } }
    .inner__page .icon.icon-timeLapse {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_time_lapse.png"); } }
    .inner__page .icon.icon-timeRewind {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_time_rewind.png"); } }
    .inner__page .icon.icon-youtube {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_youtube.png"); } }
    .inner__page .icon.icon-panaroma {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_panaroma.png"); } }
    .inner__page .icon.icon-pro {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_pro.png"); } }
    .inner__page .icon.icon-portrait {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/icon/icon_portrait.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .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 {
        -webkit-transform: translate3d(0px, 210px, 0px);
        transform: translate3d(0px, 210px, 0px); }
        .inner__nav .nav__switch__btn.clicked .icon__switch {
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transform: rotate(405deg) translate3d(0px, 0px, 0px);
          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: 720px) {
  .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 {
        -webkit-transform: translate3d(0px, 210px, 0px);
        transform: translate3d(0px, 210px, 0px); }
        .inner__nav .nav__switch__btn.clicked .icon__switch {
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transform: rotate(405deg) translate3d(0px, 0px, 0px);
          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;
  padding: 0;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2; }
  .wd__innerbtn.blackTheme {
    margin-top: -2px;
    background: #0f0d10; }
  .wd__innerbtn .inner__btn {
    position: absolute;
    width: 100%;
    height: 80px;
    margin: 0 auto; }
    .wd__innerbtn .inner__btn span {
      font-size: 21px;
      text-align: center;
      display: block;
      margin-bottom: 22px;
      opacity: 1;
      -webkit-transition: opacity 400ms;
      transition: opacity 400ms; }
    .wd__innerbtn .inner__btn .toggleSlide {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      cursor: pointer;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: translateY(0px) translateZ(0px) rotate(0deg);
      transform: translateY(0px) translateZ(0px) rotate(0deg);
      -webkit-transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
      transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
      transition: transform 800ms 50ms, background-image 300ms ease-out;
      transition: transform 800ms 50ms, background-image 300ms ease-out, -webkit-transform 800ms 50ms; }
      .wd__innerbtn .inner__btn .toggleSlide.fixed {
        position: fixed;
        top: -100px; }
    .wd__innerbtn .inner__btn.active span {
      opacity: 0; }
    .wd__innerbtn .inner__btn.active .toggleSlide {
      -webkit-transform: translateY(180px) translateZ(0px) rotate(0deg);
      transform: translateY(180px) translateZ(0px) rotate(0deg); }

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

.wd__innerbtn.theme-black .inner__btn .toggleSlide {
  background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/inner/icon_open_black.png"); } }

.wd__innerbtn.theme-black .inner__btn.active .toggleSlide {
  background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/inner/icon_open_white.png"); } }

.wd__innerbtn.theme-white .inner__btn.active .toggleSlide {
  background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/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/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/inner/icon_close_white.png"); } }

.wd__innerbtn.theme-red .inner__btn span {
  color: #ff4844; }

.wd__innerbtn.theme-red .inner__btn .toggleSlide {
  background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/inner/icon_open_red.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-red .inner__btn .toggleSlide {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/inner/icon_open_red.png"); } }

.wd__innerbtn.theme-red .inner__btn.active .toggleSlide {
  background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/inner/icon_close_red.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-red .inner__btn.active .toggleSlide {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/inner/icon_close_red.png"); } }

.inner__page {
  display: block;
  overflow: hidden;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }
  .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;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms; }
  .inner__page.active .row {
    opacity: 1; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__innerbtn {
    padding: 20px 0; }
    .wd__innerbtn.blackTheme {
      margin-top: -2px; }
    .wd__innerbtn .inner__btn {
      width: 100%;
      height: 80px;
      margin: 0 auto; }
      .wd__innerbtn .inner__btn span {
        font-size: 21px;
        margin-bottom: 11px; }
      .wd__innerbtn .inner__btn .toggleSlide {
        z-index: 999;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateY(0px) translateZ(0px) rotate(0deg);
        transform: translateY(0px) translateZ(0px) rotate(0deg);
        -webkit-transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
        transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
        transition: transform 800ms 50ms, background-image 300ms ease-out;
        transition: transform 800ms 50ms, background-image 300ms ease-out, -webkit-transform 800ms 50ms; }
      .wd__innerbtn .inner__btn.active span {
        opacity: 0; }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(120px) translateZ(0px) rotate(0deg);
        transform: translateY(120px) translateZ(0px) rotate(0deg); }
        .wd__innerbtn .inner__btn.active .toggleSlide.fixed {
          top: -38px; }
  .wd__inner {
    overflow: hidden;
    display: none; }
    .wd__inner .limit__width {
      max-width: 720px; }
      .wd__inner .limit__width .wd__content {
        position: absolute; }
        .wd__inner .limit__width .wd__content .content__title {
          font-size: 24px;
          font-weight: 200 !important; }
          .wd__inner .limit__width .wd__content .content__title * {
            font-weight: 200 !important; }
    .wd__inner .row {
      opacity: 0;
      -webkit-transition: opacity 400ms;
      transition: opacity 400ms;
      margin-top: 150px;
      margin-bottom: 150px; }
    .wd__inner.active .row {
      opacity: 1; } }

@media all and (max-width: 720px) {
  .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 {
        font-size: 15.5px;
        margin-bottom: 19px; }
      .wd__innerbtn .inner__btn .toggleSlide {
        width: 38px;
        height: 38px;
        position: absolute;
        left: 50%;
        margin-left: -19px;
        margin-top: -5px;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateY(0px) translateZ(0px) rotate(0deg);
        transform: translateY(0px) translateZ(0px) rotate(0deg);
        -webkit-transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
        transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
        transition: transform 800ms 50ms, background-image 300ms ease-out;
        transition: transform 800ms 50ms, background-image 300ms ease-out, -webkit-transform 800ms 50ms; }
        .wd__innerbtn .inner__btn .toggleSlide.fixed {
          top: -25px; }
      .wd__innerbtn .inner__btn.active span {
        opacity: 0; }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(103px) translateZ(0px) rotate(0deg);
        transform: translateY(103px) translateZ(0px) rotate(0deg); }
  .inner__page .section_content .wd__content {
    max-width: 414px !important; } }

html.testToggle #overview-top-nav.fixed {
  background-color: red;
  opacity: 0.35; }

html.testToggle #CMD .wd__section .wd__innerbtn .inner__btn.active .toggleSlide:before {
  width: 1366px;
  height: 1px;
  position: absolute;
  content: ' ';
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: red;
  opacity: 0.5; }

html.testToggle #CMD .wd__section .wd__innerbtn .inner__btn.active .toggleSlide:after {
  width: 1366px;
  height: 1px;
  position: absolute;
  content: ' ';
  bottom: -60px;
  background-color: red;
  opacity: 0.5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

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

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

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

#CMD .wd__section .wd__content .content__slogan {
  color: #ff4844; }

#CMD .wd__section .wd__content .content__title {
  color: #000;
  margin-top: 19px; }

#CMD .wd__section .wd__content .content__slogan--white {
  color: #fff; }

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

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

#CMD .wd__section .wd__feature__list .wd__feature {
  vertical-align: bottom; }
  #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
    color: #ff4844; }
  #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
    color: #636360; }
  #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
    color: #636360; }

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

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

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

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

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

#CMD .section__kv {
  padding-top: 0px;
  padding-bottom: 53px;
  overflow: hidden; }
  #CMD .section__kv .wd__content {
    position: relative; }
    #CMD .section__kv .wd__content .content__title {
      margin-top: 9px;
      font-size: 65px;
      width: 100%; }
    #CMD .section__kv .wd__content .content__info {
      max-width: 966px;
      font-size: 26px;
      margin-top: -429px; }
  #CMD .section__kv .img__kv__logo {
    margin-top: 94px;
    width: 100%;
    max-width: 498px;
    height: 70px;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/01_kv_logo.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) {
      #CMD .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/01_kv_logo.png"); } }
  #CMD .section__kv .img__kv {
    margin-top: -290px;
    width: 100%;
    max-width: 2560px;
    height: 1690px;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/01_kv.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) {
      #CMD .section__kv .img__kv {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/01_kv.jpg"); } }
    #CMD .section__kv .img__kv .ani_item {
      display: none;
      background-image: none; }

#CMD .section__kv .img__kv.aniActive {
  background-image: none; }
  #CMD .section__kv .img__kv.aniActive .ani_item {
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #CMD .section__kv .img__kv.aniActive .img__kv--light {
    top: 0;
    left: 50%;
    margin-left: -1280px;
    z-index: 1; }
  #CMD .section__kv .img__kv.aniActive .img__kv--left {
    top: 333px;
    left: 50%;
    margin-left: -647px;
    z-index: 10; }
  #CMD .section__kv .img__kv.aniActive .img__kv--right {
    top: 386px;
    left: 50%;
    margin-left: 151px;
    z-index: 1;
    overflow: hidden; }

#CMD .section__snapdragon {
  margin-top: -10px; }
  #CMD .section__snapdragon .wd__content {
    position: absolute;
    top: 169px;
    width: 1300px;
    left: 50%;
    margin-left: -650px; }
    #CMD .section__snapdragon .wd__content .content__title {
      max-width: 700px; }
    #CMD .section__snapdragon .wd__content .content__info {
      max-width: 490px; }
  #CMD .section__snapdragon .wd__feature__list {
    width: 1366px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
    margin-top: 55px; }
    #CMD .section__snapdragon .wd__feature__list .wd__feature {
      width: 452px;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 0;
      padding-top: 35px;
      padding-bottom: 35px;
      border-right: 1px solid #d93729; }
    #CMD .section__snapdragon .wd__feature__list figure {
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 128px;
      height: 85px;
      top: -10px; }
    #CMD .section__snapdragon .wd__feature__list .icon-1 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/02/02-icon1.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) {
        #CMD .section__snapdragon .wd__feature__list .icon-1 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/02/02-icon1.png"); } }
    #CMD .section__snapdragon .wd__feature__list .icon-2 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/02/02-icon2.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) {
        #CMD .section__snapdragon .wd__feature__list .icon-2 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/02/02-icon2.png"); } }
    #CMD .section__snapdragon .wd__feature__list .icon-3 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/02/02-icon3.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) {
        #CMD .section__snapdragon .wd__feature__list .icon-3 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/02/02-icon3.png"); } }
    #CMD .section__snapdragon .wd__feature__list .icon-4 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/02/02-icon4.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) {
        #CMD .section__snapdragon .wd__feature__list .icon-4 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/02/02-icon4.png"); } }
    #CMD .section__snapdragon .wd__feature__list .icon-5 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/02/02-icon5.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) {
        #CMD .section__snapdragon .wd__feature__list .icon-5 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/02/02-icon5.png"); } }
    #CMD .section__snapdragon .wd__feature__list .icon-6 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/02/02-icon6.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) {
        #CMD .section__snapdragon .wd__feature__list .icon-6 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/02/02-icon6.png"); } }
    #CMD .section__snapdragon .wd__feature__list .icon-7 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/02/02-icon7.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) {
        #CMD .section__snapdragon .wd__feature__list .icon-7 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/02/02-icon7.png"); } }
    #CMD .section__snapdragon .wd__feature__list .feature__3, #CMD .section__snapdragon .wd__feature__list .feature__6 {
      border: none; }
  #CMD .section__snapdragon .bottom__highlight {
    background-color: #800808; }
  #CMD .section__snapdragon .img__snapdragon {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 2560px;
    height: 1456px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/02_snapdragon.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) {
      #CMD .section__snapdragon .img__snapdragon {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/02_snapdragon.jpg"); } }

@-webkit-keyframes imgswap {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes imgswap {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

#CMD .section__battery {
  padding-top: 217px;
  padding-bottom: 205px;
  overflow: hidden; }
  #CMD .section__battery .wd__content {
    position: relative;
    width: 1300px;
    left: 50%;
    margin-left: -650px; }
    #CMD .section__battery .wd__content .content__title {
      max-width: 700px; }
    #CMD .section__battery .wd__content .content__info {
      max-width: 724px; }
  #CMD .section__battery .wd__feature__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  #CMD .section__battery .img__battery {
    position: relative;
    margin: -1030px auto 0 -1280px;
    left: 50%;
    width: 2560px;
    max-width: 2560px;
    height: 2032px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/03_battery.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) {
      #CMD .section__battery .img__battery {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/03_battery.jpg"); } }
    #CMD .section__battery .img__battery figure.aniActived {
      opacity: 1;
      z-index: 90; }
    #CMD .section__battery .img__battery figure.aniActive {
      z-index: 99;
      -webkit-animation: imgswap 2400ms 1 ease;
      animation: imgswap 2400ms 1 ease; }
  #CMD .section__battery__inner-btn {
    position: absolute !important;
    padding-top: 0; }
    #CMD .section__battery__inner-btn .wd__innerbtn {
      z-index: 10; }
      #CMD .section__battery__inner-btn .wd__innerbtn .inner__btn {
        top: -201px; }
        #CMD .section__battery__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
          -webkit-transform: translateY(133px) rotate(0deg);
          -ms-transform: translateY(133px) rotate(0deg);
          transform: translateY(133px) rotate(0deg); }
        #CMD .section__battery__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
          top: -58px; }

#CMD .section__inner__battery {
  z-index: 9;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 176px;
  background-color: #f0f0f0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: margin-top 300ms linear;
  transition: margin-top 300ms linear; }
  #CMD .section__inner__battery.active {
    margin-top: -80px;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 0ms;
    transition: margin-top 0ms; }

#CMD .section__inner__battery .content-1 {
  background-color: transparent;
  max-width: 100%;
  margin-top: 19px; }
  #CMD .section__inner__battery .content-1 .content-1-body {
    position: absolute;
    left: 50%;
    top: 140px;
    width: 800px;
    margin-left: -326px; }
    #CMD .section__inner__battery .content-1 .content-1-body .wd__content .content__info {
      max-width: 480px; }
    #CMD .section__inner__battery .content-1 .content-1-body .wd__feature__list {
      margin-top: 38px; }
      #CMD .section__inner__battery .content-1 .content-1-body .wd__feature__list .icon-1 {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 80px;
        height: 80px;
        top: 3px;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/03-inner1-icon1.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) {
          #CMD .section__inner__battery .content-1 .content-1-body .wd__feature__list .icon-1 {
            background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/03-inner1-icon1.png"); } }
  #CMD .section__inner__battery .content-1 .img__instant {
    position: relative;
    left: 50%;
    margin: 0;
    margin-left: -965px;
    width: 1709px;
    max-width: 1709px;
    height: 888px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/03/03_inner1_instant.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) {
      #CMD .section__inner__battery .content-1 .img__instant {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/03/03_inner1_instant.jpg"); } }
    #CMD .section__inner__battery .content-1 .img__instant figure {
      display: none;
      background-image: none; }

#CMD .section__inner__battery .content-2 {
  margin-top: 143px; }
  #CMD .section__inner__battery .content-2 .wd__content {
    margin-top: 172px; }
    #CMD .section__inner__battery .content-2 .wd__content .content__info {
      max-width: 640px; }
  #CMD .section__inner__battery .content-2 .img__standby {
    position: relative;
    left: 0;
    margin: -398px auto 0 auto;
    width: 100%;
    max-width: 1366px;
    height: 1270px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/03/03_inner2_standby.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) {
      #CMD .section__inner__battery .content-2 .img__standby {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/03/03_inner2_standby.jpg"); } }

#CMD .section__connected {
  margin-top: 0;
  padding-bottom: 95px;
  z-index: 14; }
  #CMD .section__connected .wd__content {
    width: 520px;
    max-width: 520px;
    position: relative;
    left: 100%;
    margin-left: -535px;
    margin-top: 155px; }
    #CMD .section__connected .wd__content .content__title {
      max-width: 400px; }
  #CMD .section__connected .img__connected {
    position: relative;
    left: 50%;
    margin: -979px 0 0 -627px;
    width: 1304px;
    max-width: 1304px;
    height: 1392px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/04_connected.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) {
      #CMD .section__connected .img__connected {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/04_connected.jpg"); } }
  #CMD .section__connected .img__chart {
    position: relative;
    margin: 0;
    width: 300px;
    max-width: 300px;
    height: 160px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/04_connected_chart0.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) {
      #CMD .section__connected .img__chart {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/04_connected_chart0.png"); } }
  #CMD .section__connected .img__chart {
    position: relative;
    margin-top: 87px;
    margin-left: 104px; }
    #CMD .section__connected .img__chart .text-light {
      position: absolute;
      left: 0; }
    #CMD .section__connected .img__chart .table__name {
      top: -50px;
      left: -104px;
      font-size: 30px;
      position: absolute;
      width: 400px;
      color: #333; }
    #CMD .section__connected .img__chart .line__title {
      font-size: 20px;
      width: 150px;
      left: -104px;
      position: absolute;
      color: #333; }
    #CMD .section__connected .img__chart .line__value {
      font-size: 23px;
      position: absolute;
      color: #333; }
    #CMD .section__connected .img__chart .line__1-title {
      color: #333;
      top: -1px; }
    #CMD .section__connected .img__chart .line__2-title {
      top: 60px; }
    #CMD .section__connected .img__chart .line__3-title {
      top: 118px; }
    #CMD .section__connected .img__chart .line__1-value {
      color: #ff4844;
      top: -17px;
      left: 272px;
      font-size: 61px; }
      #CMD .section__connected .img__chart .line__1-value .word-small {
        padding-left: 3px;
        font-size: 30px; }
    #CMD .section__connected .img__chart .line__2-value {
      top: 68px;
      left: 205px; }
    #CMD .section__connected .img__chart .line__3-value {
      top: 125px;
      left: 47px; }
    #CMD .section__connected .img__chart .img__thunderbolt__table {
      position: relative;
      margin: 0px auto 0;
      width: 480px;
      max-width: 480px;
      height: 160px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/thunderbolt__chart.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) {
        #CMD .section__connected .img__chart .img__thunderbolt__table {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/thunderbolt__chart.png"); } }
  #CMD .section__connected__inner-btn {
    position: absolute !important;
    padding-top: 0; }
    #CMD .section__connected__inner-btn .wd__innerbtn {
      z-index: 17; }
      #CMD .section__connected__inner-btn .wd__innerbtn .inner__btn {
        top: -201px; }
        #CMD .section__connected__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
          -webkit-transform: translateY(119px) rotate(0deg);
          -ms-transform: translateY(119px) rotate(0deg);
          transform: translateY(119px) rotate(0deg); }
        #CMD .section__connected__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
          top: -44px; }

#CMD .section__inner__connected {
  z-index: 9;
  margin-bottom: 0;
  padding-bottom: 184px;
  background-color: #f0f0f0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: margin-top 300ms linear;
  transition: margin-top 300ms linear; }
  #CMD .section__inner__connected.active {
    margin-top: -94px;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 0ms;
    transition: margin-top 0ms; }

#CMD .section__inner__connected .content-1 {
  background-color: transparent;
  max-width: 100%;
  margin-top: 58px; }
  #CMD .section__inner__connected .content-1 .wd__content {
    margin-top: 100px; }
    #CMD .section__inner__connected .content-1 .wd__content .content__info {
      max-width: 710px; }
  #CMD .section__inner__connected .content-1 .wd__feature__list {
    margin-top: 38px; }
  #CMD .section__inner__connected .content-1 .img__connection {
    position: relative;
    left: 50%;
    margin: -25px auto 0 -858px;
    width: 1715px;
    max-width: 1715px;
    height: 862px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/04/04_inner1_connection.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) {
      #CMD .section__inner__connected .content-1 .img__connection {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/04/04_inner1_connection.jpg"); } }

#CMD .section__inner__connected .content-2 {
  margin-top: 44px; }
  #CMD .section__inner__connected .content-2 .wd__content {
    left: 50%;
    margin-left: 174px;
    max-width: 800px;
    position: absolute;
    margin-top: 94px; }
    #CMD .section__inner__connected .content-2 .wd__content .content__info {
      max-width: 430px; }
  #CMD .section__inner__connected .content-2 .wd__feature__list {
    margin-top: 38px; }
    #CMD .section__inner__connected .content-2 .wd__feature__list .wd__feature {
      width: auto;
      text-align: center; }
      #CMD .section__inner__connected .content-2 .wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center; }
    #CMD .section__inner__connected .content-2 .wd__feature__list figure {
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 65px;
      height: 65px;
      top: -5px; }
    #CMD .section__inner__connected .content-2 .wd__feature__list .icon-1 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/04-inner2-icon1.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) {
        #CMD .section__inner__connected .content-2 .wd__feature__list .icon-1 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/04-inner2-icon1.png"); } }
    #CMD .section__inner__connected .content-2 .wd__feature__list .icon-2 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/04-inner2-icon2.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) {
        #CMD .section__inner__connected .content-2 .wd__feature__list .icon-2 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/04-inner2-icon2.png"); } }
    #CMD .section__inner__connected .content-2 .wd__feature__list .icon-3 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/04-inner2-icon3.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) {
        #CMD .section__inner__connected .content-2 .wd__feature__list .icon-3 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/04-inner2-icon3.png"); } }
    #CMD .section__inner__connected .content-2 .wd__feature__list .feature__01 {
      width: 111px; }
    #CMD .section__inner__connected .content-2 .wd__feature__list .feature__02 {
      width: 100px; }
    #CMD .section__inner__connected .content-2 .wd__feature__list .feature__03 {
      width: 76px; }
  #CMD .section__inner__connected .content-2 .img__connectivity {
    position: relative;
    left: 0;
    margin: 0px auto 0 auto;
    width: 100%;
    max-width: 1366px;
    height: 924px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/04/04_inner2_connectivity.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) {
      #CMD .section__inner__connected .content-2 .img__connectivity {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/04/04_inner2_connectivity.jpg"); } }

#CMD .section__ultrathin {
  z-index: 14;
  background-color: #fff;
  padding-top: 223px;
  padding-bottom: 200px; }
  #CMD .section__ultrathin .wd__content {
    left: 50%;
    width: 1366px;
    margin-left: -544px; }
    #CMD .section__ultrathin .wd__content .content__title {
      max-width: 700px; }
    #CMD .section__ultrathin .wd__content .content__info {
      max-width: 440px; }
  #CMD .section__ultrathin .img__ultrathin {
    position: relative;
    margin: 0 auto;
    left: 50%;
    margin-top: -696px;
    margin-left: -531px;
    width: 1200px;
    max-width: 1200px;
    height: 850px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/05_ultrathin.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) {
      #CMD .section__ultrathin .img__ultrathin {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/05_ultrathin.jpg"); } }
  #CMD .section__ultrathin__inner-btn {
    position: absolute !important;
    padding-top: 0; }
    #CMD .section__ultrathin__inner-btn .wd__innerbtn {
      z-index: 45; }
      #CMD .section__ultrathin__inner-btn .wd__innerbtn .inner__btn {
        top: -201px; }
        #CMD .section__ultrathin__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
          -webkit-transform: translateY(91px) rotate(0deg);
          -ms-transform: translateY(91px) rotate(0deg);
          transform: translateY(91px) rotate(0deg); }
        #CMD .section__ultrathin__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
          top: -15px; }

#CMD .section__ultrathin .img__ultrathin.aniActive {
  background-image: none; }
  #CMD .section__ultrathin .img__ultrathin.aniActive .ani_item {
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1; }
  #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--left {
    top: 0;
    left: 0;
    z-index: 10; }
  #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right {
    top: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right .img__ultrathin--shadowMask {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      content: ' ';
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 11; }
    #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right:after {
      position: absolute;
      display: block;
      content: ' ';
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      left: 0;
      right: 0;
      z-index: 1; }
  #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--shadow {
    top: 0;
    left: 0;
    z-index: 3; }

#CMD .section__inner__ultrathin {
  z-index: 44;
  margin-bottom: 0;
  padding-bottom: 176px;
  background-color: #f0f0f0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: margin-top 300ms linear;
  transition: margin-top 300ms linear; }
  #CMD .section__inner__ultrathin.active {
    margin-top: -122px;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 0ms;
    transition: margin-top 0ms; }

#CMD .section__inner__ultrathin .content-1 {
  background-color: transparent;
  max-width: 100%;
  margin-top: 160px; }
  #CMD .section__inner__ultrathin .content-1 .wd__content {
    top: 83px;
    position: absolute;
    width: 1366px;
    left: 50%;
    margin-left: -683px; }
    #CMD .section__inner__ultrathin .content-1 .wd__content .content__info {
      max-width: 820px; }
  #CMD .section__inner__ultrathin .content-1 .img__productivity {
    position: relative;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1366px;
    height: 1030px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/05/05_inner1_productivity.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) {
      #CMD .section__inner__ultrathin .content-1 .img__productivity {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/05/05_inner1_productivity.jpg"); } }

#CMD .section__inner__ultrathin .content-2 {
  background-color: transparent;
  margin-top: 143px; }
  #CMD .section__inner__ultrathin .content-2 .wd__content {
    margin-top: 0;
    width: 100%;
    max-width: 1366px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    #CMD .section__inner__ultrathin .content-2 .wd__content .content__info {
      max-width: 860px; }
  #CMD .section__inner__ultrathin .content-2 .wd__feature__list {
    margin-top: 38px; }
    #CMD .section__inner__ultrathin .content-2 .wd__feature__list .wd__feature {
      width: auto;
      text-align: center; }
      #CMD .section__inner__ultrathin .content-2 .wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center; }
  #CMD .section__inner__ultrathin .content-2 .img__vision {
    position: relative;
    left: 50%;
    margin: 0px auto 0 -642px;
    width: 1284px;
    max-width: 1284px;
    height: 709px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/05/05_inner2_vision.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) {
      #CMD .section__inner__ultrathin .content-2 .img__vision {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/05/05_inner2_vision.jpg"); } }

#CMD .section__performance {
  overflow: hidden;
  z-index: 100; }
  #CMD .section__performance .wd__content {
    position: absolute;
    top: 173px;
    width: 1300px;
    left: 50%;
    margin-left: -650px; }
    #CMD .section__performance .wd__content .content__title {
      max-width: 700px; }
    #CMD .section__performance .wd__content .content__info {
      max-width: 840px; }
  #CMD .section__performance .wd__feature__list .feature__00 {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  #CMD .section__performance .img__performance {
    position: relative;
    margin: 0px auto 0 auto;
    width: 100%;
    max-width: 2560px;
    height: 1461px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/06_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) {
      #CMD .section__performance .img__performance {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/06_performance.jpg"); } }

#CMD .section__windows {
  z-index: 70;
  padding-top: 224px;
  padding-bottom: 150px; }
  #CMD .section__windows .wd__content .content__title {
    max-width: 1200px; }
  #CMD .section__windows .wd__content .content__info {
    max-width: 980px; }
  #CMD .section__windows .wd__feature__list figure {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    top: -5px; }
  #CMD .section__windows .wd__feature__list .icon-1 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/07-icon1.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) {
      #CMD .section__windows .wd__feature__list .icon-1 {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/07-icon1.png"); } }
  #CMD .section__windows .wd__feature__list .icon-2 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/07-icon2.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) {
      #CMD .section__windows .wd__feature__list .icon-2 {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/07-icon2.png"); } }
  #CMD .section__windows .wd__feature__list .icon-3 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/07-icon3.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) {
      #CMD .section__windows .wd__feature__list .icon-3 {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/07-icon3.png"); } }
  #CMD .section__windows .wd__feature__list .icon-4 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/07-icon4.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) {
      #CMD .section__windows .wd__feature__list .icon-4 {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/07-icon4.png"); } }
  #CMD .section__windows .wd__feature__list .icon-5 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/07-icon5.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) {
      #CMD .section__windows .wd__feature__list .icon-5 {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/07-icon5.png"); } }
  #CMD .section__windows .wd__feature__list .icon-6 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/07-icon6.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) {
      #CMD .section__windows .wd__feature__list .icon-6 {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/07-icon6.png"); } }
  #CMD .section__windows .wd__feature__list .icon-7 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/icon/07-icon7.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) {
      #CMD .section__windows .wd__feature__list .icon-7 {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/icon/07-icon7.png"); } }
  #CMD .section__windows .img__windows {
    position: relative;
    margin: 0 auto;
    left: 50%;
    margin-left: -1002px;
    width: 2242px;
    max-width: 2242px;
    height: 717px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/07_windows.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) {
      #CMD .section__windows .img__windows {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/07_windows.jpg"); } }
  #CMD .section__windows__inner-btn {
    position: absolute !important;
    padding-top: 0; }
    #CMD .section__windows__inner-btn .wd__innerbtn {
      z-index: 100; }
      #CMD .section__windows__inner-btn .wd__innerbtn .inner__btn {
        top: -140px; }
        #CMD .section__windows__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
          -webkit-transform: translateY(152px) rotate(0deg);
          -ms-transform: translateY(152px) rotate(0deg);
          transform: translateY(152px) rotate(0deg); }
        #CMD .section__windows__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
          top: -78px; }

#CMD .section__inner__applications {
  z-index: 70;
  margin-bottom: 0;
  padding-bottom: 62px;
  background-color: #f0f0f0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: margin-top 300ms linear;
  transition: margin-top 300ms linear; }
  #CMD .section__inner__applications.active {
    margin-top: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 0ms;
    transition: margin-top 0ms; }

#CMD .section__inner__applications .content-1 {
  background-color: transparent;
  max-width: 100%;
  margin-top: 139px; }
  #CMD .section__inner__applications .content-1 .wd__content {
    position: relative;
    width: 1366px;
    left: 50%;
    margin-left: -683px; }
    #CMD .section__inner__applications .content-1 .wd__content .content__info {
      max-width: 750px; }
  #CMD .section__inner__applications .content-1 .img__applications {
    position: relative;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 2560px;
    height: 0;
    padding-bottom: 38%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/07/07_inner.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) {
      #CMD .section__inner__applications .content-1 .img__applications {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/07/07_inner.jpg"); } }

#CMD .section__comment {
  margin-top: 25px;
  margin-bottom: 0; }
  #CMD .section__comment .wd__content {
    width: 1180px;
    margin-left: auto;
    margin-right: auto; }
  #CMD .section__comment .footnotes {
    width: 1180px;
    margin-left: auto;
    margin-right: auto; }

#CMD .product_price .current_price .heading {
  color: #000; }

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

#CMD .product_price .btn_buy .label {
  background-color: #000; }

#CMD .product_price .btn_buy .etailers .etailers_list li a:link:hover {
  color: #ff4844; }

#CMD .product_price.active {
  margin-bottom: -113px;
  padding-top: 42px; }

#CMD .product_pdguide .link {
  color: #ff4844; }

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

#CMD .section__pdc {
  background-color: #242e40; }

#CMD .product_videos.active {
  padding-top: 0;
  text-align: left; }

#CMD .product_medias .media .text {
  color: white; }

#CMD .product_medias .media a {
  color: #ff4844; }

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

#CMD .media-bottom {
  padding-bottom: 175px; }

#CMD .video-bottom {
  padding-bottom: 176px; }

@media all and (min-width: 2561px) and (max-width: 1300px) {
  #CMD .section__inner__applications .content-1 .img__applications {
    max-width: 2560px;
    height: 974px;
    padding-bottom: 0; } }

@media all and (min-width: 1301px) {
  #CMD .large_use {
    display: block; }
  #CMD .large_unuse {
    display: none; }
  #CMD .section__kv .img__kv.aniActive {
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#faaa3f), color-stop(20%, #faaa3f), to(white));
    background: -webkit-linear-gradient(top, #faaa3f 0%, #faaa3f 20%, white 100%);
    background: linear-gradient(to bottom, #faaa3f 0%, #faaa3f 20%, white 100%); }
    #CMD .section__kv .img__kv.aniActive .img__kv--light {
      width: 2560px;
      height: 1690px;
      -webkit-filter: blur(2px);
      filter: blur(2px);
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/animation/01/01_KV_model_light.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv.aniActive .img__kv--light {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/animation/01/01_KV_model_light.png"); } }

@media all and (min-width: 1301px) {
    #CMD .section__kv .img__kv.aniActive .img__kv--lens-left,
    #CMD .section__kv .img__kv.aniActive .img__kv--lens-right {
      width: 10px;
      height: 10px;
      border-radius: 20px;
      position: absolute;
      left: 50%;
      margin-left: -5px;
      top: 800px; }
      #CMD .section__kv .img__kv.aniActive .img__kv--lens-left:after,
      #CMD .section__kv .img__kv.aniActive .img__kv--lens-right:after {
        position: absolute;
        display: block;
        content: ' ';
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 2048px;
        height: 1513px;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/animation/01/01_KV_model_light_lens.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__kv .img__kv.aniActive .img__kv--lens-left:after,
        #CMD .section__kv .img__kv.aniActive .img__kv--lens-right:after {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/animation/01/01_KV_model_light_lens.png"); } }

@media all and (min-width: 1301px) {
    #CMD .section__kv .img__kv.aniActive .img__kv--lens-right {
      margin-left: 517px;
      top: 710px;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
      transform: rotate(0deg) translate3d(0, 0, 0); }
      #CMD .section__kv .img__kv.aniActive .img__kv--lens-right:after {
        top: -1130px;
        left: -773px; }
    #CMD .section__kv .img__kv.aniActive .img__kv--lens-left {
      margin-left: 260px;
      top: 820px;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
      transform: rotate(0deg) translate3d(0, 0, 0); }
      #CMD .section__kv .img__kv.aniActive .img__kv--lens-left:after {
        top: -334px;
        left: -1060px; }
    #CMD .section__kv .img__kv.aniActive .img__kv--left {
      width: 1300px;
      height: 800px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/animation/01/01_KV_model_left.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv.aniActive .img__kv--left {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/animation/01/01_KV_model_left.png"); } }

@media all and (min-width: 1301px) {
    #CMD .section__kv .img__kv.aniActive .img__kv--right {
      width: 1200px;
      height: 800px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/animation/01/01_KV_model_right.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv.aniActive .img__kv--right {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/animation/01/01_KV_model_right.png"); } }

@media all and (min-width: 1301px) {
  #CMD .section__battery .img__battery figure {
    position: absolute;
    width: 2560px;
    max-width: 2560px;
    height: 2032px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  #CMD .section__battery .img__battery .img__battery__1 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/animation/03/03_battery_bg_1.jpg"); } }
  @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__1 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/animation/03/03_battery_bg_1.jpg"); } }

@media all and (min-width: 1301px) {
  #CMD .section__battery .img__battery .img__battery__2 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/animation/03/03_battery_bg_2.jpg"); } }
  @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__2 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/animation/03/03_battery_bg_2.jpg"); } }

@media all and (min-width: 1301px) {
  #CMD .section__battery .img__battery .img__battery__3 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/animation/03/03_battery_bg_3.jpg"); } }
  @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__3 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/animation/03/03_battery_bg_3.jpg"); } }

@media all and (min-width: 1301px) {
  #CMD .section__battery .img__battery .img__battery__4 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/animation/03/03_battery_bg_4.jpg"); } }
  @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__4 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/animation/03/03_battery_bg_4.jpg"); } }

@media all and (min-width: 1301px) {
  #CMD .section__inner__battery .content-1 .img__instant.aniActive {
    background-image: none; }
    #CMD .section__inner__battery .content-1 .img__instant.aniActive figure {
      display: block;
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__model {
      width: 1709px;
      max-width: 1709px;
      height: 888px;
      z-index: 1;
      opacity: 1;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/03/03_inner1_model.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__model {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/03/03_inner1_model.jpg"); } }

@media all and (min-width: 1301px) {
    #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__hand {
      opacity: 0;
      position: absolute;
      width: 826px;
      max-width: 826px;
      height: 631px;
      z-index: 2;
      left: -8px;
      top: 183px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/03/03_inner1_hand.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__hand {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/03/03_inner1_hand.jpg"); } }

@media all and (min-width: 1301px) {
    #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__screen {
      opacity: 1;
      position: absolute;
      width: 700px;
      max-width: 700px;
      height: 888px;
      z-index: 2;
      right: 0;
      top: 0;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/03/03_inner1_screen.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__screen {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/03/03_inner1_screen.jpg"); } }

@media all and (min-width: 1301px) {
  #CMD .section__inner__connected .content-1 .img__connection.aniActive {
    background-image: none; }
    #CMD .section__inner__connected .content-1 .img__connection.aniActive .img__connection__model {
      position: relative;
      width: 1715px;
      max-width: 1715px;
      height: 862px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 99;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/04/04_inner1_model.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .img__connection__model {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/04/04_inner1_model.png"); } }

@media all and (min-width: 1301px) {
    #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave {
      z-index: 1; }
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_item {
        position: absolute;
        top: 0;
        left: 0;
        width: 1715px;
        height: 862px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_1 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 4000ms;
        animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 1200ms;
        animation-delay: 1200ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/04/ripple1.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_1 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/04/ripple1.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_2 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 4000ms;
        animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 1400ms;
        animation-delay: 1400ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/04/ripple2.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_2 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/04/ripple2.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_3 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 4000ms;
        animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 1600ms;
        animation-delay: 1600ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/04/ripple3.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_3 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/04/ripple3.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_4 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 4000ms;
        animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 1800ms;
        animation-delay: 1800ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/04/ripple4.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_4 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/04/ripple4.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_5 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 4000ms;
        animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 2000ms;
        animation-delay: 2000ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/1x/inner/04/ripple5.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_5 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/large/2x/inner/04/ripple5.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  html.testToggle #overview-top-nav.fixed {
    background-color: red;
    opacity: 0.35; }
  html.testToggle #CMD .wd__section .wd__innerbtn .inner__btn.active .toggleSlide:before {
    width: 1366px;
    height: 1px;
    position: absolute;
    content: ' ';
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -683px \9\0;
    background-color: red;
    opacity: 0.5; }
  html.testToggle #CMD .wd__section .wd__innerbtn .inner__btn.active .toggleSlide:after {
    width: 1366px;
    height: 1px;
    position: absolute;
    content: ' ';
    bottom: -60px;
    background-color: red;
    opacity: 0.5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  #CMD .wd__section .medium_use {
    display: block; }
  #CMD .wd__section .medium_unuse {
    display: none; }
  #CMD .wd__section .no__wrap {
    white-space: nowrap;
    display: inline-block; }
  #CMD .wd__section .wd__content .content__title {
    margin-top: 10px; }
  #CMD .wd__section .wd__content .content__info {
    margin-top: 17px; }
  #CMD .wd__section .wd__link__arrow:after {
    padding-left: 5px; }
  #CMD .section__kv {
    padding-bottom: 148px; }
    #CMD .section__kv .wd__content {
      position: relative; }
      #CMD .section__kv .wd__content .content__title {
        margin-top: 15px;
        font-size: 60px;
        width: 100%;
        max-width: 800px; }
      #CMD .section__kv .wd__content .content__info {
        width: 80%;
        max-width: 780px;
        font-size: 26px;
        margin-top: -263px; }
    #CMD .section__kv .img__kv__logo {
      margin-top: 78px;
      width: 510px;
      max-width: 510px;
      height: 68px;
      background-size: contain;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/01_kv_logo.png"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/01_kv_logo.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__kv .img__kv {
      margin-top: -270px;
      width: 100%;
      max-width: 1300px;
      height: 1243px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/01_kv.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/01_kv.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__kv:before {
      display: block;
      content: ' ';
      background-color: #faa93e;
      width: 100%;
      height: 800px;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0; }
  #CMD .section__snapdragon {
    margin-top: 0; }
    #CMD .section__snapdragon .wd__content {
      position: absolute;
      top: 138px;
      width: 1300px;
      left: 50%;
      margin-left: -650px; }
      #CMD .section__snapdragon .wd__content .content__title {
        max-width: 700px; }
      #CMD .section__snapdragon .wd__content .content__info {
        max-width: 490px; }
    #CMD .section__snapdragon .wd__feature__list {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 53px;
      margin-top: 55px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: distribute;
      align-content: space-around;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 640px; }
      #CMD .section__snapdragon .wd__feature__list .wd__feature {
        width: 49%;
        padding-top: 45px;
        padding-bottom: 45px;
        border-right: 1px solid #d93729;
        display: block; }
      #CMD .section__snapdragon .wd__feature__list figure {
        background-size: contain;
        width: 128px;
        height: 85px;
        top: -10px; }
      #CMD .section__snapdragon .wd__feature__list .feature__4, #CMD .section__snapdragon .wd__feature__list .feature__5, #CMD .section__snapdragon .wd__feature__list .feature__6 {
        border: none; }
      #CMD .section__snapdragon .wd__feature__list .feature__1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      #CMD .section__snapdragon .wd__feature__list .feature__2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      #CMD .section__snapdragon .wd__feature__list .feature__3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      #CMD .section__snapdragon .wd__feature__list .feature__4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      #CMD .section__snapdragon .wd__feature__list .feature__5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
      #CMD .section__snapdragon .wd__feature__list .feature__6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; }
    #CMD .section__snapdragon .img__snapdragon {
      margin: 0 auto;
      background-size: cover;
      width: 100%;
      max-width: 1300px;
      height: 1188px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/02_snapdragon.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__snapdragon .img__snapdragon {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/02_snapdragon.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__battery {
    padding-bottom: 205px;
    padding-top: 130px;
    overflow: hidden; }
    #CMD .section__battery .wd__content {
      position: relative;
      width: 1300px;
      left: 50%;
      margin-left: -650px; }
      #CMD .section__battery .wd__content .content__title {
        max-width: 700px; }
      #CMD .section__battery .wd__content .content__info {
        width: 48%;
        max-width: 670px; }
    #CMD .section__battery .img__battery {
      margin: -794px auto 0 -650px;
      left: 50%;
      width: 1300px;
      max-width: 1300px;
      height: 1418px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/03_battery.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__battery .img__battery {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/03_battery.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__battery__inner-btn {
      position: absolute !important;
      padding-top: 0; }
      #CMD .section__battery__inner-btn .wd__innerbtn {
        z-index: 10; }
        #CMD .section__battery__inner-btn .wd__innerbtn .inner__btn {
          top: -162px; }
          #CMD .section__battery__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
            -webkit-transform: translateY(105px) rotate(0deg);
            -ms-transform: translateY(105px) rotate(0deg);
            transform: translateY(105px) rotate(0deg); }
          #CMD .section__battery__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
            top: -11px; }
  #CMD .section__battery .img__battery figure {
    position: absolute;
    width: 1300px;
    max-width: 1300px;
    height: 1418px; }
    #CMD .section__battery .img__battery figure.aniActive {
      z-index: 99; }
  #CMD .section__battery .img__battery .img__battery__1 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/animation/03/03_battery_bg_1.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__1 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/animation/03/03_battery_bg_1.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__battery .img__battery .img__battery__2 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/animation/03/03_battery_bg_2.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__2 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/animation/03/03_battery_bg_2.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__battery .img__battery .img__battery__3 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/animation/03/03_battery_bg_3.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__3 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/animation/03/03_battery_bg_3.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__battery .img__battery .img__battery__4 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/animation/03/03_battery_bg_4.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__4 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/animation/03/03_battery_bg_4.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__inner__battery {
    z-index: 9;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 95px;
    background-color: #f0f0f0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 300ms linear;
    transition: margin-top 300ms linear; }
    #CMD .section__inner__battery.active {
      margin-top: -80px;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -webkit-transition: margin-top 0ms;
      transition: margin-top 0ms; }
  #CMD .section__inner__battery .content-1 {
    background-color: transparent;
    max-width: 100%;
    margin-top: 148px;
    margin-bottom: 0;
    padding-bottom: 0; }
    #CMD .section__inner__battery .content-1 .content-1-body {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      margin-left: 0; }
      #CMD .section__inner__battery .content-1 .content-1-body .wd__content .content__info {
        width: 80%;
        max-width: 500px; }
      #CMD .section__inner__battery .content-1 .content-1-body .wd__feature__list {
        margin-top: 38px; }
        #CMD .section__inner__battery .content-1 .content-1-body .wd__feature__list .icon-1 {
          width: 80px;
          height: 80px;
          top: 3px; }
    #CMD .section__inner__battery .content-1 .img__instant {
      margin: -80px 0 0 -653px;
      width: 1198px;
      max-width: 1198px;
      height: 610px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/03/03_inner1_instant.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-1 .img__instant {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/03/03_inner1_instant.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #CMD .section__inner__battery .content-1 .img__instant figure {
        display: none;
        background-image: none; }
  #CMD .section__inner__battery .content-2 {
    background-color: #fff;
    max-width: 725px;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0; }
    #CMD .section__inner__battery .content-2 .wd__content {
      margin-top: 66px; }
      #CMD .section__inner__battery .content-2 .wd__content .content__info {
        width: 80%;
        max-width: 720px; }
    #CMD .section__inner__battery .content-2 .img__standby {
      position: relative;
      left: 0;
      margin: -210px auto 0 auto;
      width: 100%;
      max-width: 725px;
      height: 952px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/03/03_inner2_standby.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-2 .img__standby {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/03/03_inner2_standby.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__inner__battery .content-1 .img__instant.aniActive {
    background-image: none; }
    #CMD .section__inner__battery .content-1 .img__instant.aniActive figure {
      display: block;
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__model {
      width: 1198px;
      max-width: 1198px;
      height: 610px;
      z-index: 1;
      opacity: 1;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/03/03_inner1_model.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__model {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/03/03_inner1_model.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__hand {
      opacity: 0;
      position: absolute;
      width: 528px;
      max-width: 528px;
      height: 400px;
      z-index: 2;
      left: 47px;
      top: 149px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/03/03_inner1_hand.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__hand {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/03/03_inner1_hand.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__screen {
      opacity: 1;
      position: absolute;
      width: 500px;
      max-width: 500px;
      height: 610px;
      z-index: 2;
      right: 0px;
      top: 0px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/03/03_inner1_screen.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__screen {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/03/03_inner1_screen.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__connected {
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 200px;
    z-index: 14; }
    #CMD .section__connected .wd__content {
      width: 100%;
      max-width: 100%;
      position: relative;
      left: 0%;
      margin-left: auto;
      margin-top: 74px; }
      #CMD .section__connected .wd__content .content__title {
        width: 100%;
        max-width: 1300px; }
      #CMD .section__connected .wd__content .content__info {
        width: 89%;
        max-width: 730px; }
    #CMD .section__connected .img__connected {
      left: 50%;
      margin: 0 auto;
      margin-top: -109px;
      margin-left: -411px;
      width: 732px;
      max-width: 732px;
      height: 818px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/04_connected.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__connected .img__connected {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/04_connected.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__connected .img__chart {
      position: relative;
      margin: 83px auto 0 auto;
      width: 300px;
      max-width: 300px;
      height: 160px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/04_connected_chart0.png"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__connected .img__chart {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/04_connected_chart0.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__connected .img__chart {
      left: 23px; }
      #CMD .section__connected .img__chart .text-light {
        left: 0; }
      #CMD .section__connected .img__chart .table__name {
        top: -53px;
        left: -104px;
        font-size: 30px;
        position: absolute;
        width: 400px;
        text-align: left; }
      #CMD .section__connected .img__chart .line__title {
        font-size: 20px;
        width: 150px;
        left: -104px;
        text-align: left; }
      #CMD .section__connected .img__chart .line__value {
        font-size: 23px; }
      #CMD .section__connected .img__chart .line__1-title {
        top: -1px; }
      #CMD .section__connected .img__chart .line__2-title {
        top: 60px; }
      #CMD .section__connected .img__chart .line__3-title {
        top: 118px; }
      #CMD .section__connected .img__chart .line__1-value {
        color: #ff4844;
        top: -17px;
        left: 272px;
        font-size: 61px; }
        #CMD .section__connected .img__chart .line__1-value .word-small {
          padding-left: 3px;
          font-size: 30px; }
      #CMD .section__connected .img__chart .line__2-value {
        top: 68px;
        left: 205px; }
      #CMD .section__connected .img__chart .line__3-value {
        top: 125px;
        left: 47px; }
      #CMD .section__connected .img__chart .img__thunderbolt__table {
        position: relative;
        margin: 0px auto 0;
        width: 480px;
        max-width: 480px;
        height: 160px;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/thunderbolt__chart.png"); } }
      @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
        #CMD .section__connected .img__chart .img__thunderbolt__table {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/thunderbolt__chart.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__connected__inner-btn {
      position: absolute !important;
      padding-top: 14px; }
      #CMD .section__connected__inner-btn .wd__innerbtn {
        z-index: 17; }
        #CMD .section__connected__inner-btn .wd__innerbtn .inner__btn {
          top: -201px; }
          #CMD .section__connected__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
            -webkit-transform: translateY(90px) rotate(0deg);
            -ms-transform: translateY(90px) rotate(0deg);
            transform: translateY(90px) rotate(0deg); }
          #CMD .section__connected__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
            top: 5px; }
  #CMD .section__inner__connected {
    z-index: 9;
    margin-bottom: 0;
    padding-bottom: 104px;
    background-color: #f0f0f0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 300ms linear;
    transition: margin-top 300ms linear; }
    #CMD .section__inner__connected.active {
      margin-top: -120px;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -webkit-transition: margin-top 0ms;
      transition: margin-top 0ms;
      z-index: 15; }
  #CMD .section__inner__connected .content-1 {
    background-color: transparent;
    padding-bottom: 10px;
    max-width: 100%;
    margin-top: 109px; }
    #CMD .section__inner__connected .content-1 .wd__content {
      margin-top: 51px; }
      #CMD .section__inner__connected .content-1 .wd__content .content__info {
        width: 80%;
        max-width: 580px; }
    #CMD .section__inner__connected .content-1 .wd__feature__list {
      margin-top: 38px; }
    #CMD .section__inner__connected .content-1 .img__connection {
      left: 50%;
      margin: -25px auto 0 -465px;
      width: 930px;
      max-width: 930px;
      height: 500px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/04/04_inner1_connection.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__inner__connected .content-1 .img__connection {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/04/04_inner1_connection.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__inner__connected .content-1 .img__connection.aniActive {
    background-image: none; }
    #CMD .section__inner__connected .content-1 .img__connection.aniActive .img__connection__model {
      z-index: 99;
      position: relative;
      width: 930px;
      max-width: 930px;
      height: 500px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/04/04_inner1_model.png"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .img__connection__model {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/04/04_inner1_model.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave {
      z-index: 1; }
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_item {
        position: absolute;
        top: 0;
        left: 0;
        width: 930px;
        height: 500px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_1 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 800ms;
        animation-delay: 800ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/04/ripple1.png"); } }
      @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_1 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/04/ripple1.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_2 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 1100ms;
        animation-delay: 1100ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/04/ripple2.png"); } }
      @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_2 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/04/ripple2.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_3 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 1400ms;
        animation-delay: 1400ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/04/ripple3.png"); } }
      @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_3 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/04/ripple3.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_4 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 1700ms;
        animation-delay: 1700ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/04/ripple4.png"); } }
      @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_4 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/04/ripple4.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_5 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 2000ms;
        animation-delay: 2000ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/04/ripple5.png"); } }
      @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_5 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/04/ripple5.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__inner__connected .content-2 {
    background-color: #fff;
    margin-top: 0;
    position: relative;
    left: 50%;
    margin: 0px auto 0 -361px;
    width: 722px;
    max-width: 722px;
    padding-bottom: 0; }
    #CMD .section__inner__connected .content-2 .wd__content {
      left: 0;
      margin-top: 84px;
      margin-left: 0;
      width: 100%;
      position: relative; }
      #CMD .section__inner__connected .content-2 .wd__content .content__info {
        width: 80%;
        max-width: 532px; }
    #CMD .section__inner__connected .content-2 .wd__feature__list {
      margin-top: 49px; }
      #CMD .section__inner__connected .content-2 .wd__feature__list .wd__feature {
        width: auto;
        text-align: center; }
        #CMD .section__inner__connected .content-2 .wd__feature__list .wd__feature .wd__feature__describe {
          text-align: center; }
      #CMD .section__inner__connected .content-2 .wd__feature__list figure {
        width: 65px;
        height: 65px;
        top: -5px; }
      #CMD .section__inner__connected .content-2 .wd__feature__list .feature__01 {
        width: 111px; }
      #CMD .section__inner__connected .content-2 .wd__feature__list .feature__02 {
        width: 100px; }
      #CMD .section__inner__connected .content-2 .wd__feature__list .feature__03 {
        width: 76px; }
    #CMD .section__inner__connected .content-2 .img__connectivity {
      position: relative;
      left: 50%;
      margin: -90px auto 0 -361px;
      width: 722px;
      max-width: 722px;
      height: 660px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/04/04_inner2_connectivity.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__inner__connected .content-2 .img__connectivity {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/04/04_inner2_connectivity.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__ultrathin {
    z-index: 18;
    background-color: #fff;
    padding-top: 83px;
    padding-bottom: 143px; }
    #CMD .section__ultrathin .wd__content {
      left: 0;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      #CMD .section__ultrathin .wd__content .content__title {
        max-width: 700px; }
      #CMD .section__ultrathin .wd__content .content__info {
        max-width: 640px; }
    #CMD .section__ultrathin .img__ultrathin {
      position: relative;
      margin: 0 auto;
      left: 50%;
      margin-top: -62px;
      margin-left: -104px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 900px;
      max-width: 900px;
      height: 700px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/05_ultrathin.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__ultrathin .img__ultrathin {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/05_ultrathin.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__ultrathin__inner-btn {
      position: absolute !important;
      padding-top: 24px; }
      #CMD .section__ultrathin__inner-btn .wd__innerbtn {
        z-index: 45; }
        #CMD .section__ultrathin__inner-btn .wd__innerbtn .inner__btn {
          top: -201px; }
          #CMD .section__ultrathin__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
            -webkit-transform: translateY(76px) rotate(0deg);
            -ms-transform: translateY(76px) rotate(0deg);
            transform: translateY(76px) rotate(0deg); }
          #CMD .section__ultrathin__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
            top: 17px; }
  #CMD .section__ultrathin .img__ultrathin.aniActive {
    display: block; }
    #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--left {
      width: 869px;
      height: 544px;
      top: 0;
      left: 0;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/05/05_model--left.png"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--left {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/05/05_model--left.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right {
      width: 794px;
      height: 600px;
      top: 0;
      right: 0;
      overflow: hidden; }
      #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right .img__ultrathin--shadowMask {
        top: 1px;
        right: -4px;
        width: 1020px;
        height: 600px;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/05/05_model--shadow--mask.png"); } }
      @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
        #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right .img__ultrathin--shadowMask {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/05/05_model--shadow--mask.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right:after {
        width: 794px;
        height: 600px;
        left: 0;
        right: 0;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/05/05_model--right.png"); } }
      @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
        #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right:after {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/05/05_model--right.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--shadow {
      width: 544px;
      height: 544px;
      top: 0;
      left: -201px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/05/05_model--shadow.png"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--shadow {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/05/05_model--shadow.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__inner__ultrathin {
    z-index: 44;
    margin-bottom: 0;
    padding-bottom: 150px;
    background-color: #f0f0f0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 300ms linear;
    transition: margin-top 300ms linear; }
    #CMD .section__inner__ultrathin.active {
      margin-top: -122px;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -webkit-transition: margin-top 0ms;
      transition: margin-top 0ms; }
  #CMD .section__inner__ultrathin .content-1 {
    background-color: #fff;
    max-width: 100%;
    margin-top: 188px;
    padding-bottom: 0;
    width: 724px; }
    #CMD .section__inner__ultrathin .content-1 .wd__content {
      margin-top: 72px;
      top: 0;
      position: relative;
      width: 100%;
      left: 0;
      margin-left: 0; }
      #CMD .section__inner__ultrathin .content-1 .wd__content .content__info {
        max-width: 562px; }
    #CMD .section__inner__ultrathin .content-1 .img__productivity {
      position: relative;
      left: 50%;
      margin: -356px auto 0px -362px;
      width: 724px;
      max-width: 724px;
      height: 820px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/05/05_inner1_productivity.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__inner__ultrathin .content-1 .img__productivity {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/05/05_inner1_productivity.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__inner__ultrathin .content-2 {
    background-color: transparent;
    margin-top: 143px;
    padding-bottom: 0; }
    #CMD .section__inner__ultrathin .content-2 .wd__content {
      margin-top: 0;
      width: 100%;
      max-width: 724px;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      #CMD .section__inner__ultrathin .content-2 .wd__content .content__info {
        max-width: 610px; }
    #CMD .section__inner__ultrathin .content-2 .wd__feature__list {
      margin-top: 38px; }
      #CMD .section__inner__ultrathin .content-2 .wd__feature__list .wd__feature {
        width: auto;
        text-align: center; }
        #CMD .section__inner__ultrathin .content-2 .wd__feature__list .wd__feature .wd__feature__describe {
          text-align: center; }
    #CMD .section__inner__ultrathin .content-2 .img__vision {
      position: relative;
      left: 50%;
      margin: 8px 0 0 -600px;
      width: 922px;
      max-width: 922px;
      height: 504px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/05/05_inner2_vision.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__inner__ultrathin .content-2 .img__vision {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/05/05_inner2_vision.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__performance {
    background-color: #750104;
    z-index: 73;
    overflow: hidden; }
    #CMD .section__performance .wd__content {
      position: relative;
      top: 0;
      width: 100%;
      left: 0;
      margin-left: 0;
      margin-top: 164px; }
      #CMD .section__performance .wd__content .content__title {
        max-width: 700px; }
      #CMD .section__performance .wd__content .content__info {
        width: 82%;
        max-width: 650px; }
    #CMD .section__performance .wd__feature__list {
      width: 718px; }
      #CMD .section__performance .wd__feature__list .wd__feature {
        margin-left: 25px;
        margin-right: 25px; }
      #CMD .section__performance .wd__feature__list .feature__00 {
        margin-left: 0;
        margin-right: 0; }
    #CMD .section__performance .img__performance {
      margin: -806px auto 0 auto;
      width: 100%;
      max-width: 1300px;
      height: 1347px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/06_performance.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__performance .img__performance {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/06_performance.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__windows {
    z-index: 70;
    padding-top: 166px;
    padding-bottom: 150px; }
    #CMD .section__windows .wd__content .content__title {
      max-width: 1200px; }
    #CMD .section__windows .wd__content .content__info {
      max-width: 680px; }
    #CMD .section__windows .wd__feature__list figure {
      width: 80px;
      height: 80px;
      top: -5px; }
    #CMD .section__windows .img__windows {
      position: relative;
      left: 50%;
      margin: -10px 0 0 -681px;
      width: 1500px;
      max-width: 1500px;
      height: 500px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/07_windows.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__windows .img__windows {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/07_windows.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__windows__inner-btn {
      position: absolute !important;
      padding-top: 0; }
      #CMD .section__windows__inner-btn .wd__innerbtn {
        z-index: 100; }
        #CMD .section__windows__inner-btn .wd__innerbtn .inner__btn {
          top: -190px; }
          #CMD .section__windows__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
            -webkit-transform: translateY(101px) rotate(0deg);
            -ms-transform: translateY(101px) rotate(0deg);
            transform: translateY(101px) rotate(0deg); }
          #CMD .section__windows__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
            top: -6px; }
  #CMD .section__inner__applications {
    z-index: 70;
    margin-bottom: 0;
    padding-bottom: 74px;
    background-color: #f0f0f0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 300ms linear;
    transition: margin-top 300ms linear; }
    #CMD .section__inner__applications.active {
      margin-top: -111px;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -webkit-transition: margin-top 0ms;
      transition: margin-top 0ms; }
  #CMD .section__inner__applications .content-1 {
    background-color: transparent;
    max-width: 100%;
    margin-top: 150px;
    padding-bottom: 0; }
    #CMD .section__inner__applications .content-1 .wd__content {
      position: relative;
      width: 1366px;
      left: 50%;
      margin-left: -683px; }
      #CMD .section__inner__applications .content-1 .wd__content .content__info {
        max-width: 580px; }
    #CMD .section__inner__applications .content-1 .img__applications {
      position: relative;
      left: 50%;
      margin: 35px auto 0 -947px;
      width: 1300px;
      max-width: 1300px;
      height: 500px;
      padding-bottom: 0;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/07/07_inner.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__inner__applications .content-1 .img__applications {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/07/07_inner.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__comment {
    margin-top: 25px;
    margin-bottom: 0; }
    #CMD .section__comment .footnotes {
      width: 98%;
      margin-left: auto;
      margin-right: auto; }
      #CMD .section__comment .footnotes .footnote-item {
        width: 96.2%; }
  #CMD .product_price.active {
    margin-bottom: -8px;
    padding-top: 40px; }
  #CMD .product_pdguide.active {
    padding-top: 15px; }
  #CMD .product_videos.active {
    padding-top: 0; }
  #CMD .product_media.active {
    padding-top: 0; }
  #CMD .media-bottom {
    padding-bottom: 120px; }
  #CMD .video-bottom {
    padding-bottom: 145px; } }

@media all and (min-width: 1024px) and (max-width: 1300px) {
  #CMD .section__snapdragon .wd__feature__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    display: block;
    height: auto;
    padding: 70px 0 70px 0; }
    #CMD .section__snapdragon .wd__feature__list .wd__feature {
      width: 30%;
      display: inline-block;
      padding-top: 27px;
      padding-bottom: 27px;
      border-right: 1px solid #d93729; }
    #CMD .section__snapdragon .wd__feature__list .feature__3,
    #CMD .section__snapdragon .wd__feature__list .feature__6 {
      border: none; }
  #CMD .section__inner__ultrathin .content-2 .img__vision {
    margin-left: -461px; }
  #CMD .section__inner__applications .content-1 .img__applications {
    margin: 35px 0 0 -650px;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/1x/inner/07/07_inner_center.jpg"); } }
  @media all and (min-width: 1024px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1024px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    #CMD .section__inner__applications .content-1 .img__applications {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/medium/2x/inner/07/07_inner_center.jpg"); } }

@media all and (max-width: 720px) {
  html.testToggle #overview-top-nav.fixed {
    background-color: red;
    opacity: 0.35; }
  html.testToggle #CMD .wd__section .wd__content .content__slogan:before {
    display: block;
    content: ' top: 73px; ';
    font-size: 12px;
    color: #1900ff;
    top: -73px;
    border-top: 1px solid #ff00f2;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 73px;
    background-color: #ffcc00;
    opacity: 0.5; }
  html.testToggle #CMD .wd__section .wd__innerbtn {
    z-index: 9999; }
    html.testToggle #CMD .wd__section .wd__innerbtn .inner__btn:after {
      width: 1366px;
      height: 1px;
      position: absolute;
      content: ' ';
      bottom: -96px;
      background-color: blue;
      opacity: 0.5;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 9999; }
  html.testToggle #CMD .wd__section .wd__innerbtn .inner__btn.active .toggleSlide:before {
    width: 1366px;
    height: 1px;
    position: absolute;
    content: ' ';
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: red;
    opacity: 0.5; }
  html.testToggle #CMD .wd__section .wd__innerbtn .inner__btn.active .toggleSlide:after {
    width: 1366px;
    height: 1px;
    position: absolute;
    content: ' ';
    bottom: -40px;
    background-color: red;
    opacity: 0.5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  #CMD .wd__section .small_use {
    display: block; }
  #CMD .wd__section .small_unuse {
    display: none; }
  #CMD .wd__section .wd__content {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 89.2%;
    text-align: left; }
    #CMD .wd__section .wd__content .content__slogan {
      letter-spacing: 0.7px; }
    #CMD .wd__section .wd__content .content__title {
      margin-top: 11px;
      width: 100%;
      max-width: 720px; }
    #CMD .wd__section .wd__content .content__info {
      margin-top: 11px;
      margin-left: 0;
      width: 100%;
      max-width: 720px; }
    #CMD .wd__section .wd__content .content__comment {
      width: 100%;
      max-width: 720px; }
  #CMD .wd__section .wd__feature__list {
    text-align: center;
    width: 100%; }
    #CMD .wd__section .wd__feature__list .wd__feature {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        margin-bottom: 0px; }
  #CMD .wd__section .wd__link__arrow:after {
    padding-left: 5px; }
  #CMD .wd__section.inner__page .section_content .wd__content .content__title {
    font-size: 20px; }
  #CMD .section__kv {
    padding-bottom: 21px; }
    #CMD .section__kv .wd__content {
      margin-top: 0px;
      position: relative;
      width: 100%;
      left: 0; }
      #CMD .section__kv .wd__content .content__title {
        font-size: 30px;
        margin-top: 7px;
        width: 100%;
        text-align: center;
        line-height: 33.3px; }
      #CMD .section__kv .wd__content .content__info {
        text-align: center;
        margin: -219px auto 15px auto;
        width: 81%;
        max-width: 450px;
        font-size: 19px;
        line-height: 1.45; }
    #CMD .section__kv .img__kv__logo {
      margin-top: 48px;
      width: 280px;
      max-width: 280px;
      height: 36px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/01_kv_logo.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/01_kv_logo.png"); } }

@media all and (max-width: 720px) {
    #CMD .section__kv .img__kv {
      margin-top: -158px;
      width: 100%;
      max-width: 720px;
      height: 800px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/01_kv.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/01_kv.jpg"); } }

@media all and (max-width: 720px) {
    #CMD .section__kv:before {
      display: block;
      content: ' ';
      background-color: #faa93e;
      width: 100%;
      height: 700px;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0; }
  #CMD .section__snapdragon {
    margin-top: 31px; }
    #CMD .section__snapdragon .wd__content {
      position: absolute;
      top: 73px;
      width: 89.2%;
      left: 50%;
      margin-left: 0;
      -webkit-transform: translateX(-50%);
      -khtml-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      #CMD .section__snapdragon .wd__content .content__title {
        max-width: 700px; }
      #CMD .section__snapdragon .wd__content .content__info {
        max-width: 490px; }
    #CMD .section__snapdragon .wd__feature__list {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      margin-top: 0;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: distribute;
      align-content: space-around;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 557px; }
      #CMD .section__snapdragon .wd__feature__list .wd__feature {
        width: 49%;
        padding-top: 27px;
        padding-bottom: 15px;
        border-right: 1px solid #d93729;
        display: block; }
      #CMD .section__snapdragon .wd__feature__list figure {
        background-size: contain;
        width: 106px;
        height: 76px;
        top: -8px; }
      #CMD .section__snapdragon .wd__feature__list .feature__4, #CMD .section__snapdragon .wd__feature__list .feature__5, #CMD .section__snapdragon .wd__feature__list .feature__6 {
        border: none; }
      #CMD .section__snapdragon .wd__feature__list .feature__1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      #CMD .section__snapdragon .wd__feature__list .feature__2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      #CMD .section__snapdragon .wd__feature__list .feature__3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      #CMD .section__snapdragon .wd__feature__list .feature__4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      #CMD .section__snapdragon .wd__feature__list .feature__5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5; }
      #CMD .section__snapdragon .wd__feature__list .feature__6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6; }
    #CMD .section__snapdragon .img__snapdragon {
      margin: 0 auto;
      background-size: cover;
      width: 100%;
      max-width: 720px;
      height: 660px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/02_snapdragon.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__snapdragon .img__snapdragon {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/02_snapdragon.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__battery {
    padding-top: 73px;
    padding-bottom: 105px;
    overflow: hidden; }
    #CMD .section__battery .wd__content {
      margin-top: 0px;
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translateX(0);
      -khtml-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      z-index: 99; }
      #CMD .section__battery .wd__content .content__title {
        max-width: 700px; }
      #CMD .section__battery .wd__content .content__info {
        max-width: 670px; }
    #CMD .section__battery .img__battery {
      margin: -705px auto 0 auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 720px;
      max-width: 720px;
      height: 1000px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/03_battery.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__battery .img__battery {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/03_battery.jpg"); } }

@media all and (max-width: 720px) {
    #CMD .section__battery__inner-btn {
      position: absolute !important;
      padding-top: 0; }
      #CMD .section__battery__inner-btn .wd__innerbtn {
        z-index: 10; }
        #CMD .section__battery__inner-btn .wd__innerbtn .inner__btn {
          top: -80px; }
          #CMD .section__battery__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
            -webkit-transform: translateY(35px) rotate(0deg);
            -ms-transform: translateY(35px) rotate(0deg);
            transform: translateY(35px) rotate(0deg); }
          #CMD .section__battery__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
            top: 43px; }
  #CMD .section__battery .img__battery figure {
    position: absolute;
    width: 720px;
    max-width: 720px;
    height: 1000px; }
    #CMD .section__battery .img__battery figure.aniActive {
      z-index: 99; }
  #CMD .section__battery .img__battery .img__battery__1 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/animation/03/03_battery_bg_1.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__1 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/animation/03/03_battery_bg_1.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__battery .img__battery .img__battery__2 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/animation/03/03_battery_bg_2.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__2 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/animation/03/03_battery_bg_2.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__battery .img__battery .img__battery__3 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/animation/03/03_battery_bg_3.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__3 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/animation/03/03_battery_bg_3.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__battery .img__battery .img__battery__4 {
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/animation/03/03_battery_bg_4.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    #CMD .section__battery .img__battery .img__battery__4 {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/animation/03/03_battery_bg_4.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__inner__battery {
    z-index: 9;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 76px;
    background-color: #f0f0f0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 300ms linear;
    transition: margin-top 300ms linear; }
    #CMD .section__inner__battery.active {
      margin-top: -50px;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -webkit-transition: margin-top 0ms;
      transition: margin-top 0ms; }
  #CMD .section__inner__battery .content-1 {
    background-color: transparent;
    max-width: 100%;
    margin-top: 105px;
    margin-bottom: 0;
    padding-bottom: 0; }
    #CMD .section__inner__battery .content-1 .content-1-body {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      margin-left: 0;
      padding-bottom: 10%; }
      #CMD .section__inner__battery .content-1 .content-1-body .wd__content .content__info {
        max-width: 480px; }
      #CMD .section__inner__battery .content-1 .content-1-body .wd__feature__list {
        margin-top: 38px; }
        #CMD .section__inner__battery .content-1 .content-1-body .wd__feature__list .wd__feature {
          margin-right: 16px;
          margin-left: 16px; }
        #CMD .section__inner__battery .content-1 .content-1-body .wd__feature__list .icon-1 {
          width: 56px;
          height: 36px;
          top: -6px; }
    #CMD .section__inner__battery .content-1 .img__instant {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: -54px 0 0 -48px;
      width: 508px;
      max-width: 508px;
      height: 283px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/03/03_inner1_instant.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-1 .img__instant {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/03/03_inner1_instant.jpg"); } }

@media all and (max-width: 720px) {
      #CMD .section__inner__battery .content-1 .img__instant figure {
        display: none;
        background-image: none; }
  #CMD .section__inner__battery .content-2 {
    overflow: hidden;
    background-color: #fff;
    max-width: 414px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0; }
    #CMD .section__inner__battery .content-2 .content-2-body {
      margin-top: 36px; }
    #CMD .section__inner__battery .content-2 .wd__content {
      margin-top: 0; }
      #CMD .section__inner__battery .content-2 .wd__content .content__info {
        max-width: 550px; }
    #CMD .section__inner__battery .content-2 .img__standby {
      position: relative;
      margin: -272px 0 0 0;
      width: 414px;
      max-width: 414px;
      height: 599px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/03/03_inner2_standby.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-2 .img__standby {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/03/03_inner2_standby.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__inner__battery .content-1 .img__instant.aniActive {
    background-image: none; }
    #CMD .section__inner__battery .content-1 .img__instant.aniActive figure {
      display: block;
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__model {
      width: 508px;
      max-width: 508px;
      height: 283px;
      z-index: 1;
      opacity: 1;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/03/03_inner1_model.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__model {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/03/03_inner1_model.jpg"); } }

@media all and (max-width: 720px) {
    #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__hand {
      opacity: 0;
      position: absolute;
      width: 246px;
      max-width: 246px;
      height: 190px;
      z-index: 2;
      left: 0px;
      top: 60px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/03/03_inner1_hand.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__hand {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/03/03_inner1_hand.jpg"); } }

@media all and (max-width: 720px) {
    #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__screen {
      opacity: 1;
      position: absolute;
      width: 209px;
      max-width: 209px;
      height: 283px;
      z-index: 2;
      right: 0px;
      top: 0px;
      background-position: bottom right;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/03/03_inner1_screen.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__inner__battery .content-1 .img__instant.aniActive .img__instant__screen {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/03/03_inner1_screen.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__connected {
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 120px;
    z-index: 14; }
    #CMD .section__connected .wd__content {
      position: relative;
      left: 0%;
      margin-left: auto;
      margin-top: 91px; }
      #CMD .section__connected .wd__content .content__title {
        max-width: 100%; }
      #CMD .section__connected .wd__content .content__info {
        max-width: 600px; }
    #CMD .section__connected .img__connected {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0 auto;
      margin-top: 48px;
      margin-left: -110px;
      width: 532px;
      max-width: 532px;
      height: 527px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/04_connected.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__connected .img__connected {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/04_connected.jpg"); } }

@media all and (max-width: 720px) {
    #CMD .section__connected .img__chart {
      position: relative;
      margin: 69px 0 0 0;
      width: 196px;
      max-width: 196px;
      height: 174px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/04_connected_chart0.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__connected .img__chart {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/04_connected_chart0.png"); } }

@media all and (max-width: 720px) {
    #CMD .section__connected .img__chart .text-light {
      left: 0; }
    #CMD .section__connected .img__chart .table__name {
      width: 320px;
      text-align: center;
      left: 50%;
      top: -60px;
      margin-left: -160px;
      font-size: 20px; }
    #CMD .section__connected .img__chart .word-small {
      padding-left: 0;
      font-size: 20px; }
    #CMD .section__connected .img__chart .line__title {
      top: 174px;
      font-size: 12px;
      text-align: center;
      width: auto; }
    #CMD .section__connected .img__chart .line__1-title {
      left: -4px;
      top: 178px; }
    #CMD .section__connected .img__chart .line__2-title,
    #CMD .section__connected .img__chart .line__3-title {
      top: 178px; }
    #CMD .section__connected .img__chart .line__2-title {
      left: 71px; }
    #CMD .section__connected .img__chart .line__3-title {
      left: 136px;
      width: 66px; }
    #CMD .section__connected .img__chart .line__2-value,
    #CMD .section__connected .img__chart .line__3-value {
      font-size: 23px; }
    #CMD .section__connected .img__chart .line__1-value {
      color: #ff4844;
      top: -30px;
      left: 0px;
      font-size: 27px; }
      #CMD .section__connected .img__chart .line__1-value .word-small {
        padding-left: 0;
        font-size: 20px; }
    #CMD .section__connected .img__chart .line__2-value {
      top: 25px;
      left: 63px; }
    #CMD .section__connected .img__chart .line__3-value {
      top: 120px;
      left: 134px; }
    #CMD .section__connected__inner-btn {
      position: absolute !important;
      padding-top: 14px; }
      #CMD .section__connected__inner-btn .wd__innerbtn {
        z-index: 18; }
        #CMD .section__connected__inner-btn .wd__innerbtn .inner__btn {
          top: -120px; }
          #CMD .section__connected__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
            z-index: 20;
            -webkit-transform: translateY(0) rotate(0deg);
            -ms-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg); }
          #CMD .section__connected__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
            top: 79px; }
  #CMD .section__inner__connected {
    z-index: 9;
    margin-bottom: 0;
    padding-bottom: 74px;
    background-color: #f0f0f0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 300ms linear;
    transition: margin-top 300ms linear; }
    #CMD .section__inner__connected.active {
      margin-top: -113px;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -webkit-transition: margin-top 0ms;
      transition: margin-top 0ms;
      z-index: 15; }
  #CMD .section__inner__connected .content-1 {
    background-color: transparent;
    padding-bottom: 10px;
    max-width: 100%;
    margin-top: 66px; }
    #CMD .section__inner__connected .content-1 .wd__content {
      margin-top: 51px; }
      #CMD .section__inner__connected .content-1 .wd__content .content__info {
        max-width: 480px; }
    #CMD .section__inner__connected .content-1 .wd__feature__list {
      margin-top: 38px; }
    #CMD .section__inner__connected .content-1 .img__connection {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: -3px 0 0 -58px;
      width: 602px;
      max-width: 602px;
      height: 302px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/04/04_inner1_connection.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__inner__connected .content-1 .img__connection {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/04/04_inner1_connection.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__inner__connected .content-1 .img__connection.aniActive {
    background-image: none; }
    #CMD .section__inner__connected .content-1 .img__connection.aniActive .img__connection__model {
      z-index: 99;
      position: relative;
      width: 602px;
      max-width: 602px;
      height: 302px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/04/04_inner1_model.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .img__connection__model {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/04/04_inner1_model.png"); } }

@media all and (max-width: 720px) {
    #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave {
      z-index: 1; }
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_item {
        position: absolute;
        top: 0;
        left: 0;
        width: 602px;
        height: 302px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_1 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 800ms;
        animation-delay: 800ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/04/ripple1.png"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_1 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/04/ripple1.png"); } }

@media all and (max-width: 720px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_2 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 1100ms;
        animation-delay: 1100ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/04/ripple2.png"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_2 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/04/ripple2.png"); } }

@media all and (max-width: 720px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_3 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 1400ms;
        animation-delay: 1400ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/04/ripple3.png"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_3 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/04/ripple3.png"); } }

@media all and (max-width: 720px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_4 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 1700ms;
        animation-delay: 1700ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/04/ripple4.png"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_4 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/04/ripple4.png"); } }

@media all and (max-width: 720px) {
      #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_5 {
        -webkit-animation-name: ripple2;
        animation-name: ripple2;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 2000ms;
        animation-delay: 2000ms;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/04/ripple5.png"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        #CMD .section__inner__connected .content-1 .img__connection.aniActive .sonic_wave .wave_5 {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/04/ripple5.png"); } }

@media all and (max-width: 720px) {
  #CMD .section__inner__connected .content-2 {
    background-color: #fff;
    position: relative;
    left: 0;
    margin: 0px auto 0 auto;
    width: 100%;
    max-width: 414px;
    padding-bottom: 0;
    overflow: hidden; }
    #CMD .section__inner__connected .content-2 .wd__content {
      margin-top: 74px;
      margin-left: auto;
      left: 0;
      position: relative; }
      #CMD .section__inner__connected .content-2 .wd__content .content__info {
        max-width: 430px; }
    #CMD .section__inner__connected .content-2 .wd__feature__list {
      margin-top: 49px; }
      #CMD .section__inner__connected .content-2 .wd__feature__list .wd__feature {
        width: auto;
        text-align: center;
        margin-right: 10px; }
        #CMD .section__inner__connected .content-2 .wd__feature__list .wd__feature .wd__feature__describe {
          text-align: center; }
      #CMD .section__inner__connected .content-2 .wd__feature__list figure {
        width: 40px;
        height: 40px;
        top: -5px; }
      #CMD .section__inner__connected .content-2 .wd__feature__list .feature__01 {
        width: 91px; }
      #CMD .section__inner__connected .content-2 .wd__feature__list .feature__02 {
        width: 100px; }
      #CMD .section__inner__connected .content-2 .wd__feature__list .feature__03 {
        width: 76px; }
    #CMD .section__inner__connected .content-2 .img__connectivity {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: -427px 0 0 0;
      width: 414px;
      max-width: 414px;
      height: 770px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/04/04_inner2_connectivity.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__inner__connected .content-2 .img__connectivity {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/04/04_inner2_connectivity.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__ultrathin {
    z-index: 18;
    background-color: #fff;
    padding-top: 65px;
    padding-bottom: 101px; }
    #CMD .section__ultrathin .wd__content .content__title {
      max-width: 700px; }
    #CMD .section__ultrathin .wd__content .content__info {
      max-width: 640px; }
    #CMD .section__ultrathin .wd__feature__list .wd__feature {
      margin-left: 10px;
      margin-right: 10px; }
    #CMD .section__ultrathin .img__ultrathin {
      position: relative;
      margin: 0 auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-top: -39px;
      margin-left: -33px;
      width: 500px;
      max-width: 500px;
      height: 400px;
      background-position: center;
      background-size: cover;
      background-repexat: no-repeat;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/05_ultrathin.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__ultrathin .img__ultrathin {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/05_ultrathin.jpg"); } }

@media all and (max-width: 720px) {
    #CMD .section__ultrathin__inner-btn {
      position: absolute !important;
      padding-top: 24px; }
      #CMD .section__ultrathin__inner-btn .wd__innerbtn {
        z-index: 45; }
        #CMD .section__ultrathin__inner-btn .wd__innerbtn .inner__btn {
          top: -136px; }
          #CMD .section__ultrathin__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
            -webkit-transform: translateY(36px) rotate(0deg);
            -ms-transform: translateY(36px) rotate(0deg);
            transform: translateY(36px) rotate(0deg); }
          #CMD .section__ultrathin__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
            top: 39px; }
  #CMD .section__ultrathin .img__ultrathin.aniActive {
    display: block; }
    #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--left {
      width: 486px;
      height: 304px;
      top: 0;
      left: 0;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/05/05_model--left.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--left {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/05/05_model--left.png"); } }

@media all and (max-width: 720px) {
    #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right {
      width: 444px;
      height: 340px;
      top: 0;
      right: 0; }
      #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right .img__ultrathin--shadowMask {
        top: 0;
        right: 0;
        width: 570px;
        height: 340px;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/05/05_model--shadow--mask.png"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right .img__ultrathin--shadowMask {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/05/05_model--shadow--mask.png"); } }

@media all and (max-width: 720px) {
      #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right:after {
        width: 444px;
        height: 340px;
        left: 0;
        right: 0;
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/05/05_model--right.png"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--right:after {
          background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/05/05_model--right.png"); } }

@media all and (max-width: 720px) {
    #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--shadow {
      width: 304px;
      height: 304px;
      top: 0;
      left: -118px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/05/05_model--shadow.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__ultrathin .img__ultrathin.aniActive .img__ultrathin--shadow {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/05/05_model--shadow.png"); } }

@media all and (max-width: 720px) {
  #CMD .section__inner__ultrathin {
    z-index: 44;
    margin-bottom: 0;
    padding-top: 119px;
    padding-bottom: 61px;
    background-color: #f0f0f0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 300ms linear;
    transition: margin-top 300ms linear; }
    #CMD .section__inner__ultrathin.active {
      margin-top: -82px;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -webkit-transition: margin-top 0ms;
      transition: margin-top 0ms; }
  #CMD .section__inner__ultrathin .content-1 {
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 0;
    max-width: 414px;
    overflow: hidden; }
    #CMD .section__inner__ultrathin .content-1 .wd__content {
      top: 0;
      position: relative;
      width: 89.2%;
      left: 0;
      margin-left: auto;
      margin-top: 72px; }
      #CMD .section__inner__ultrathin .content-1 .wd__content .content__info {
        max-width: 562px; }
    #CMD .section__inner__ultrathin .content-1 .img__productivity {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: -318px 0 0px 0;
      width: 414px;
      max-width: 414px;
      height: 615px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/05/05_inner1_productivity.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__inner__ultrathin .content-1 .img__productivity {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/05/05_inner1_productivity.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__inner__ultrathin .content-2 {
    background-color: transparent;
    margin-top: 68px;
    padding-bottom: 0;
    max-width: 414px; }
    #CMD .section__inner__ultrathin .content-2 .wd__content {
      margin-top: 0;
      width: 89.2%;
      max-width: 724px;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      #CMD .section__inner__ultrathin .content-2 .wd__content .content__info {
        max-width: 620px; }
    #CMD .section__inner__ultrathin .content-2 .wd__feature__list {
      margin-top: 38px; }
      #CMD .section__inner__ultrathin .content-2 .wd__feature__list .wd__feature {
        width: auto;
        text-align: center;
        margin: 0 10px 34px; }
        #CMD .section__inner__ultrathin .content-2 .wd__feature__list .wd__feature .wd__feature__describe {
          text-align: center; }
    #CMD .section__inner__ultrathin .content-2 .img__vision {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: -2px 0 0 -98px;
      width: 520px;
      max-width: 520px;
      height: 279px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/05/05_inner2_vision.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__inner__ultrathin .content-2 .img__vision {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/05/05_inner2_vision.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__performance {
    background-color: #750104;
    z-index: 73;
    overflow: hidden; }
    #CMD .section__performance .wd__content {
      position: relative;
      top: 0;
      left: 0;
      margin-top: 72px; }
      #CMD .section__performance .wd__content .content__title {
        max-width: 700px; }
      #CMD .section__performance .wd__content .content__info {
        max-width: 620px; }
    #CMD .section__performance .wd__feature__list {
      width: 320px;
      left: 50%;
      margin-left: -160px; }
      #CMD .section__performance .wd__feature__list .wd__feature {
        margin-left: 15px;
        margin-right: 15px;
        vertical-align: top; }
      #CMD .section__performance .wd__feature__list .feature__00 {
        margin-left: 0;
        margin-right: 0; }
      #CMD .section__performance .wd__feature__list .feature__01, #CMD .section__performance .wd__feature__list .feature__03 {
        width: 106px; }
      #CMD .section__performance .wd__feature__list .feature__02, #CMD .section__performance .wd__feature__list .feature__04 {
        width: 101px; }
    #CMD .section__performance .performance__content {
      position: relative;
      top: 0;
      width: 100%;
      left: 0;
      margin-left: 0;
      margin-top: 72px; }
    #CMD .section__performance .img__performance {
      margin: -413px auto 0 auto;
      width: 100%;
      max-width: 720px;
      height: 712px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/06_performance.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__performance .img__performance {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/06_performance.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__windows {
    z-index: 70;
    padding-top: 73px;
    padding-bottom: 150px; }
    #CMD .section__windows .wd__content .content__title {
      max-width: 1200px; }
    #CMD .section__windows .wd__content .content__info {
      max-width: 980px; }
    #CMD .section__windows .wd__feature__list {
      margin-top: 40px; }
      #CMD .section__windows .wd__feature__list .wd__feature {
        margin: 0 13px 34px; }
      #CMD .section__windows .wd__feature__list figure {
        width: 43px;
        height: 43px;
        top: -5px; }
    #CMD .section__windows .img__windows {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0 0 0 50px;
      width: 730px;
      max-width: 730px;
      height: 240px;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/07_windows.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__windows .img__windows {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/07_windows.jpg"); } }

@media all and (max-width: 720px) {
    #CMD .section__windows__inner-btn {
      position: absolute !important;
      padding-top: 0; }
      #CMD .section__windows__inner-btn .wd__innerbtn {
        z-index: 100; }
        #CMD .section__windows__inner-btn .wd__innerbtn .inner__btn {
          top: -129px; }
          #CMD .section__windows__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
            -webkit-transform: translateY(25px) rotate(0deg);
            -ms-transform: translateY(25px) rotate(0deg);
            transform: translateY(25px) rotate(0deg); }
          #CMD .section__windows__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
            top: -51px; }
  #CMD .section__inner__applications {
    z-index: 70;
    margin-bottom: 0;
    padding-bottom: 47px;
    background-color: #f0f0f0;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: margin-top 300ms linear;
    transition: margin-top 300ms linear; }
    #CMD .section__inner__applications.active {
      margin-top: -111px;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -webkit-transition: margin-top 0ms;
      transition: margin-top 0ms; }
  #CMD .section__inner__applications .content-1 {
    background-color: transparent;
    max-width: 100%;
    margin-top: 108px;
    padding-bottom: 0; }
    #CMD .section__inner__applications .content-1 .wd__content {
      position: relative;
      width: 89.2%;
      left: 0%;
      margin-left: auto; }
      #CMD .section__inner__applications .content-1 .wd__content .content__info {
        max-width: 580px; }
    #CMD .section__inner__applications .content-1 .img__applications {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      margin: 22px 0 0 -195px;
      width: 800px;
      max-width: 800px;
      height: 300px;
      padding-bottom: 0;
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/07/07_inner.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__inner__applications .content-1 .img__applications {
        background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/07/07_inner.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__comment {
    margin-top: 30px;
    margin-bottom: 0; }
    #CMD .section__comment .footnotes {
      width: 98%;
      margin-left: auto;
      margin-right: auto; }
      #CMD .section__comment .footnotes .footnote-item {
        width: 96.2%; } }

@media all and (max-width: 720px) and (min-width: 1px) and (max-width: 720px) {
  #CMD .product_price.active {
    margin-bottom: -3px;
    padding-top: 17px; }
  #CMD .product_videos.active {
    padding-top: 70px; }
  #CMD .product_pdguide.active {
    padding-top: 12px; }
  #CMD .media-bottom {
    padding-bottom: 0px; }
  #CMD .video-bottom {
    padding-bottom: 46px; } }

@media all and (max-width: 720px) and (min-width: 600px) and (max-width: 720px) {
  #CMD .media-bottom {
    margin-bottom: 70px; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  #CMD .section__snapdragon .wd__feature__list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    display: block;
    height: auto;
    padding: 50px 0 50px 0; }
    #CMD .section__snapdragon .wd__feature__list .wd__feature {
      width: 30%;
      display: inline-block;
      padding-top: 27px;
      padding-bottom: 27px;
      border-right: 1px solid #d93729; }
    #CMD .section__snapdragon .wd__feature__list .feature__3,
    #CMD .section__snapdragon .wd__feature__list .feature__6 {
      border: none; }
  #CMD .section__connected .img__connected {
    margin-left: 0; }
  #CMD .section__inner__connected .content-1 .img__connection {
    margin-left: 0; }
  #CMD .section__inner__applications .content-1 .img__applications {
    margin-left: 0px;
    background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/1x/inner/07/07_inner_center.jpg"); } }
  @media all and (min-width: 600px) and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 600px) and (max-width: 720px) and (min-resolution: 144dpi) {
    #CMD .section__inner__applications .content-1 .img__applications {
      background-image: url("/websites/global/products/7DtgQ5SYJzK3RSr5/v2/features/images/small/2x/inner/07/07_inner_center.jpg"); } }

@media all and (min-width: 600px) and (max-width: 720px) {
  #CMD .section__inner__ultrathin .content-2 .img__vision {
    margin-left: 0; }
  #CMD .section__performance .wd__feature__list {
    width: 560px;
    margin-left: -280px; }
  #CMD .section__windows .img__windows {
    margin: 0 0 0 35px; } }
