/*** 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; }

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

@media all and (min-width: 721px) and (max-width: 1300px) {
  .medium__text-left {
    text-align: left; }
    .medium__text-left.wd__content {
      text-align: left;
      left: 0; }
      .medium__text-left.wd__content .content__comment,
      .medium__text-left.wd__content .content__info,
      .medium__text-left.wd__content .content__link,
      .medium__text-left.wd__content .content__slogan,
      .medium__text-left.wd__content .content__title {
        margin-left: 0; }
  .medium__text-center {
    text-align: center; }
    .medium__text-center.wd__content {
      left: 0;
      margin-left: auto;
      margin-right: auto; }
      .medium__text-center.wd__content .content__comment,
      .medium__text-center.wd__content .content__info,
      .medium__text-center.wd__content .content__link,
      .medium__text-center.wd__content .content__slogan,
      .medium__text-center.wd__content .content__title {
        margin-left: auto;
        margin-right: auto; } }

@media all and (max-width: 720px) {
  .small__text-left {
    text-align: left; }
    .small__text-left.wd__content {
      left: 0; }
      .small__text-left.wd__content .content__comment,
      .small__text-left.wd__content .content__info,
      .small__text-left.wd__content .content__link,
      .small__text-left.wd__content .content__slogan,
      .small__text-left.wd__content .content__title {
        margin-left: 0; }
  .small__text-center {
    text-align: center; }
    .small__text-center.wd__content {
      left: 0;
      margin-left: auto;
      margin-right: auto; }
      .small__text-center.wd__content .content__comment,
      .small__text-center.wd__content .content__info,
      .small__text-center.wd__content .content__link,
      .small__text-center.wd__content .content__slogan,
      .small__text-center.wd__content .content__title {
        margin-left: auto;
        margin-right: auto; } }

.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+BBgAWDs+2El12r0AAAAASUVORK5CYII=");
  width: 24px;
  height: 24px; }

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

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

#AWD {
  -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-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;
  line-height: 1.3;
  font-size: 15px;
  z-index: 1; }

.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 .limit__width {
  position: relative;
  margin: 0 auto;
  min-width: 1301px;
  max-width: 2500px; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  section .limit__width {
    width: 100%;
    margin: 0 auto;
    min-width: 721px;
    max-width: 1300px; } }

@media all and (min-width: 0px) and (max-width: 720px) {
  section .limit__width {
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    max-width: 720px; } }

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

.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; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ripple {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  70% {
    opacity: 1; }
  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); } }

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

#AWD {
  margin-top: 58px \9  !important; }

@media all and (min-width: 721px) {
  #AWD {
    margin-top: 51px; } }

@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) {
  #AWD {
    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; } }

.wd__content {
  color: #333333; }
  .wd__content .content__slogan {
    position: relative;
    color: #a89d5b;
    font-size: 36px; }
  .wd__content .content__title {
    position: relative;
    margin-top: 44px;
    font-size: 48px;
    line-height: 1.2; }
  .wd__content .content__info {
    position: relative;
    margin-top: 19px;
    font-size: 20px;
    line-height: 1.5; }
  .wd__content .content__link {
    display: inline-block;
    margin-top: 17px;
    font-size: 21px;
    line-height: 27px !important; }
    .wd__content .content__link span {
      display: inline;
      border-bottom: 1px solid transparent;
      color: #0088cb; }
    .wd__content .content__link:link span, .wd__content .content__link:active span, .wd__content .content__link:visited span, .wd__content .content__link * {
      border-bottom: 1px solid transparent; }
    .wd__content .content__link:hover span {
      border-bottom: 1px solid #0088cb; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__content .content__link {
      line-height: 26px !important; } }
  @media all and (max-width: 720px) {
    .wd__content .content__link {
      line-height: 24px !important; } }
  .wd__content .content__comment {
    margin-top: 16px;
    font-size: 16px;
    color: #999999;
    line-height: 1.4; }

.wd__link__arrow:after {
  content: ">";
  padding-left: 7px;
  color: #0088cb; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__link__arrow:after {
      padding-left: 3px; } }
  @media all and (max-width: 720px) {
    .wd__link__arrow:after {
      padding-left: 4px; } }

.wd__feature__list {
  position: relative; }
  .wd__feature__list .wd__feature {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 25px 50px; }
  .wd__feature__list .wd__feature {
    position: relative;
    color: #333333; }
    .wd__feature__list .wd__feature .wd__feature__describe__top {
      margin-bottom: 5px;
      color: #636360;
      font-size: 16px;
      letter-spacing: 0.4px; }
    .wd__feature__list .wd__feature .wd__feature__data {
      color: #a89d5b;
      font-size: 64.5px;
      line-height: 1; }
      .wd__feature__list .wd__feature .wd__feature__data.plus {
        position: relative;
        margin-right: 32px; }
        .wd__feature__list .wd__feature .wd__feature__data.plus span {
          position: absolute;
          top: 4px;
          right: -33px;
          font-size: 51px; }
      .wd__feature__list .wd__feature .wd__feature__data span {
        font-size: 28px; }
        .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
          padding-left: 7px; }
        .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
          padding-left: 5px; }
        .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
          padding-left: 3px; }
        .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
          padding-right: 7px; }
        .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
          padding-right: 5px; }
        .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__feature__list .wd__feature .wd__feature__data span.space-left-l {
            padding-left: 7px; }
          .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
            padding-left: 5px; }
          .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
            padding-left: 3px; }
          .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
            padding-right: 7px; }
          .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
            padding-right: 5px; }
          .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
            padding-right: 3px; } }
        @media all and (max-width: 720px) {
          .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
            padding-left: 3px; }
          .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
            padding-left: 2px; }
          .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
            padding-left: 1px; }
          .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
            padding-right: 3px; }
          .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
            padding-right: 2px; }
          .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
            padding-right: 1px; } }
    .wd__feature__list .wd__feature .wd__feature__describe {
      position: relative;
      margin-top: 0;
      color: #636360;
      letter-spacing: 0.08em; }
      .wd__feature__list .wd__feature .wd__feature__describe span {
        font-size: 16px;
        letter-spacing: 0.4px; }

.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__feature__list .wd__feature .wd__feature__data sup.sign-deg {
    top: -22px;
    font-size: 40px; } }

@media all and (max-width: 720px) {
  .wd__feature__list .wd__feature .wd__feature__data sup.sign-deg {
    top: -15px;
    font-size: 28px; } }

.wd__feature__list .wd__feature .wd__feature__data.text__long-en {
  font-size: 54px !important;
  line-height: 64px; }

.wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
  font-size: 46px !important;
  line-height: 60px; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
    font-size: 54px !important;
    line-height: 64px; }
  .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
    font-size: 46px !important;
    line-height: 60px; } }

@media all and (max-width: 720px) {
  .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
    font-size: 37.8px !important;
    line-height: 48px;
    padding-top: 5px; }
  .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
    font-size: 32px !important;
    line-height: 36px;
    padding-top: 5px; } }

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

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

.wd__border__center__text {
  display: inline-block; }
  .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__border__center__text__list {
  text-align: center; }
  .wd__border__center__text__list .wd__border__center__text {
    margin-left: 3px;
    margin-right: 3px; }

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

.wd__section section {
  margin-top: 240px; }

.wd__section .always__on__top {
  z-index: 1000; }

.wd__section .dis_block {
  display: block !important; }

.wd__section .dis_none {
  display: none !important; }

.wd__section .no__wrap {
  white-space: nowrap; }

.wd__section .wd__content .content__title {
  font-size: 48px;
  color: #000; }

.wd__section .wd__content .content__info {
  margin-top: 20px;
  max-width: 91%;
  font-size: 20px; }

.wd__section .wd__content .content__link {
  margin-top: 25px; }

.wd__section .wd__content .large__text-center .content__title, .wd__section .wd__content .large__text-center .content__info {
  margin-left: auto;
  margin-right: auto; }

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

.wd__section .wd__feature__list .wd__feature .wd__feature__data {
  margin-bottom: 0px;
  color: #e063a2; }

.wd__section .wd__feature__list .wd__feature .wd__feature__data .nopadding {
  padding-left: 0px; }

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

.wd__section .wd__feature__list .wd__feature__data, .wd__section .wd__feature__list .wd__feature__describe {
  opacity: 1 !important; }

.wd__section .wd__box {
  font-family: "Myriad W01_n2", "Myriad W01", "Segoe UI", sans-serif;
  font-weight: 200;
  font-style: normal;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 160px; }
  .wd__section .wd__box .discribe {
    letter-spacing: 0.2px;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 200; }

.section__01 {
  overflow: hidden;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 2637px;
  margin-left: auto;
  margin-right: auto;
  height: 1030px;
  background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/kvbg.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) {
    .section__01 {
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/kvbg_2x.jpg"); } }
  .section__01 .kv_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 574px;
    height: 60px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: contain;
    background-position: center;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/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) {
      .section__01 .kv_logo {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/logo.png"); } }
  .section__01 .margin_left {
    margin-left: 17px; }
  .section__01 .wd__content {
    margin: 193px 0 0 4px;
    width: 660px;
    text-align: center;
    position: relative;
    left: 50%; }
    .section__01 .wd__content .content__title {
      margin: 20px auto 0;
      width: 100%;
      line-height: 1.17;
      font-size: 66px; }
  .section__01 .img__01 {
    width: 100%;
    max-width: 1397px;
    height: 1003px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -480px auto 10px;
    position: relative;
    z-index: 1;
    left: -28px;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/kv.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) {
      .section__01 .img__01 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/kv_2x.png"); } }

.section__01_sub {
  margin-top: -23px; }
  .section__01_sub .wd__content .content__info {
    font-size: 26px;
    display: block;
    width: 1104px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.61; }

.section__02 {
  margin-top: 229px; }
  .section__02 .col {
    position: relative; }
  .section__02 .wd__content {
    margin: -19px auto;
    text-align: center; }
    .section__02 .wd__content .content__title {
      width: 684px;
      margin: 0 auto; }
    .section__02 .wd__content .content__info {
      max-width: 817px;
      width: 70%;
      margin: 20px auto 0; }
  .section__02 .wd__feature__list {
    margin: 77px auto 0;
    max-width: 500px;
    width: 90%;
    text-align: center; }
    .section__02 .wd__feature__list .feature__01 {
      margin-left: -12px;
      margin-top: -6px; }
    .section__02 .wd__feature__list .feature__02 {
      margin-top: -6px;
      margin-left: 75px;
      margin-right: 0; }
  .section__02 .img__02 {
    max-width: 1912px;
    width: 1912px;
    height: 908px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    margin: -60px auto 0 -926px;
    position: relative;
    left: 50%;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/dual_outputs.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) {
      .section__02 .img__02 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/dual_outputs_2x.jpg"); } }

.section__03 {
  margin-top: 157px; }
  .section__03 .col {
    position: relative; }
  .section__03 .wd__content {
    margin-left: 51.36%;
    width: 530px; }
    .section__03 .wd__content .content__title {
      width: 520px; }
    .section__03 .wd__content .content__info {
      margin-left: 3px;
      max-width: 91%; }
  .section__03 .wd__feature__list {
    max-width: 574px;
    width: 90%;
    z-index: 1;
    margin-left: 51.36%;
    text-align: left;
    margin-top: 51px; }
    .section__03 .wd__feature__list .feature__01 .wd__feature__describe span {
      padding-left: 3px; }
    .section__03 .wd__feature__list .feature__02 {
      margin: 0 0 0 83px; }
    .section__03 .wd__feature__list .feature__03 {
      margin: 0 0 0 80px; }
      .section__03 .wd__feature__list .feature__03 .wd__feature__data span {
        padding-left: 0px; }
  .section__03 .img__03__table {
    position: relative;
    z-index: -1;
    left: 0px;
    margin-top: 62px;
    margin-left: 51.36%;
    width: 476px;
    height: 89px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/free_table.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) {
      .section__03 .img__03__table {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/free_table_2x.jpg"); } }
  .section__03 .img__03__table {
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/free_table.jpg") \9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/free_table.jpg', sizingMethod='scale'); }
  .section__03 .img__03 {
    position: relative;
    z-index: -2;
    margin: -436px auto 0 -969px;
    max-width: 1920px;
    width: 1920px;
    height: 1100px;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/qc.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) {
      .section__03 .img__03 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/qc_2x.jpg"); } }

.section__04 {
  overflow: hidden;
  margin-top: 109px; }
  .section__04 .col {
    position: relative; }
  .section__04 .wd__content .content__info {
    width: 670px;
    margin-left: auto;
    margin-right: auto; }
  .section__04 .wd__feature__list {
    margin: 50px auto 0;
    max-width: 700px;
    width: 100%;
    z-index: 1;
    text-align: center; }
    .section__04 .wd__feature__list .wd__feature {
      margin: 0px 45px 50px 45px; }
    .section__04 .wd__feature__list .feature__01 {
      text-align: center; }
    .section__04 .wd__feature__list .feature__01 span {
      padding-left: 0px; }
    .section__04 .wd__feature__list .feature__02 {
      text-align: center; }
    .section__04 .wd__feature__list .feature__03 {
      text-align: center; }
    .section__04 .wd__feature__list .feature__04 {
      text-align: center; }
  .section__04 .img__04 {
    z-index: -1;
    margin: -164px auto 0 auto;
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: 929px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/charging_multiple_devices.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) {
      .section__04 .img__04 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/charging_multiple_devices_2x.jpg"); } }

.section__05 {
  margin-top: 303px; }
  .section__05 .col {
    margin: 0 auto; }
  .section__05 .wd__content {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 600px;
    left: 366px; }
    .section__05 .wd__content .content__title {
      width: 481px; }
    .section__05 .wd__content .content__info {
      width: 75%; }
  .section__05 .wd__feature__list {
    max-width: 440px;
    width: 90%;
    z-index: 1;
    left: 50%;
    position: relative;
    margin: 49px 0 0 36px; }
    .section__05 .wd__feature__list .feature__01 {
      text-align: center;
      margin-top: 12px;
      margin-right: 30px;
      margin-left: 30px;
      width: 123px; }
    .section__05 .wd__feature__list .wd__box {
      width: auto;
      margin-bottom: 41px;
      margin-right: 30px;
      margin-left: 30px; }
      .section__05 .wd__feature__list .wd__box .discribe {
        margin-top: 0px;
        color: #636360; }
      .section__05 .wd__feature__list .wd__box .icon__1 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/icon_1.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: 66px;
        height: 75px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__05 .wd__feature__list .wd__box .icon__2 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/icon_2.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: 66px;
        height: 75px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__05 .wd__feature__list .wd__box .icon__3 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/icon_3.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: 66px;
        height: 75px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__05 .wd__feature__list .wd__box .icon__4 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/icon_4.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: 66px;
        height: 75px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__05 .wd__feature__list .wd__box .icon__2 {
        background-position-x: center;
        background-position-y: 4px;
        background-position-y: -4px\9;
        width: 59px; }
      .section__05 .wd__feature__list .wd__box .icon__3 {
        width: 72px; }
    .section__05 .wd__feature__list .box_01, .section__05 .wd__feature__list .box_04 {
      width: 108px; }
    .section__05 .wd__feature__list .box_02 {
      width: 123px; }
  .section__05 .power__area .power {
    -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)";
    opacity: 0;
    display: none \9; }
    .section__05 .power__area .power.active {
      -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)";
      opacity: 1;
      z-index: 10;
      display: block \9; }
  .section__05 .color__area {
    position: relative;
    z-index: 1;
    left: 50%;
    margin-top: 102px;
    margin-left: -73px;
    width: 402px;
    text-align: left; }
    .section__05 .color__area .power__pro {
      position: absolute; }
      .section__05 .color__area .power__pro .color {
        display: inline-block;
        cursor: pointer;
        margin: 8px 20px 10px;
        width: 36px;
        height: 36px;
        background-size: contain;
        background-repeat: no-repeat; }
        .section__05 .color__area .power__pro .color.active:after {
          display: block;
          content: '';
          width: 46px;
          height: 46px;
          margin-left: -5px;
          margin-top: -5px;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/active_circle.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) {
            .section__05 .color__area .power__pro .color.active:after {
              background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/active_circle_2x.png"); } }
  .section__05 .color__area .index__01 {
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_icon_01.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) {
      .section__05 .color__area .index__01 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_icon_01_2x.png"); } }
  .section__05 .power__area .power__pro__01 {
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_1.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__05 .power__area .power__pro__01 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_1_2x.jpg"); } }
  .section__05 .color__area .index__02 {
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_icon_02.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) {
      .section__05 .color__area .index__02 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_icon_02_2x.png"); } }
  .section__05 .power__area .power__pro__02 {
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_2.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__05 .power__area .power__pro__02 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_2_2x.jpg"); } }
  .section__05 .color__area .index__03 {
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_icon_03.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) {
      .section__05 .color__area .index__03 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_icon_03_2x.png"); } }
  .section__05 .power__area .power__pro__03 {
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_3.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__05 .power__area .power__pro__03 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_3_2x.jpg"); } }
  .section__05 .color__area .index__04 {
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_icon_04.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) {
      .section__05 .color__area .index__04 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_icon_04_2x.png"); } }
  .section__05 .power__area .power__pro__04 {
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_4.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) {
      .section__05 .power__area .power__pro__04 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_4_2x.jpg"); } }
  .section__05 .color__area .index__05 {
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_icon_05.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) {
      .section__05 .color__area .index__05 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_icon_05_2x.png"); } }
  .section__05 .power__area .power__pro__05 {
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_5.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) {
      .section__05 .power__area .power__pro__05 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_5_2x.jpg"); } }
  .section__05 .power__area {
    position: relative;
    height: 1025px;
    z-index: -1;
    margin-top: -819px; }
    .section__05 .power__area .power {
      position: absolute;
      left: 50%;
      margin-left: -749px;
      width: 890px;
      height: 1025px;
      background-size: cover;
      background-repeat: no-repeat; }
  .section__05 .img__05 {
    z-index: 999;
    position: relative;
    margin: 175px auto 0;
    padding-bottom: 28%;
    max-width: 100%;
    width: 100%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_detail.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) {
      .section__05 .img__05 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/handgrip_detail_2x.jpg"); } }

.section__06 {
  top: -1px;
  background-color: #141211;
  margin: -1px auto 0;
  width: 100%;
  max-width: 1920px;
  overflow: hidden; }
  .section__06 .col {
    position: relative;
    z-index: 2; }
  .section__06 .wd__content {
    color: #fff;
    margin-top: 174px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .section__06 .wd__content .content__title {
      color: #fff;
      margin-left: auto;
      margin-right: auto;
      width: 90%; }
    .section__06 .wd__content .content__info {
      width: 628px;
      margin-left: auto;
      margin-right: auto; }
  .section__06 .wd__feature__list {
    margin: 52px auto 0;
    max-width: 500px;
    width: 100%;
    z-index: 1;
    color: #fff;
    text-align: center; }
    .section__06 .wd__feature__list .wd__feature__describe span {
      color: #fff; }
  .section__06 .wd__feature__list .wd__feature {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 65px; }
  .section__06 .img__06 {
    z-index: 1;
    margin: -402px auto 0;
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: 1093px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: 71px;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/flashlight.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) {
      .section__06 .img__06 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/flashlight_2x.jpg"); } }

.section__07 {
  overflow: hidden;
  margin-top: 0; }
  .section__07 .col {
    position: relative; }
  .section__07 .wd__content {
    margin: 120px auto 0;
    max-width: 650px;
    position: relative;
    left: -224px; }
    .section__07 .wd__content .content__info {
      width: 630px;
      max-width: 93%; }
  .section__07 .wd__feature__list {
    position: relative;
    text-align: left;
    z-index: 1;
    left: -224px;
    margin: 51px auto 0;
    max-width: 650px; }
    .section__07 .wd__feature__list .wd__feature {
      vertical-align: top;
      margin-left: 0;
      margin-right: 61px; }
    .section__07 .wd__feature__list .wd__feature__describe span {
      line-height: 1.2;
      position: relative; }
    .section__07 .wd__feature__list .feature__05 .wd__feature__data {
      position: relative;
      width: 100%;
      height: 64px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      text-indent: -99999999999999px;
      top: -11px;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_5.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__07 .wd__feature__list .feature__05 .wd__feature__data {
          background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_5.png"); } }
  .section__07 .img__07 {
    z-index: -1;
    margin: -455px auto 0 -645px;
    max-width: 1288px;
    position: relative;
    width: 1288px;
    height: 788px;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/protect.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) {
      .section__07 .img__07 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/protect_2x.jpg"); } }

.section__08 {
  overflow: hidden;
  margin-top: 191px; }
  .section__08 .col {
    position: relative; }
  .section__08 .wd__content .content__info {
    margin-left: auto;
    margin-right: auto;
    width: 1100px; }
  .section__08 .wd__feature__list {
    position: relative;
    margin: 59px auto 0;
    max-width: 1100px;
    width: 100%;
    z-index: 1;
    text-align: center;
    left: 11px; }
    .section__08 .wd__feature__list .wd__box {
      margin-left: 45.5px;
      margin-right: 45.5px;
      margin-bottom: 37px;
      width: auto;
      position: relative; }
      .section__08 .wd__feature__list .wd__box .discribe {
        margin-top: 6px; }
      .section__08 .wd__feature__list .wd__box .icon__1 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_1.svg");
        background-repeat: no-repeat;
        width: 66px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__08 .wd__feature__list .wd__box .icon__2 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_2.svg");
        background-repeat: no-repeat;
        width: 66px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__08 .wd__feature__list .wd__box .icon__3 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_3.svg");
        background-repeat: no-repeat;
        width: 66px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__08 .wd__feature__list .wd__box .icon__4 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_4.svg");
        background-repeat: no-repeat;
        width: 66px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__08 .wd__feature__list .wd__box .icon__5 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_5.svg");
        background-repeat: no-repeat;
        width: 66px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__08 .wd__feature__list .wd__box .icon__6 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_6.svg");
        background-repeat: no-repeat;
        width: 66px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__08 .wd__feature__list .wd__box .icon__7 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_7.svg");
        background-repeat: no-repeat;
        width: 66px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__08 .wd__feature__list .wd__box .icon__8 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_8.svg");
        background-repeat: no-repeat;
        width: 66px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__08 .wd__feature__list .wd__box .icon__9 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_9.svg");
        background-repeat: no-repeat;
        width: 66px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__08 .wd__feature__list .wd__box.box_06, .section__08 .wd__feature__list .wd__box.box_07, .section__08 .wd__feature__list .wd__box.box_08, .section__08 .wd__feature__list .wd__box.box_09 {
        margin-left: 0;
        margin-right: 0; }
      .section__08 .wd__feature__list .wd__box.box_06 {
        left: -199px; }
      .section__08 .wd__feature__list .wd__box.box_07 {
        left: -96px; }
      .section__08 .wd__feature__list .wd__box.box_08 {
        left: 45px; }
      .section__08 .wd__feature__list .wd__box.box_09 {
        left: 168px; }
      .section__08 .wd__feature__list .wd__box .box_icon {
        height: 74px;
        background-position: center; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__1 {
          background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_1.png");
          width: 66px;
          background-size: contain; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__2 {
          background-position: top -1px center; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__4 {
          background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_4.png");
          width: 66px;
          background-size: contain; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__6 {
          width: 73px; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__7 {
          width: 72px;
          background-position: top -9px center;
          background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_7.png");
          background-size: contain; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__8 {
          width: 54px;
          background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/10/icon_8.png");
          background-size: contain; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__9 {
          width: 57px; }
  .section__08 .img__08 {
    z-index: -1;
    margin: 0px auto 0;
    position: relative;
    max-width: 1320px;
    width: 100%;
    height: 772px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/certifications_powerbank.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) {
      .section__08 .img__08 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/certifications_powerbank_2x.jpg"); } }

.section__09 {
  overflow: hidden;
  margin-top: 224px; }
  .section__09 .col {
    position: relative; }
  .section__09 .wd__content .content__info {
    margin-top: 26px;
    width: 910px; }
  .section__09 .wd__feature__list {
    margin: 74px auto 0;
    max-width: 1300px;
    width: 1300px;
    z-index: 1;
    text-align: center; }
    .section__09 .wd__feature__list .wd__box {
      vertical-align: top;
      margin-bottom: 119px;
      position: relative;
      width: auto;
      margin-left: 61px;
      margin-right: 61px; }
      .section__09 .wd__feature__list .wd__box .discribe {
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        top: 85px; }
      .section__09 .wd__feature__list .wd__box .icon__1 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_1.svg");
        background-repeat: no-repeat;
        width: 79px;
        height: 78px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__09 .wd__feature__list .wd__box .icon__2 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_2.svg");
        background-repeat: no-repeat;
        width: 79px;
        height: 78px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__09 .wd__feature__list .wd__box .icon__3 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_3.svg");
        background-repeat: no-repeat;
        width: 79px;
        height: 78px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__09 .wd__feature__list .wd__box .icon__4 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_4.svg");
        background-repeat: no-repeat;
        width: 79px;
        height: 78px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__09 .wd__feature__list .wd__box .icon__5 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_5.svg");
        background-repeat: no-repeat;
        width: 79px;
        height: 78px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__09 .wd__feature__list .wd__box .icon__6 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_6.svg");
        background-repeat: no-repeat;
        width: 79px;
        height: 78px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__09 .wd__feature__list .wd__box .icon__7 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_7.svg");
        background-repeat: no-repeat;
        width: 79px;
        height: 78px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__09 .wd__feature__list .wd__box .icon__8 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_8.svg");
        background-repeat: no-repeat;
        width: 79px;
        height: 78px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__09 .wd__feature__list .wd__box .icon__9 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_9.svg");
        background-repeat: no-repeat;
        width: 79px;
        height: 78px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__09 .wd__feature__list .wd__box .icon__10 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_10.svg");
        background-repeat: no-repeat;
        width: 79px;
        height: 78px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__09 .wd__feature__list .wd__box .icon__11 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_11.svg");
        background-repeat: no-repeat;
        width: 79px;
        height: 78px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .section__09 .wd__feature__list .wd__box .icon__1 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_1.png") \9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_1.png', sizingMethod='scale'); }
      .section__09 .wd__feature__list .wd__box .icon__2 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_2.png") \9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_2.png', sizingMethod='scale'); }
      .section__09 .wd__feature__list .wd__box .icon__3 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_3.png") \9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_3.png', sizingMethod='scale'); }
      .section__09 .wd__feature__list .wd__box .icon__4 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_4.png") \9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_4.png', sizingMethod='scale'); }
      .section__09 .wd__feature__list .wd__box .icon__5 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_5.png") \9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_5.png', sizingMethod='scale'); }
      .section__09 .wd__feature__list .wd__box .icon__6 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_6.png") \9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_6.png', sizingMethod='scale'); }
      .section__09 .wd__feature__list .wd__box .icon__7 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_7.png") \9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_7.png', sizingMethod='scale'); }
      .section__09 .wd__feature__list .wd__box .icon__8 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_8.png") \9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_8.png', sizingMethod='scale'); }
      .section__09 .wd__feature__list .wd__box .icon__9 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_9.png") \9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_9.png', sizingMethod='scale'); }
      .section__09 .wd__feature__list .wd__box .icon__10 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_10.png") \9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_10.png', sizingMethod='scale'); }
      .section__09 .wd__feature__list .wd__box .icon__11 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_11.png") \9;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/icon/9/icon_11.png', sizingMethod='scale'); }

.section__10 {
  overflow: hidden;
  margin-top: 164px;
  padding-top: 0px;
  background-color: #f7f7f7; }
  .section__10 .col {
    position: relative; }
  .section__10 .wd__content {
    margin-top: 62px; }
    .section__10 .wd__content .content__title {
      width: 500px;
      margin-left: auto;
      margin-right: auto; }
    .section__10 .wd__content .content__info {
      width: 960px;
      margin-left: auto;
      margin-right: auto; }
  .section__10 .wd__feature__list {
    max-width: 1300px;
    width: 100%;
    z-index: 1;
    margin: 51px auto;
    padding-bottom: 100px;
    text-align: center; }
    .section__10 .wd__feature__list .wd__feature {
      margin-left: 42px;
      margin-right: 42px; }
      .section__10 .wd__feature__list .wd__feature .wd__feature__data {
        width: auto; }
      .section__10 .wd__feature__list .wd__feature .wd__feature__describe {
        text-align: left !important; }
  .section__10 .img__10 {
    position: relative;
    margin: 0 auto;
    max-width: 1364px;
    width: 100%;
    height: 548px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/longlasting.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) {
      .section__10 .img__10 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/longlasting_2x.png"); } }

#section__11 {
  overflow: hidden;
  margin-top: 186px; }
  #section__11 .col {
    position: relative; }
  #section__11 .wd__content {
    position: relative;
    margin: 0px auto 0 auto;
    width: 810px; }
    #section__11 .wd__content .content__title {
      width: 100%; }
    #section__11 .wd__content .content__info {
      max-width: 100%; }
  #section__11 .img__11 {
    z-index: 1;
    margin: 41px auto 0;
    position: relative;
    left: 0px;
    width: 100%;
    max-width: 1340px;
    height: 1056px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/bumper.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) {
      #section__11 .img__11 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/large/bumper_2x.jpg"); } }

@media all and (min-width: 1301px) {
  .wd__section .large_use {
    display: inline; } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section {
    margin-top: 141px; }
  .wd__section .medium_use {
    display: inline-block !important; }
  .wd__section .wd__content .content__title {
    width: 70%;
    margin: 0 auto;
    line-height: 1.2; }
  .wd__section .wd__content .content__info {
    margin: 16px auto 0 auto;
    max-width: 1200px;
    width: 94%;
    font-size: 20px; }
  .section__01 {
    margin-top: 0px;
    background-repeat: no-repeat;
    height: 1260px; }
    .section__01 .kv_logo {
      margin: 0 auto;
      width: 636px;
      height: 62px;
      display: block;
      background-repeat: no-repeat;
      text-indent: -9999px; }
    .section__01 .margin_left {
      margin-left: 1px; }
    .section__01 .wd__content {
      margin: 84px auto;
      width: 700px;
      text-align: center;
      left: 0; }
      .section__01 .wd__content .content__title {
        font-size: 66px;
        margin: 19px auto 0;
        width: 100%; }
    .section__01 .img__01 {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      margin: -311px auto 0 -614px;
      z-index: 1;
      position: relative;
      width: 1300px;
      max-width: 1300px;
      height: 786px;
      left: 50%;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/kv.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) {
      .section__01 .img__01 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/kv_2x.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__01_sub {
    margin-top: -356px; }
    .section__01_sub .wd__content .content__info {
      display: block;
      font-size: 26px;
      width: 79%;
      max-width: 744px;
      margin: 6px auto 0;
      text-align: center;
      line-height: 40.9px; }
  .section__02 {
    overflow: hidden;
    margin-top: 149px; }
    .section__02 .col {
      position: relative; }
    .section__02 .wd__content {
      margin: 0 auto;
      max-width: 662px;
      width: 80%;
      text-align: center; }
      .section__02 .wd__content .content__title {
        width: 74%; }
      .section__02 .wd__content .content__info {
        width: 100%;
        max-width: 800px; }
    .section__02 .wd__feature__list {
      margin: 36px auto 0;
      max-width: 500px;
      width: 700px; }
      .section__02 .wd__feature__list .wd__feature {
        margin-bottom: 0; }
      .section__02 .wd__feature__list .feature__01 {
        margin-left: -11px;
        margin-top: 0px; }
      .section__02 .wd__feature__list .feature__02 {
        margin-left: 112px;
        margin-top: 0px; }
    .section__02 .img__02 {
      max-width: 1300px;
      width: 100%;
      height: 564px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1;
      margin: 28px auto 0;
      left: 0;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/dual_outputs.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) {
      .section__02 .img__02 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/dual_outputs_2x.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__03 {
    overflow: hidden;
    margin-top: 107px; }
    .section__03 .col {
      position: relative; }
    .section__03 .wd__content {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      .section__03 .wd__content .content__title {
        width: 470px; }
      .section__03 .wd__content .content__info {
        width: 75%;
        margin-left: inherit;
        max-width: 700px; }
    .section__03 .wd__feature__list {
      max-width: 489px;
      width: 80%;
      z-index: 1;
      margin: 38px auto 0; }
      .section__03 .wd__feature__list .feature__01 {
        margin-left: 18px; }
        .section__03 .wd__feature__list .feature__01 .wd__feature__data span {
          margin-left: 0px; }
        .section__03 .wd__feature__list .feature__01 .wd__feature__describe span {
          padding-left: 7px; }
      .section__03 .wd__feature__list .feature__02 {
        margin-left: 77px; }
        .section__03 .wd__feature__list .feature__02 .wd__feature__data span {
          margin-left: -2px; }
      .section__03 .wd__feature__list .feature__03 {
        margin-left: 59px; }
        .section__03 .wd__feature__list .feature__03 .wd__feature__data span {
          margin-left: 2px; }
    .section__03 .img__03__table {
      position: relative;
      z-index: -1;
      left: 5px;
      margin: 49px auto 0;
      width: 493px;
      height: 105px;
      background-size: contain; }
    .section__03 .img__03 {
      z-index: 1;
      margin: 38px auto 0 -320px;
      position: relative;
      max-width: 640px;
      width: 100%;
      height: 689px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/qc.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) {
      .section__03 .img__03 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/qc_2x.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__04 {
    overflow: hidden;
    margin-top: 84px; }
    .section__04 .col {
      position: relative; }
    .section__04 .wd__content .content__title {
      width: 67%;
      max-width: 600px; }
    .section__04 .wd__content .content__info {
      max-width: 610px;
      width: 61%; }
    .section__04 .wd__feature__list {
      margin: 36px auto;
      max-width: 100%;
      width: 100%;
      z-index: 1; }
      .section__04 .wd__feature__list .wd__feature {
        margin: 0 30px 0px; }
    .section__04 .img__04 {
      z-index: 1;
      left: 0;
      margin: 37px auto 0;
      position: relative;
      max-width: 721px;
      width: 100%;
      height: 336px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/charging_multiple_devices.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) {
      .section__04 .img__04 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/charging_multiple_devices_2x.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__05 {
    margin-top: 105px; }
    .section__05 .col {
      position: relative; }
    .section__05 .wd__content {
      margin: 0 auto;
      text-align: center;
      left: 0;
      width: 100%;
      max-width: 100%; }
      .section__05 .wd__content .content__title {
        width: 500px;
        max-width: 71%; }
      .section__05 .wd__content .content__info {
        width: 80%;
        max-width: 641px; }
    .section__05 .wd__feature__list {
      z-index: 1;
      left: -3px;
      margin: 58px auto 0;
      width: 90%;
      max-width: 500px;
      text-align: center; }
      .section__05 .wd__feature__list .feature__01 {
        margin-top: 1px; }
        .section__05 .wd__feature__list .feature__01 .wd__feature__describe {
          margin-top: 3px; }
      .section__05 .wd__feature__list .wd__feature .wd__feature__describe span {
        margin-top: 3px; }
      .section__05 .wd__feature__list .wd__box {
        margin-bottom: 34px; }
        .section__05 .wd__feature__list .wd__box .discribe {
          margin-top: 3px; }
        .section__05 .wd__feature__list .wd__box .icon__1 {
          width: 60px;
          height: 66px; }
        .section__05 .wd__feature__list .wd__box .icon__2 {
          width: 60px;
          height: 66px; }
        .section__05 .wd__feature__list .wd__box .icon__3 {
          width: 60px;
          height: 66px; }
        .section__05 .wd__feature__list .wd__box .icon__4 {
          width: 60px;
          height: 66px; }
    .section__05 .color__area {
      margin-top: 22px;
      text-align: center;
      width: 480px;
      margin-left: -240px; }
      .section__05 .color__area .power__pro {
        position: relative; }
        .section__05 .color__area .power__pro .color {
          margin: 43px 24px 10px;
          width: 44px;
          height: 44px; }
          .section__05 .color__area .power__pro .color.active:after {
            width: 56px;
            height: 56px;
            margin-left: -6px;
            margin-top: -6px; }
    .section__05 .power__area {
      position: relative;
      height: 909px;
      margin-top: 40px;
      overflow: hidden; }
      .section__05 .power__area .power {
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: 39px;
        margin-left: -442px;
        width: 100%;
        width: 890px;
        height: 1025px;
        background-size: contain;
        background-repeat: no-repeat; }
    .section__05 .img__05 {
      z-index: -1;
      margin: 149px auto 0;
      max-width: 100%;
      width: 100%;
      height: 0;
      padding-bottom: 35.3%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/handgrip_detail.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) {
      .section__05 .img__05 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/handgrip_detail_2x.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__06 {
    overflow: hidden;
    margin-top: 0px;
    width: inherit; }
    .section__06 .col {
      position: relative; }
    .section__06 .wd__content {
      color: #fff;
      margin-top: 131px; }
      .section__06 .wd__content .content__title {
        color: #fff; }
      .section__06 .wd__content .content__info {
        width: 92%;
        max-width: 690px; }
    .section__06 .wd__feature__list {
      margin: 39px auto 0;
      max-width: 100%;
      width: 100%;
      z-index: 1; }
      .section__06 .wd__feature__list .wd__feature {
        margin: 0 50px 0; }
    .section__06 .img__06 {
      z-index: 0;
      left: 0px;
      margin: -268px auto 0;
      width: 100%;
      max-width: 1299px;
      height: 757px;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/flashlight_medium.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) {
      .section__06 .img__06 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/flashlight_medium_2x.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__07 {
    overflow: hidden;
    margin-top: -27px; }
    .section__07 .col {
      position: relative; }
    .section__07 .wd__content {
      margin: 50px auto 0;
      margin-top: 100px;
      left: 0px;
      text-align: center;
      width: 100%;
      max-width: 100%; }
      .section__07 .wd__content .content__title {
        width: 62%; }
      .section__07 .wd__content .content__info {
        width: 73%;
        max-width: 700px; }
    .section__07 .wd__feature__list {
      max-width: 600px;
      width: 90%;
      z-index: 1;
      margin: 40px auto 0;
      left: 0px;
      text-align: center; }
      .section__07 .wd__feature__list .wd__feature {
        vertical-align: top;
        margin-left: 30px;
        margin-right: 30px; }
    .section__07 .img__07 {
      z-index: -1;
      position: relative;
      left: -18px;
      margin: 22px auto 0;
      max-width: 593px;
      width: 100%;
      height: 565px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/protect.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) {
      .section__07 .img__07 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/protect_2x.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__08 {
    overflow: hidden;
    margin-top: 119px; }
    .section__08 .col {
      position: relative; }
    .section__08 .wd__content .content__info {
      margin-top: 17px;
      width: 580px; }
    .section__08 .wd__feature__list {
      margin: 50px auto 0;
      max-width: 630px;
      width: 100%;
      z-index: 1;
      text-align: center;
      left: inherit; }
      .section__08 .wd__feature__list .wd__box {
        margin: 0 26px 33px !important;
        left: 0 !important; }
        .section__08 .wd__feature__list .wd__box.box_01, .section__08 .wd__feature__list .wd__box.box_04, .section__08 .wd__feature__list .wd__box.box_07 {
          width: 122px; }
        .section__08 .wd__feature__list .wd__box.box_02, .section__08 .wd__feature__list .wd__box.box_05, .section__08 .wd__feature__list .wd__box.box_08 {
          width: 143px; }
        .section__08 .wd__feature__list .wd__box.box_03, .section__08 .wd__feature__list .wd__box.box_06, .section__08 .wd__feature__list .wd__box.box_09 {
          width: 127px; }
        .section__08 .wd__feature__list .wd__box.box_07 .discribe, .section__08 .wd__feature__list .wd__box.box_08 .discribe, .section__08 .wd__feature__list .wd__box.box_09 .discribe {
          margin-top: 0px; }
    .section__08 .img__08 {
      z-index: -1;
      margin: 18px auto 0;
      position: relative;
      max-width: 748px;
      width: 100%;
      height: 438px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/certifications_powerbank.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) {
      .section__08 .img__08 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/certifications_powerbank_2x.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__09 {
    overflow: hidden;
    margin-top: 130px; }
    .section__09 .col {
      position: relative; }
    .section__09 .wd__content {
      position: relative;
      top: 0;
      left: auto;
      margin: 0 auto;
      width: 100%;
      text-align: center; }
      .section__09 .wd__content .content__title {
        width: 100%; }
      .section__09 .wd__content .content__info {
        width: 580px;
        color: white; }
    .section__09 .wd__feature__list {
      margin-top: 73px;
      width: 100%;
      max-width: 1024px; }
      .section__09 .wd__feature__list .wd__feature__data span {
        padding-left: 4px; }
      .section__09 .wd__feature__list .wd__feature__describe {
        margin-top: -11px;
        color: white; }
        .section__09 .wd__feature__list .wd__feature__describe span {
          font-size: 14px; }
      .section__09 .wd__feature__list .wd__box {
        width: auto;
        margin: 0 68px 100px; }
    .section__09 .img__see__what {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -625px;
      max-width: 1300px;
      height: 983px;
      background-size: cover;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/see__what_medium.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) {
      .section__09 .img__see__what {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/see__what_medium_2x.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__10 {
    overflow: hidden;
    margin-top: 74px;
    padding-top: 0px;
    padding-bottom: 41px;
    background-color: #f7f7f7; }
    .section__10 .col {
      position: relative; }
    .section__10 .wd__content {
      margin-top: 50px; }
      .section__10 .wd__content .content__title {
        width: 500px; }
      .section__10 .wd__content .content__info {
        width: 67%;
        max-width: 661px; }
    .section__10 .wd__feature__list {
      max-width: 600px;
      width: 100%;
      z-index: 1;
      margin: 37px auto;
      font-size: 1rem;
      padding-bottom: 0px;
      left: 15px;
      position: relative; }
      .section__10 .wd__feature__list .wd__feature {
        position: relative;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 45px;
        text-align: left; }
      .section__10 .wd__feature__list .feature__01, .section__10 .wd__feature__list .feature__03 {
        width: 190px; }
      .section__10 .wd__feature__list .feature__02, .section__10 .wd__feature__list .feature__04 {
        width: 124px; }
    .section__10 .img__10 {
      position: relative;
      margin: 0 auto;
      max-width: 724px;
      width: 100%;
      height: 343px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/longlasting.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) {
      .section__10 .img__10 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/longlasting_2x.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__11 {
    overflow: hidden;
    margin-top: 120px;
    padding-bottom: 100px; }
    .section__11 .col {
      position: relative; }
    .section__11 .wd__content {
      position: relative;
      margin: 0px auto 0;
      width: 100%;
      left: 0px;
      text-align: center; }
      .section__11 .wd__content .content__title {
        width: 100%;
        max-width: 700px; }
      .section__11 .wd__content .content__info {
        max-width: 780px;
        width: 76%; }
    .section__11 .img__11 {
      z-index: -1;
      margin: 62px auto 0;
      position: relative;
      max-width: 748px;
      width: 100%;
      height: 607px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      left: 0px;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/bumper.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) {
      .section__11 .img__11 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/bumper_2x.jpg"); } }

@media all and (min-width: 1024px) and (max-width: 1300px) {
  #section__shoot .wd__content .content__info {
    width: 775px; } }

@media all and (min-width: 1145px) and (max-width: 1300px) {
  #section__shoot .wd__content .content__title {
    width: 100%; } }

@media all and (min-width: 784px) and (max-width: 1300px) {
  #section__fits .wd__content .content__title {
    width: 100%; } }

@media all and (min-width: 860px) and (max-width: 1300px) {
  #section__solid .wd__content .content__title {
    width: 100%; } }

@media all and (max-width: 720px) {
  .wd__section {
    margin-top: 141px; }
  .wd__section .small_use {
    display: inline-block !important; }
  .wd__section .no__wrap {
    white-space: nowrap; }
  .wd__section .wd__content {
    margin-top: 42px;
    margin-left: 5.4%;
    width: 89% !important; }
    .wd__section .wd__content .content__title {
      width: 100%;
      max-width: 700px;
      font-size: 29.4px;
      line-height: 33px; }
    .wd__section .wd__content .content__info {
      margin: 11px auto 0;
      width: 100%;
      max-width: 700px;
      font-size: 15.5px;
      line-height: 21px; }
  .wd__section .wd__feature__list {
    margin-top: 38px;
    text-align: center;
    width: 320px; }
    .wd__section .wd__feature__list .wd__feature {
      margin: 0 auto;
      margin-bottom: 22px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        font-size: 47px;
        margin-bottom: 11px; }
        .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
          font-size: 25px; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
        margin-top: -11px;
        font-size: 13px;
        letter-spacing: .1px;
        line-height: 15px !important; }
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe span {
          font-size: 13px;
          margin-left: 0; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe, .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
        font-size: 13px;
        letter-spacing: .1px; }
  .section__01 {
    margin-top: 0px;
    background-repeat: no-repeat; }
    .section__01 .kv_logo {
      margin: 0 auto;
      width: 285px;
      height: 30px;
      display: block;
      background-repeat: no-repeat;
      text-indent: -9999px; }
    .section__01 .margin_left {
      margin-left: 1px; }
    .section__01 .wd__content {
      margin: 49px auto 60px;
      width: 100% !important;
      text-align: center;
      left: 0; }
      .section__01 .wd__content .content__title {
        font-size: 35px;
        margin: 11px auto;
        line-height: 1.2;
        width: 100% !important; }
    .section__01 .img__01 {
      width: 100%;
      max-width: 720px;
      height: 491px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      margin: -36px auto 0;
      z-index: 1;
      position: relative;
      left: 0px;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/kv.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__01 .img__01 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/kv_2x.png"); } }

@media all and (max-width: 720px) {
  .section__01_sub {
    margin-top: -328px; }
    .section__01_sub .wd__content {
      margin-top: 59px; }
      .section__01_sub .wd__content .content__info {
        display: block;
        font-size: 20px;
        width: 94% !important;
        max-width: 471px;
        line-height: 27px;
        margin: 0 auto;
        text-align: center; }
    .section__01_sub .no__wrap {
      white-space: nowrap;
      font-weight: 100 !important; }
  .section__02 {
    overflow: hidden;
    margin-top: 66px; }
    .section__02 .col {
      position: relative; }
    .section__02 .wd__content {
      margin: 0 auto;
      text-align: left; }
      .section__02 .wd__content .content__title {
        width: 100%;
        margin-left: 0;
        max-width: 313px; }
      .section__02 .wd__content .content__info {
        margin-left: 0;
        width: 102%; }
    .section__02 .wd__feature__list {
      position: relative;
      margin: 36px auto 0;
      max-width: 336px;
      width: 90%; }
      .section__02 .wd__feature__list .wd__feature__describe {
        text-align: left; }
      .section__02 .wd__feature__list .feature__02 {
        margin-left: 23px; }
    .section__02 .img__02 {
      z-index: -1;
      left: 0;
      margin: -47px auto 0;
      max-width: 720px;
      width: 100%;
      height: 347px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/dual_outputs.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__02 .img__02 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/dual_outputs_2x.jpg"); } }

@media all and (max-width: 720px) {
  .section__03 {
    overflow: hidden;
    margin-top: 58px; }
    .section__03 .no__wrap {
      white-space: nowrap;
      font-weight: 100 !important; }
    .section__03 .col {
      position: relative; }
    .section__03 .wd__content {
      width: 320px;
      margin: 0 auto; }
      .section__03 .wd__content .content__title {
        max-width: 313px;
        width: 100% !important; }
      .section__03 .wd__content .content__info {
        margin-left: 0 !important;
        width: 102% !important;
        max-width: 600px; }
    .section__03 .wd__feature__list {
      position: relative;
      z-index: 1;
      left: 7px;
      margin: 27px auto 0;
      width: 96%;
      max-width: 320px; }
      .section__03 .wd__feature__list .feature__02 {
        margin-left: 16px; }
      .section__03 .wd__feature__list .feature__03 {
        margin-left: 14px; }
    .section__03 .img__03__table {
      position: relative;
      z-index: -1;
      left: 1px;
      margin: 7px auto 0;
      width: 100%;
      height: 73px;
      background-size: contain;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/free_table_small_2x.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__03 .img__03__table {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/free_table_small_2x.jpg"); } }

@media all and (max-width: 720px) {
    .section__03 .wd__feature__list .feature__03 .wd__feature__data span {
      margin-left: 0px; }
    .section__03 .img__03 {
      position: relative;
      z-index: -1;
      margin: 21px auto 0 -405px;
      width: 809px;
      max-width: 809px;
      height: 529px;
      left: 50%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/qc.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__03 .img__03 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/qc_2x.jpg"); } }

@media all and (max-width: 720px) {
  .section__04 {
    margin-top: -17px; }
    .section__04 .wd__content {
      width: 100%;
      text-align: left;
      margin-top: 57px; }
    .section__04 .no__wrap {
      white-space: nowrap;
      font-weight: 100 !important; }
    .section__04 .wd__feature__list {
      position: relative;
      z-index: 1;
      left: 0px;
      margin: 28px auto 0;
      max-width: 574px;
      width: 320px; }
      .section__04 .wd__feature__list .wd__feature {
        margin: 0 17px 18px 17px; }
    .section__04 .img__04 {
      left: 0;
      margin: 36px auto 0;
      max-width: 810px;
      height: 239px;
      background-size: cover;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/charging_multiple_devices.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__04 .img__04 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/charging_multiple_devices_2x.jpg"); } }

@media all and (max-width: 720px) {
  .section__05 {
    margin-top: 80px; }
    .section__05 .wd__content {
      left: 0;
      margin: 0 auto; }
      .section__05 .wd__content .content__title {
        width: 100%; }
      .section__05 .wd__content .content__info {
        margin-left: 0;
        width: 102%; }
    .section__05 .wd__feature__list {
      position: relative;
      z-index: 1;
      left: 0px;
      margin: 44px auto 0;
      width: 320px; }
      .section__05 .wd__feature__list .wd__feature__describe {
        margin-top: -16px; }
        .section__05 .wd__feature__list .wd__feature__describe span {
          font-size: 13px; }
      .section__05 .wd__feature__list .wd__feature {
        margin: 0px 23px 5px; }
      .section__05 .wd__feature__list .feature__01 {
        width: 91px; }
      .section__05 .wd__feature__list .wd__box {
        margin: 0 21px 5px; }
      .section__05 .wd__feature__list .wd__box .discribe {
        font-size: 13px; }
      .section__05 .wd__feature__list .wd__box {
        margin: 0px 23px 5px; }
        .section__05 .wd__feature__list .wd__box.box_01 .discribe {
          margin-top: 2px; }
        .section__05 .wd__feature__list .wd__box.box_02 {
          width: 91px; }
        .section__05 .wd__feature__list .wd__box.box_02, .section__05 .wd__feature__list .wd__box.box_03 {
          position: relative;
          left: 0; }
          .section__05 .wd__feature__list .wd__box.box_02 .discribe, .section__05 .wd__feature__list .wd__box.box_03 .discribe {
            margin-top: -2px; }
        .section__05 .wd__feature__list .wd__box .icon__1, .section__05 .wd__feature__list .wd__box .icon__2, .section__05 .wd__feature__list .wd__box .icon__4 {
          width: 55px;
          height: 50px; }
        .section__05 .wd__feature__list .wd__box .icon__1 {
          margin-top: -5px; }
        .section__05 .wd__feature__list .wd__box .icon__2 {
          background-position: bottom 0px center;
          margin-top: 23px; }
        .section__05 .wd__feature__list .wd__box .icon__3 {
          margin-top: -2px;
          width: 43px;
          height: 50px; }
        .section__05 .wd__feature__list .wd__box .icon__4 {
          position: relative;
          left: 0px;
          margin-top: 18px;
          width: 53px;
          height: 50px; }
          .section__05 .wd__feature__list .wd__box .icon__4 .discribe {
            margin-top: 5px; }
    .section__05 .color__area {
      margin-top: 40px;
      text-align: center;
      margin-left: -145px;
      width: 290px; }
      .section__05 .color__area .power__pro {
        position: relative; }
        .section__05 .color__area .power__pro .color {
          margin: 11px 20px 20px;
          width: 33px;
          height: 33px; }
          .section__05 .color__area .power__pro .color.active:after {
            width: 41px;
            height: 41px;
            margin-left: -4px;
            margin-top: -4px; }
    .section__05 .power__area {
      position: relative;
      height: 452px;
      margin-top: 0;
      overflow: hidden; }
      .section__05 .power__area .power {
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: 14px;
        margin-left: -218px;
        max-width: 440px;
        width: 440px;
        height: 507px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat; }
    .section__05 .img__05 {
      z-index: -1;
      margin: -104px auto 0;
      max-width: 810px;
      width: 110%;
      height: 554px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin-left: 0px;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/handgrip_detail.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__05 .img__05 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/handgrip_detail_2x.jpg"); } }

@media all and (max-width: 720px) {
  .section__06 {
    margin-top: 0px;
    width: inherit; }
    .section__06 .wd__content {
      margin-top: 78px;
      width: 100%;
      text-align: left; }
      .section__06 .wd__content .content__info {
        margin-left: 0;
        width: 95%;
        max-width: 600px; }
    .section__06 .wd__feature__list {
      position: relative;
      margin: 10px auto 0;
      max-width: 320px;
      width: 100%;
      z-index: 1; }
      .section__06 .wd__feature__list .wd__feature {
        margin: 22px 28px 0; }
    .section__06 .img__06 {
      position: relative;
      z-index: 0;
      left: 0;
      margin: -172px auto 0;
      width: 100%;
      max-width: 810px;
      height: 482px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/flashlight.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__06 .img__06 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/flashlight_2x.jpg"); } }

@media all and (max-width: 720px) {
  .section__07 {
    overflow: hidden;
    margin-top: -65px; }
    .section__07 .no__wrap {
      white-space: nowrap;
      font-weight: 100 !important; }
    .section__07 .col {
      position: relative; }
    .section__07 .wd__content {
      left: 0;
      margin: 100px auto 0; }
      .section__07 .wd__content .content__title {
        margin-left: 0 !important;
        max-width: 293px; }
      .section__07 .wd__content .content__info {
        margin-left: 0;
        width: 100%;
        max-width: 100%; }
    .section__07 .wd__feature__list {
      z-index: 1;
      left: 0px;
      margin: 31px auto 0;
      width: 223px;
      text-align: left; }
      .section__07 .wd__feature__list .wd__feature {
        margin: 0 0 18px -3px; }
        .section__07 .wd__feature__list .wd__feature .wd__feature__describe {
          margin-top: -13px; }
          .section__07 .wd__feature__list .wd__feature .wd__feature__describe span {
            margin-left: 0; }
      .section__07 .wd__feature__list .feature__01, .section__07 .wd__feature__list .feature__03 {
        margin-right: 64px; }
      .section__07 .wd__feature__list .feature__02 {
        margin-right: 0; }
      .section__07 .wd__feature__list .feature__04 {
        width: 100%; }
      .section__07 .wd__feature__list .feature__05 {
        padding-top: 21px; }
        .section__07 .wd__feature__list .feature__05 .wd__feature__data {
          background-position: left;
          height: 53px;
          top: -9px; }
    .section__07 .img__07 {
      margin: 7px auto 0;
      max-width: 320px;
      height: 280px;
      left: 0px;
      background-size: cover;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/protect.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__07 .img__07 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/protect_2x.jpg"); } }

@media all and (max-width: 720px) {
  #section__07 .wd__feature__list .feature__02 {
    margin-left: -6px !important; }
  .section__08 {
    overflow: hidden;
    margin-top: 32px; }
    .section__08 .col {
      position: relative; }
    .section__08 .wd__content .content__info {
      margin-top: 26px;
      width: 610px; }
    .section__08 .wd__feature__list {
      margin-top: 32px;
      width: 100%;
      left: inherit; }
      .section__08 .wd__feature__list .wd__feature__data span {
        padding-left: 4px; }
      .section__08 .wd__feature__list .wd__feature__describe {
        position: relative;
        width: 144px;
        left: 50%;
        margin-left: -72px;
        top: 0px; }
        .section__08 .wd__feature__list .wd__feature__describe span {
          font-size: 14px; }
      .section__08 .wd__feature__list .wd__box {
        width: auto;
        padding-bottom: 80px;
        margin: 0 42px 21px !important;
        left: 0 !important;
        position: relative; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__1 {
          width: 55px;
          height: 57px; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__2 {
          width: 55px;
          height: 57px; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__3 {
          width: 55px;
          height: 57px; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__4 {
          width: 55px;
          height: 57px; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__5 {
          width: 55px;
          height: 57px; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__6 {
          width: 55px;
          height: 57px; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__7 {
          width: 55px;
          height: 57px; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__8 {
          width: 55px;
          height: 57px; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__9 {
          width: 55px;
          height: 57px; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__10 {
          width: 55px;
          height: 57px; }
        .section__08 .wd__feature__list .wd__box .box_icon.icon__11 {
          width: 55px;
          height: 57px; }
        .section__08 .wd__feature__list .wd__box .icon__6 {
          background-size: 59px 64px;
          background-position-y: -2px; }
        .section__08 .wd__feature__list .wd__box .icon__8 {
          background-size: 39px 39px; }
        .section__08 .wd__feature__list .wd__box .discribe {
          position: absolute;
          top: 58px;
          left: 50%;
          margin-left: -62px;
          width: 124px;
          font-size: 13px;
          line-height: 16px; }
    .section__08 .img__08 {
      z-index: -1;
      margin: -6px auto 0;
      left: 0px;
      position: relative;
      max-width: 100%;
      width: 100%;
      height: 0;
      padding-bottom: 55%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/certifications_powerbank.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__08 .img__08 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/certifications_powerbank_2x.jpg"); } }

@media all and (max-width: 720px) {
  .section__09 {
    overflow: hidden;
    margin-top: 76px; }
    .section__09 .col {
      position: relative; }
    .section__09 .wd__content {
      position: relative;
      top: 0;
      left: auto;
      margin: 0 auto;
      width: 100%;
      text-align: center; }
      .section__09 .wd__content .content__title {
        width: 100%; }
      .section__09 .wd__content .content__info {
        width: 580px;
        color: white; }
    .section__09 .wd__feature__list {
      margin-top: 34px;
      width: 100%; }
      .section__09 .wd__feature__list .wd__feature__data span {
        padding-left: 4px; }
      .section__09 .wd__feature__list .wd__feature__describe {
        position: relative;
        width: 144px;
        left: 50%;
        margin-left: -72px;
        top: 0px; }
        .section__09 .wd__feature__list .wd__feature__describe span {
          font-size: 14px; }
      .section__09 .wd__feature__list .wd__box {
        width: auto;
        margin: 0 43px 37px;
        padding-bottom: 35px; }
        .section__09 .wd__feature__list .wd__box .icon__1 {
          width: 60px;
          height: 60px; }
        .section__09 .wd__feature__list .wd__box .icon__2 {
          width: 60px;
          height: 60px; }
        .section__09 .wd__feature__list .wd__box .icon__3 {
          width: 60px;
          height: 60px; }
        .section__09 .wd__feature__list .wd__box .icon__4 {
          width: 60px;
          height: 60px; }
        .section__09 .wd__feature__list .wd__box .icon__5 {
          width: 60px;
          height: 60px; }
        .section__09 .wd__feature__list .wd__box .icon__6 {
          width: 60px;
          height: 60px; }
        .section__09 .wd__feature__list .wd__box .icon__7 {
          width: 60px;
          height: 60px; }
        .section__09 .wd__feature__list .wd__box .icon__8 {
          width: 60px;
          height: 60px; }
        .section__09 .wd__feature__list .wd__box .icon__9 {
          width: 60px;
          height: 60px; }
        .section__09 .wd__feature__list .wd__box .icon__10 {
          width: 60px;
          height: 60px; }
        .section__09 .wd__feature__list .wd__box .icon__11 {
          width: 60px;
          height: 60px; }
        .section__09 .wd__feature__list .wd__box .discribe {
          top: 61px;
          left: 50%;
          margin-left: -72px;
          width: 144px;
          font-size: 13px;
          line-height: 16px; }
        .section__09 .wd__feature__list .wd__box.box_03, .section__09 .wd__feature__list .wd__box.box_09, .section__09 .wd__feature__list .wd__box.box_10, .section__09 .wd__feature__list .wd__box.box_11 {
          padding-bottom: 20px; }
    .section__09 .img__see__what {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -625px;
      max-width: 1300px;
      height: 983px;
      background-size: cover;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/see__what_medium.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__09 .img__see__what {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/medium/see__what_medium_2x.jpg"); } }

@media all and (max-width: 720px) {
  .section__10 {
    overflow: hidden;
    margin-top: 46px;
    padding-top: 0px;
    background-color: #f7f7f7; }
    .section__10 .col {
      position: relative; }
    .section__10 .wd__content {
      margin-top: 28px; }
      .section__10 .wd__content .content__title {
        width: 300px; }
      .section__10 .wd__content .content__info {
        width: 100% !important;
        max-width: 323px; }
    .section__10 .wd__feature__list {
      max-width: 320px !important;
      width: 100% !important;
      z-index: 1;
      margin: 32px auto 40px auto;
      font-size: 1rem;
      padding-bottom: 0px;
      position: relative; }
      .section__10 .wd__feature__list .wd__feature {
        position: relative;
        margin-left: 18px;
        margin-right: 18px;
        margin-bottom: 45px;
        text-align: left; }
      .section__10 .wd__feature__list .feature__01, .section__10 .wd__feature__list .feature__03 {
        width: 151px; }
      .section__10 .wd__feature__list .feature__02, .section__10 .wd__feature__list .feature__04 {
        width: 86px; }
    .section__10 .img__10 {
      position: relative;
      left: 1px;
      margin: 0 auto;
      max-width: 320px;
      width: 100%;
      height: 200px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/longlasting.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__10 .img__10 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/longlasting_2x.png"); } }

@media all and (max-width: 720px) {
  .section__11 {
    overflow: hidden;
    margin-top: 83px;
    padding-bottom: 55px; }
    .section__11 .no__wrap {
      white-space: nowrap;
      font-weight: 100 !important; }
    .section__11 .col {
      position: relative; }
    .section__11 .wd__content {
      left: 0;
      margin: 0 auto;
      width: 320px;
      text-align: center; }
      .section__11 .wd__content .content__title {
        width: 79% !important;
        margin-left: auto;
        margin-right: auto; }
      .section__11 .wd__content .content__info {
        width: 101% !important;
        max-width: 756px; }
    .section__11 .img__11 {
      z-index: -1;
      margin: 0 auto;
      margin-top: 50px;
      left: 0px;
      position: relative;
      max-width: 100%;
      width: 100%;
      height: 0;
      padding-bottom: 80%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/bumper_small.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__11 .img__11 {
        background-image: url("/websites/global/products/Tmf6sEkuwCKyrgWB/v1/features/images/moblie/bumper_small_2x.jpg"); } }

@media all and (min-width: 600px) and (max-width: 720px) {
  .section__01 br.small_use {
    display: none !important; }
  .section__01 .wd__content .content__title {
    max-width: 450px; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  .section__02 .wd__content .content__title {
    max-width: 100%; } }

@media all and (min-width: 340px) and (max-width: 720px) {
  .section__03 .wd__feature__list {
    left: 12px; } }

@media all and (min-width: 500px) and (max-width: 720px) {
  .section__03 .wd__content .content__title {
    max-width: 80%; } }

@media all and (min-width: 500px) and (max-width: 720px) {
  .section__04 .img__04 {
    width: 581px;
    left: -68px; } }

@media all and (min-width: 400px) and (max-width: 720px) {
  .section__07 .wd__feature__list {
    left: 0; } }

@media all and (min-width: 500px) and (max-width: 720px) {
  .section__07 .wd__content .content__title {
    max-width: 100%; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  .section__08 .img__08 {
    max-width: 570px;
    width: 570px;
    height: 396px;
    padding-bottom: 0;
    margin-top: -40px; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  .section__11 .img__11 {
    max-width: 570px;
    width: 570px;
    height: 456px;
    padding-bottom: 0; } }
