@charset "UTF-8";
/*** Global ***/
@import "//cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css";
.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); } }

@-webkit-keyframes arrowUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 22px, 0);
    transform: translate3d(0, 22px, 0); }
  20% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0; } }

@keyframes arrowUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 22px, 0);
    transform: translate3d(0, 22px, 0); }
  20% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0; } }

@-webkit-keyframes arrowDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -22px, 0);
    transform: translate3d(0, -22px, 0); }
  20% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0; } }

@keyframes arrowDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -22px, 0);
    transform: translate3d(0, -22px, 0); }
  20% {
    opacity: 1; }
  70% {
    opacity: 1; }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 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; }

.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/Di5vL0bgW48WhpCm/v4/features/css/css3-IE8-PIE.htc"); }

@font-face {
  font-family: "Xolonium-Regular";
  src: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/Xolonium-Regular.eot");
  src: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/Xolonium-Regular.eot?#iefix") format("embedded-opentype"), url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/Xolonium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "tahoma_0";
  src: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/tahoma_0.eot");
  src: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/tahoma_0.eot?#iefix") format("embedded-opentype"), url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/tahoma_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "rogfontsv16-regular";
  src: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/rogfontsv16-regular.eot");
  src: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/rogfontsv16-regular.eot?#iefix") format("embedded-opentype"), url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/rogfontsv16-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Light_0";
  src: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/Roboto-Light_0.eot");
  src: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/Roboto-Light_0.eot?#iefix") format("embedded-opentype"), url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/font/Roboto-Light_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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-left: auto;
  margin-right: auto;
  min-width: 1301px;
  max-width: 2560px; }

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes compareAnimate {
  0% {
    clip: rect(0px 738px 684px 0px); }
  25% {
    clip: rect(0px 1300px 684px 0px); }
  60% {
    clip: rect(0px 250px 684px 0px); }
  80% {
    clip: rect(0px 960px 684px 0px); }
  100% {
    clip: rect(0px 738px 684px 0px); } }

@keyframes compareAnimate {
  0% {
    clip: rect(0px 738px 684px 0px); }
  25% {
    clip: rect(0px 1300px 684px 0px); }
  60% {
    clip: rect(0px 250px 684px 0px); }
  80% {
    clip: rect(0px 960px 684px 0px); }
  100% {
    clip: rect(0px 738px 684px 0px); } }

@-webkit-keyframes comparehandleAnimate {
  0% {
    left: 738px; }
  25% {
    left: 1300px; }
  60% {
    left: 250px; }
  80% {
    left: 960px; }
  100% {
    left: 738px; } }

@keyframes comparehandleAnimate {
  0% {
    left: 738px; }
  25% {
    left: 1300px; }
  60% {
    left: 250px; }
  80% {
    left: 960px; }
  100% {
    left: 738px; } }

@-webkit-keyframes keyboardAnimate {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes waveRippleAnimate1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes waveRippleAnimate1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes waveRippleAnimate2 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes waveRippleAnimate2 {
  0% {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes waveRippleAnimate3 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes waveRippleAnimate3 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lity-opened {
  z-index: 100000 !important; }

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

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

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

.scroll__tool {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  right: 40px;
  bottom: 40px;
  -webkit-transition: opacity 700ms ease-out;
  transition: opacity 700ms ease-out; }
  .scroll__tool.show {
    z-index: 10000000;
    -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)"; }
    .scroll__tool.show .img__scroll-top {
      cursor: pointer; }
  .scroll__tool .img__scroll-top {
    width: 61px;
    height: 61px; }

@media (min-width: 1px) and (max-width: 720px) {
  .scroll__tool {
    right: 8px;
    bottom: 83px; } }

.wd__content {
  color: #333333; }
  .wd__content .content__slogan {
    position: relative;
    color: #a89d5b;
    font-size: 35px; }
  .wd__content .content__title {
    position: relative;
    margin-top: 35px;
    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 {
      position: relative;
      display: inline-block;
      border-bottom: 1px solid transparent;
      color: #63b3fc; }
    .wd__content .content__link:link span, .wd__content .content__link:active span, .wd__content .content__link:visited span {
      border-bottom: 1px solid transparent; }
    .wd__content .content__link:hover span {
      border-bottom: 1px solid #63b3fc; }
  @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: 12px;
    font-size: 18px;
    color: #999999;
    line-height: 1.4; }

.wd__link__arrow:after {
  content: ">";
  padding-left: 7px;
  color: #63b3fc; }
  @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__spec__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  .wd__spec__list * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .wd__spec__list .wd__spec {
    display: inline-block;
    position: relative;
    margin-right: 14px;
    margin-bottom: 33px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    height: 180px;
    overflow: hidden;
    text-align: center;
    vertical-align: top; }
    .wd__spec__list .wd__spec .spec__detail {
      display: table-cell;
      vertical-align: middle;
      width: 4em;
      height: 151px;
      text-align: center;
      color: #a89d5b;
      font-size: 2em; }
      .wd__spec__list .wd__spec .spec__detail span {
        font-size: 0.6em; }
    .wd__spec__list .wd__spec .spec__des {
      position: relative;
      z-index: -1;
      bottom: 0;
      padding-bottom: 15px;
      color: #636360;
      font-size: 15px;
      text-align: center; }
    .wd__spec__list .wd__spec .spec__des__top {
      position: relative;
      z-index: -1;
      top: 0;
      padding-top: 15px;
      color: #636360;
      font-size: 15px;
      text-align: center; }

.wd__feature {
  color: #333333; }
  .wd__feature .wd__feature__describe__top {
    margin-bottom: 2px;
    color: #FFFFFF;
    font-size: 15px; }
  .wd__feature .wd__feature__data {
    color: #db0730;
    font-size: 59px;
    line-height: 1; }
    .wd__feature .wd__feature__data span {
      font-size: 29px; }
      .wd__feature .wd__feature__data span.space-large-left {
        padding-left: 7px; }
      .wd__feature .wd__feature__data span.space-medium-left {
        padding-left: 5px; }
      .wd__feature .wd__feature__data span.space-small-left {
        padding-left: 3px; }
      .wd__feature .wd__feature__data span.space-large-right {
        padding-right: 7px; }
      .wd__feature .wd__feature__data span.space-medium-right {
        padding-right: 5px; }
      .wd__feature .wd__feature__data span.space-small-right {
        padding-right: 3px; }
  .wd__feature .wd__feature__describe {
    margin-top: 2px;
    color: #FFFFFF; }
    .wd__feature .wd__feature__describe span {
      font-size: 16px; }

.wd__feature__list {
  position: relative; }
  .wd__feature__list .wd__feature {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 31px 58px; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/font/slick.eot");
  src: url("/font/slick.eot?#iefix") format("embedded-opentype"), url("/font/slick.woff") format("woff"), url("/font/slick.ttf") format("truetype"), url("/font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick__nav {
  margin-bottom: 40px;
  color: #636360;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.6; }
  .slick__nav a {
    color: #636360; }

.slick-next {
  right: 25px; }

.slick-prev {
  left: 25px; }

.slick__prev, .slick__next {
  z-index: 9999;
  content: ''; }
  .slick__prev:before, .slick__next:before {
    content: '';
    display: none; }

[dir='rtl'] .slick__prev:before {
  content: '';
  display: none; }

[dir='rtl'] .slick__next:before {
  content: '';
  display: none; }

.wd__slick .container {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 900px; }
  .wd__slick .container.e1 .slick__info {
    margin-top: 15em; }
  .wd__slick .container .slick__half {
    width: 45%; }
  .wd__slick .container .slick__left {
    float: left; }
  .wd__slick .container .slick__right {
    float: right; }
  .wd__slick .container .slick__img, .wd__slick .container .slick__info {
    width: 100%; }

.sprite__arrow__right {
  z-index: 1000;
  background-position: -214px -5px;
  width: 49px;
  height: 96px; }

.sprite__arrow__left {
  z-index: 1000;
  background-position: -80px -5px;
  width: 49px;
  height: 96px; }

.sprite-arrow_r {
  width: 65px;
  height: 130px; }

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

.slick-prev, .slick-next {
  margin-top: -55px; }

.ellipse {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  background: transparent no-repeat scroll center top;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAFICAIAAAA+q3RyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MUM1MDEwQjQ4QTIxMUU1QkQyMkRBMjA2RDk1OUIzNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MUM1MDEwQzQ4QTIxMUU1QkQyMkRBMjA2RDk1OUIzNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQxQzUwMTA5NDhBMjExRTVCRDIyREEyMDZEOTU5QjM1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQxQzUwMTBBNDhBMjExRTVCRDIyREEyMDZEOTU5QjM1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AxOp2AAAMnZJREFUeNrs3euS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");
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACvAAAAHeCAIAAADISUmzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyRDA0NjU2QTQ4QTYxMUU1QkQyMkRBMjA2RDk1OUIzNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyRDA0NjU2QjQ4QTYxMUU1QkQyMkRBMjA2RDk1OUIzNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJEMDQ2NTY4NDhBNjExRTVCRDIyREEyMDZEOTU5QjM1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJEMDQ2NTY5NDhBNjExRTVCRDIyREEyMDZEOTU5QjM1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mJ5YoQAAVIFJREFUeNrs3cl2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") \9;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  width: 2800px\9;
  height: 328px;
  height: 478px\9; }

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

.col-1 {
  width: 1%; }

.col-pull-1 {
  margin-left: 1% !important; }

.col-2 {
  width: 2%; }

.col-pull-2 {
  margin-left: 2% !important; }

.col-3 {
  width: 3%; }

.col-pull-3 {
  margin-left: 3% !important; }

.col-4 {
  width: 4%; }

.col-pull-4 {
  margin-left: 4% !important; }

.col-5 {
  width: 5%; }

.col-pull-5 {
  margin-left: 5% !important; }

.col-6 {
  width: 6%; }

.col-pull-6 {
  margin-left: 6% !important; }

.col-7 {
  width: 7%; }

.col-pull-7 {
  margin-left: 7% !important; }

.col-8 {
  width: 8%; }

.col-pull-8 {
  margin-left: 8% !important; }

.col-9 {
  width: 9%; }

.col-pull-9 {
  margin-left: 9% !important; }

.col-10 {
  width: 10%; }

.col-pull-10 {
  margin-left: 10% !important; }

.col-11 {
  width: 11%; }

.col-pull-11 {
  margin-left: 11% !important; }

.col-12 {
  width: 12%; }

.col-pull-12 {
  margin-left: 12% !important; }

.col-13 {
  width: 13%; }

.col-pull-13 {
  margin-left: 13% !important; }

.col-14 {
  width: 14%; }

.col-pull-14 {
  margin-left: 14% !important; }

.col-15 {
  width: 15%; }

.col-pull-15 {
  margin-left: 15% !important; }

.col-16 {
  width: 16%; }

.col-pull-16 {
  margin-left: 16% !important; }

.col-17 {
  width: 17%; }

.col-pull-17 {
  margin-left: 17% !important; }

.col-18 {
  width: 18%; }

.col-pull-18 {
  margin-left: 18% !important; }

.col-19 {
  width: 19%; }

.col-pull-19 {
  margin-left: 19% !important; }

.col-20 {
  width: 20%; }

.col-pull-20 {
  margin-left: 20% !important; }

.col-21 {
  width: 21%; }

.col-pull-21 {
  margin-left: 21% !important; }

.col-22 {
  width: 22%; }

.col-pull-22 {
  margin-left: 22% !important; }

.col-23 {
  width: 23%; }

.col-pull-23 {
  margin-left: 23% !important; }

.col-24 {
  width: 24%; }

.col-pull-24 {
  margin-left: 24% !important; }

.col-25 {
  width: 25%; }

.col-pull-25 {
  margin-left: 25% !important; }

.col-26 {
  width: 26%; }

.col-pull-26 {
  margin-left: 26% !important; }

.col-27 {
  width: 27%; }

.col-pull-27 {
  margin-left: 27% !important; }

.col-28 {
  width: 28%; }

.col-pull-28 {
  margin-left: 28% !important; }

.col-29 {
  width: 29%; }

.col-pull-29 {
  margin-left: 29% !important; }

.col-30 {
  width: 30%; }

.col-pull-30 {
  margin-left: 30% !important; }

.col-31 {
  width: 31%; }

.col-pull-31 {
  margin-left: 31% !important; }

.col-32 {
  width: 32%; }

.col-pull-32 {
  margin-left: 32% !important; }

.col-33 {
  width: 33%; }

.col-pull-33 {
  margin-left: 33% !important; }

.col-34 {
  width: 34%; }

.col-pull-34 {
  margin-left: 34% !important; }

.col-35 {
  width: 35%; }

.col-pull-35 {
  margin-left: 35% !important; }

.col-36 {
  width: 36%; }

.col-pull-36 {
  margin-left: 36% !important; }

.col-37 {
  width: 37%; }

.col-pull-37 {
  margin-left: 37% !important; }

.col-38 {
  width: 38%; }

.col-pull-38 {
  margin-left: 38% !important; }

.col-39 {
  width: 39%; }

.col-pull-39 {
  margin-left: 39% !important; }

.col-40 {
  width: 40%; }

.col-pull-40 {
  margin-left: 40% !important; }

.col-41 {
  width: 41%; }

.col-pull-41 {
  margin-left: 41% !important; }

.col-42 {
  width: 42%; }

.col-pull-42 {
  margin-left: 42% !important; }

.col-43 {
  width: 43%; }

.col-pull-43 {
  margin-left: 43% !important; }

.col-44 {
  width: 44%; }

.col-pull-44 {
  margin-left: 44% !important; }

.col-45 {
  width: 45%; }

.col-pull-45 {
  margin-left: 45% !important; }

.col-46 {
  width: 46%; }

.col-pull-46 {
  margin-left: 46% !important; }

.col-47 {
  width: 47%; }

.col-pull-47 {
  margin-left: 47% !important; }

.col-48 {
  width: 48%; }

.col-pull-48 {
  margin-left: 48% !important; }

.col-49 {
  width: 49%; }

.col-pull-49 {
  margin-left: 49% !important; }

.col-50 {
  width: 50%; }

.col-pull-50 {
  margin-left: 50% !important; }

.col-51 {
  width: 51%; }

.col-pull-51 {
  margin-left: 51% !important; }

.col-52 {
  width: 52%; }

.col-pull-52 {
  margin-left: 52% !important; }

.col-53 {
  width: 53%; }

.col-pull-53 {
  margin-left: 53% !important; }

.col-54 {
  width: 54%; }

.col-pull-54 {
  margin-left: 54% !important; }

.col-55 {
  width: 55%; }

.col-pull-55 {
  margin-left: 55% !important; }

.col-56 {
  width: 56%; }

.col-pull-56 {
  margin-left: 56% !important; }

.col-57 {
  width: 57%; }

.col-pull-57 {
  margin-left: 57% !important; }

.col-58 {
  width: 58%; }

.col-pull-58 {
  margin-left: 58% !important; }

.col-59 {
  width: 59%; }

.col-pull-59 {
  margin-left: 59% !important; }

.col-60 {
  width: 60%; }

.col-pull-60 {
  margin-left: 60% !important; }

.col-61 {
  width: 61%; }

.col-pull-61 {
  margin-left: 61% !important; }

.col-62 {
  width: 62%; }

.col-pull-62 {
  margin-left: 62% !important; }

.col-63 {
  width: 63%; }

.col-pull-63 {
  margin-left: 63% !important; }

.col-64 {
  width: 64%; }

.col-pull-64 {
  margin-left: 64% !important; }

.col-65 {
  width: 65%; }

.col-pull-65 {
  margin-left: 65% !important; }

.col-66 {
  width: 66%; }

.col-pull-66 {
  margin-left: 66% !important; }

.col-67 {
  width: 67%; }

.col-pull-67 {
  margin-left: 67% !important; }

.col-68 {
  width: 68%; }

.col-pull-68 {
  margin-left: 68% !important; }

.col-69 {
  width: 69%; }

.col-pull-69 {
  margin-left: 69% !important; }

.col-70 {
  width: 70%; }

.col-pull-70 {
  margin-left: 70% !important; }

.col-71 {
  width: 71%; }

.col-pull-71 {
  margin-left: 71% !important; }

.col-72 {
  width: 72%; }

.col-pull-72 {
  margin-left: 72% !important; }

.col-73 {
  width: 73%; }

.col-pull-73 {
  margin-left: 73% !important; }

.col-74 {
  width: 74%; }

.col-pull-74 {
  margin-left: 74% !important; }

.col-75 {
  width: 75%; }

.col-pull-75 {
  margin-left: 75% !important; }

.col-76 {
  width: 76%; }

.col-pull-76 {
  margin-left: 76% !important; }

.col-77 {
  width: 77%; }

.col-pull-77 {
  margin-left: 77% !important; }

.col-78 {
  width: 78%; }

.col-pull-78 {
  margin-left: 78% !important; }

.col-79 {
  width: 79%; }

.col-pull-79 {
  margin-left: 79% !important; }

.col-80 {
  width: 80%; }

.col-pull-80 {
  margin-left: 80% !important; }

.col-81 {
  width: 81%; }

.col-pull-81 {
  margin-left: 81% !important; }

.col-82 {
  width: 82%; }

.col-pull-82 {
  margin-left: 82% !important; }

.col-83 {
  width: 83%; }

.col-pull-83 {
  margin-left: 83% !important; }

.col-84 {
  width: 84%; }

.col-pull-84 {
  margin-left: 84% !important; }

.col-85 {
  width: 85%; }

.col-pull-85 {
  margin-left: 85% !important; }

.col-86 {
  width: 86%; }

.col-pull-86 {
  margin-left: 86% !important; }

.col-87 {
  width: 87%; }

.col-pull-87 {
  margin-left: 87% !important; }

.col-88 {
  width: 88%; }

.col-pull-88 {
  margin-left: 88% !important; }

.col-89 {
  width: 89%; }

.col-pull-89 {
  margin-left: 89% !important; }

.col-90 {
  width: 90%; }

.col-pull-90 {
  margin-left: 90% !important; }

.col-91 {
  width: 91%; }

.col-pull-91 {
  margin-left: 91% !important; }

.col-92 {
  width: 92%; }

.col-pull-92 {
  margin-left: 92% !important; }

.col-93 {
  width: 93%; }

.col-pull-93 {
  margin-left: 93% !important; }

.col-94 {
  width: 94%; }

.col-pull-94 {
  margin-left: 94% !important; }

.col-95 {
  width: 95%; }

.col-pull-95 {
  margin-left: 95% !important; }

.col-96 {
  width: 96%; }

.col-pull-96 {
  margin-left: 96% !important; }

.col-97 {
  width: 97%; }

.col-pull-97 {
  margin-left: 97% !important; }

.col-98 {
  width: 98%; }

.col-pull-98 {
  margin-left: 98% !important; }

.col-99 {
  width: 99%; }

.col-pull-99 {
  margin-left: 99% !important; }

.col-100 {
  width: 100%; }

.col-pull-100 {
  margin-left: 100% !important; }

@media all and (max-width: 720px) {
  .small_col-1 {
    width: 1%; }
  .small_col-pull-1 {
    margin-left: 1% !important; }
  .small_col-2 {
    width: 2%; }
  .small_col-pull-2 {
    margin-left: 2% !important; }
  .small_col-3 {
    width: 3%; }
  .small_col-pull-3 {
    margin-left: 3% !important; }
  .small_col-4 {
    width: 4%; }
  .small_col-pull-4 {
    margin-left: 4% !important; }
  .small_col-5 {
    width: 5%; }
  .small_col-pull-5 {
    margin-left: 5% !important; }
  .small_col-6 {
    width: 6%; }
  .small_col-pull-6 {
    margin-left: 6% !important; }
  .small_col-7 {
    width: 7%; }
  .small_col-pull-7 {
    margin-left: 7% !important; }
  .small_col-8 {
    width: 8%; }
  .small_col-pull-8 {
    margin-left: 8% !important; }
  .small_col-9 {
    width: 9%; }
  .small_col-pull-9 {
    margin-left: 9% !important; }
  .small_col-10 {
    width: 10%; }
  .small_col-pull-10 {
    margin-left: 10% !important; }
  .small_col-11 {
    width: 11%; }
  .small_col-pull-11 {
    margin-left: 11% !important; }
  .small_col-12 {
    width: 12%; }
  .small_col-pull-12 {
    margin-left: 12% !important; }
  .small_col-13 {
    width: 13%; }
  .small_col-pull-13 {
    margin-left: 13% !important; }
  .small_col-14 {
    width: 14%; }
  .small_col-pull-14 {
    margin-left: 14% !important; }
  .small_col-15 {
    width: 15%; }
  .small_col-pull-15 {
    margin-left: 15% !important; }
  .small_col-16 {
    width: 16%; }
  .small_col-pull-16 {
    margin-left: 16% !important; }
  .small_col-17 {
    width: 17%; }
  .small_col-pull-17 {
    margin-left: 17% !important; }
  .small_col-18 {
    width: 18%; }
  .small_col-pull-18 {
    margin-left: 18% !important; }
  .small_col-19 {
    width: 19%; }
  .small_col-pull-19 {
    margin-left: 19% !important; }
  .small_col-20 {
    width: 20%; }
  .small_col-pull-20 {
    margin-left: 20% !important; }
  .small_col-21 {
    width: 21%; }
  .small_col-pull-21 {
    margin-left: 21% !important; }
  .small_col-22 {
    width: 22%; }
  .small_col-pull-22 {
    margin-left: 22% !important; }
  .small_col-23 {
    width: 23%; }
  .small_col-pull-23 {
    margin-left: 23% !important; }
  .small_col-24 {
    width: 24%; }
  .small_col-pull-24 {
    margin-left: 24% !important; }
  .small_col-25 {
    width: 25%; }
  .small_col-pull-25 {
    margin-left: 25% !important; }
  .small_col-26 {
    width: 26%; }
  .small_col-pull-26 {
    margin-left: 26% !important; }
  .small_col-27 {
    width: 27%; }
  .small_col-pull-27 {
    margin-left: 27% !important; }
  .small_col-28 {
    width: 28%; }
  .small_col-pull-28 {
    margin-left: 28% !important; }
  .small_col-29 {
    width: 29%; }
  .small_col-pull-29 {
    margin-left: 29% !important; }
  .small_col-30 {
    width: 30%; }
  .small_col-pull-30 {
    margin-left: 30% !important; }
  .small_col-31 {
    width: 31%; }
  .small_col-pull-31 {
    margin-left: 31% !important; }
  .small_col-32 {
    width: 32%; }
  .small_col-pull-32 {
    margin-left: 32% !important; }
  .small_col-33 {
    width: 33%; }
  .small_col-pull-33 {
    margin-left: 33% !important; }
  .small_col-34 {
    width: 34%; }
  .small_col-pull-34 {
    margin-left: 34% !important; }
  .small_col-35 {
    width: 35%; }
  .small_col-pull-35 {
    margin-left: 35% !important; }
  .small_col-36 {
    width: 36%; }
  .small_col-pull-36 {
    margin-left: 36% !important; }
  .small_col-37 {
    width: 37%; }
  .small_col-pull-37 {
    margin-left: 37% !important; }
  .small_col-38 {
    width: 38%; }
  .small_col-pull-38 {
    margin-left: 38% !important; }
  .small_col-39 {
    width: 39%; }
  .small_col-pull-39 {
    margin-left: 39% !important; }
  .small_col-40 {
    width: 40%; }
  .small_col-pull-40 {
    margin-left: 40% !important; }
  .small_col-41 {
    width: 41%; }
  .small_col-pull-41 {
    margin-left: 41% !important; }
  .small_col-42 {
    width: 42%; }
  .small_col-pull-42 {
    margin-left: 42% !important; }
  .small_col-43 {
    width: 43%; }
  .small_col-pull-43 {
    margin-left: 43% !important; }
  .small_col-44 {
    width: 44%; }
  .small_col-pull-44 {
    margin-left: 44% !important; }
  .small_col-45 {
    width: 45%; }
  .small_col-pull-45 {
    margin-left: 45% !important; }
  .small_col-46 {
    width: 46%; }
  .small_col-pull-46 {
    margin-left: 46% !important; }
  .small_col-47 {
    width: 47%; }
  .small_col-pull-47 {
    margin-left: 47% !important; }
  .small_col-48 {
    width: 48%; }
  .small_col-pull-48 {
    margin-left: 48% !important; }
  .small_col-49 {
    width: 49%; }
  .small_col-pull-49 {
    margin-left: 49% !important; }
  .small_col-50 {
    width: 50%; }
  .small_col-pull-50 {
    margin-left: 50% !important; }
  .small_col-51 {
    width: 51%; }
  .small_col-pull-51 {
    margin-left: 51% !important; }
  .small_col-52 {
    width: 52%; }
  .small_col-pull-52 {
    margin-left: 52% !important; }
  .small_col-53 {
    width: 53%; }
  .small_col-pull-53 {
    margin-left: 53% !important; }
  .small_col-54 {
    width: 54%; }
  .small_col-pull-54 {
    margin-left: 54% !important; }
  .small_col-55 {
    width: 55%; }
  .small_col-pull-55 {
    margin-left: 55% !important; }
  .small_col-56 {
    width: 56%; }
  .small_col-pull-56 {
    margin-left: 56% !important; }
  .small_col-57 {
    width: 57%; }
  .small_col-pull-57 {
    margin-left: 57% !important; }
  .small_col-58 {
    width: 58%; }
  .small_col-pull-58 {
    margin-left: 58% !important; }
  .small_col-59 {
    width: 59%; }
  .small_col-pull-59 {
    margin-left: 59% !important; }
  .small_col-60 {
    width: 60%; }
  .small_col-pull-60 {
    margin-left: 60% !important; }
  .small_col-61 {
    width: 61%; }
  .small_col-pull-61 {
    margin-left: 61% !important; }
  .small_col-62 {
    width: 62%; }
  .small_col-pull-62 {
    margin-left: 62% !important; }
  .small_col-63 {
    width: 63%; }
  .small_col-pull-63 {
    margin-left: 63% !important; }
  .small_col-64 {
    width: 64%; }
  .small_col-pull-64 {
    margin-left: 64% !important; }
  .small_col-65 {
    width: 65%; }
  .small_col-pull-65 {
    margin-left: 65% !important; }
  .small_col-66 {
    width: 66%; }
  .small_col-pull-66 {
    margin-left: 66% !important; }
  .small_col-67 {
    width: 67%; }
  .small_col-pull-67 {
    margin-left: 67% !important; }
  .small_col-68 {
    width: 68%; }
  .small_col-pull-68 {
    margin-left: 68% !important; }
  .small_col-69 {
    width: 69%; }
  .small_col-pull-69 {
    margin-left: 69% !important; }
  .small_col-70 {
    width: 70%; }
  .small_col-pull-70 {
    margin-left: 70% !important; }
  .small_col-71 {
    width: 71%; }
  .small_col-pull-71 {
    margin-left: 71% !important; }
  .small_col-72 {
    width: 72%; }
  .small_col-pull-72 {
    margin-left: 72% !important; }
  .small_col-73 {
    width: 73%; }
  .small_col-pull-73 {
    margin-left: 73% !important; }
  .small_col-74 {
    width: 74%; }
  .small_col-pull-74 {
    margin-left: 74% !important; }
  .small_col-75 {
    width: 75%; }
  .small_col-pull-75 {
    margin-left: 75% !important; }
  .small_col-76 {
    width: 76%; }
  .small_col-pull-76 {
    margin-left: 76% !important; }
  .small_col-77 {
    width: 77%; }
  .small_col-pull-77 {
    margin-left: 77% !important; }
  .small_col-78 {
    width: 78%; }
  .small_col-pull-78 {
    margin-left: 78% !important; }
  .small_col-79 {
    width: 79%; }
  .small_col-pull-79 {
    margin-left: 79% !important; }
  .small_col-80 {
    width: 80%; }
  .small_col-pull-80 {
    margin-left: 80% !important; }
  .small_col-81 {
    width: 81%; }
  .small_col-pull-81 {
    margin-left: 81% !important; }
  .small_col-82 {
    width: 82%; }
  .small_col-pull-82 {
    margin-left: 82% !important; }
  .small_col-83 {
    width: 83%; }
  .small_col-pull-83 {
    margin-left: 83% !important; }
  .small_col-84 {
    width: 84%; }
  .small_col-pull-84 {
    margin-left: 84% !important; }
  .small_col-85 {
    width: 85%; }
  .small_col-pull-85 {
    margin-left: 85% !important; }
  .small_col-86 {
    width: 86%; }
  .small_col-pull-86 {
    margin-left: 86% !important; }
  .small_col-87 {
    width: 87%; }
  .small_col-pull-87 {
    margin-left: 87% !important; }
  .small_col-88 {
    width: 88%; }
  .small_col-pull-88 {
    margin-left: 88% !important; }
  .small_col-89 {
    width: 89%; }
  .small_col-pull-89 {
    margin-left: 89% !important; }
  .small_col-90 {
    width: 90%; }
  .small_col-pull-90 {
    margin-left: 90% !important; }
  .small_col-91 {
    width: 91%; }
  .small_col-pull-91 {
    margin-left: 91% !important; }
  .small_col-92 {
    width: 92%; }
  .small_col-pull-92 {
    margin-left: 92% !important; }
  .small_col-93 {
    width: 93%; }
  .small_col-pull-93 {
    margin-left: 93% !important; }
  .small_col-94 {
    width: 94%; }
  .small_col-pull-94 {
    margin-left: 94% !important; }
  .small_col-95 {
    width: 95%; }
  .small_col-pull-95 {
    margin-left: 95% !important; }
  .small_col-96 {
    width: 96%; }
  .small_col-pull-96 {
    margin-left: 96% !important; }
  .small_col-97 {
    width: 97%; }
  .small_col-pull-97 {
    margin-left: 97% !important; }
  .small_col-98 {
    width: 98%; }
  .small_col-pull-98 {
    margin-left: 98% !important; }
  .small_col-99 {
    width: 99%; }
  .small_col-pull-99 {
    margin-left: 99% !important; }
  .small_col-100 {
    width: 100%; }
  .small_col-pull-100 {
    margin-left: 100% !important; } }

.table {
  position: relative;
  margin: 0 auto;
  width: 542px; }
  .table .table__column, .table .table__row {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .table .table__column div, .table .table__row div {
      display: inline-block;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .table .col__label, .table .row__label {
    vertical-align: middle;
    color: #888888;
    font-size: 20px;
    text-align: center; }
  .table .table__column {
    margin-bottom: 11px; }
    .table .table__column .col__label {
      padding-left: 3px; }
      .table .table__column .col__label:first-child {
        left: 11px; }
      .table .table__column .col__label:last-child {
        left: 5px; }
  .table .table__row {
    border-bottom: 1px solid #e0e0e0;
    text-align: right; }
    .table .table__row.line__top {
      border-top: 1px solid #c8c8c8; }
    .table .table__row.line__bottom {
      border-bottom: 1px solid #c8c8c8; }
    .table .table__row .row__label {
      top: -4px;
      left: -2px;
      text-align: left; }
    .table .table__row .row__data {
      margin-left: -5px;
      top: -1px;
      border-left: 1px solid white;
      background-color: #f8f7f2;
      padding-top: 13px;
      padding-left: 2px;
      min-height: 50px;
      font-size: 20px;
      text-align: center; }

.cocoen {
  position: relative;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cocoen *, .cocoen *::before, .cocoen *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.cocoen img, .cocoen picture > img {
  max-width: none; }

.cocoen > img, .cocoen > picture > img {
  width: 100%;
  display: block; }

.cocoen > div:first-child, .cocoen > picture:first-child > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden; }

.cocoen__drag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  cursor: ew-resize;
  background: #fff;
  margin-left: -1px; }

.cocoen__drag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 14px;
  border: 3px solid #fff;
  margin-left: -7px;
  margin-top: -18px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lity-hide {
  display: none; }

.wd__border__center__text {
  display: inline-block; }
  .wd__border__center__text .center__text {
    color: #a89d5b;
    font-size: 2.27em;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    height: 174px;
    width: 4em;
    min-width: 180px;
    text-align: center; }

.wd__border__center__text__list {
  text-align: center; }
  .wd__border__center__text__list .wd__border__center__text {
    margin-left: 3px;
    margin-right: 3px; }

.wd__section {
  /*.clearfix*/ }
  .wd__section .theme__bg-gray {
    background-color: #100d10; }
  .wd__section .theme__bg-light {
    background-color: #efefef; }
  .wd__section .theme__text-white.wd__content .content__title {
    color: #fff; }
  .wd__section .theme__text-white.wd__content .content__info {
    color: #fff; }
  .wd__section .theme__text-white.wd__feature__list .wd__feature__describe__top, .wd__section .theme__text-white.wd__feature__list .wd__feature__describe {
    color: #fff; }
    .wd__section .theme__text-white.wd__feature__list .wd__feature__describe__top span, .wd__section .theme__text-white.wd__feature__list .wd__feature__describe span {
      color: #fff; }
  .wd__section .cf {
    zoom: 1; }
  .wd__section .cf:before, .wd__section .cf:after {
    content: '';
    display: table; }
  .wd__section .cf:after {
    clear: both; }
  .wd__section {
    top: -1px;
    padding-top: 119px; }
  .scroll__tool .img__scroll-top {
    width: 61px;
    height: 61px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/scroll_top.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) {
      .scroll__tool .img__scroll-top {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/scroll_top.png"); } }
  .wd__section .always__on__top {
    position: relative;
    z-index: 1000; }
  .wd__section .no__wrap {
    white-space: nowrap; }
  .wd__section .line__text {
    font-size: 18px; }
  .wd__section .wd__content .content__slogan {
    font-size: 26px;
    position: relative;
    margin-bottom: 52px;
    color: #db0730;
    text-transform: uppercase; }
  .wd__section .wd__content .content__title {
    color: #FFFFFF;
    text-transform: uppercase; }
  .wd__section .wd__content .content__info {
    color: #FFFFFF; }
  .wd__section .wd__content .content__link {
    color: #FFFFFF; }
  .wd__section .wd__content .content__title {
    letter-spacing: -1px; }
    .wd__section .wd__content .content__title sub {
      top: -18px;
      font-size: 19px; }
  .wd__section .wd__content .content__info sub {
    top: -9px;
    font-size: 12px; }
  .wd__section .wd__link__arrow:after {
    color: #63b3fc; }
  .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 {
    margin-top: 56px; }
    .wd__section .wd__feature__list .wd__feature * {
      text-transform: uppercase; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data .sign-multiplied {
      font-size: 34px;
      margin: 0 4px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
      margin-top: 5px;
      min-height: 20px; }
  .wd__section .large__use,
  .wd__section .medium__use,
  .wd__section .small__use {
    display: none; }
  .wd__section .partial__parts {
    margin-top: 87px;
    width: 100%;
    text-align: center; }
    .wd__section .partial__parts .parts {
      display: inline-block;
      width: 328px;
      vertical-align: top; }
      .wd__section .partial__parts .parts .part__describe {
        margin: 13px auto 0;
        width: 240px;
        font-size: 18px;
        line-height: 25px;
        text-align: center; }
  .wd__section .wd__feature__list .wd__feature {
    position: relative; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text-long {
      padding-top: 3px;
      padding-bottom: 2px;
      font-size: 47px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
      margin-bottom: 5px;
      position: relative;
      width: 100%; }
  .wd__section .wd__feature .wd__feature__data.plus {
    position: relative;
    margin-right: 30px; }
    .wd__section .wd__feature .wd__feature__data.plus span {
      position: absolute;
      top: -1px;
      right: -33px;
      font-size: 51px; }
  .wd__section .theme__text-white .wd__content .content__slogan {
    color: #FFFFFF; }
  .wd__section .theme__text-white .wd__content .content__title {
    color: #FFFFFF; }
  .wd__section .theme__text-white .wd__content .content__info {
    color: #FFFFFF; }
  .wd__section .theme__text-white .wd__feature__list .wd__feature .wd__feature__describe__top, .wd__section .theme__text-white .wd__feature__list .wd__feature .wd__feature__describe span {
    color: #FFFFFF; }
  .wd__section .wd__content .content__slogan:after {
    z-index: -1;
    position: absolute;
    content: '';
    display: block;
    width: 149px;
    height: 114px;
    bottom: -27px;
    left: 50%;
    margin-left: -74px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/icon_slogan.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .wd__section .wd__content .content__slogan:after {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/icon_slogan.png"); } }
  .wd__section .wd__content .content__slogan.underscore-large-left:after {
    left: 0;
    margin-left: -5px; }
  .wd__section {
    background-color: black; }

.wd__innerbtn {
  padding: 50px 0;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto; }
  .wd__innerbtn.blackTheme {
    margin-top: -2px;
    background: #000; }
  .wd__innerbtn .inner__btn {
    width: 400px;
    height: 80px;
    margin: 0 auto;
    font-family: "Roboto-Light_0";
    font-weight: normal;
    font-style: normal; }
    .wd__innerbtn .inner__btn span {
      color: #db0730;
      font-size: 20px;
      text-align: center;
      display: block;
      margin-bottom: 15px;
      font-weight: bold !important;
      opacity: 1;
      -webkit-transition: opacity 400ms;
      transition: opacity 400ms; }
    .wd__innerbtn .inner__btn .toggleSlide {
      z-index: 999;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      cursor: pointer;
      opacity: 1;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: translateY(0px) rotate(0deg);
      -ms-transform: translateY(0px) rotate(0deg);
      transform: translateY(0px) rotate(0deg);
      -webkit-transition: all 800ms 50ms;
      transition: all 800ms 50ms;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/btn/icon_open2.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__innerbtn .inner__btn .toggleSlide {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/btn/icon_open2.png"); } }
      .wd__innerbtn .inner__btn .toggleSlide:hover {
        opacity: 0.7; }
      .wd__innerbtn .inner__btn .toggleSlide.fixed {
        z-index: 9999;
        position: fixed;
        top: -100px; }
    .wd__innerbtn .inner__btn.active span {
      opacity: 0; }
    .wd__innerbtn .inner__btn.active .toggleSlide {
      -webkit-transform: translateY(180px) rotate(142deg);
      -ms-transform: translateY(180px) rotate(142deg);
      transform: translateY(180px) rotate(142deg); }

.wd__inner {
  overflow: hidden;
  display: none;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto; }
  .wd__inner .limit__width {
    max-width: 1366px; }
    .wd__inner .limit__width .wd__content {
      position: absolute; }
      .wd__inner .limit__width .wd__content .content__title {
        font-size: 24px;
        font-weight: 200 !important; }
        .wd__inner .limit__width .wd__content .content__title * {
          font-weight: 200 !important; }
  .wd__inner .row {
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    margin-top: 200px;
    margin-bottom: 200px; }
  .wd__inner.active .row {
    opacity: 1; }

.section__kv {
  z-index: -1;
  padding-top: 20px; }
  .section__kv .wd__content .content__slogan {
    display: inline-block;
    font-size: 56px;
    max-width: 1024px;
    line-height: 60px;
    margin-top: -8px;
    margin-bottom: 50px;
    letter-spacing: -1px;
    color: #FFFFFF; }
  .section__kv .wd__content .content__title {
    width: 990px;
    margin-top: 0px;
    font-size: 34px;
    color: #999; }
  .section__kv .wd__content .content__info {
    width: 1110px;
    margin-top: 0px;
    margin-bottom: 206px;
    font-size: 25px;
    line-height: 1.6; }
  .section__kv .row {
    overflow: visible !important; }
  .section__kv .wd__content .content__slogan:after {
    display: none; }
  .section__kv .wd__content .award__list {
    width: 100%;
    margin: 0 auto 190px; }
    .section__kv .wd__content .award__list li {
      display: inline-block;
      width: 223px;
      height: 175px;
      margin-left: 5px;
      margin-right: 5px;
      list-style-type: none;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .section__kv .wd__content .award__list .al1 {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/kv/icon1.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__kv .wd__content .award__list .al1 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/kv/icon1.jpg"); } }
    .section__kv .wd__content .award__list .al2 {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/kv/icon2.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__kv .wd__content .award__list .al2 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/kv/icon2.jpg"); } }
    .section__kv .wd__content .award__list .al3 {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/kv/icon3.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__kv .wd__content .award__list .al3 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/kv/icon3.jpg"); } }
    .section__kv .wd__content .award__list .al4 {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/kv/icon4.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__kv .wd__content .award__list .al4 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/kv/icon4.jpg"); } }
    .section__kv .wd__content .award__list .al5 {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/kv/icon5.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__kv .wd__content .award__list .al5 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/kv/icon5.jpg"); } }
  .section__kv .img__kv__logo {
    position: relative;
    margin: -90px auto 10px;
    width: 998px;
    height: 101px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/kv_logo.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/kv_logo.png"); } }
  .section__kv .img__kv {
    z-index: -1;
    position: relative;
    left: 50%;
    margin: -480px 0 0 -1280px;
    width: 2560px;
    height: 1586px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/kv.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__kv .img__kv {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/kv.jpg"); } }
  .section__kv #opening__content {
    position: relative;
    left: 50%;
    margin: -250px 0 0 -1250px;
    width: 2500px;
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/open_case_ie8.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__kv #opening__content {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/open_case_ie8.jpg"); } }
    .section__kv #opening__content #opening__section {
      display: none; }
  .section__kv .col-bottom {
    position: relative;
    top: 10px; }
    .section__kv .col-bottom .wd__content {
      margin-top: -50px;
      max-width: 1200px;
      margin: 0 auto; }
      .section__kv .col-bottom .wd__content .content__info {
        margin-bottom: 110px; }

.section__slim {
  padding-top: 120px;
  margin-top: 0; }
  .section__slim .row {
    max-width: 1920px; }
  .section__slim .wd__content {
    position: relative; }
    .section__slim .wd__content .content__title {
      width: 900px; }
    .section__slim .wd__content .content__info {
      width: 948px; }
  .section__slim .wd__feature__list .wd__feature {
    margin-left: 45px;
    margin-right: 45px; }
  .section__slim .img__slim {
    position: relative;
    left: 50%;
    margin: -430px 0 0 -1280px;
    width: 2560px;
    height: 1846px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/02_slim.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__slim .img__slim {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/02_slim.jpg"); } }
    .section__slim .img__slim .img__slim__gtxicon {
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin: 0 0 0 -120px;
      width: 240px;
      height: 106px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/nvidia_b.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__slim .img__slim .img__slim__gtxicon {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/nvidia_b.png"); } }
  .section__slim .img__slim__hl {
    margin: 130px auto 0;
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 0;
    padding-bottom: 18.1%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/02_slim_hl.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__slim .img__slim__hl {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/02_slim_hl.jpg"); } }

.section__thermal {
  padding-top: 280px; }
  .section__thermal .wd__content .content__slogan {
    width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .section__thermal .wd__content .content__title {
    width: 1150px; }
  .section__thermal .wd__content .content__info {
    width: 1072px; }
  .section__thermal .wd__feature__list {
    width: 1000px;
    margin-right: auto;
    margin-left: auto; }
    .section__thermal .wd__feature__list .wd__feature {
      margin-left: 42px;
      margin-right: 42px; }
  .section__thermal .img__thermal {
    position: relative;
    margin: -210px 0 0 -1219px;
    left: 50%;
    width: 2438px;
    height: 1324px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/03_thermal.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__thermal .img__thermal {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/03_thermal.jpg"); } }

.section__keyboard {
  margin-top: 120px;
  padding-top: 100px;
  z-index: -1; }
  .section__keyboard .wd__content {
    position: relative; }
    .section__keyboard .wd__content .content__slogan {
      width: 400px;
      margin-left: auto;
      margin-right: auto; }
    .section__keyboard .wd__content .content__title {
      width: 900px; }
    .section__keyboard .wd__content .content__info {
      width: 890px; }
  .section__keyboard .img__keyboard {
    position: relative;
    margin: 76px 0 25px -1280px;
    left: 50%;
    width: 2560px;
    height: 372px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/04_keyboard.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__keyboard .img__keyboard {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/04_keyboard.jpg"); } }

.section__extreme {
  overflow: hidden;
  padding-top: 250px;
  margin-top: -8px; }
  .section__extreme .wd__content .content__title {
    width: 1156px; }
  .section__extreme .wd__content .content__info {
    width: 1106px;
    margin-bottom: 15px; }
  .section__extreme .col__charts {
    margin-top: 100px; }
    .section__extreme .col__charts .wd__content .content__info {
      width: 800px; }
    .section__extreme .col__charts .wd__content .content__comment2 {
      margin-top: 0px; }
  .section__extreme .wd__feature__list {
    margin: 70px auto 0;
    width: 1000px; }
    .section__extreme .wd__feature__list .wd__feature {
      margin-left: 40px;
      margin-right: 40px; }
    .section__extreme .wd__feature__list .feature__00 {
      margin-bottom: 30px; }
    .section__extreme .wd__feature__list .feature__01 {
      margin-right: 50px; }
      .section__extreme .wd__feature__list .feature__01 .wd__feature__data {
        text-transform: lowercase; }
  .section__extreme .img__extreme {
    z-index: 10;
    position: relative;
    left: 50%;
    margin: -730px 0 0 -1003px;
    width: 2006px;
    height: 2072px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/05_extreme.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__extreme .img__extreme {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/05_extreme.jpg"); } }
  .section__extreme .img__extreme__charts {
    z-index: 5;
    position: relative;
    left: 50%;
    margin: -150px 0 0 -684px;
    width: 1895px;
    height: 970px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/05_charts.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__extreme .img__extreme__charts {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/05_charts.jpg"); } }

#section__05__owl {
  background-color: #1b1b1b;
  z-index: 9999;
  margin-top: -2px;
  overflow: hidden; }
  #section__05__owl .insoweSectionCont {
    padding: 100px 0 70px 0;
    max-width: 1020px;
    margin: 0 auto;
    position: relative; }
  #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem {
    margin: 0 95px; }
  #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweImg {
    width: 40.96386%;
    float: left; }
  #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweImg img {
    width: 100%;
    height: auto; }
  #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweText {
    width: 56.0241%;
    float: right; }
  #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweText sub {
    top: -6px;
    font-size: 12px; }
  #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweText .insoweNvidiaTitle {
    font-size: 33px;
    line-height: 1.18;
    margin-bottom: 10px;
    color: #fff; }
  #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweText .insoweNvidiaDec {
    font-size: 18.5px;
    line-height: 1.64;
    color: #fff; }
  #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .clear {
    clear: both; }
  #section__05__owl .insoweSectionCont .owl-carousel .owl-wrapper-outer {
    overflow: visible; }
  #section__05__owl .insoweSectionCont .owl-carousel .owl-item {
    opacity: 0.2;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  #section__05__owl .insoweSectionCont .owl-carousel .owl-item.active {
    opacity: 1; }
  #section__05__owl .insoweSectionCont .owl-carousel .owl-controls {
    margin-top: 30px;
    height: 0; }
  #section__05__owl .insoweSectionCont .owl-carousel .owl-controls .owl-pagination .owl-page span {
    position: relative;
    width: 16px;
    height: 16px;
    background-color: #626262;
    margin: 0 8px;
    opacity: 1; }
  #section__05__owl .insoweSectionCont .owl-carousel .owl-controls .owl-pagination .owl-page.active span:after {
    position: absolute;
    left: -8px;
    top: -8px;
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/05/dot.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__owl .insoweSectionCont .owl-carousel .owl-controls .owl-pagination .owl-page.active span:after {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/05/dot.png"); } }
  #section__05__owl .insoweSectionCont .owl-arrows .owl-next {
    position: absolute;
    width: 80px;
    height: 80px;
    margin-top: -79.5px;
    background-size: 100%;
    top: 50%;
    right: -20px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/05/arrow_right.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__owl .insoweSectionCont .owl-arrows .owl-next {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/05/arrow_right.png"); } }
  #section__05__owl .insoweSectionCont .owl-arrows .owl-next:hover {
    opacity: 0.5; }
  #section__05__owl .insoweSectionCont .owl-arrows .owl-prev {
    position: absolute;
    width: 80px;
    height: 80px;
    margin-top: -79.5px;
    background-size: 100%;
    top: 50%;
    left: -20px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/05/arrow_left.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__owl .insoweSectionCont .owl-arrows .owl-prev {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/05/arrow_left.png"); } }
  #section__05__owl .insoweSectionCont .owl-arrows .owl-prev:hover {
    opacity: 0.5; }

.section__gamer {
  overflow: hidden;
  padding-top: 120px;
  margin-top: -70px; }
  .section__gamer .wd__content .content__title {
    width: 1084px; }
  .section__gamer .wd__content .content__info {
    width: 1006px;
    margin-bottom: 15px; }
  .section__gamer .wd__feature__list {
    margin: 70px auto 0;
    width: 830px; }
    .section__gamer .wd__feature__list .wd__feature {
      margin-left: 40px;
      margin-right: 40px; }
    .section__gamer .wd__feature__list .feature__01 {
      margin-right: 50px; }
  .section__gamer .img__gamer {
    position: relative;
    left: 50%;
    margin: 50px 0 0 -959px;
    width: 1919px;
    height: 909px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/06_gamer.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__gamer .img__gamer {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/06_gamer.jpg"); } }
    .section__gamer .img__gamer .compare-image {
      position: absolute;
      font-size: 16px;
      color: #fff;
      left: 50%;
      top: 177px; }
      .section__gamer .img__gamer .compare-image.text-light2 {
        margin-left: 91px; }
      .section__gamer .img__gamer .compare-image.text-light1 {
        margin-left: -212px; }
  .section__gamer .img__gamer__charts {
    position: relative;
    left: 50%;
    margin: 0px 0 0 -574px;
    width: 1140px;
    height: 376px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/battery_charts.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__gamer .img__gamer__charts {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/battery_charts.png"); } }

.section__perfect {
  overflow: hidden;
  padding-top: 240px;
  margin-top: -8px; }
  .section__perfect .wd__content .content__title {
    width: 1084px; }
  .section__perfect .wd__content .content__info {
    width: 966px;
    margin-bottom: 15px; }
  .section__perfect .wd__feature__list {
    margin: 70px auto 0;
    width: 1100px; }
    .section__perfect .wd__feature__list .wd__feature {
      margin-left: 27px;
      margin-right: 27px; }
  .section__perfect .img__perfect {
    position: relative;
    left: 50%;
    margin: -360px 0 0 -1280px;
    width: 2560px;
    height: 1655px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/07_perfect.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__perfect .img__perfect {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/07_perfect.jpg"); } }
  .section__perfect .col__youtube {
    margin-bottom: 280px; }
    .section__perfect .col__youtube .img__perfect__youtube {
      cursor: pointer;
      width: 900px;
      height: 506px;
      position: relative;
      left: 50%;
      margin: -130px 0 40px -450px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/youtube_start.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__perfect .col__youtube .img__perfect__youtube {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/youtube_start.jpg"); } }
    .section__perfect .col__youtube .content__comment {
      width: 860px;
      margin-left: auto;
      margin-right: auto; }

.section__seeing {
  z-index: 1;
  padding-top: 50px !important;
  padding-bottom: 20px;
  margin-top: -40px; }
  .section__seeing .wd__content .content__title {
    width: 900px; }
  .section__seeing .wd__content .content__info {
    width: 780px; }
  .section__seeing .wd__feature__list {
    width: 100%; }
    .section__seeing .wd__feature__list .wd__feature {
      margin-left: 30px;
      margin-right: 30px; }
    .section__seeing .wd__feature__list .feature__01 {
      padding-bottom: 0px; }
    .section__seeing .wd__feature__list .feature__02 {
      width: 256px; }
    .section__seeing .wd__feature__list .feature__03 {
      width: 278px; }
  .section__seeing .video__block {
    display: none; }
  .section__seeing .img__gsync {
    position: relative;
    left: 50%;
    margin: -30px 0 0 -716px;
    width: 1434px;
    height: 643px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/08/movie_bg.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__seeing .img__gsync {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/08/movie_bg.png"); } }
    .section__seeing .img__gsync .gsync__title1,
    .section__seeing .img__gsync .gsync__title2 {
      position: absolute;
      text-align: center;
      width: 600px;
      height: 40px;
      top: 190px;
      font-size: 25px;
      color: #FFFFFF; }
    .section__seeing .img__gsync .gsync__title1 {
      left: 80px; }
    .section__seeing .img__gsync .gsync__title2 {
      left: 735px; }
  .section__seeing .gsync__btn {
    width: 980px;
    position: absolute;
    bottom: -17px;
    left: 227px; }
    .section__seeing .gsync__btn .btn__txt {
      border: 1px solid #696969;
      background: #000;
      float: left;
      position: relative;
      cursor: pointer;
      text-align: center;
      line-height: 58px;
      width: 298px;
      height: 56px;
      font-size: 25px;
      color: #474747; }
      .section__seeing .gsync__btn .btn__txt span {
        top: 0px;
        position: absolute;
        z-index: 10;
        width: 300px;
        left: 0px; }
      .section__seeing .gsync__btn .btn__txt:hover {
        border: 1px solid #fff; }
        .section__seeing .gsync__btn .btn__txt:hover span {
          opacity: 1;
          color: #FFF; }
      .section__seeing .gsync__btn .btn__txt.active {
        border: 1px solid #ff9017; }
        .section__seeing .gsync__btn .btn__txt.active:before {
          opacity: 1; }
        .section__seeing .gsync__btn .btn__txt.active span {
          color: #ff7a06;
          opacity: 1; }
      .section__seeing .gsync__btn .btn__txt.btn__02 {
        margin: 0 40px; }
  .section__seeing .slick__bg__content {
    display: block;
    width: 1265px;
    height: 340px;
    position: absolute;
    left: 84px;
    top: 235px;
    z-index: 99; }
    .section__seeing .slick__bg__content .slick__bg {
      width: 1265px;
      height: 340px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: none; }
      .section__seeing .slick__bg__content .slick__bg.showed {
        display: block;
        z-index: 99; }
    .section__seeing .slick__bg__content .slick__bg1 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .section__seeing .slick__bg__content .slick__bg2 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .section__seeing .slick__bg__content .slick__bg3 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .section__seeing .img__seeing {
    z-index: -1;
    position: relative;
    margin: -40px 0 0 -1280px;
    left: 50%;
    width: 2560px;
    height: 1163px; }

.section__virtual {
  padding-top: 300px;
  margin-top: 0; }
  .section__virtual .wd__content {
    position: relative; }
    .section__virtual .wd__content .content__title {
      width: 1240px; }
    .section__virtual .wd__content .content__info {
      width: 940px; }
  .section__virtual .wd__feature__list .wd__feature {
    margin-left: 25px;
    margin-right: 25px; }
  .section__virtual .img__virtual {
    position: relative;
    left: 50%;
    margin: 70px 0 0 -1280px;
    width: 2560px;
    height: 1152px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/09_virtual.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__virtual .img__virtual {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/09_virtual.jpg"); } }
    .section__virtual .img__virtual .img__ultimate_nvidia {
      position: absolute;
      left: 50%;
      bottom: 170px;
      margin: 0 0 0 -549px;
      width: 118px;
      height: 118px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/icon_nvidia.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__virtual .img__virtual .img__ultimate_nvidia {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/icon_nvidia.png"); } }
    .section__virtual .img__virtual .img__ultimate_geforce_vr {
      position: absolute;
      left: 50%;
      bottom: 170px;
      margin: 0 0 0 -377px;
      width: 212px;
      height: 72px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/icon_geforce_vr.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__virtual .img__virtual .img__ultimate_geforce_vr {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/icon_geforce_vr.png"); } }
    .section__virtual .img__virtual .img__ultimate__vr {
      position: absolute;
      left: 50%;
      bottom: 159px;
      margin: 0 0 0 462px;
      width: 170px;
      height: 108px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/vr_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__virtual .img__virtual .img__ultimate__vr {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/vr_logo.png"); } }

.section__game {
  padding-top: 0px;
  margin-top: 320px; }
  .section__game .wd__content {
    position: relative; }
    .section__game .wd__content .content__title {
      width: 1240px; }
    .section__game .wd__content .content__info {
      width: 830px; }
  .section__game .wd__feature__list .wd__feature {
    margin-left: 45px;
    margin-right: 45px; }
  .section__game .img__game {
    position: relative;
    left: 50%;
    margin: -550px 0 0 -1280px;
    width: 2560px;
    height: 1460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/10_game.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__game .img__game {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/10_game.jpg"); } }

.section__aura {
  padding-top: 140px;
  margin-top: 0; }
  .section__aura .wd__content {
    position: relative; }
    .section__aura .wd__content .content__title {
      width: 1240px; }
    .section__aura .wd__content .content__info {
      width: 940px; }
  .section__aura .wd__feature__list {
    width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    .section__aura .wd__feature__list .feature__01 {
      width: 1100px;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 15px;
      text-align: center; }
      .section__aura .wd__feature__list .feature__01 .img__aura__logo {
        width: 180px;
        height: 180px;
        margin-left: auto;
        margin-right: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/aura.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__aura .wd__feature__list .feature__01 .img__aura__logo {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/aura.png"); } }
  .section__aura .img__aura {
    position: relative;
    left: 50%;
    margin: -590px 0 90px -1280px;
    width: 2560px;
    height: 1814px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/bg.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__aura .img__aura {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/bg.jpg"); } }
    .section__aura .img__aura .auraAnimation {
      display: block;
      width: 1000px;
      position: absolute;
      left: 50%;
      top: 690px;
      margin-left: -500px; }
      .section__aura .img__aura .auraAnimation .navBar {
        position: absolute;
        right: 48px;
        top: 58px;
        display: inline-block; }
        .section__aura .img__aura .auraAnimation .navBar #nb1 {
          width: 63px;
          height: 63px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-bottom: 28px;
          cursor: pointer;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/nav/btn1.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__aura .img__aura .auraAnimation .navBar #nb1 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/nav/btn1.png"); } }
          .section__aura .img__aura .auraAnimation .navBar #nb1 span {
            width: 80px;
            display: block;
            color: #fff;
            line-height: 62px;
            margin-left: 70px; }
        .section__aura .img__aura .auraAnimation .navBar #nb2 {
          width: 63px;
          height: 63px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-bottom: 28px;
          cursor: pointer;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/nav/btn2.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__aura .img__aura .auraAnimation .navBar #nb2 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/nav/btn2.png"); } }
          .section__aura .img__aura .auraAnimation .navBar #nb2 span {
            width: 80px;
            display: block;
            color: #fff;
            line-height: 62px;
            margin-left: 70px; }
        .section__aura .img__aura .auraAnimation .navBar #nb3 {
          width: 63px;
          height: 63px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-bottom: 28px;
          cursor: pointer;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/nav/btn3.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__aura .img__aura .auraAnimation .navBar #nb3 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/nav/btn3.png"); } }
          .section__aura .img__aura .auraAnimation .navBar #nb3 span {
            width: 80px;
            display: block;
            color: #fff;
            line-height: 62px;
            margin-left: 70px; }
        .section__aura .img__aura .auraAnimation .navBar #nb4 {
          width: 63px;
          height: 63px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-bottom: 28px;
          cursor: pointer;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/nav/btn4.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__aura .img__aura .auraAnimation .navBar #nb4 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/nav/btn4.png"); } }
          .section__aura .img__aura .auraAnimation .navBar #nb4 span {
            width: 80px;
            display: block;
            color: #fff;
            line-height: 62px;
            margin-left: 70px; }
        .section__aura .img__aura .auraAnimation .navBar #nb5 {
          width: 63px;
          height: 63px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-bottom: 28px;
          cursor: pointer;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/nav/btn5.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__aura .img__aura .auraAnimation .navBar #nb5 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/nav/btn5.png"); } }
          .section__aura .img__aura .auraAnimation .navBar #nb5 span {
            width: 80px;
            display: block;
            color: #fff;
            line-height: 62px;
            margin-left: 70px; }
        .section__aura .img__aura .auraAnimation .navBar #nb6 {
          width: 63px;
          height: 63px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-bottom: 28px;
          cursor: pointer;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/nav/btn6.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__aura .img__aura .auraAnimation .navBar #nb6 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/nav/btn6.png"); } }
          .section__aura .img__aura .auraAnimation .navBar #nb6 span {
            width: 80px;
            display: block;
            color: #fff;
            line-height: 62px;
            margin-left: 70px; }
        .section__aura .img__aura .auraAnimation .navBar #nb7 {
          width: 63px;
          height: 63px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-bottom: 28px;
          cursor: pointer;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/nav/btn7.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__aura .img__aura .auraAnimation .navBar #nb7 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/nav/btn7.png"); } }
          .section__aura .img__aura .auraAnimation .navBar #nb7 span {
            width: 80px;
            display: block;
            color: #fff;
            line-height: 62px;
            margin-left: 70px; }
        .section__aura .img__aura .auraAnimation .navBar #nb8 {
          width: 63px;
          height: 63px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          margin-bottom: 28px;
          cursor: pointer;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/nav/btn8.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__aura .img__aura .auraAnimation .navBar #nb8 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/nav/btn8.png"); } }
          .section__aura .img__aura .auraAnimation .navBar #nb8 span {
            width: 80px;
            display: block;
            color: #fff;
            line-height: 62px;
            margin-left: 70px; }
      .section__aura .img__aura .auraAnimation figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute; }
      .section__aura .img__aura .auraAnimation .img__aura__nb {
        width: 1022px;
        height: 899px;
        top: -72px;
        left: -335px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/nb1.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__aura .img__aura .auraAnimation .img__aura__nb {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/model/nb1.png"); } }
      .section__aura .img__aura .auraAnimation .img__aura__mouse {
        width: 222px;
        height: 260px;
        top: 333px;
        left: 602px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/mouse.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__aura .img__aura .auraAnimation .img__aura__mouse {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/model/mouse.png"); } }
      .section__aura .img__aura .auraAnimation .img__aura__mic {
        width: 487px;
        height: 487px;
        top: 686px;
        left: 198px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/mic.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__aura .img__aura .auraAnimation .img__aura__mic {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/model/mic.png"); } }

@-webkit-keyframes KeyBreathing {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes KeyBreathing {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes KeyStrobingDIV {
  0% {
    background: #fc0613; }
  8.3% {
    background: #fd118d; }
  16.6% {
    background: #6a1cfb; }
  24.9% {
    background: #0023f9; }
  33.2% {
    background: #007dfb; }
  41.5% {
    background: #23f6ff; }
  49.8% {
    background: #2cfea7; }
  58.1% {
    background: #2ffe3e; }
  66.4% {
    background: #53fe3d; }
  74.7% {
    background: #d0f945; }
  83.0% {
    background: #ffd832; }
  91.3% {
    background: #fe580e; }
  100% {
    background: #fc0613; } }

@keyframes KeyStrobingDIV {
  0% {
    background: #fc0613; }
  8.3% {
    background: #fd118d; }
  16.6% {
    background: #6a1cfb; }
  24.9% {
    background: #0023f9; }
  33.2% {
    background: #007dfb; }
  41.5% {
    background: #23f6ff; }
  49.8% {
    background: #2cfea7; }
  58.1% {
    background: #2ffe3e; }
  66.4% {
    background: #53fe3d; }
  74.7% {
    background: #d0f945; }
  83.0% {
    background: #ffd832; }
  91.3% {
    background: #fe580e; }
  100% {
    background: #fc0613; } }

@-webkit-keyframes KeyStrobingDIV2 {
  0% {
    background: #2cfea7; }
  8.3% {
    background: #2ffe3e; }
  16.6% {
    background: #53fe3d; }
  24.9% {
    background: #d0f945; }
  33.2% {
    background: #ffd832; }
  41.5% {
    background: #fe580e; }
  49.8% {
    background: #fc0613; }
  58.1% {
    background: #fd118d; }
  66.4% {
    background: #6a1cfb; }
  74.7% {
    background: #0023f9; }
  83.0% {
    background: #007dfb; }
  91.3% {
    background: #23f6ff; }
  100% {
    background: #2cfea7; } }

@keyframes KeyStrobingDIV2 {
  0% {
    background: #2cfea7; }
  8.3% {
    background: #2ffe3e; }
  16.6% {
    background: #53fe3d; }
  24.9% {
    background: #d0f945; }
  33.2% {
    background: #ffd832; }
  41.5% {
    background: #fe580e; }
  49.8% {
    background: #fc0613; }
  58.1% {
    background: #fd118d; }
  66.4% {
    background: #6a1cfb; }
  74.7% {
    background: #0023f9; }
  83.0% {
    background: #007dfb; }
  91.3% {
    background: #23f6ff; }
  100% {
    background: #2cfea7; } }

@-webkit-keyframes KeyStrobingSVG {
  0% {
    fill: #fc0613; }
  8.3% {
    fill: #fd118d; }
  16.6% {
    fill: #6a1cfb; }
  24.9% {
    fill: #0023f9; }
  33.2% {
    fill: #007dfb; }
  41.5% {
    fill: #23f6ff; }
  49.8% {
    fill: #2cfea7; }
  58.1% {
    fill: #2ffe3e; }
  66.4% {
    fill: #53fe3d; }
  74.7% {
    fill: #d0f945; }
  83.0% {
    fill: #ffd832; }
  91.3% {
    fill: #fe580e; }
  100% {
    fill: #fc0613; } }

@keyframes KeyStrobingSVG {
  0% {
    fill: #fc0613; }
  8.3% {
    fill: #fd118d; }
  16.6% {
    fill: #6a1cfb; }
  24.9% {
    fill: #0023f9; }
  33.2% {
    fill: #007dfb; }
  41.5% {
    fill: #23f6ff; }
  49.8% {
    fill: #2cfea7; }
  58.1% {
    fill: #2ffe3e; }
  66.4% {
    fill: #53fe3d; }
  74.7% {
    fill: #d0f945; }
  83.0% {
    fill: #ffd832; }
  91.3% {
    fill: #fe580e; }
  100% {
    fill: #fc0613; } }

@-webkit-keyframes KeyStrobingSVG2 {
  0% {
    fill: #2cfea7; }
  8.3% {
    fill: #2ffe3e; }
  16.6% {
    fill: #53fe3d; }
  24.9% {
    fill: #d0f945; }
  33.2% {
    fill: #ffd832; }
  41.5% {
    fill: #fe580e; }
  49.8% {
    fill: #fc0613; }
  58.1% {
    fill: #fd118d; }
  66.4% {
    fill: #6a1cfb; }
  74.7% {
    fill: #0023f9; }
  83.0% {
    fill: #007dfb; }
  91.3% {
    fill: #23f6ff; }
  100% {
    fill: #2cfea7; } }

@keyframes KeyStrobingSVG2 {
  0% {
    fill: #2cfea7; }
  8.3% {
    fill: #2ffe3e; }
  16.6% {
    fill: #53fe3d; }
  24.9% {
    fill: #d0f945; }
  33.2% {
    fill: #ffd832; }
  41.5% {
    fill: #fe580e; }
  49.8% {
    fill: #fc0613; }
  58.1% {
    fill: #fd118d; }
  66.4% {
    fill: #6a1cfb; }
  74.7% {
    fill: #0023f9; }
  83.0% {
    fill: #007dfb; }
  91.3% {
    fill: #23f6ff; }
  100% {
    fill: #2cfea7; } }

@-webkit-keyframes KeyRainbow {
  0% {
    background-position: 0%; }
  100% {
    background-position: -134%; } }

@keyframes KeyRainbow {
  0% {
    background-position: 0%; }
  100% {
    background-position: -134%; } }

@-webkit-keyframes KeyCometSVG {
  0% {
    opacity: 0; }
  90% {
    opacity: 0; }
  93% {
    opacity: 1; }
  95% {
    opacity: 1; }
  98% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes KeyCometSVG {
  0% {
    opacity: 0; }
  90% {
    opacity: 0; }
  93% {
    opacity: 1; }
  95% {
    opacity: 1; }
  98% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes KeyMusic {
  0% {
    opacity: 0.5; }
  3% {
    opacity: 1; }
  6% {
    opacity: 0.5; }
  9% {
    opacity: 1; }
  12% {
    opacity: 0.5; }
  25% {
    opacity: 0.5; }
  27% {
    opacity: 1; }
  29% {
    opacity: 0.5; }
  32% {
    opacity: 1; }
  34% {
    opacity: 0.5; }
  36% {
    opacity: 1; }
  39% {
    opacity: 0.5; }
  65% {
    opacity: 0.5; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

@keyframes KeyMusic {
  0% {
    opacity: 0.5; }
  3% {
    opacity: 1; }
  6% {
    opacity: 0.5; }
  9% {
    opacity: 1; }
  12% {
    opacity: 0.5; }
  25% {
    opacity: 0.5; }
  27% {
    opacity: 1; }
  29% {
    opacity: 0.5; }
  32% {
    opacity: 1; }
  34% {
    opacity: 0.5; }
  36% {
    opacity: 1; }
  39% {
    opacity: 0.5; }
  65% {
    opacity: 0.5; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

@-webkit-keyframes KeySmartDIV {
  0% {
    opacity: 0.5;
    background: #ffe500; }
  5% {
    opacity: 0.5; }
  45% {
    opacity: 1; }
  55% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 0.5;
    background: #ffe500; } }

@keyframes KeySmartDIV {
  0% {
    opacity: 0.5;
    background: #ffe500; }
  5% {
    opacity: 0.5; }
  45% {
    opacity: 1; }
  55% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 0.5;
    background: #ffe500; } }

@-webkit-keyframes KeySmartSVG {
  0% {
    opacity: 0.5; }
  5% {
    opacity: 0.5; }
  45% {
    opacity: 1; }
  55% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

@keyframes KeySmartSVG {
  0% {
    opacity: 0.5; }
  5% {
    opacity: 0.5; }
  45% {
    opacity: 1; }
  55% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

.section__aura .auraAnimation #nbColorBlock,
.section__aura .auraAnimation #mouseColorBlock,
.section__aura .auraAnimation #mouseColorBlockShape,
.section__aura .auraAnimation #micColorBlock,
.section__aura .auraAnimation #mouseColorBlockIE,
.section__aura .auraAnimation #micColorBlockIE {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.section__aura .auraAnimation.breathingFilter #nbColorBlock,
.section__aura .auraAnimation.breathingFilter #mouseColorBlock,
.section__aura .auraAnimation.breathingFilter #mouseColorBlockShape,
.section__aura .auraAnimation.breathingFilter #micColorBlock {
  opacity: 0;
  -webkit-animation: KeyBreathing 4000ms linear infinite;
  animation: KeyBreathing 4000ms linear infinite; }

.section__aura .auraAnimation.cycleFilter #nbColorBlock {
  -webkit-animation: KeyStrobingDIV 3000ms linear infinite;
  animation: KeyStrobingDIV 3000ms linear infinite; }

.section__aura .auraAnimation.cycleFilter #mouseColorBlock,
.section__aura .auraAnimation.cycleFilter #mouseColorBlockShape,
.section__aura .auraAnimation.cycleFilter #micColorBlock {
  -webkit-animation: KeyStrobingSVG 3000ms linear infinite;
  animation: KeyStrobingSVG 3000ms linear infinite; }

.section__aura .auraAnimation.rainbowFilter #nbColorBlock {
  background: -webkit-gradient(linear, right top, left top, from(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), color-stop(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), to(#fd118d)) !important;
  background: -webkit-linear-gradient(right, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
  background: linear-gradient(to left, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
  background-size: 400% 100% !important;
  background-position: 0% 0% !important;
  -webkit-animation: KeyRainbow 8008ms linear infinite;
  animation: KeyRainbow 8008ms linear infinite; }

.section__aura .auraAnimation.rainbowFilter #mouseColorBlock,
.section__aura .auraAnimation.rainbowFilter #mouseColorBlockShape {
  -webkit-animation: KeyStrobingSVG2 4004ms linear infinite reverse;
  animation: KeyStrobingSVG2 4004ms linear infinite reverse; }

.section__aura .auraAnimation.rainbowFilter #micColorBlock {
  -webkit-animation: KeyStrobingSVG 4004ms linear infinite reverse;
  animation: KeyStrobingSVG 4004ms linear infinite reverse; }

.section__aura .auraAnimation.cometFilter #nbColorBlock {
  background: -webkit-gradient(linear, right top, left top, from(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), color-stop(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), to(#fd118d)) !important;
  background: -webkit-linear-gradient(right, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
  background: linear-gradient(to left, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
  background-size: 200% 100% !important;
  background-position: -50px 0% !important; }

.section__aura .auraAnimation.cometFilter #mouseColorBlock,
.section__aura .auraAnimation.cometFilter #mouseColorBlockShape {
  -webkit-animation: KeyCometSVG 1800ms linear infinite normal;
  animation: KeyCometSVG 1800ms linear infinite normal; }

.section__aura .auraAnimation.cometFilter #micColorBlock {
  -webkit-animation: KeyCometSVG 1800ms linear infinite normal 100ms;
  animation: KeyCometSVG 1800ms linear infinite normal 100ms; }

.section__aura .auraAnimation.cometFilter #mouseColorBlock,
.section__aura .auraAnimation.cometFilter #mouseColorBlockShape,
.section__aura .auraAnimation.cometFilter #micColorBlock {
  fill: #f01cfa !important; }

.section__aura .auraAnimation.musicFilter #nbColorBlock,
.section__aura .auraAnimation.musicFilter #mouseColorBlock,
.section__aura .auraAnimation.musicFilter #mouseColorBlockShape,
.section__aura .auraAnimation.musicFilter #micColorBlock {
  -webkit-animation: KeyMusic 4000ms linear infinite normal 600ms;
  animation: KeyMusic 4000ms linear infinite normal 600ms; }

.section__aura .auraAnimation.smartFilter #nbColorBlock {
  -webkit-animation: KeySmartDIV 1500ms linear infinite normal;
  animation: KeySmartDIV 1500ms linear infinite normal; }

.section__aura .auraAnimation.smartFilter #mouseColorBlock,
.section__aura .auraAnimation.smartFilter #mouseColorBlockShape,
.section__aura .auraAnimation.smartFilter #micColorBlock {
  fill: #ffe500 !important;
  -webkit-animation: KeySmartSVG 1500ms linear infinite normal;
  animation: KeySmartSVG 1500ms linear infinite normal; }

.section__ripple {
  padding-top: 245px;
  margin-top: 0; }
  .section__ripple .wd__content {
    position: relative; }
    .section__ripple .wd__content .content__title {
      width: 1240px; }
    .section__ripple .wd__content .content__info {
      width: 1020px; }
  .section__ripple .wd__feature__list .wd__feature {
    margin-left: 45px;
    margin-right: 45px; }
  .section__ripple .img__ripple {
    position: relative;
    left: 50%;
    margin: -90px 0 -80px -1280px;
    width: 2560px;
    height: 1236px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/12_ripple.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__ripple .img__ripple {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/12_ripple.jpg"); } }

.section__wave {
  padding-top: 280px;
  margin-top: 0; }
  .section__wave .wd__content {
    position: relative; }
    .section__wave .wd__content .content__title {
      width: 1240px; }
    .section__wave .wd__content .content__info {
      width: 950px; }
  .section__wave .wd__feature__list .wd__feature {
    margin-left: 45px;
    margin-right: 45px; }
  .section__wave .img__wave {
    position: relative;
    left: 50%;
    margin: 0px 0 0 -1280px;
    width: 2560px;
    height: 1690px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/13_wave.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__wave .img__wave {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/13_wave.jpg"); } }

.section__experience {
  margin-top: 0px;
  padding-top: 120px; }
  .section__experience .wd__content {
    position: relative;
    width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    .section__experience .wd__content .content__info {
      width: 940px; }
  .section__experience .img__experience {
    position: relative;
    left: 50%;
    margin: -401px 0 -290px -1025px;
    width: 2054px;
    height: 1661px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/15__experience.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__experience .img__experience {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/15__experience.jpg"); } }
    .section__experience .img__experience .s15__slick__content {
      width: 1200px;
      height: 756px;
      position: absolute;
      left: 50%;
      margin-top: 501px;
      margin-left: -601px; }
      .section__experience .img__experience .s15__slick__content figure {
        width: 1200px;
        height: 756px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        .section__experience .img__experience .s15__slick__content figure.s15__slick1 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/15/aura_gui_slick_0.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__experience .img__experience .s15__slick__content figure.s15__slick1 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/15/aura_gui_slick_0.jpg"); } }
        .section__experience .img__experience .s15__slick__content figure.s15__slick2 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/15/aura_gui_slick_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__experience .img__experience .s15__slick__content figure.s15__slick2 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/15/aura_gui_slick_1.jpg"); } }
        .section__experience .img__experience .s15__slick__content figure.s15__slick3 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/15/aura_gui_slick_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__experience .img__experience .s15__slick__content figure.s15__slick3 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/15/aura_gui_slick_2.jpg"); } }
      .section__experience .img__experience .s15__slick__content .slick-prev, .section__experience .img__experience .s15__slick__content .slick-next {
        position: absolute;
        width: 80px;
        height: 80px;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .section__experience .img__experience .s15__slick__content .slick-prev {
        left: -150px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/arrow_left.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__experience .img__experience .s15__slick__content .slick-prev {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/arrow_left.png"); } }
      .section__experience .img__experience .s15__slick__content .slick-next {
        right: -150px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/arrow_right.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__experience .img__experience .s15__slick__content .slick-next {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/arrow_right.png"); } }
      .section__experience .img__experience .s15__slick__content .slick-dots {
        width: 200px;
        left: 50%;
        bottom: -62px;
        margin-left: -100px; }
        .section__experience .img__experience .s15__slick__content .slick-dots li {
          width: 32px;
          height: 32px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/dot_no.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__experience .img__experience .s15__slick__content .slick-dots li {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/dot_no.png"); } }
          .section__experience .img__experience .s15__slick__content .slick-dots li button {
            width: 32px;
            height: 32px; }
            .section__experience .img__experience .s15__slick__content .slick-dots li button:before {
              display: none; }
          .section__experience .img__experience .s15__slick__content .slick-dots li.slick-active {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/dot.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__experience .img__experience .s15__slick__content .slick-dots li.slick-active {
                background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/dot.png"); } }

.section__connection {
  z-index: -1;
  margin-top: 0px;
  padding-top: 250px; }
  .section__connection .wd__content .content__title {
    width: 820px; }
  .section__connection .wd__content .content__info {
    width: 986px; }
  .section__connection .wd__feature__list {
    margin-top: 85px;
    width: 100%; }
    .section__connection .wd__feature__list .wd__feature {
      margin-left: 40px;
      margin-right: 40px; }
  .section__connection .img__icon_thunderbolt {
    width: 212px;
    height: 136px;
    margin: 75px auto 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/icon_thunderbolt.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__connection .img__icon_thunderbolt {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/icon_thunderbolt.png"); } }
  .section__connection .img__connection {
    z-index: -1;
    position: relative;
    left: 50%;
    margin: -458px 0 120px -1494px;
    width: 2228px;
    height: 1110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/14_connection.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__connection .img__connection {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/14_connection.jpg"); } }
    .section__connection .img__connection div {
      position: absolute;
      color: #fff;
      font-size: 20px; }
    .section__connection .img__connection .port1 {
      left: 50%;
      top: 715px;
      margin-left: 147px; }
    .section__connection .img__connection .port2 {
      left: 50%;
      top: 715px;
      margin-left: 244px; }
    .section__connection .img__connection .port3 {
      text-align: center;
      width: 100px;
      left: 50%;
      top: 715px;
      margin-left: 352px; }
    .section__connection .img__connection .port4 {
      text-align: center;
      width: 100px;
      left: 50%;
      top: 715px;
      margin-left: 461px; }
    .section__connection .img__connection .port5 {
      text-align: center;
      width: 100px;
      left: 50%;
      top: 715px;
      margin-left: 570px; }
    .section__connection .img__connection .port6 {
      text-align: center;
      width: 200px;
      left: 50%;
      top: 715px;
      margin-left: 671px; }
    .section__connection .img__connection .port7 {
      left: 50%;
      top: 966px;
      margin-left: -38px; }
    .section__connection .img__connection .port8 {
      left: 50%;
      top: 966px;
      margin-left: 100px; }
    .section__connection .img__connection .port9 {
      left: 50%;
      top: 966px;
      margin-left: 562px; }

.section__software {
  padding-top: 60px; }
  .section__software .wd__content {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .section__software .wd__content .content__title {
      width: 900px; }
    .section__software .wd__content .content__info {
      width: 965px; }
  .section__software .img__software {
    position: relative;
    left: 50%;
    margin-top: -330px;
    margin-left: -1280px;
    width: 2560px;
    height: 1395px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/17_armed.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__software .img__software {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/17_armed.jpg"); } }

.armed__slick {
  color: #fff;
  font-size: 24px; }

.armed__slick {
  text-align: center;
  margin: -21px auto 15px;
  width: 100%;
  max-width: 1366px; }
  .armed__slick .row.slick-slide.slick-active {
    outline: none; }
  .armed__slick .slick-next, .armed__slick .slick-prev {
    z-index: 9999;
    width: 58px;
    height: 72px;
    margin-top: -116px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent; }
  .armed__slick .slick-next {
    right: -128px;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/17/icon/arrow_r.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) {
      .armed__slick .slick-next {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/17/icon/arrow_r.png"); } }
    .armed__slick .slick-next:hover {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/17/icon/arrow_rh.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) {
        .armed__slick .slick-next:hover {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/17/icon/arrow_rh.png"); } }
  .armed__slick .slick-prev {
    left: -128px;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/17/icon/arrow_l.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) {
      .armed__slick .slick-prev {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/17/icon/arrow_l.png"); } }
    .armed__slick .slick-prev:hover {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/17/icon/arrow_lh.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) {
        .armed__slick .slick-prev:hover {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/17/icon/arrow_lh.png"); } }
  .armed__slick .slickItem {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 1366px;
    cursor: pointer;
    position: relative; }
    .armed__slick .slickItem .text__content {
      width: 400px;
      position: absolute;
      top: 160px;
      left: 50%;
      margin-left: 175px; }
      .armed__slick .slickItem .text__content .text__title {
        width: 100%;
        text-align: left;
        margin-top: 8px;
        font-size: 24px;
        color: #fff;
        font-weight: bold !important; }
      .armed__slick .slickItem .text__content .text__info {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: left;
        max-width: 400px;
        font-size: 18px;
        line-height: 1.6;
        color: #FFFFFF; }
    .armed__slick .slickItem figure {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      width: 1366px;
      height: 687px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .armed__slick .slickItem figure.img__slick1 {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/17/pic1.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) {
          .armed__slick .slickItem figure.img__slick1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/17/pic1.jpg"); } }
      .armed__slick .slickItem figure.img__slick2 {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/17/pic2.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) {
          .armed__slick .slickItem figure.img__slick2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/17/pic2.jpg"); } }
      .armed__slick .slickItem figure.img__slick3 {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/17/pic3.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) {
          .armed__slick .slickItem figure.img__slick3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/17/pic3.jpg"); } }
      .armed__slick .slickItem figure.img__slick4 {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/17/pic4.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) {
          .armed__slick .slickItem figure.img__slick4 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/17/pic4.jpg"); } }
      .armed__slick .slickItem figure.img__slick5 {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/17/pic5.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) {
          .armed__slick .slickItem figure.img__slick5 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/17/pic5.jpg"); } }
      .armed__slick .slickItem figure.img__slick6 {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/17/pic6.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) {
          .armed__slick .slickItem figure.img__slick6 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/17/pic6.jpg"); } }
      .armed__slick .slickItem figure.img__slick7 {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/17/pic7.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) {
          .armed__slick .slickItem figure.img__slick7 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/17/pic7.jpg"); } }

.slick__menu {
  margin-top: -50px;
  margin-left: 0;
  position: relative;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease; }
  .slick__menu li {
    margin: 0;
    padding: 0 20px;
    width: auto;
    float: left;
    cursor: pointer;
    font-size: 24px;
    list-style-type: none;
    position: relative; }
    .slick__menu li span:nth-child(1) {
      font-weight: bold;
      display: block;
      color: #fff; }
    .slick__menu li .sign-pipe {
      color: #4a4a4a !important;
      position: absolute;
      right: -2px;
      top: -2px;
      width: auto;
      height: 32px; }
  .slick__menu li.active span:nth-child(1) {
    color: #db0730; }

.row-logo {
  margin-top: 150px;
  left: 110px;
  top: -72px; }
  .row-logo figure {
    display: inline-block;
    margin-right: 20px;
    height: 101px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .row-logo .icon__geforce {
    width: 301px;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/icon_geforce.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) {
      .row-logo .icon__geforce {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/icon_geforce.png"); } }
  .row-logo .icon__dark {
    position: relative;
    top: 2px;
    width: 386px;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/icon_dark.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) {
      .row-logo .icon__dark {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/icon_dark.png"); } }
  .row-logo .icon__halo {
    position: relative;
    top: 16px;
    width: 272px;
    height: 132px;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/game.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) {
      .row-logo .icon__halo {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/game.jpg"); } }
  .row-logo .logo-bottom {
    margin-top: 13px; }
    .row-logo .logo-bottom .text__logo {
      margin-bottom: 6px;
      padding-left: 5px;
      width: 698px;
      font-size: 15px;
      color: #FFFFFF; }

#AWD .wd__innerbtn3 .inner__btn .toggleSlide.fixed {
  top: -90px; }

#AWD .section__inner3 {
  background: #202020; }
  #AWD .section__inner3 .row.limit__width {
    margin-top: 100px;
    overflow: visible; }
    #AWD .section__inner3 .row.limit__width .col {
      position: relative; }
      #AWD .section__inner3 .row.limit__width .col .wd__content .content__title {
        font-size: 24px; }
      #AWD .section__inner3 .row.limit__width .col .wd__content .content__info {
        font-size: 20px; }
    #AWD .section__inner3 .row.limit__width .col01 {
      overflow: hidden;
      padding-bottom: 0px;
      margin-bottom: 120px; }
      #AWD .section__inner3 .row.limit__width .col01 .wd__content {
        width: 100%;
        width: 316px;
        position: relative;
        padding-top: 0px;
        margin-left: 0px; }
        #AWD .section__inner3 .row.limit__width .col01 .wd__content .content__info {
          width: 956px; }
    #AWD .section__inner3 .row.limit__width .col02 {
      overflow: hidden;
      padding-bottom: 10px; }
      #AWD .section__inner3 .row.limit__width .col02 .wd__content {
        width: 316px;
        position: absolute;
        margin-left: 0px;
        text-align: left;
        top: 122px;
        left: 79px; }
      #AWD .section__inner3 .row.limit__width .col02 .img__in3__bg1 {
        width: 1366px;
        height: 580px;
        position: relative;
        margin-top: -30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/inner/03/03_inner_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) {
          #AWD .section__inner3 .row.limit__width .col02 .img__in3__bg1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/inner/03/03_inner_1.jpg"); } }
    #AWD .section__inner3 .row.limit__width .col03 {
      overflow: hidden;
      padding-bottom: 10px; }
      #AWD .section__inner3 .row.limit__width .col03 .wd__content {
        width: 365px;
        position: absolute;
        margin-left: 0px;
        text-align: left;
        top: 133px;
        left: 880px; }
      #AWD .section__inner3 .row.limit__width .col03 .img__in3__bg2 {
        width: 1366px;
        height: 580px;
        position: relative;
        margin-top: -30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/inner/03/03_inner_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) {
          #AWD .section__inner3 .row.limit__width .col03 .img__in3__bg2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/inner/03/03_inner_2.jpg"); } }
    #AWD .section__inner3 .row.limit__width .col04 {
      overflow: hidden;
      padding-bottom: 10px; }
      #AWD .section__inner3 .row.limit__width .col04 .wd__content {
        width: 333px;
        position: absolute;
        margin-left: 0px;
        text-align: left;
        top: 103px;
        left: 90px; }
      #AWD .section__inner3 .row.limit__width .col04 .img__in3__bg3 {
        width: 1366px;
        height: 580px;
        position: relative;
        margin-top: -30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/inner/03/03_inner_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) {
          #AWD .section__inner3 .row.limit__width .col04 .img__in3__bg3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/inner/03/03_inner_3.jpg"); } }
    #AWD .section__inner3 .row.limit__width .col05 {
      overflow: hidden;
      padding-bottom: 10px; }
      #AWD .section__inner3 .row.limit__width .col05 .wd__content {
        width: 399px;
        position: absolute;
        margin-left: 0px;
        text-align: left;
        top: 76px;
        left: 80px; }
        #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct1,
        #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct2,
        #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct3 {
          font-size: 18px;
          position: absolute; }
        #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct1 {
          top: 465px;
          right: -262px; }
        #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct2 {
          top: 465px;
          right: -531px; }
        #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct3 {
          top: 465px;
          right: -791px; }
      #AWD .section__inner3 .row.limit__width .col05 .img__in3__bg4 {
        width: 1366px;
        height: 658px;
        position: relative;
        margin-top: -30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/inner/03/03_inner_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) {
          #AWD .section__inner3 .row.limit__width .col05 .img__in3__bg4 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/inner/03/03_inner_4.jpg"); } }
    #AWD .section__inner3 .row.limit__width .col06 {
      overflow: hidden;
      padding-bottom: 10px; }
      #AWD .section__inner3 .row.limit__width .col06 .wd__content {
        width: 374px;
        position: absolute;
        margin-left: 0px;
        text-align: left;
        top: 60px;
        left: 81px; }
      #AWD .section__inner3 .row.limit__width .col06 .img__in3__bg5 {
        width: 1366px;
        height: 600px;
        position: relative;
        margin-top: -30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/inner/03/03_inner_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) {
          #AWD .section__inner3 .row.limit__width .col06 .img__in3__bg5 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/inner/03/03_inner_5.jpg"); } }
    #AWD .section__inner3 .row.limit__width .col07 {
      overflow: hidden;
      padding-bottom: 10px; }
      #AWD .section__inner3 .row.limit__width .col07 .wd__content {
        width: 386px;
        position: absolute;
        margin-left: 0px;
        text-align: left;
        top: 150px;
        left: 900px; }
      #AWD .section__inner3 .row.limit__width .col07 .img__in3__bg6 {
        width: 1366px;
        height: 600px;
        position: relative;
        margin-top: -30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/inner/03/03_inner_6.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) {
          #AWD .section__inner3 .row.limit__width .col07 .img__in3__bg6 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/inner/03/03_inner_6.jpg"); } }

#AWD .wd__innerbtn11 .inner__btn .toggleSlide.fixed {
  top: -90px; }

#AWD .section__inner11 {
  background: #202020; }
  #AWD .section__inner11 .row.limit__width {
    margin-top: 100px;
    overflow: visible; }
    #AWD .section__inner11 .row.limit__width .col {
      position: relative; }
      #AWD .section__inner11 .row.limit__width .col .wd__content .content__title {
        font-size: 24px; }
      #AWD .section__inner11 .row.limit__width .col .wd__content .content__info {
        font-size: 20px; }
    #AWD .section__inner11 .row.limit__width .col01 {
      overflow: hidden;
      padding-bottom: 0px;
      margin-bottom: 120px; }
      #AWD .section__inner11 .row.limit__width .col01 .wd__content {
        width: 100%;
        position: relative;
        padding-top: 0px;
        margin-left: 0px; }
        #AWD .section__inner11 .row.limit__width .col01 .wd__content .content__info {
          width: 956px; }
    #AWD .section__inner11 .row.limit__width .col02 {
      overflow: hidden;
      padding-bottom: 10px; }
      #AWD .section__inner11 .row.limit__width .col02 .wd__content {
        width: 534px;
        position: absolute;
        margin-left: 0px;
        text-align: left;
        top: 46px;
        left: 760px; }
      #AWD .section__inner11 .row.limit__width .col02 .img__in11__bg1 {
        width: 1366px;
        height: 445px;
        position: relative;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/inner/11/11_inner_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) {
          #AWD .section__inner11 .row.limit__width .col02 .img__in11__bg1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/inner/11/11_inner_1.jpg"); } }
    #AWD .section__inner11 .row.limit__width .col03 {
      overflow: hidden;
      padding-bottom: 10px; }
      #AWD .section__inner11 .row.limit__width .col03 .wd__content {
        width: 555px;
        position: absolute;
        margin-left: 0px;
        text-align: left;
        top: 59px;
        left: 90px; }
      #AWD .section__inner11 .row.limit__width .col03 .img__in11__bg2 {
        width: 1366px;
        height: 446px;
        position: relative;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/inner/11/11_inner_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) {
          #AWD .section__inner11 .row.limit__width .col03 .img__in11__bg2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/inner/11/11_inner_2.jpg"); } }
    #AWD .section__inner11 .row.limit__width .col04 {
      overflow: hidden;
      padding-bottom: 10px; }
      #AWD .section__inner11 .row.limit__width .col04 .wd__content {
        width: 383px;
        position: absolute;
        margin-left: 0px;
        text-align: left;
        top: 28px;
        left: 930px; }
        #AWD .section__inner11 .row.limit__width .col04 .wd__content .content__title {
          width: 276px;
          margin-left: 0; }
      #AWD .section__inner11 .row.limit__width .col04 .img__in11__bg3 {
        width: 1366px;
        height: 405px;
        position: relative;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/inner/11/11_inner_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) {
          #AWD .section__inner11 .row.limit__width .col04 .img__in11__bg3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/inner/11/11_inner_3.jpg"); } }

#AWD .wd__innerbtn15 {
  background: transparent; }
  #AWD .wd__innerbtn15 .inner__btn span {
    color: #fff; }
  #AWD .wd__innerbtn15 .inner__btn .toggleSlide {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/btn/icon_open3.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) {
      #AWD .wd__innerbtn15 .inner__btn .toggleSlide {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/btn/icon_open3.png"); } }
    #AWD .wd__innerbtn15 .inner__btn .toggleSlide.fixed {
      top: -90px; }

#AWD .section__inner15 {
  width: 2560px;
  height: 1220px;
  position: relative;
  left: 50%;
  margin-left: -1280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/15/detail_content_bg.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) {
    #AWD .section__inner15 {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/15/detail_content_bg.jpg"); } }
  #AWD .section__inner15 .row.limit__width {
    margin-top: 100px;
    overflow: visible; }
    #AWD .section__inner15 .row.limit__width .col {
      position: relative; }
      #AWD .section__inner15 .row.limit__width .col .wd__content .content__title {
        font-size: 24px; }
      #AWD .section__inner15 .row.limit__width .col .wd__content .content__info {
        font-size: 20px; }
    #AWD .section__inner15 .row.limit__width .col01 {
      overflow: hidden;
      padding-bottom: 0px;
      margin-bottom: 120px;
      margin-top: -27px; }
      #AWD .section__inner15 .row.limit__width .col01 .wd__content {
        width: 100%;
        position: relative;
        padding-top: 0px;
        margin-left: 0px; }
        #AWD .section__inner15 .row.limit__width .col01 .wd__content .content__info {
          width: 836px; }
    #AWD .section__inner15 .row.limit__width .col02 {
      overflow: hidden;
      padding-bottom: 10px;
      margin-top: -90px; }
      #AWD .section__inner15 .row.limit__width .col02 .img__in15__bg1 {
        width: 1236px;
        height: 809px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/15/detail_content_screen.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) {
          #AWD .section__inner15 .row.limit__width .col02 .img__in15__bg1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/15/detail_content_screen.png"); } }

.product_pdguide.active .link {
  color: #db0730; }

#pd__component__block {
  padding-bottom: 200px; }
  #pd__component__block .product_videos.active {
    padding-top: 0; }
    #pd__component__block .product_videos.active .video_slick .video a .text p {
      margin-left: auto;
      margin-right: auto; }
    #pd__component__block .product_videos.active .text {
      text-align: center; }
  #pd__component__block .product_medias.active .media .text {
    color: #fff; }
  #pd__component__block .product_medias.active .media a {
    color: #db0730; }
  #pd__component__block .slick-dots li button:before {
    color: #db0730; }

@media (min-width: 1301px) and (max-width: 1370px) {
  .section__experience .img__experience .s15__slick__content .slick-prev {
    z-index: 999;
    left: -41px; }
  .section__experience .img__experience .s15__slick__content .slick-next {
    right: -41px; } }

@media all and (min-width: 1301px) {
  .wd__section .large__use {
    display: block; }
  #pd__component__block {
    background: #000; }
    #pd__component__block:before {
      z-index: 52;
      position: absolute;
      width: 100%;
      height: 400px;
      content: '';
      display: block;
      background-position: top center;
      background-repeat: repeat-x;
      background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(#000), color-stop(#000), to(transparent));
      background: -webkit-linear-gradient(bottom, #000, #000, #000, transparent);
      background: linear-gradient(to top, #000, #000, #000, transparent);
      left: 0;
      top: -400px; }
    #pd__component__block .product_videos.active {
      padding-top: 0; }
    #pd__component__block .product_medias.active .media .text {
      color: #fff; }
    #pd__component__block .product_medias.active .media a {
      color: #db0730; }
    #pd__component__block .slick-dots li button:before {
      color: #db0730; }
  .section__kv .row {
    overflow: hidden; }
  .section__kv .wd__content .content__info {
    margin-top: 0; }
  .section__kv .img__kv {
    background-image: none;
    margin: -480px 0 0 -1280px; }
    .section__kv .img__kv #kv__parallax li {
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: top 700ms ease-in-out;
      transition: top 700ms ease-in-out;
      top: 0;
      left: 0; }
    .section__kv .img__kv #kv__parallax .layer1 {
      z-index: 28;
      width: 2560px;
      height: 1710px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/01/kv/bg.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__kv .img__kv #kv__parallax .layer1 {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/01/kv/bg.jpg"); } }

@media all and (min-width: 1301px) {
    .section__kv .img__kv #kv__parallax .layer2 {
      z-index: 29;
      width: 1719px;
      height: 1650px;
      margin-left: -50px;
      background-position: 0 center;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/01/kv/train_l.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__kv .img__kv #kv__parallax .layer2 {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/01/kv/train_l.jpg"); } }

@media all and (min-width: 1301px) {
      .section__kv .img__kv #kv__parallax .layer2 #dust {
        width: 509px;
        height: 303px;
        position: absolute;
        top: 300px;
        left: 50%; }
      .section__kv .img__kv #kv__parallax .layer2:after {
        width: 325px;
        height: 1650px;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: -325px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/01/kv/train_r.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__kv .img__kv #kv__parallax .layer2:after {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/01/kv/train_r.png"); } }

@media all and (min-width: 1301px) {
    .section__kv .img__kv #kv__parallax .layer3 {
      z-index: 30;
      left: 50% !important;
      margin-left: -780px;
      margin-top: 460px;
      width: 1264px;
      height: 932px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/01/kv/model.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__kv .img__kv #kv__parallax .layer3 {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/01/kv/model.png"); } }

@media all and (min-width: 1301px) {
  .section__kv #opening__content {
    background-image: none;
    margin-top: 50px;
    height: 2400px; }
    .section__kv #opening__content #opening__section {
      display: block;
      width: 100%;
      height: 106px;
      left: 0;
      padding-top: 300px;
      position: relative; }
      .section__kv #opening__content #opening__section.addfixed {
        position: fixed;
        top: 50%;
        margin-top: -300px; }
  .section__kv .opening__animation {
    z-index: 25;
    position: absolute;
    left: 50%;
    margin-left: -900px;
    width: 1460px;
    height: 106px;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
    .section__kv .opening__animation figure {
      position: absolute;
      -webkit-transition: all 200ms;
      transition: all 200ms; }
    .section__kv .opening__animation .img__open__case {
      z-index: 55;
      width: 3px;
      height: 3px;
      position: absolute;
      right: 25px;
      top: 58px;
      background-color: #fff; }
      .section__kv .opening__animation .img__open__case:before {
        width: 1460px;
        height: 115px;
        content: '';
        display: block;
        position: absolute;
        z-index: 32;
        top: -65px;
        right: -26px;
        margin-left: -1460px;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/01/upcase.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__kv .opening__animation .img__open__case:before {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/01/upcase.png"); } }

@media all and (min-width: 1301px) {
    .section__kv .opening__animation .img__open__body {
      width: 1460px;
      height: 106px;
      z-index: 31;
      top: 0px;
      left: 0;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/01/middlebody.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__kv .opening__animation .img__open__body {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/01/middlebody.png"); } }

@media all and (min-width: 1301px) {
    .section__kv .opening__animation .img__open__main {
      width: 1460px;
      height: 106px;
      z-index: 30;
      top: 0px;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/01/mainbody.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__kv .opening__animation .img__open__main {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/01/mainbody.png"); } }

@media all and (min-width: 1301px) {
  .section__thermal {
    padding-top: 280px; }
    .section__thermal .img__thermal {
      background-image: none; }
    .section__thermal .air__animation {
      position: relative;
      left: 50%;
      margin: 0px 0 0 -1340px;
      display: block; }
      .section__thermal .air__animation figure {
        opacity: 0;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .section__thermal .air__animation .img__case {
        z-index: 42;
        top: 185px;
        left: 920px;
        width: 1191px;
        height: 864px;
        opacity: 1;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/case.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .img__case {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/03/case.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .arrow__b4 {
        z-index: 41;
        top: 240px;
        left: 1209px;
        width: 451px;
        height: 461px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/arrow_b_t.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .arrow__b4 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/03/arrow_b_t.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .arrow__r1 {
        z-index: 40;
        top: 631px;
        left: 788px;
        width: 354px;
        height: 230px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/arrow_r_f.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .arrow__r1 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/03/arrow_r_f.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .arrow__r2 {
        z-index: 40;
        top: 950px;
        left: 1507px;
        width: 259px;
        height: 116px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/arrow_r_r.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .arrow__r2 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/03/arrow_r_r.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .flow__r2 {
        z-index: 35;
        top: 45px;
        left: 57px;
        width: 1761px;
        height: 1063px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/flow_r1.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .flow__r2 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/flow_r1.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .arrow__b1 {
        z-index: 34;
        top: 886px;
        left: 611px;
        width: 465px;
        height: 308px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/arrow_b_f.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .arrow__b1 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/03/arrow_b_f.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .arrow__b2 {
        z-index: 34;
        top: 1006px;
        left: 1741px;
        width: 446px;
        height: 286px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/arrow_b_r.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .arrow__b2 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/03/arrow_b_r.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .flow__b2 {
        z-index: 32;
        top: -21px;
        left: 777px;
        width: 1723px;
        height: 968px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/flow_b2.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .flow__b2 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/flow_b2.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .img__model {
        z-index: 30;
        opacity: 1;
        top: 448px;
        left: 942px;
        width: 1236px;
        height: 617px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/model.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .img__model {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/03/model.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .arrow__r3 {
        z-index: 29;
        top: 511px;
        left: 875px;
        width: 280px;
        height: 148px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/arrow_r_l.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .arrow__r3 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/03/arrow_r_l.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .arrow__b3 {
        z-index: 28;
        top: 453px;
        left: 723px;
        width: 464px;
        height: 136px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/arrow_b_l.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .arrow__b3 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/03/arrow_b_l.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .flow__r1 {
        z-index: 29;
        top: 290px;
        left: 552px;
        width: 688px;
        height: 407px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/flow_r2.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .flow__r1 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/03/flow_r2.png"); } }

@media all and (min-width: 1301px) {
      .section__thermal .air__animation .flow__b1 {
        z-index: 27;
        top: 400px;
        left: 305px;
        width: 2140px;
        height: 926px;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/03/flow_b1.jpg"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__thermal .air__animation .flow__b1 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/03/flow_b1.jpg"); } }

@media all and (min-width: 1301px) {
  .section__keyboard .img__keyboard {
    position: relative;
    margin: 76px 0 25px -1280px;
    left: 50%;
    width: 2560px;
    height: 372px;
    overflow: hidden;
    background-image: none;
    background-color: #141414; }
    .section__keyboard .img__keyboard .img__keyboard__light {
      width: 2075px;
      height: 957px;
      left: 50%;
      position: relative;
      margin: 0 0 0 -1037px;
      top: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/04/keyboard.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__keyboard .img__keyboard .img__keyboard__light {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/04/keyboard.jpg"); } }

@media all and (min-width: 1301px) {
  .section__seeing.actived {
    z-index: -1;
    padding-top: 240px;
    padding-bottom: 20px;
    margin-top: 0px; }
    .section__seeing.actived .img__gsync {
      position: relative;
      left: 50%;
      margin: -30px 0 0 -716px;
      width: 1434px;
      height: 643px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/08/movie_bg.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__seeing.actived .img__gsync {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/08/movie_bg.png"); } }

@media all and (min-width: 1301px) {
      .section__seeing.actived .img__gsync .video__block {
        display: block; }
      .section__seeing.actived .img__gsync .video__block.start {
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        position: absolute;
        opacity: 0;
        left: 82px;
        top: 235px; }
      .section__seeing.actived .img__gsync .video__block.showed {
        opacity: 1; }
      .section__seeing.actived .img__gsync .gsync__title1,
      .section__seeing.actived .img__gsync .gsync__title2 {
        position: absolute;
        text-align: center;
        width: 600px;
        height: 40px;
        top: 190px;
        font-size: 25px;
        color: #FFFFFF; }
      .section__seeing.actived .img__gsync .gsync__title1 {
        left: 80px; }
      .section__seeing.actived .img__gsync .gsync__title2 {
        left: 735px; }
    .section__seeing.actived .gsync__btn {
      width: 1000px;
      position: absolute;
      bottom: -17px;
      left: 227px; }
      .section__seeing.actived .gsync__btn div {
        border: 1px solid #696969;
        background: #000;
        float: left;
        position: relative;
        cursor: pointer;
        text-align: center;
        line-height: 58px;
        width: 298px;
        height: 56px;
        font-size: 25px;
        -webkit-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        color: #FFFFFF; }
        .section__seeing.actived .gsync__btn div span {
          opacity: 0.35;
          top: 0px;
          position: absolute;
          z-index: 10;
          width: 300px;
          left: 0px;
          -webkit-transition: opacity 300ms ease-out;
          transition: opacity 300ms ease-out; }
        .section__seeing.actived .gsync__btn div:before {
          position: absolute;
          left: -1px;
          top: -1px;
          opacity: 0;
          display: block;
          content: '';
          width: 298px;
          height: 56px;
          -webkit-transition: opacity 400ms ease-out;
          transition: opacity 400ms ease-out;
          border: 1px solid #ff9017; }
        .section__seeing.actived .gsync__btn div:hover {
          border: 1px solid #fff; }
          .section__seeing.actived .gsync__btn div:hover span {
            opacity: 1; }
        .section__seeing.actived .gsync__btn div.active:before {
          opacity: 1; }
        .section__seeing.actived .gsync__btn div.active span {
          color: #ff7a06;
          opacity: 1; }
        .section__seeing.actived .gsync__btn div:nth-child(2) {
          margin: 0 40px; }
    .section__seeing.actived .slick__bg__content {
      display: none; }
    .section__seeing.actived .img__seeing {
      z-index: -1;
      position: relative;
      margin: -40px 0 0 -1280px;
      left: 50%;
      width: 2560px;
      height: 1163px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/seeing.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__seeing.actived .img__seeing {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/seeing.jpg"); } }

@media all and (min-width: 1301px) {
  .section__aura .img__aura .auraAnimation > figure {
    -webkit-transition: -webkit-transform 1000ms;
    transition: -webkit-transform 1000ms;
    transition: transform 1000ms;
    transition: transform 1000ms, -webkit-transform 1000ms; }
  .section__aura .img__aura .auraAnimation .navBar #nb1 {
    opacity: 0.4;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .section__aura .img__aura .auraAnimation .navBar #nb1:hover {
      opacity: 1; }
    .section__aura .img__aura .auraAnimation .navBar #nb1.choosed {
      opacity: 1; }
  .section__aura .img__aura .auraAnimation .navBar #nb2 {
    opacity: 0.4;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .section__aura .img__aura .auraAnimation .navBar #nb2:hover {
      opacity: 1; }
    .section__aura .img__aura .auraAnimation .navBar #nb2.choosed {
      opacity: 1; }
  .section__aura .img__aura .auraAnimation .navBar #nb3 {
    opacity: 0.4;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .section__aura .img__aura .auraAnimation .navBar #nb3:hover {
      opacity: 1; }
    .section__aura .img__aura .auraAnimation .navBar #nb3.choosed {
      opacity: 1; }
  .section__aura .img__aura .auraAnimation .navBar #nb4 {
    opacity: 0.4;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .section__aura .img__aura .auraAnimation .navBar #nb4:hover {
      opacity: 1; }
    .section__aura .img__aura .auraAnimation .navBar #nb4.choosed {
      opacity: 1; }
  .section__aura .img__aura .auraAnimation .navBar #nb5 {
    opacity: 0.4;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .section__aura .img__aura .auraAnimation .navBar #nb5:hover {
      opacity: 1; }
    .section__aura .img__aura .auraAnimation .navBar #nb5.choosed {
      opacity: 1; }
  .section__aura .img__aura .auraAnimation .navBar #nb6 {
    opacity: 0.4;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .section__aura .img__aura .auraAnimation .navBar #nb6:hover {
      opacity: 1; }
    .section__aura .img__aura .auraAnimation .navBar #nb6.choosed {
      opacity: 1; }
  .section__aura .img__aura .auraAnimation .navBar #nb7 {
    opacity: 0.4;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .section__aura .img__aura .auraAnimation .navBar #nb7:hover {
      opacity: 1; }
    .section__aura .img__aura .auraAnimation .navBar #nb7.choosed {
      opacity: 1; }
  .section__aura .img__aura .auraAnimation .navBar #nb8 {
    opacity: 0.4;
    -webkit-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .section__aura .img__aura .auraAnimation .navBar #nb8:hover {
      opacity: 1; }
    .section__aura .img__aura .auraAnimation .navBar #nb8.choosed {
      opacity: 1; }
  .section__aura .img__aura .auraAnimation .img__aura__nb {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    background-image: none; }
    .section__aura .img__aura .auraAnimation .img__aura__nb .img__nb__mask {
      z-index: 100;
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 1022px;
      height: 899px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/nb2.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__aura .img__aura .auraAnimation .img__aura__nb .img__nb__mask {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/model/nb2.png"); } }

@media all and (min-width: 1301px) {
    .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorComet {
      display: none;
      z-index: 95;
      top: 337px;
      left: 217px;
      position: absolute;
      -webkit-transform: rotate(-17.5deg);
      -ms-transform: rotate(-17.5deg);
      transform: rotate(-17.5deg);
      width: 640px;
      height: 285px;
      background-position: 0 -22px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/cometMask.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorComet {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/cometMask.png"); } }

@media all and (min-width: 1301px) {
    .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorBlock,
    .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorDefault {
      z-index: 90;
      top: 337px;
      left: 217px;
      position: absolute;
      -webkit-transform: rotate(-17.5deg);
      -ms-transform: rotate(-17.5deg);
      transform: rotate(-17.5deg);
      width: 640px;
      height: 285px;
      background: #484848; }
    .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorDefault {
      z-index: 88; }
  .section__aura .img__aura .auraAnimation .img__aura__mouse {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0); }
    .section__aura .img__aura .auraAnimation .img__aura__mouse .img__mouse__mask {
      z-index: 90;
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 222px;
      height: 260px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/mouse.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__aura .img__aura .auraAnimation .img__aura__mouse .img__mouse__mask {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/model/mouse.png"); } }

@media all and (min-width: 1301px) {
    .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorBlock,
    .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorBlockShape {
      z-index: 85;
      width: 102px;
      height: 167px;
      position: absolute;
      top: 72px;
      left: 70px; }
    .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorBlock {
      fill: #5d5d5d;
      -webkit-filter: blur(12px);
      filter: blur(12px); }
    .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorDefault {
      z-index: 78;
      width: 102px;
      height: 167px;
      position: absolute;
      top: 72px;
      left: 70px;
      fill: #5d5d5d; }
  .section__aura .img__aura .auraAnimation .img__aura__mic {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0); }
    .section__aura .img__aura .auraAnimation .img__aura__mic .img__mic__mask {
      z-index: 90;
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 487px;
      height: 487px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/mic.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__aura .img__aura .auraAnimation .img__aura__mic .img__mic__mask {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/11/model/mic.png"); } }

@media all and (min-width: 1301px) {
    .section__aura .img__aura .auraAnimation .img__aura__mic #micColorBlock {
      z-index: 100;
      width: 389px;
      height: 344px;
      position: absolute;
      top: 114px;
      left: 22px;
      fill: #5d5d5d;
      -webkit-filter: url(#glow);
      filter: url(#glow); }
  .section__aura .img__aura .auraAnimation #s7ColorPicker {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 999;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 716px;
    margin-left: 394px; }
    .section__aura .img__aura .auraAnimation #s7ColorPicker.active {
      visibility: visible; }
    .section__aura .img__aura .auraAnimation #s7ColorPicker canvas {
      position: absolute;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .section__wave {
    padding-top: 180px;
    margin-top: 0; }
    .section__wave .wd__content {
      position: relative; }
      .section__wave .wd__content .content__title {
        width: 1240px; }
      .section__wave .wd__content .content__info {
        width: 1130px; }
    .section__wave .wd__feature__list .wd__feature {
      margin-left: 45px;
      margin-right: 45px; }
    .section__wave .img__wave {
      position: relative;
      left: 50%;
      margin: -320px 0 0 -1280px;
      width: 2560px;
      height: 1690px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/13/bg.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__wave .img__wave {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/13/bg.jpg"); } }

@media all and (min-width: 1301px) {
      .section__wave .img__wave .img__wave1 {
        position: absolute;
        opacity: 0;
        top: 759px;
        left: 601px;
        width: 1535px;
        height: 911px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/13/light1.jpg"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__wave .img__wave .img__wave1 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/13/light1.jpg"); } }

@media all and (min-width: 1301px) {
      .section__wave .img__wave .img__wave2 {
        position: absolute;
        opacity: 0;
        top: 759px;
        left: 601px;
        width: 1535px;
        height: 911px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/13/light2.jpg"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__wave .img__wave .img__wave2 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/13/light2.jpg"); } }

@media all and (min-width: 1301px) {
      .section__wave .img__wave .img__wave3 {
        position: absolute;
        opacity: 0;
        top: 759px;
        left: 601px;
        width: 1535px;
        height: 911px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/13/light3.jpg"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__wave .img__wave .img__wave3 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/13/light3.jpg"); } }

@media all and (min-width: 1301px) {
      .section__wave .img__wave .img__wave1 {
        -webkit-animation-name: waveRippleAnimate1;
        animation-name: waveRippleAnimate1;
        -webkit-animation-duration: 4000ms;
        animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 0;
        animation-delay: 0; }
      .section__wave .img__wave .img__wave2 {
        -webkit-animation-name: waveRippleAnimate2;
        animation-name: waveRippleAnimate2;
        -webkit-animation-duration: 4000ms;
        animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 0;
        animation-delay: 0; }
      .section__wave .img__wave .img__wave3 {
        -webkit-animation-name: waveRippleAnimate3;
        animation-name: waveRippleAnimate3;
        -webkit-animation-duration: 4000ms;
        animation-duration: 4000ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-delay: 0;
        animation-delay: 0; } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .medium__use {
    display: block; }
  .wd__section {
    margin-top: 0; }
  .wd__section .medium__text-center.wd__content {
    text-align: center;
    left: 0;
    margin-left: auto;
    margin-right: auto; }
    .wd__section .medium__text-center.wd__content .content__title,
    .wd__section .medium__text-center.wd__content .content__info,
    .wd__section .medium__text-center.wd__content .content__link,
    .wd__section .medium__text-center.wd__content .content__comment {
      margin-left: auto;
      margin-right: auto; }
  .wd__section .wd__content .content__title {
    font-size: 48px;
    line-height: 52px; }
    .wd__section .wd__content .content__title sub {
      top: -15px;
      font-size: 18px; }
  .wd__section .wd__content .content__info {
    margin-top: 16px; }
  .wd__section .wd__content .content__slogan.underscore-large-left:after {
    left: 50%;
    margin-left: -56px; }
  .wd__section .wd__feature__list {
    left: 0px;
    margin-top: 61px; }
    .wd__section .wd__feature__list .wd__feature {
      margin: 0 31px 49px; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
        margin-bottom: 3px; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
        margin-top: 4px; }
  .wd__section .wd__link__arrow:after {
    padding-left: 5px; }
  .wd__innerbtn {
    padding: 20px 0; }
    .wd__innerbtn.blackTheme {
      margin-top: -2px;
      background: #000; }
    .wd__innerbtn .inner__btn {
      width: 300px;
      height: 80px;
      margin: 0 auto; }
      .wd__innerbtn .inner__btn span {
        font-size: 18px;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        opacity: 1;
        -webkit-transition: opacity 400ms;
        transition: opacity 400ms; }
      .wd__innerbtn .inner__btn .toggleSlide {
        z-index: 999;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateY(0px) rotate(0deg);
        -ms-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
        -webkit-transition: -webkit-transform 800ms 50ms;
        transition: -webkit-transform 800ms 50ms;
        transition: transform 800ms 50ms;
        transition: transform 800ms 50ms, -webkit-transform 800ms 50ms;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/btn/icon_open2.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) {
        .wd__innerbtn .inner__btn .toggleSlide {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/btn/icon_open2.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .wd__innerbtn .inner__btn.active span {
        opacity: 0; }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(120px) rotate(142deg);
        -ms-transform: translateY(120px) rotate(142deg);
        transform: translateY(120px) rotate(142deg); }
        .wd__innerbtn .inner__btn.active .toggleSlide.fixed {
          top: -32px; }
  .wd__inner {
    overflow: hidden;
    display: none; }
    .wd__inner .limit__width {
      max-width: 720px; }
      .wd__inner .limit__width .wd__content {
        position: absolute; }
        .wd__inner .limit__width .wd__content .content__title {
          font-size: 24px;
          font-weight: 200 !important; }
          .wd__inner .limit__width .wd__content .content__title * {
            font-weight: 200 !important; }
    .wd__inner .row {
      opacity: 0;
      -webkit-transition: opacity 400ms;
      transition: opacity 400ms;
      margin-top: 150px;
      margin-bottom: 150px; }
    .wd__inner.active .row {
      opacity: 1; }
  #pd__component__block {
    margin-top: -150px;
    padding-bottom: 100px;
    background: #000; }
  .section__kv {
    padding-top: 0px; }
    .section__kv .wd__content .content__slogan {
      font-size: 36px;
      margin-top: 0px;
      margin-bottom: 0;
      width: 100%;
      line-height: 42px;
      max-width: 750px; }
    .section__kv .wd__content .content__title {
      width: 83%;
      max-width: 812px;
      margin-top: 8px;
      font-size: 34px;
      line-height: 1.34; }
    .section__kv .wd__content .content__info {
      width: 87%;
      max-width: 840px;
      margin-top: 45px;
      margin-bottom: 150px;
      font-size: 25px;
      line-height: 1.6; }
    .section__kv .wd__content .award__list {
      width: 100%;
      margin: 0 auto 40px; }
      .section__kv .wd__content .award__list li {
        width: 168px;
        height: 132px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px; }
        .section__kv .wd__content .award__list li .al1 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/icon/kv/icon1.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__kv .wd__content .award__list li .al1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/icon/kv/icon1.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__kv .wd__content .award__list li .al2 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/icon/kv/icon2.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__kv .wd__content .award__list li .al2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/icon/kv/icon2.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__kv .wd__content .award__list li .al3 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/icon/kv/icon3.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__kv .wd__content .award__list li .al3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/icon/kv/icon3.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__kv .wd__content .award__list li .al4 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/icon/kv/icon4.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__kv .wd__content .award__list li .al4 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/icon/kv/icon4.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__kv .wd__content .award__list li .al5 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/icon/kv/icon5.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__kv .wd__content .award__list li .al5 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/icon/kv/icon5.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__kv .img__kv__logo {
      margin: -100px auto 10px;
      width: 644px;
      height: 64px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/kv_logo.png"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/kv_logo.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__kv .img__kv {
      z-index: -1;
      position: relative;
      left: 50%;
      margin: -120px 0 0 -560px;
      width: 1300px;
      height: 926px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/kv.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__kv .img__kv {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/kv.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__kv .col-bottom {
      top: 0px; }
      .section__kv .col-bottom .wd__content .content__info {
        margin-bottom: 100px; }
    .section__kv #kv__parallax {
      display: none;
      background: none; }
      .section__kv #kv__parallax li img {
        display: none;
        background: none; }
    .section__kv #opening__content {
      background-image: none; }
      .section__kv #opening__content #opening__section {
        display: block;
        width: 1058px;
        height: 571px;
        position: relative;
        left: 50%;
        margin: 50px 0 0 -676px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/01_nb.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__kv #opening__content #opening__section {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/01_nb.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__kv .opening__animation {
      display: none; }
      .section__kv .opening__animation figure {
        background-image: none; }
  .section__slim {
    padding-top: 90px;
    margin-top: 0px; }
    .section__slim .row {
      max-width: 1300px; }
    .section__slim .wd__content .content__title {
      width: 500px; }
    .section__slim .wd__content .content__info {
      width: 90%;
      max-width: 796px; }
    .section__slim .wd__feature__list {
      margin: 53px auto 0;
      width: 100%; }
      .section__slim .wd__feature__list .wd__feature {
        margin-left: 20px;
        margin-right: 20px; }
    .section__slim .img__slim {
      margin: -307px 0 0 -650px;
      width: 1300px;
      height: 1250px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/02_slim.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__slim .img__slim {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/02_slim.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__slim .img__slim .img__slim__gtxicon {
        bottom: 112px;
        margin: 0 0 0 -80px;
        width: 160px;
        height: 78px;
        background-size: contain; }
    .section__slim .img__slim__hl {
      margin: -50px auto 0;
      position: relative;
      width: 100%;
      max-width: 769px;
      height: 0;
      padding-bottom: 166.5%;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/slim_hl2.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__slim .img__slim__hl {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/slim_hl2.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__thermal {
    padding-top: 200px; }
    .section__thermal .wd__content .content__slogan {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .section__thermal .wd__content .content__title {
      width: 94%;
      max-width: 800px; }
    .section__thermal .wd__content .content__info {
      width: 87%;
      max-width: 840px; }
    .section__thermal .wd__feature__list {
      width: 800px;
      margin-right: auto;
      margin-left: auto;
      margin-top: 63px; }
      .section__thermal .wd__feature__list .wd__feature {
        margin-left: 35px;
        margin-right: 35px; }
        .section__thermal .wd__feature__list .wd__feature .wd__feature__describe,
        .section__thermal .wd__feature__list .wd__feature .wd__feature__describe__top {
          margin-right: auto;
          margin-left: auto; }
      .section__thermal .wd__feature__list .feature__01 {
        width: 140px; }
      .section__thermal .wd__feature__list .feature__02 {
        width: 142px; }
      .section__thermal .wd__feature__list .feature__03 {
        width: 158px; }
      .section__thermal .wd__feature__list .feature__04 {
        margin-top: -10px; }
        .section__thermal .wd__feature__list .feature__04 .wd__feature__describe,
        .section__thermal .wd__feature__list .feature__04 .wd__feature__describe__top {
          width: 300px; }
        .section__thermal .wd__feature__list .feature__04 .wd__feature__describe {
          height: 40px; }
        .section__thermal .wd__feature__list .feature__04 .wd__feature__data.text-long {
          padding-bottom: 0; }
    .section__thermal .img__thermal {
      position: relative;
      margin: -210px 0 0 -680px;
      left: 50%;
      width: 1300px;
      height: 841px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/03_thermal.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__thermal .img__thermal {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/03_thermal.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__keyboard {
    margin-top: -20px;
    padding-top: 100px;
    z-index: -1; }
    .section__keyboard .wd__content {
      position: relative; }
      .section__keyboard .wd__content .content__slogan {
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
      .section__keyboard .wd__content .content__title {
        width: 94%; }
      .section__keyboard .wd__content .content__info {
        width: 89%;
        max-width: 820px; }
    .section__keyboard .img__keyboard {
      position: relative;
      margin: 20px 0 -40px -650px;
      left: 50%;
      width: 1300px;
      height: 330px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/04_keyboard.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__keyboard .img__keyboard {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/04_keyboard.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__extreme {
    overflow: hidden;
    padding-top: 200px;
    margin-top: -8px; }
    .section__extreme .wd__content .content__title {
      width: 87%;
      max-width: 660px; }
    .section__extreme .wd__content .content__info {
      width: 85%;
      margin-bottom: 15px;
      max-width: 740px; }
    .section__extreme .wd__content .content__comment {
      margin-top: 10px; }
    .section__extreme .wd__feature__list {
      margin: 70px auto 0;
      width: 700px; }
      .section__extreme .wd__feature__list .wd__feature {
        margin-left: 18px;
        margin-right: 18px; }
      .section__extreme .wd__feature__list .feature__00 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px; }
      .section__extreme .wd__feature__list .feature__01 {
        margin-right: 50px; }
    .section__extreme .col__charts {
      margin-top: 30px; }
      .section__extreme .col__charts .wd__content {
        width: 100%; }
        .section__extreme .col__charts .wd__content .content__info {
          width: 74%;
          max-width: 600px; }
    .section__extreme .img__extreme {
      position: relative;
      left: 50%;
      margin: -310px 0 0 -650px;
      width: 1300px;
      height: 1737px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/05_extreme.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__extreme .img__extreme {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/05_extreme.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__extreme .img__extreme__charts {
      position: relative;
      left: 50%;
      margin: 40px 0 0 -376px;
      width: 1017px;
      height: 814px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/05_charts.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__extreme .img__extreme__charts {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/05_charts.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #product_content_area p {
    margin-bottom: 1.5em; }
  #section__05__owl {
    background-color: #1b1b1b;
    z-index: 9;
    margin-top: 40px; }
    #section__05__owl .insoweSectionCont {
      padding: 75px 0 45px 0;
      max-width: 1020px;
      margin: 0 auto;
      position: relative; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem {
      margin: 0 95px; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweImg {
      width: 39.96386%;
      float: left; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweImg img {
      width: 100%;
      height: auto; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweText {
      width: 57.0241%;
      float: right; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweText .insoweNvidiaTitle {
      font-size: 30px;
      line-height: 1.18;
      margin-bottom: 10px; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweText .insoweNvidiaDec {
      font-size: 16px;
      line-height: 1.62; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .clear {
      clear: both; }
    #section__05__owl .insoweSectionCont .owl-carousel .owl-wrapper-outer {
      overflow: visible; }
    #section__05__owl .insoweSectionCont .owl-carousel .owl-item {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
      opacity: 0.2;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in; }
    #section__05__owl .insoweSectionCont .owl-carousel .owl-item.active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    #section__05__owl .insoweSectionCont .owl-carousel .owl-controls {
      margin-top: 30px;
      height: 0; }
    #section__05__owl .insoweSectionCont .owl-carousel .owl-controls .owl-pagination .owl-page span {
      width: 16px;
      height: 16px;
      background-color: #626262;
      margin: 0 8px;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    #section__05__owl .insoweSectionCont .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
      background-color: #FFF; }
    #section__05__owl .insoweSectionCont .owl-arrows .owl-next {
      position: absolute;
      width: 60px;
      height: 60px;
      margin-top: -30px;
      background-size: 100%;
      top: 50%;
      right: 12px;
      cursor: pointer;
      opacity: 1;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/05/arrow_right.png"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #section__05__owl .insoweSectionCont .owl-arrows .owl-next {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/05/arrow_right.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #section__05__owl .insoweSectionCont .owl-arrows .owl-next:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
    #section__05__owl .insoweSectionCont .owl-arrows .owl-prev {
      position: absolute;
      width: 60px;
      height: 60px;
      margin-top: -30px;
      background-size: 100%;
      top: 50%;
      left: 12px;
      cursor: pointer;
      opacity: 1;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/05/arrow_left.png"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #section__05__owl .insoweSectionCont .owl-arrows .owl-prev {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/05/arrow_left.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #section__05__owl .insoweSectionCont .owl-arrows .owl-prev:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
  .section__gamer {
    overflow: hidden;
    padding-top: 48px;
    margin-top: -50px; }
    .section__gamer .wd__content .content__title {
      width: 100%;
      max-width: 800px; }
    .section__gamer .wd__content .content__info {
      width: 92%;
      max-width: 711px;
      margin-bottom: 15px; }
    .section__gamer .wd__content .no__wrap {
      white-space: normal; }
    .section__gamer .wd__feature__list {
      margin: 70px auto 0;
      width: 830px; }
      .section__gamer .wd__feature__list .wd__feature {
        margin-left: 40px;
        margin-right: 40px; }
      .section__gamer .wd__feature__list .feature__01 {
        margin-right: 50px; }
    .section__gamer .img__gamer {
      position: relative;
      left: 50%;
      margin: 60px 0 0 -358px;
      width: 717px;
      height: 340px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/06_gamer.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__gamer .img__gamer {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/06_gamer.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__gamer .img__gamer .compare-image {
        position: absolute;
        font-size: 13px;
        color: #fff;
        left: 50%;
        top: 61px; }
        .section__gamer .img__gamer .compare-image.text-light2 {
          margin-left: 42px; }
        .section__gamer .img__gamer .compare-image.text-light1 {
          margin-left: -141px; }
    .section__gamer .img__gamer__charts {
      position: relative;
      left: 50%;
      margin: 50px 0 0 -399px;
      width: 871px;
      height: 387px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/battery_charts.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__gamer .img__gamer__charts {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/battery_charts.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__perfect {
    overflow: hidden;
    padding-top: 180px;
    margin-top: -8px; }
    .section__perfect .wd__content .content__title {
      width: 100%;
      max-width: 650px; }
    .section__perfect .wd__content .content__info {
      width: 91%;
      max-width: 700px;
      margin-bottom: 15px; }
    .section__perfect .wd__content .no__wrap {
      white-space: normal; }
    .section__perfect .wd__feature__list {
      margin: 70px auto 0;
      width: 100%;
      max-width: 710px; }
      .section__perfect .wd__feature__list .wd__feature {
        margin-left: 25px;
        margin-right: 25px; }
      .section__perfect .wd__feature__list .feature__01,
      .section__perfect .wd__feature__list .feature__03 {
        width: 276px; }
      .section__perfect .wd__feature__list .feature__02,
      .section__perfect .wd__feature__list .feature__04 {
        width: 168px; }
    .section__perfect .img__perfect {
      position: relative;
      left: 50%;
      margin: -160px 0 0 -650px;
      width: 1300px;
      height: 803px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/07_perfect.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__perfect .img__perfect {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/07_perfect.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__perfect .col__youtube {
      margin-bottom: 120px; }
      .section__perfect .col__youtube .img__perfect__youtube {
        cursor: pointer;
        width: 720px;
        height: 405px;
        position: relative;
        left: 50%;
        margin: 10px 0 40px -360px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/youtube_start.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__perfect .col__youtube .img__perfect__youtube {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/youtube_start.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__perfect .col__youtube .content__comment {
        width: 76%;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto; }
  .section__seeing {
    margin-top: 60px; }
    .section__seeing .wd__content .content__title {
      width: 100%; }
    .section__seeing .wd__content .content__info {
      width: 85%;
      max-width: 770px; }
    .section__seeing .wd__feature__list {
      margin-top: 53px;
      width: 700px;
      margin-left: auto;
      margin-right: auto; }
      .section__seeing .wd__feature__list .wd__feature {
        margin-left: 40px;
        margin-right: 40px; }
      .section__seeing .wd__feature__list .feature__01 {
        margin-bottom: 42px; }
    .section__seeing .img__gsync {
      position: relative;
      left: 50%;
      margin: 0px 0 0 -374px;
      width: 749px;
      height: 347px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/08/movie_bg.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__seeing .img__gsync {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/08/movie_bg.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__seeing .img__gsync .slick__bg__content.start {
        display: block;
        top: 0;
        left: 0;
        width: auto;
        height: auto; }
        .section__seeing .img__gsync .slick__bg__content.start .slick__bg {
          opacity: 0;
          width: 663px;
          height: 178px;
          position: absolute;
          z-index: 1;
          left: 42px;
          top: 119px;
          -webkit-transition: all 400ms ease-out;
          transition: all 400ms ease-out; }
        .section__seeing .img__gsync .slick__bg__content.start .slick__bg.showed {
          opacity: 1;
          z-index: 99; }
        .section__seeing .img__gsync .slick__bg__content.start .slick__bg1 {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/08/bg_01.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__seeing .img__gsync .slick__bg__content.start .slick__bg1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/08/bg_01.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__seeing .img__gsync .slick__bg__content.start .slick__bg2 {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/08/bg_02.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__seeing .img__gsync .slick__bg__content.start .slick__bg2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/08/bg_02.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__seeing .img__gsync .slick__bg__content.start .slick__bg3 {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/08/bg_03.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__seeing .img__gsync .slick__bg__content.start .slick__bg3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/08/bg_03.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__seeing .img__gsync .video__block {
        display: none; }
      .section__seeing .img__gsync .gsync__title1,
      .section__seeing .img__gsync .gsync__title2 {
        width: 314px;
        height: 40px;
        top: 90px;
        font-size: 18px; }
      .section__seeing .img__gsync .gsync__title1 {
        left: 46px; }
      .section__seeing .img__gsync .gsync__title2 {
        left: 391px; }
    .section__seeing .gsync__btn {
      width: 646px;
      bottom: 1px;
      left: 51px; }
      .section__seeing .gsync__btn .btn__txt {
        width: 200px;
        height: 36px;
        font-size: 18px; }
        .section__seeing .gsync__btn .btn__txt span {
          top: -11px;
          width: 200px;
          left: 0px; }
        .section__seeing .gsync__btn .btn__txt:before {
          position: absolute;
          opacity: 0;
          width: 200px;
          height: 36px; }
        .section__seeing .gsync__btn .btn__txt.btn__02 {
          margin: 0 20px; }
  .section__virtual {
    padding-top: 200px;
    margin-top: 0; }
    .section__virtual .wd__content {
      position: relative; }
      .section__virtual .wd__content .content__title {
        width: 100%;
        max-width: 800px; }
      .section__virtual .wd__content .content__info {
        width: 92%;
        max-width: 730px; }
    .section__virtual .wd__feature__list {
      max-width: 750px;
      margin-left: auto;
      margin-right: auto; }
      .section__virtual .wd__feature__list .wd__feature {
        margin-left: 40px;
        margin-right: 40px; }
    .section__virtual .img__virtual {
      position: relative;
      z-index: -1;
      left: 50%;
      margin: -55px 0 0 -650px;
      width: 1300px;
      height: 801px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/09_virtual.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__virtual .img__virtual {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/09_virtual.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__virtual .img__virtual .img__ultimate_nvidia {
        position: absolute;
        left: 50%;
        bottom: 170px;
        margin: 0 0 0 -359px;
        width: 90px;
        height: 90px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/icon_nvidia.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__virtual .img__virtual .img__ultimate_nvidia {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/icon_nvidia.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__virtual .img__virtual .img__ultimate_geforce_vr {
        position: absolute;
        left: 50%;
        bottom: 170px;
        margin: 0 0 0 -245px;
        width: 160px;
        height: 54px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/icon_geforce_vr.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__virtual .img__virtual .img__ultimate_geforce_vr {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/icon_geforce_vr.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__virtual .img__virtual .img__ultimate__vr {
        position: absolute;
        left: 50%;
        bottom: 159px;
        margin: 0 0 0 224px;
        width: 150px;
        height: 96px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/vr_logo.png"); } }
      @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
        .section__virtual .img__virtual .img__ultimate__vr {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/vr_logo.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__game {
    padding-top: 80px;
    margin-top: 0; }
    .section__game .wd__content {
      position: relative; }
      .section__game .wd__content .content__title {
        width: 100%; }
      .section__game .wd__content .content__info {
        width: 73%;
        max-width: 560px; }
    .section__game .wd__feature__list .wd__feature {
      margin-left: 45px;
      margin-right: 45px; }
    .section__game .img__game {
      position: relative;
      left: 50%;
      margin: -170px 0 0 -650px;
      width: 1300px;
      height: 642px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/10_game.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__game .img__game {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/10_game.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__aura {
    padding-top: 120px; }
    .section__aura .wd__content {
      position: relative; }
      .section__aura .wd__content .content__title {
        width: 90%;
        max-width: 820px; }
      .section__aura .wd__content .content__info {
        width: 84%;
        max-width: 750px; }
    .section__aura .wd__feature__list {
      width: 100%;
      max-width: 700px; }
      .section__aura .wd__feature__list .feature__01 {
        width: 100%;
        margin: 0; }
      .section__aura .wd__feature__list .feature__02,
      .section__aura .wd__feature__list .feature__04 {
        width: 198px; }
      .section__aura .wd__feature__list .feature__03,
      .section__aura .wd__feature__list .feature__05 {
        width: 254px; }
    .section__aura .img__aura {
      margin-bottom: -120px; }
      .section__aura .img__aura .auraAnimation {
        top: 560px; }
        .section__aura .img__aura .auraAnimation > figure {
          -webkit-transition: -webkit-transform 1000ms;
          transition: -webkit-transform 1000ms;
          transition: transform 1000ms;
          transition: transform 1000ms, -webkit-transform 1000ms; }
        .section__aura .img__aura .auraAnimation .navBar {
          position: relative;
          left: 50%;
          top: 25px;
          margin-left: -339px; }
          .section__aura .img__aura .auraAnimation .navBar #nb1 {
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb1:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb1.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb1 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; }
          .section__aura .img__aura .auraAnimation .navBar #nb2 {
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb2:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb2.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb2 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; }
          .section__aura .img__aura .auraAnimation .navBar #nb3 {
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb3:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb3.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb3 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; }
          .section__aura .img__aura .auraAnimation .navBar #nb4 {
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb4:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb4.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb4 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; }
          .section__aura .img__aura .auraAnimation .navBar #nb5 {
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb5:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb5.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb5 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; }
          .section__aura .img__aura .auraAnimation .navBar #nb6 {
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb6:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb6.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb6 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; }
          .section__aura .img__aura .auraAnimation .navBar #nb7 {
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb7:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb7.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb7 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; }
          .section__aura .img__aura .auraAnimation .navBar #nb8 {
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb8:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb8.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb8 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; }
        .section__aura .img__aura .auraAnimation .img__aura__nb {
          -webkit-transform: translateZ(0) translateY(0) scale(0.75);
          transform: translateZ(0) translateY(0) scale(0.75);
          top: 80px;
          left: 0%;
          margin-left: -110px;
          background-image: none; }
          .section__aura .img__aura .auraAnimation .img__aura__nb .img__nb__mask {
            z-index: 100;
            position: absolute;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 1022px;
            height: 899px;
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/11/model/nb2.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__aura .img__aura .auraAnimation .img__aura__nb .img__nb__mask {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/11/model/nb2.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
          .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorComet {
            display: none;
            z-index: 95;
            top: 337px;
            left: 217px;
            position: absolute;
            -webkit-transform: rotate(-17.5deg);
            -ms-transform: rotate(-17.5deg);
            transform: rotate(-17.5deg);
            width: 640px;
            height: 285px;
            background-position: 0 -22px;
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/cometMask.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__aura .img__aura .auraAnimation .img__aura__nb #nbColorComet {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/cometMask.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
          .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorBlock,
          .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorDefault {
            z-index: 90;
            top: 337px;
            left: 217px;
            position: absolute;
            -webkit-transform: rotate(-17.5deg);
            -ms-transform: rotate(-17.5deg);
            transform: rotate(-17.5deg);
            width: 640px;
            height: 285px;
            background: #484848; }
          .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorDefault {
            z-index: 88; }
        .section__aura .img__aura .auraAnimation .img__aura__mouse {
          -webkit-transform: translateZ(0) translateY(0) scale(0.75);
          transform: translateZ(0) translateY(0) scale(0.75);
          top: 453px;
          left: 50%;
          margin-left: 199px; }
          .section__aura .img__aura .auraAnimation .img__aura__mouse .img__mouse__mask {
            z-index: 90;
            position: absolute;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 222px;
            height: 260px;
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/11/model/mouse.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__aura .img__aura .auraAnimation .img__aura__mouse .img__mouse__mask {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/11/model/mouse.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
          .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorBlock,
          .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorBlockShape {
            z-index: 85;
            width: 102px;
            height: 167px;
            position: absolute;
            top: 72px;
            left: 70px; }
          .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorBlock {
            fill: #5d5d5d;
            -webkit-filter: blur(12px);
            filter: blur(12px); }
          .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorDefault {
            z-index: 78;
            width: 102px;
            height: 167px;
            position: absolute;
            top: 72px;
            left: 70px;
            fill: #5d5d5d; }
        .section__aura .img__aura .auraAnimation .img__aura__mic {
          -webkit-transform: translateZ(0) translateY(0) scale(0.75);
          transform: translateZ(0) translateY(0) scale(0.75);
          top: 696px;
          left: 50%;
          margin-left: -113px; }
          .section__aura .img__aura .auraAnimation .img__aura__mic .img__mic__mask {
            z-index: 90;
            position: absolute;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 487px;
            height: 487px;
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/11/model/mic.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__aura .img__aura .auraAnimation .img__aura__mic .img__mic__mask {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/11/model/mic.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
          .section__aura .img__aura .auraAnimation .img__aura__mic #micColorBlock {
            z-index: 100;
            width: 389px;
            height: 344px;
            position: absolute;
            top: 114px;
            left: 22px;
            fill: #5d5d5d;
            -webkit-filter: url(#glow);
            filter: url(#glow); }
        .section__aura .img__aura .auraAnimation #s7ColorPicker {
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          position: absolute;
          z-index: 999;
          width: 150px;
          height: 150px;
          left: 50%;
          top: 236px;
          margin-left: 190px; }
          .section__aura .img__aura .auraAnimation #s7ColorPicker.active {
            visibility: visible; }
          .section__aura .img__aura .auraAnimation #s7ColorPicker canvas {
            position: absolute;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  @-webkit-keyframes KeyBreathing {
    0% {
      opacity: 0; }
    30% {
      opacity: 1; }
    70% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes KeyBreathing {
    0% {
      opacity: 0; }
    30% {
      opacity: 1; }
    70% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes KeyStrobingDIV {
    0% {
      background: #fc0613; }
    8.3% {
      background: #fd118d; }
    16.6% {
      background: #6a1cfb; }
    24.9% {
      background: #0023f9; }
    33.2% {
      background: #007dfb; }
    41.5% {
      background: #23f6ff; }
    49.8% {
      background: #2cfea7; }
    58.1% {
      background: #2ffe3e; }
    66.4% {
      background: #53fe3d; }
    74.7% {
      background: #d0f945; }
    83.0% {
      background: #ffd832; }
    91.3% {
      background: #fe580e; }
    100% {
      background: #fc0613; } }
  @keyframes KeyStrobingDIV {
    0% {
      background: #fc0613; }
    8.3% {
      background: #fd118d; }
    16.6% {
      background: #6a1cfb; }
    24.9% {
      background: #0023f9; }
    33.2% {
      background: #007dfb; }
    41.5% {
      background: #23f6ff; }
    49.8% {
      background: #2cfea7; }
    58.1% {
      background: #2ffe3e; }
    66.4% {
      background: #53fe3d; }
    74.7% {
      background: #d0f945; }
    83.0% {
      background: #ffd832; }
    91.3% {
      background: #fe580e; }
    100% {
      background: #fc0613; } }
  @-webkit-keyframes KeyStrobingDIV2 {
    0% {
      background: #2cfea7; }
    8.3% {
      background: #2ffe3e; }
    16.6% {
      background: #53fe3d; }
    24.9% {
      background: #d0f945; }
    33.2% {
      background: #ffd832; }
    41.5% {
      background: #fe580e; }
    49.8% {
      background: #fc0613; }
    58.1% {
      background: #fd118d; }
    66.4% {
      background: #6a1cfb; }
    74.7% {
      background: #0023f9; }
    83.0% {
      background: #007dfb; }
    91.3% {
      background: #23f6ff; }
    100% {
      background: #2cfea7; } }
  @keyframes KeyStrobingDIV2 {
    0% {
      background: #2cfea7; }
    8.3% {
      background: #2ffe3e; }
    16.6% {
      background: #53fe3d; }
    24.9% {
      background: #d0f945; }
    33.2% {
      background: #ffd832; }
    41.5% {
      background: #fe580e; }
    49.8% {
      background: #fc0613; }
    58.1% {
      background: #fd118d; }
    66.4% {
      background: #6a1cfb; }
    74.7% {
      background: #0023f9; }
    83.0% {
      background: #007dfb; }
    91.3% {
      background: #23f6ff; }
    100% {
      background: #2cfea7; } }
  @-webkit-keyframes KeyStrobingSVG {
    0% {
      fill: #fc0613; }
    8.3% {
      fill: #fd118d; }
    16.6% {
      fill: #6a1cfb; }
    24.9% {
      fill: #0023f9; }
    33.2% {
      fill: #007dfb; }
    41.5% {
      fill: #23f6ff; }
    49.8% {
      fill: #2cfea7; }
    58.1% {
      fill: #2ffe3e; }
    66.4% {
      fill: #53fe3d; }
    74.7% {
      fill: #d0f945; }
    83.0% {
      fill: #ffd832; }
    91.3% {
      fill: #fe580e; }
    100% {
      fill: #fc0613; } }
  @keyframes KeyStrobingSVG {
    0% {
      fill: #fc0613; }
    8.3% {
      fill: #fd118d; }
    16.6% {
      fill: #6a1cfb; }
    24.9% {
      fill: #0023f9; }
    33.2% {
      fill: #007dfb; }
    41.5% {
      fill: #23f6ff; }
    49.8% {
      fill: #2cfea7; }
    58.1% {
      fill: #2ffe3e; }
    66.4% {
      fill: #53fe3d; }
    74.7% {
      fill: #d0f945; }
    83.0% {
      fill: #ffd832; }
    91.3% {
      fill: #fe580e; }
    100% {
      fill: #fc0613; } }
  @-webkit-keyframes KeyStrobingSVG2 {
    0% {
      fill: #2cfea7; }
    8.3% {
      fill: #2ffe3e; }
    16.6% {
      fill: #53fe3d; }
    24.9% {
      fill: #d0f945; }
    33.2% {
      fill: #ffd832; }
    41.5% {
      fill: #fe580e; }
    49.8% {
      fill: #fc0613; }
    58.1% {
      fill: #fd118d; }
    66.4% {
      fill: #6a1cfb; }
    74.7% {
      fill: #0023f9; }
    83.0% {
      fill: #007dfb; }
    91.3% {
      fill: #23f6ff; }
    100% {
      fill: #2cfea7; } }
  @keyframes KeyStrobingSVG2 {
    0% {
      fill: #2cfea7; }
    8.3% {
      fill: #2ffe3e; }
    16.6% {
      fill: #53fe3d; }
    24.9% {
      fill: #d0f945; }
    33.2% {
      fill: #ffd832; }
    41.5% {
      fill: #fe580e; }
    49.8% {
      fill: #fc0613; }
    58.1% {
      fill: #fd118d; }
    66.4% {
      fill: #6a1cfb; }
    74.7% {
      fill: #0023f9; }
    83.0% {
      fill: #007dfb; }
    91.3% {
      fill: #23f6ff; }
    100% {
      fill: #2cfea7; } }
  @-webkit-keyframes KeyRainbow {
    0% {
      background-position: 0%; }
    100% {
      background-position: -134%; } }
  @keyframes KeyRainbow {
    0% {
      background-position: 0%; }
    100% {
      background-position: -134%; } }
  @-webkit-keyframes KeyCometSVG {
    0% {
      opacity: 0; }
    90% {
      opacity: 0; }
    93% {
      opacity: 1; }
    95% {
      opacity: 1; }
    98% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes KeyCometSVG {
    0% {
      opacity: 0; }
    90% {
      opacity: 0; }
    93% {
      opacity: 1; }
    95% {
      opacity: 1; }
    98% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes KeyMusic {
    0% {
      opacity: 0.5; }
    3% {
      opacity: 1; }
    6% {
      opacity: 0.5; }
    9% {
      opacity: 1; }
    12% {
      opacity: 0.5; }
    25% {
      opacity: 0.5; }
    27% {
      opacity: 1; }
    29% {
      opacity: 0.5; }
    32% {
      opacity: 1; }
    34% {
      opacity: 0.5; }
    36% {
      opacity: 1; }
    39% {
      opacity: 0.5; }
    65% {
      opacity: 0.5; }
    70% {
      opacity: 1; }
    75% {
      opacity: 0.5; }
    100% {
      opacity: 0.5; } }
  @keyframes KeyMusic {
    0% {
      opacity: 0.5; }
    3% {
      opacity: 1; }
    6% {
      opacity: 0.5; }
    9% {
      opacity: 1; }
    12% {
      opacity: 0.5; }
    25% {
      opacity: 0.5; }
    27% {
      opacity: 1; }
    29% {
      opacity: 0.5; }
    32% {
      opacity: 1; }
    34% {
      opacity: 0.5; }
    36% {
      opacity: 1; }
    39% {
      opacity: 0.5; }
    65% {
      opacity: 0.5; }
    70% {
      opacity: 1; }
    75% {
      opacity: 0.5; }
    100% {
      opacity: 0.5; } }
  @-webkit-keyframes KeySmartDIV {
    0% {
      opacity: 0.5;
      background: #ffe500; }
    5% {
      opacity: 0.5; }
    45% {
      opacity: 1; }
    55% {
      opacity: 1; }
    95% {
      opacity: 0.5; }
    100% {
      opacity: 0.5;
      background: #ffe500; } }
  @keyframes KeySmartDIV {
    0% {
      opacity: 0.5;
      background: #ffe500; }
    5% {
      opacity: 0.5; }
    45% {
      opacity: 1; }
    55% {
      opacity: 1; }
    95% {
      opacity: 0.5; }
    100% {
      opacity: 0.5;
      background: #ffe500; } }
  @-webkit-keyframes KeySmartSVG {
    0% {
      opacity: 0.5; }
    5% {
      opacity: 0.5; }
    45% {
      opacity: 1; }
    55% {
      opacity: 1; }
    95% {
      opacity: 0.5; }
    100% {
      opacity: 0.5; } }
  @keyframes KeySmartSVG {
    0% {
      opacity: 0.5; }
    5% {
      opacity: 0.5; }
    45% {
      opacity: 1; }
    55% {
      opacity: 1; }
    95% {
      opacity: 0.5; }
    100% {
      opacity: 0.5; } }
  .section__aura .auraAnimation #nbColorBlock,
  .section__aura .auraAnimation #mouseColorBlock,
  .section__aura .auraAnimation #mouseColorBlockShape,
  .section__aura .auraAnimation #micColorBlock,
  .section__aura .auraAnimation #mouseColorBlockIE,
  .section__aura .auraAnimation #micColorBlockIE {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .section__aura .auraAnimation.breathingFilter #nbColorBlock,
  .section__aura .auraAnimation.breathingFilter #mouseColorBlock,
  .section__aura .auraAnimation.breathingFilter #mouseColorBlockShape,
  .section__aura .auraAnimation.breathingFilter #micColorBlock {
    opacity: 0;
    -webkit-animation: KeyBreathing 4000ms linear infinite;
    animation: KeyBreathing 4000ms linear infinite; }
  .section__aura .auraAnimation.cycleFilter #nbColorBlock {
    -webkit-animation: KeyStrobingDIV 3000ms linear infinite;
    animation: KeyStrobingDIV 3000ms linear infinite; }
  .section__aura .auraAnimation.cycleFilter #mouseColorBlock,
  .section__aura .auraAnimation.cycleFilter #mouseColorBlockShape,
  .section__aura .auraAnimation.cycleFilter #micColorBlock {
    -webkit-animation: KeyStrobingSVG 3000ms linear infinite;
    animation: KeyStrobingSVG 3000ms linear infinite; }
  .section__aura .auraAnimation.rainbowFilter #nbColorBlock {
    background: -webkit-gradient(linear, right top, left top, from(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), color-stop(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), to(#fd118d)) !important;
    background: -webkit-linear-gradient(right, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background: linear-gradient(to left, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background-size: 400% 100% !important;
    background-position: 0% 0% !important;
    -webkit-animation: KeyRainbow 8008ms linear infinite;
    animation: KeyRainbow 8008ms linear infinite; }
  .section__aura .auraAnimation.rainbowFilter #mouseColorBlock,
  .section__aura .auraAnimation.rainbowFilter #mouseColorBlockShape {
    -webkit-animation: KeyStrobingSVG2 4004ms linear infinite reverse;
    animation: KeyStrobingSVG2 4004ms linear infinite reverse; }
  .section__aura .auraAnimation.rainbowFilter #micColorBlock {
    -webkit-animation: KeyStrobingSVG 4004ms linear infinite reverse;
    animation: KeyStrobingSVG 4004ms linear infinite reverse; }
  .section__aura .auraAnimation.cometFilter #nbColorBlock {
    background: -webkit-gradient(linear, right top, left top, from(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), color-stop(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), to(#fd118d)) !important;
    background: -webkit-linear-gradient(right, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background: linear-gradient(to left, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background-size: 200% 100% !important;
    background-position: -50px 0% !important; }
  .section__aura .auraAnimation.cometFilter #mouseColorBlock,
  .section__aura .auraAnimation.cometFilter #mouseColorBlockShape {
    -webkit-animation: KeyCometSVG 1800ms linear infinite normal;
    animation: KeyCometSVG 1800ms linear infinite normal; }
  .section__aura .auraAnimation.cometFilter #micColorBlock {
    -webkit-animation: KeyCometSVG 1800ms linear infinite normal 100ms;
    animation: KeyCometSVG 1800ms linear infinite normal 100ms; }
  .section__aura .auraAnimation.cometFilter #mouseColorBlock,
  .section__aura .auraAnimation.cometFilter #mouseColorBlockShape,
  .section__aura .auraAnimation.cometFilter #micColorBlock {
    fill: #f01cfa !important; }
  .section__aura .auraAnimation.musicFilter #nbColorBlock,
  .section__aura .auraAnimation.musicFilter #mouseColorBlock,
  .section__aura .auraAnimation.musicFilter #mouseColorBlockShape,
  .section__aura .auraAnimation.musicFilter #micColorBlock {
    -webkit-animation: KeyMusic 4000ms linear infinite normal 600ms;
    animation: KeyMusic 4000ms linear infinite normal 600ms; }
  .section__aura .auraAnimation.smartFilter #nbColorBlock {
    -webkit-animation: KeySmartDIV 1500ms linear infinite normal;
    animation: KeySmartDIV 1500ms linear infinite normal; }
  .section__aura .auraAnimation.smartFilter #mouseColorBlock,
  .section__aura .auraAnimation.smartFilter #mouseColorBlockShape,
  .section__aura .auraAnimation.smartFilter #micColorBlock {
    fill: #ffe500 !important;
    -webkit-animation: KeySmartSVG 1500ms linear infinite normal;
    animation: KeySmartSVG 1500ms linear infinite normal; }
  .section__ripple {
    padding-top: 200px;
    margin-top: 0; }
    .section__ripple .wd__content {
      position: relative; }
      .section__ripple .wd__content .content__title {
        width: 93%;
        max-width: 700px; }
      .section__ripple .wd__content .content__info {
        width: 89%;
        max-width: 690px; }
    .section__ripple .wd__feature__list .wd__feature {
      margin-left: 45px;
      margin-right: 45px; }
    .section__ripple .img__ripple {
      position: relative;
      left: 50%;
      margin: -100px 0 0 -650px;
      width: 1300px;
      height: 858px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/12_ripple.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__ripple .img__ripple {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/12_ripple.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__wave {
    padding-top: 220px;
    margin-top: 0; }
    .section__wave .wd__content {
      position: relative; }
      .section__wave .wd__content .content__title {
        width: 100%;
        max-width: 680px; }
      .section__wave .wd__content .content__info {
        width: 91%;
        max-width: 710px; }
    .section__wave .wd__feature__list .wd__feature {
      margin-left: 45px;
      margin-right: 45px; }
    .section__wave .img__wave {
      position: relative;
      left: 50%;
      margin: -220px 0 0 -650px;
      width: 1300px;
      height: 1135px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/13_wave.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__wave .img__wave {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/13_wave.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__experience {
    z-index: -1;
    margin-top: 0px;
    padding-top: 60px; }
    .section__experience .wd__content {
      width: 100%; }
      .section__experience .wd__content .content__title {
        width: 80%;
        max-width: 610px; }
      .section__experience .wd__content .content__info {
        width: 94%;
        max-width: 700px; }
    .section__experience .wd__feature__list {
      margin-top: 85px;
      width: 100%; }
      .section__experience .wd__feature__list .wd__feature {
        margin-left: 30px;
        margin-right: 30px; }
    .section__experience .img__experience {
      margin: -180px 0 -100px -509px;
      width: 1018px;
      height: 822px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/15__experience.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__experience .img__experience {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/15__experience.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__experience .img__experience .s15__slick__content {
        width: 625px;
        height: 393px;
        position: absolute;
        left: 50%;
        margin-top: 262px;
        margin-left: -312px; }
        .section__experience .img__experience .s15__slick__content figure {
          width: 625px;
          height: 393px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
          .section__experience .img__experience .s15__slick__content figure.s15__slick1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/15/aura_gui_slick_0.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__experience .img__experience .s15__slick__content figure.s15__slick1 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/15/aura_gui_slick_0.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
          .section__experience .img__experience .s15__slick__content figure.s15__slick2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/15/aura_gui_slick_1.jpg"); } }
          @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
            .section__experience .img__experience .s15__slick__content figure.s15__slick2 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/15/aura_gui_slick_1.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
          .section__experience .img__experience .s15__slick__content figure.s15__slick3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/15/aura_gui_slick_2.jpg"); } }
          @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
            .section__experience .img__experience .s15__slick__content figure.s15__slick3 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/15/aura_gui_slick_2.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__experience .img__experience .s15__slick__content .slick-prev, .section__experience .img__experience .s15__slick__content .slick-next {
          position: absolute;
          width: 60px;
          height: 60px;
          margin-top: -35px;
          background-color: transparent;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
        .section__experience .img__experience .s15__slick__content .slick-prev {
          z-index: 999;
          left: -31px;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/arrow_left.png"); } }
        @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
          .section__experience .img__experience .s15__slick__content .slick-prev {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/arrow_left.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__experience .img__experience .s15__slick__content .slick-next {
          right: -31px;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/arrow_right.png"); } }
        @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
          .section__experience .img__experience .s15__slick__content .slick-next {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/arrow_right.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__experience .img__experience .s15__slick__content .slick-dots {
          width: 200px;
          left: 50%;
          bottom: -62px;
          margin-left: -100px; }
          .section__experience .img__experience .s15__slick__content .slick-dots li {
            width: 32px;
            height: 32px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/dot_no.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__experience .img__experience .s15__slick__content .slick-dots li {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/dot_no.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
            .section__experience .img__experience .s15__slick__content .slick-dots li button {
              width: 32px;
              height: 32px; }
              .section__experience .img__experience .s15__slick__content .slick-dots li button:before {
                display: none; }
            .section__experience .img__experience .s15__slick__content .slick-dots li.slick-active {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/dot.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__experience .img__experience .s15__slick__content .slick-dots li.slick-active {
                background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/dot.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__connection {
    z-index: -1;
    margin-top: 0px;
    padding-top: 190px; }
    .section__connection .wd__content .content__title {
      width: 98%;
      max-width: 760px; }
    .section__connection .wd__content .content__info {
      width: 92%;
      max-width: 820px; }
    .section__connection .wd__feature__list {
      margin-top: 85px;
      width: 100%; }
      .section__connection .wd__feature__list .wd__feature {
        margin-left: 40px;
        margin-right: 40px; }
    .section__connection .img__icon_thunderbolt {
      width: 212px;
      height: 136px;
      margin: 75px auto 0 auto;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/icon_thunderbolt.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__connection .img__icon_thunderbolt {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/icon_thunderbolt.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__connection .img__connection {
      z-index: -1;
      position: relative;
      left: 50%;
      margin: -337px 0 120px -650px;
      width: 1300px;
      height: 802px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/14_connection.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__connection .img__connection {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/14_connection.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__connection .img__connection div {
        position: absolute;
        color: #fff;
        font-size: 15px; }
      .section__connection .img__connection .port1 {
        left: 50%;
        top: 547px;
        margin-left: -238px; }
      .section__connection .img__connection .port2 {
        left: 50%;
        top: 547px;
        margin-left: -158px; }
      .section__connection .img__connection .port3 {
        text-align: center;
        width: 100px;
        left: 50%;
        top: 547px;
        margin-left: -84px; }
      .section__connection .img__connection .port4 {
        text-align: center;
        width: 100px;
        left: 50%;
        top: 547px;
        margin-left: 1px; }
      .section__connection .img__connection .port5 {
        text-align: center;
        width: 100px;
        left: 50%;
        top: 547px;
        margin-left: 86px; }
      .section__connection .img__connection .port6 {
        text-align: center;
        width: 200px;
        left: 50%;
        top: 547px;
        margin-left: 150px; }
      .section__connection .img__connection .port7 {
        left: 50%;
        top: 751px;
        margin-left: -278px; }
      .section__connection .img__connection .port8 {
        left: 50%;
        top: 751px;
        margin-left: -170px; }
      .section__connection .img__connection .port9 {
        left: 50%;
        top: 751px;
        margin-left: 193px; }
  .section__software {
    padding-top: 70px; }
    .section__software .wd__content {
      width: 100%; }
      .section__software .wd__content .content__title {
        width: 100%;
        max-width: 900px; }
      .section__software .wd__content .content__info {
        width: 88%;
        max-width: 810px; }
    .section__software .img__software {
      position: relative;
      left: 50%;
      margin-top: -165px;
      margin-left: -650px;
      width: 1300px;
      height: 786px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/17_armed.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__software .img__software {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/17_armed.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__software .slick__menu {
    margin-top: 35px; }
  .section__software .armed__slick {
    margin-top: 0;
    color: #fff;
    font-size: 18px; }
    .section__software .armed__slick:before, .section__software .armed__slick:after {
      height: 840px;
      top: -43px; }
    .section__software .armed__slick .slick-prev {
      left: 28px;
      margin-top: -91px; }
    .section__software .armed__slick .slick-next {
      right: 28px;
      margin-top: -91px; }
    .section__software .armed__slick .slickItem {
      width: 100%;
      overflow: visible; }
      .section__software .armed__slick .slickItem .text__content {
        position: relative;
        left: 50%;
        top: 0;
        width: 490px;
        margin-left: -245px; }
        .section__software .armed__slick .slickItem .text__content .text__info {
          margin-top: -50px;
          max-width: 500px; }
      .section__software .armed__slick .slickItem figure {
        width: 694px;
        height: 462px;
        left: 50%;
        margin-top: 20px;
        margin-left: -316px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        .section__software .armed__slick .slickItem figure.img__slick1 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/17/pic1.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__software .armed__slick .slickItem figure.img__slick1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/17/pic1.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__software .armed__slick .slickItem figure.img__slick2 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/17/pic2.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__software .armed__slick .slickItem figure.img__slick2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/17/pic2.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__software .armed__slick .slickItem figure.img__slick3 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/17/pic3.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__software .armed__slick .slickItem figure.img__slick3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/17/pic3.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__software .armed__slick .slickItem figure.img__slick4 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/17/pic4.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__software .armed__slick .slickItem figure.img__slick4 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/17/pic4.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__software .armed__slick .slickItem figure.img__slick5 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/17/pic5.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__software .armed__slick .slickItem figure.img__slick5 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/17/pic5.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__software .armed__slick .slickItem figure.img__slick6 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/17/pic6.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__software .armed__slick .slickItem figure.img__slick6 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/17/pic6.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
        .section__software .armed__slick .slickItem figure.img__slick7 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/animation/17/pic7.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__software .armed__slick .slickItem figure.img__slick7 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/animation/17/pic7.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__software .row-logo {
    margin-top: 50px;
    left: 42px;
    top: 0px; }
    .section__software .row-logo figure {
      display: inline-block;
      margin-right: 20px;
      height: 101px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .section__software .row-logo .icon__geforce {
      width: 301px;
      margin-right: 0;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/icon/icon_geforce.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__software .row-logo .icon__geforce {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/icon/icon_geforce.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__software .row-logo .icon__halo {
      height: 132px; }
    .section__software .row-logo .logo-bottom {
      margin-top: 13px; }
      .section__software .row-logo .logo-bottom .text__logo {
        margin-bottom: 6px;
        padding-left: 5px;
        width: 86%;
        max-width: 650px;
        font-size: 15px;
        color: #FFFFFF; }
  #AWD .wd__innerbtn3 {
    padding-top: 50px; }
    #AWD .wd__innerbtn3 .inner__btn.active .toggleSlide.fixed {
      top: -32px; }
  #AWD .section__inner3 {
    background: #202020; }
    #AWD .section__inner3 .row.limit__width {
      margin-top: 30px;
      overflow: visible;
      margin-bottom: 150px; }
      #AWD .section__inner3 .row.limit__width .col01 {
        overflow: hidden;
        padding-bottom: 0px;
        margin-bottom: 70px; }
        #AWD .section__inner3 .row.limit__width .col01 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px; }
          #AWD .section__inner3 .row.limit__width .col01 .wd__content .content__info {
            width: 88%; }
      #AWD .section__inner3 .row.limit__width .col02 {
        overflow: hidden;
        padding-bottom: 100px; }
        #AWD .section__inner3 .row.limit__width .col02 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 10px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col02 .wd__content .content__info {
            width: 530px;
            margin-top: 3px; }
        #AWD .section__inner3 .row.limit__width .col02 .img__in3__bg1 {
          width: 720px;
          height: 518px;
          position: relative;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/inner/03/03_inner1.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) {
          #AWD .section__inner3 .row.limit__width .col02 .img__in3__bg1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/inner/03/03_inner1.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #AWD .section__inner3 .row.limit__width .col03 {
        overflow: hidden;
        padding-bottom: 100px; }
        #AWD .section__inner3 .row.limit__width .col03 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 10px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col03 .wd__content .content__info {
            width: 530px;
            margin-top: 3px; }
        #AWD .section__inner3 .row.limit__width .col03 .img__in3__bg2 {
          width: 720px;
          height: 518px;
          position: relative;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/inner/03/03_inner2.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) {
          #AWD .section__inner3 .row.limit__width .col03 .img__in3__bg2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/inner/03/03_inner2.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #AWD .section__inner3 .row.limit__width .col04 {
        overflow: hidden;
        padding-bottom: 100px; }
        #AWD .section__inner3 .row.limit__width .col04 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 10px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col04 .wd__content .content__info {
            width: 530px;
            margin-top: 3px; }
        #AWD .section__inner3 .row.limit__width .col04 .img__in3__bg3 {
          width: 720px;
          height: 518px;
          position: relative;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/inner/03/03_inner3.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) {
          #AWD .section__inner3 .row.limit__width .col04 .img__in3__bg3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/inner/03/03_inner3.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #AWD .section__inner3 .row.limit__width .col05 {
        overflow: hidden;
        padding-bottom: 100px; }
        #AWD .section__inner3 .row.limit__width .col05 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 10px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .content__info {
            width: 592px;
            margin-top: 3px; }
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct1,
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct2,
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct3 {
            top: -105px;
            right: 0;
            font-size: 18px;
            position: absolute; }
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct1 {
            right: 535px; }
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct2 {
            right: 306px; }
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct3 {
            right: 85px; }
        #AWD .section__inner3 .row.limit__width .col05 .img__in3__bg4 {
          width: 720px;
          height: 518px;
          position: relative;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/inner/03/03_inner4.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) {
          #AWD .section__inner3 .row.limit__width .col05 .img__in3__bg4 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/inner/03/03_inner4.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #AWD .section__inner3 .row.limit__width .col06 {
        overflow: hidden;
        padding-bottom: 100px; }
        #AWD .section__inner3 .row.limit__width .col06 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 10px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col06 .wd__content .content__info {
            width: 560px;
            margin-top: 3px; }
        #AWD .section__inner3 .row.limit__width .col06 .img__in3__bg5 {
          width: 720px;
          height: 518px;
          position: relative;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/inner/03/03_inner5.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) {
          #AWD .section__inner3 .row.limit__width .col06 .img__in3__bg5 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/inner/03/03_inner5.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #AWD .section__inner3 .row.limit__width .col07 {
        overflow: hidden;
        padding-bottom: 0px; }
        #AWD .section__inner3 .row.limit__width .col07 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 10px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col07 .wd__content .content__info {
            width: 510px;
            margin-top: 3px; }
        #AWD .section__inner3 .row.limit__width .col07 .img__in3__bg6 {
          width: 720px;
          height: 518px;
          position: relative;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/inner/03/03_inner6.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) {
          #AWD .section__inner3 .row.limit__width .col07 .img__in3__bg6 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/inner/03/03_inner6.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #AWD .wd__innerbtn11 {
    padding-top: 50px;
    z-index: 9999; }
    #AWD .wd__innerbtn11 .inner__btn.active .toggleSlide.fixed {
      top: -32px; }
  #AWD .section__inner11 {
    background: #202020; }
    #AWD .section__inner11 .row.limit__width {
      margin-top: 30px;
      overflow: visible;
      margin-bottom: 150px; }
      #AWD .section__inner11 .row.limit__width .col01 {
        overflow: hidden;
        padding-bottom: 0px;
        margin-bottom: 70px; }
        #AWD .section__inner11 .row.limit__width .col01 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px; }
          #AWD .section__inner11 .row.limit__width .col01 .wd__content .content__info {
            width: 88%; }
      #AWD .section__inner11 .row.limit__width .col02 {
        overflow: hidden;
        padding-bottom: 100px; }
        #AWD .section__inner11 .row.limit__width .col02 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 10px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner11 .row.limit__width .col02 .wd__content .content__info {
            width: 550px;
            margin-top: 3px; }
        #AWD .section__inner11 .row.limit__width .col02 .img__in11__bg1 {
          width: 720px;
          height: 518px;
          position: relative;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/inner/11/11_inner1.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) {
          #AWD .section__inner11 .row.limit__width .col02 .img__in11__bg1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/inner/11/11_inner1.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #AWD .section__inner11 .row.limit__width .col03 {
        overflow: hidden;
        padding-bottom: 100px; }
        #AWD .section__inner11 .row.limit__width .col03 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 10px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner11 .row.limit__width .col03 .wd__content .content__info {
            width: 550px;
            margin-top: 3px; }
        #AWD .section__inner11 .row.limit__width .col03 .img__in11__bg2 {
          width: 720px;
          height: 518px;
          position: relative;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/inner/11/11_inner2.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) {
          #AWD .section__inner11 .row.limit__width .col03 .img__in11__bg2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/inner/11/11_inner2.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #AWD .section__inner11 .row.limit__width .col04 {
        overflow: hidden;
        padding-bottom: 0px; }
        #AWD .section__inner11 .row.limit__width .col04 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 10px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner11 .row.limit__width .col04 .wd__content .content__title {
            width: 100%; }
          #AWD .section__inner11 .row.limit__width .col04 .wd__content .content__info {
            width: 530px;
            margin-top: 3px; }
        #AWD .section__inner11 .row.limit__width .col04 .img__in11__bg3 {
          width: 720px;
          height: 350px;
          position: relative;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/inner/11/11_inner3.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) {
          #AWD .section__inner11 .row.limit__width .col04 .img__in11__bg3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/inner/11/11_inner3.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #AWD .wd__innerbtn15 {
    background: transparent; }
    #AWD .wd__innerbtn15 .inner__btn span {
      color: #fff; }
    #AWD .wd__innerbtn15 .inner__btn .toggleSlide {
      width: 40px;
      height: 40px;
      margin-left: -20px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/btn/icon_open3.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) {
      #AWD .wd__innerbtn15 .inner__btn .toggleSlide {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/btn/icon_open3.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #AWD .wd__innerbtn15 .inner__btn .toggleSlide.fixed {
        top: -32px; }
  #AWD .section__inner15 {
    width: 1300px;
    height: 840px;
    position: relative;
    left: 50%;
    margin-left: -650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/inner/15/detail_content_bg.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) {
    #AWD .section__inner15 {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/inner/15/detail_content_bg.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #AWD .section__inner15 .row.limit__width {
      margin-top: 40px;
      overflow: visible;
      margin-bottom: 150px; }
      #AWD .section__inner15 .row.limit__width .col01 {
        overflow: hidden;
        padding-bottom: 0px;
        margin-bottom: 70px; }
        #AWD .section__inner15 .row.limit__width .col01 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px; }
          #AWD .section__inner15 .row.limit__width .col01 .wd__content .content__info {
            width: 688px; }
      #AWD .section__inner15 .row.limit__width .col02 {
        overflow: hidden;
        padding-bottom: 100px; }
        #AWD .section__inner15 .row.limit__width .col02 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 10px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner15 .row.limit__width .col02 .wd__content .content__info {
            width: 530px;
            margin-top: 3px; }
        #AWD .section__inner15 .row.limit__width .col02 .img__in15__bg1 {
          width: 720px;
          height: 468px;
          position: relative;
          margin-top: 60px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/1x/inner/15/detail_content_screen.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) {
          #AWD .section__inner15 .row.limit__width .col02 .img__in15__bg1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/medium/2x/inner/15/detail_content_screen.png"); } }

@media (min-width: 770px) and (max-width: 1300px) {
  .section__slim .img__slim__hl {
    min-width: 770px;
    max-width: 1300px;
    padding-bottom: 18.2%;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/02_slim_hl.jpg"); } }
  @media only screen and (min-width: 770px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 770px) and (max-width: 1300px) and (min-resolution: 1.5dppx), (min-width: 770px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 770px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__slim .img__slim__hl {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/02_slim_hl.jpg"); } }

@media (min-width: 900px) and (max-width: 1300px) {
  .section__console .wd__content .content__title {
    width: 86%; }
  .section__friendly .wd__content .content__title .no__wrap {
    white-space: normal; }
  .section__slim .wd__content .content__title {
    width: 910px; }
  .section__keyboard .wd__content .content__title {
    width: 900px; } }

@media (min-width: 1024px) and (max-width: 1300px) {
  .section__kv .img__kv {
    margin-left: -650px;
    margin-top: -180px; }
  .section__keyboard .wd__feature__list .wd__feature {
    margin-left: 20px;
    margin-right: 20px; }
  .section__extreme .wd__feature__list {
    width: 800px; }
  .section__experience .img__experience .s15__slick__content .slick-prev {
    left: -90px; }
  .section__experience .img__experience .s15__slick__content .slick-next {
    right: -90px; } }

@media all and (max-width: 720px) {
  .wd__section {
    margin-top: 0; }
  .scroll__tool {
    bottom: 20px;
    right: 10px; }
    .scroll__tool .img__scroll-top {
      width: 54px;
      height: 54px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/scroll_top.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .scroll__tool .img__scroll-top {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/scroll_top.png"); } }

@media all and (max-width: 720px) {
  .wd__section .small__use {
    display: block; }
  .wd__section .small__text-left.wd__content {
    text-align: left;
    left: 0; }
    .wd__section .small__text-left.wd__content .content__title,
    .wd__section .small__text-left.wd__content .content__info,
    .wd__section .small__text-left.wd__content .content__link,
    .wd__section .small__text-left.wd__content .content__comment {
      margin-left: 0; }
  .wd__section .small__text-center.wd__content {
    text-align: center;
    left: 0;
    margin-left: auto;
    margin-right: auto; }
    .wd__section .small__text-center.wd__content .content__title,
    .wd__section .small__text-center.wd__content .content__info,
    .wd__section .small__text-center.wd__content .content__link,
    .wd__section .small__text-center.wd__content .content__comment {
      margin-left: auto;
      margin-right: auto; }
  .wd__section .line__text {
    font-size: 13px; }
  .wd__section .wd__content {
    margin-top: 42px;
    margin-left: 5.4%;
    width: 89.2%; }
    .wd__section .wd__content .content__slogan {
      font-size: 21px; }
    .wd__section .wd__content .content__title {
      margin-top: 24px;
      width: 100%;
      max-width: 700px;
      font-size: 27px;
      line-height: 32px;
      letter-spacing: 0; }
    .wd__section .wd__content .content__info {
      margin: 17px auto 0;
      width: 92%;
      max-width: 700px;
      font-size: 15px;
      line-height: 1.45;
      letter-spacing: 0; }
    .wd__section .wd__content .content__link {
      margin-top: 7px;
      font-size: 15.5px; }
    .wd__section .wd__content .content__comment {
      line-height: 1.4;
      margin-top: 13px;
      font-size: 15px; }
    .wd__section .wd__content .content__title sub {
      top: -8px;
      font-size: 14px; }
    .wd__section .wd__content .content__info sub {
      top: -4px;
      font-size: 12px; }
  .wd__section .wd__feature__list {
    margin-top: 40px;
    text-align: center;
    width: 320px; }
    .wd__section .wd__feature__list .wd__feature {
      margin: 0 9px 29px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
        margin-bottom: 5px;
        font-size: 12px; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        font-size: 29px;
        margin-bottom: 18px; }
        .wd__section .wd__feature__list .wd__feature .wd__feature__data.text-long {
          font-size: 24px;
          letter-spacing: 0;
          padding-top: 0;
          padding-bottom: 2px; }
        .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
          font-size: 18px; }
          .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-medium-left {
            padding-left: 3px; }
          .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-small-left {
            padding-left: 3px; }
          .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-medium-right {
            padding-right: 3px; }
          .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-small-right {
            padding-right: 3px; }
        .wd__section .wd__feature__list .wd__feature .wd__feature__data.plus {
          margin-right: 20px; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
        margin-top: -13px;
        letter-spacing: .1px;
        line-height: 15px !important;
        font-size: 12px; }
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe span {
          font-size: 12px; }
  .wd__section .partial__parts {
    margin: 36px auto 0;
    width: 300px; }
    .wd__section .partial__parts .parts {
      margin-bottom: 33px;
      width: 283px; }
      .wd__section .partial__parts .parts .part__describe {
        margin: 11px auto 0;
        width: 253px;
        font-size: 14px;
        line-height: 1.4; }
  .wd__section .wd__feature .wd__feature__data.plus span {
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 30px; }
  .wd__section .wd__content .content__slogan {
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 300px;
    margin-left: 0; }
  .wd__section .wd__content .content__slogan {
    max-width: 230px; }
    .wd__section .wd__content .content__slogan:after {
      z-index: -1;
      position: absolute;
      content: '';
      display: block;
      width: 106px;
      height: 60px;
      bottom: -14px;
      left: 0%;
      margin-left: -17px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/icon/icon_slogan.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .wd__section .wd__content .content__slogan:after {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/icon/icon_slogan.jpg"); } }

@media all and (max-width: 720px) {
  .wd__section .wd__content .content__slogan.two-row {
    margin-bottom: 23px; }
    .wd__section .wd__content .content__slogan.two-row:after {
      bottom: -7px; }
  .wd__innerbtn {
    padding: 20px 0; }
    .wd__innerbtn.blackTheme {
      margin-top: -2px;
      background: #000; }
    .wd__innerbtn .inner__btn {
      width: 300px;
      height: 80px;
      margin: 0 auto; }
      .wd__innerbtn .inner__btn span {
        font-size: 15.5px;
        text-align: center;
        display: block;
        margin-bottom: 10px;
        opacity: 1;
        -webkit-transition: opacity 400ms;
        transition: opacity 400ms; }
      .wd__innerbtn .inner__btn .toggleSlide {
        z-index: 999;
        width: 32px;
        height: 32px;
        position: absolute;
        left: 50%;
        margin-left: -16px;
        margin-top: 3px;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateY(0px) rotate(0deg);
        -ms-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
        -webkit-transition: -webkit-transform 800ms 50ms;
        transition: -webkit-transform 800ms 50ms;
        transition: transform 800ms 50ms;
        transition: transform 800ms 50ms, -webkit-transform 800ms 50ms;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/btn/icon_open2.png"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        .wd__innerbtn .inner__btn .toggleSlide {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/btn/icon_open2.png"); } }

@media all and (max-width: 720px) {
        .wd__innerbtn .inner__btn .toggleSlide.fixed {
          top: -25px; }
      .wd__innerbtn .inner__btn.active span {
        opacity: 0; }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(103px) rotate(142deg);
        -ms-transform: translateY(103px) rotate(142deg);
        transform: translateY(103px) rotate(142deg); }
  #AWD .wd__inner {
    overflow: hidden;
    display: none; }
    #AWD .wd__inner .limit__width {
      max-width: 414px; }
      #AWD .wd__inner .limit__width .wd__content {
        position: absolute;
        width: 280px;
        margin-left: 67px; }
        #AWD .wd__inner .limit__width .wd__content .content__title {
          font-size: 24px;
          font-weight: 200 !important; }
          #AWD .wd__inner .limit__width .wd__content .content__title * {
            font-weight: 200 !important; }
    #AWD .wd__inner .row {
      opacity: 0;
      -webkit-transition: opacity 400ms;
      transition: opacity 400ms;
      margin-top: 100px;
      margin-bottom: 100px; }
    #AWD .wd__inner.active .row {
      opacity: 1; }
  #pd__component__block {
    background: #000;
    margin-top: 30px;
    padding-bottom: 50px; }
  .section__kv {
    padding-top: 0px; }
    .section__kv .wd__content .content__slogan {
      font-size: 22px;
      line-height: 1.1;
      margin-top: 0px;
      margin-bottom: 0;
      width: 100%;
      max-width: 550px; }
    .section__kv .wd__content .content__title {
      margin-top: 5px;
      font-size: 14px;
      line-height: 1.35;
      width: 92%;
      max-width: 380px; }
    .section__kv .wd__content .content__info {
      margin-top: 25px;
      width: 96%;
      font-size: 18px;
      line-height: 1.4;
      max-width: 476px; }
    .section__kv .wd__content .award__list {
      margin: 0 auto -50px; }
      .section__kv .wd__content .award__list li {
        width: 116px;
        height: 91px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px; }
        .section__kv .wd__content .award__list li.al1 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/icon/kv/icon1.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__kv .wd__content .award__list li.al1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/icon/kv/icon1.jpg"); } }

@media all and (max-width: 720px) {
        .section__kv .wd__content .award__list li.al2 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/icon/kv/icon2.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__kv .wd__content .award__list li.al2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/icon/kv/icon2.jpg"); } }

@media all and (max-width: 720px) {
        .section__kv .wd__content .award__list li.al3 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/icon/kv/icon3.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__kv .wd__content .award__list li.al3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/icon/kv/icon3.jpg"); } }

@media all and (max-width: 720px) {
        .section__kv .wd__content .award__list li.al4 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/icon/kv/icon4.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__kv .wd__content .award__list li.al4 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/icon/kv/icon4.jpg"); } }

@media all and (max-width: 720px) {
        .section__kv .wd__content .award__list li.al5 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/icon/kv/icon5.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__kv .wd__content .award__list li.al5 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/icon/kv/icon5.jpg"); } }

@media all and (max-width: 720px) {
    .section__kv .wd__content .content__slogan:after {
      display: none; }
    .section__kv .img__kv__logo {
      margin: -65px 0 5px 0;
      position: relative;
      left: 50%;
      margin-left: -160px;
      width: 320px;
      height: 30px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/kv_logo.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/kv_logo.png"); } }

@media all and (max-width: 720px) {
    .section__kv .img__kv {
      z-index: -1;
      position: relative;
      left: 50%;
      margin: -45px 0 0 -360px;
      width: 720px;
      height: 542px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/kv.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__kv .img__kv {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/kv.jpg"); } }

@media all and (max-width: 720px) {
    .section__kv .col-bottom {
      top: 0px; }
      .section__kv .col-bottom .wd__content .content__info {
        margin-bottom: 70px; }
    .section__kv #kv__parallax {
      display: none;
      background: none; }
      .section__kv #kv__parallax li img {
        display: none;
        background: none; }
    .section__kv #opening__content {
      background-image: none;
      height: 480px; }
      .section__kv #opening__content #opening__section {
        display: block;
        width: 580px;
        height: 256px;
        position: relative;
        left: 50%;
        margin: 230px 0 0 -360px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/01_nb.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__kv #opening__content #opening__section {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/01_nb.jpg"); } }

@media all and (max-width: 720px) {
    .section__kv .opening__animation {
      display: none; }
      .section__kv .opening__animation figure {
        background-image: none;
        display: none; }
  .section__slim {
    padding-top: 10px;
    margin-top: 0px; }
    .section__slim .row {
      max-width: 1300px; }
    .section__slim .wd__content .content__title {
      width: 100%; }
    .section__slim .wd__content .content__info {
      width: 100%;
      max-width: 836px; }
    .section__slim .wd__feature__list {
      margin: 49px auto 0;
      width: 100%; }
      .section__slim .wd__feature__list .wd__feature {
        margin-left: 10px;
        margin-right: 10px; }
    .section__slim .img__slim {
      margin: -220px 0 0 -360px;
      width: 720px;
      height: 750px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/02_slim.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__slim .img__slim {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/02_slim.jpg"); } }

@media all and (max-width: 720px) {
      .section__slim .img__slim .img__slim__gtxicon {
        bottom: -8px;
        margin: 0 0 0 -80px;
        width: 160px;
        height: 78px;
        background-size: contain; }
    .section__slim .img__slim__hl {
      margin: 75px auto 0;
      position: relative;
      width: 100%;
      max-width: 769px;
      height: 0;
      padding-bottom: 166.3%;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/02_slim_hl.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__slim .img__slim__hl {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/02_slim_hl.jpg"); } }

@media all and (max-width: 720px) {
  .section__thermal {
    padding-top: 60px; }
    .section__thermal .wd__content .content__slogan {
      width: 100%;
      margin-left: 0; }
    .section__thermal .wd__content .content__title {
      width: 100%;
      max-width: 500px; }
    .section__thermal .wd__content .content__info {
      width: 100%;
      max-width: 580px; }
    .section__thermal .wd__feature__list {
      width: 100%;
      margin-top: 49px;
      margin-right: auto;
      margin-left: auto; }
      .section__thermal .wd__feature__list .wd__feature {
        margin-left: 10px;
        margin-right: 10px; }
        .section__thermal .wd__feature__list .wd__feature .wd__feature__describe,
        .section__thermal .wd__feature__list .wd__feature .wd__feature__describe__top {
          margin-right: auto;
          margin-left: auto; }
      .section__thermal .wd__feature__list .feature__01 {
        width: 78px; }
      .section__thermal .wd__feature__list .feature__02 {
        width: 96px; }
      .section__thermal .wd__feature__list .feature__03 {
        width: 120px; }
      .section__thermal .wd__feature__list .feature__04 {
        margin-top: -5px;
        margin-left: 0;
        margin-right: 0;
        width: 270px; }
    .section__thermal .img__thermal {
      position: relative;
      margin: -90px 0 0 -400px;
      left: 50%;
      width: 720px;
      height: 432px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/03_thermal.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__thermal .img__thermal {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/03_thermal.jpg"); } }

@media all and (max-width: 720px) {
  .section__keyboard {
    margin-top: 0px;
    padding-top: 0px;
    z-index: -1; }
    .section__keyboard .wd__content {
      position: relative; }
      .section__keyboard .wd__content .content__slogan {
        width: 100%;
        margin-left: 0; }
      .section__keyboard .wd__content .content__title {
        font-size: 25px;
        max-width: 510px;
        width: 100%; }
      .section__keyboard .wd__content .content__info {
        width: 94%; }
    .section__keyboard .img__keyboard {
      position: relative;
      margin: 45px 0 20px -360px;
      left: 50%;
      width: 720px;
      height: 127px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/04_keyboard.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__keyboard .img__keyboard {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/04_keyboard.jpg"); } }

@media all and (max-width: 720px) {
  .section__extreme {
    overflow: hidden;
    padding-top: 60px;
    margin-top: -8px; }
    .section__extreme .wd__content .content__title {
      width: 100%;
      max-width: 400px; }
    .section__extreme .wd__content .content__info {
      width: 100%;
      max-width: 520px;
      margin-bottom: 15px; }
    .section__extreme .wd__feature__list {
      margin: 40px auto 0;
      width: 100%; }
      .section__extreme .wd__feature__list .wd__feature {
        margin-left: 20px;
        margin-right: 20px; }
      .section__extreme .wd__feature__list .feature__00 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 9px; }
    .section__extreme .col__charts {
      margin-top: -40px; }
      .section__extreme .col__charts .wd__content .content__info {
        width: 100%;
        max-width: 480px; }
    .section__extreme .img__extreme {
      position: relative;
      left: 50%;
      margin: -245px 0 0 -360px;
      width: 720px;
      height: 894px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/05_extreme.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__extreme .img__extreme {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/05_extreme.jpg"); } }

@media all and (max-width: 720px) {
    .section__extreme .img__extreme__charts {
      position: relative;
      left: 50%;
      margin: -40px 0 52px -360px;
      width: 720px;
      height: 364px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/05_charts.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__extreme .img__extreme__charts {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/05_charts.jpg"); } }

@media all and (max-width: 720px) {
  #product_content_area p {
    margin-bottom: 1.5em; }
  #section__05__owl {
    background-color: #1b1b1b;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden; }
    #section__05__owl .insoweSectionCont {
      padding: 85px 0 25px 0;
      position: relative; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem {
      margin: 0 5%; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweImg {
      width: 100%;
      margin-bottom: 35px; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweImg img {
      width: 100%;
      height: auto; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweText {
      width: 100%;
      text-align: left; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweText .insoweNvidiaTitle {
      font-size: 22px;
      line-height: 1.22;
      margin-bottom: 7px; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .insoweText .insoweNvidiaDec {
      font-size: 15px;
      line-height: 1.6;
      max-width: 490px; }
    #section__05__owl .insoweSectionCont .owl-carousel > div .insoweItem .clear {
      clear: both; }
    #section__05__owl .insoweSectionCont .owl-carousel .owl-controls {
      position: absolute;
      top: -58px;
      width: 100%;
      margin-top: 10px; }
    #section__05__owl .insoweSectionCont .owl-carousel .owl-controls .owl-pagination .owl-page span {
      width: 16px;
      height: 16px;
      background-color: #626262;
      margin: 0 8px;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    #section__05__owl .insoweSectionCont .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
      background-color: #FFF; }
    #section__05__owl .insoweSectionCont .owl-arrows .owl-next {
      position: absolute;
      width: 56px;
      height: 56px;
      background-size: 100%;
      top: 95px;
      right: 20px;
      cursor: pointer;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/05/arrow_right.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #section__05__owl .insoweSectionCont .owl-arrows .owl-next {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/05/arrow_right.png"); } }

@media all and (max-width: 720px) {
    #section__05__owl .insoweSectionCont .owl-arrows .owl-prev {
      position: absolute;
      width: 56px;
      height: 56px;
      background-size: 100%;
      top: 95px;
      left: 20px;
      cursor: pointer;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/05/arrow_left.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #section__05__owl .insoweSectionCont .owl-arrows .owl-prev {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/animation/05/arrow_left.png"); } }

@media all and (max-width: 720px) {
  .section__gamer {
    overflow: hidden;
    padding-top: 10px;
    margin-top: -8px; }
    .section__gamer .wd__content .content__title {
      width: 100%;
      max-width: 516px; }
    .section__gamer .wd__content .content__info {
      width: 100%;
      margin-bottom: 15px; }
    .section__gamer .wd__content .no__wrap {
      white-space: normal; }
    .section__gamer .wd__feature__list {
      margin: 49px auto 0;
      width: 100%; }
      .section__gamer .wd__feature__list .wd__feature {
        margin-left: 40px;
        margin-right: 40px; }
      .section__gamer .wd__feature__list .feature__01 {
        margin-right: 50px; }
    .section__gamer .img__gamer {
      position: relative;
      left: 50%;
      margin: 50px 0 0 -160px;
      width: 320px;
      height: 604px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/06_gamer.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__gamer .img__gamer {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/06_gamer.jpg"); } }

@media all and (max-width: 720px) {
      .section__gamer .img__gamer .compare-image {
        position: absolute;
        font-size: 12px;
        color: #fff;
        left: 50%;
        top: 61px; }
        .section__gamer .img__gamer .compare-image.text-light2 {
          top: 357px;
          margin-left: -121px; }
        .section__gamer .img__gamer .compare-image.text-light1 {
          top: 53px;
          margin-left: 35px; }
    .section__gamer .img__gamer__charts {
      position: relative;
      left: 50%;
      margin: 15px 0 0 -360px;
      width: 720px;
      height: 364px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/battery_charts.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__gamer .img__gamer__charts {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/battery_charts.jpg"); } }

@media all and (max-width: 720px) {
  .section__perfect {
    overflow: hidden;
    padding-top: 0px;
    margin-top: -8px; }
    .section__perfect .wd__content .content__title {
      width: 100%; }
    .section__perfect .wd__content .content__info {
      width: 100%;
      max-width: 516px;
      margin-bottom: 15px; }
    .section__perfect .wd__content .no__wrap {
      white-space: normal; }
    .section__perfect .wd__feature__list {
      margin: 49px auto 0;
      width: 100%;
      max-width: 500px; }
      .section__perfect .wd__feature__list .wd__feature {
        margin-left: 10px;
        margin-right: 10px; }
      .section__perfect .wd__feature__list .feature__01,
      .section__perfect .wd__feature__list .feature__03 {
        width: 156px; }
      .section__perfect .wd__feature__list .feature__03 .wd__feature__describe {
        height: auto; }
      .section__perfect .wd__feature__list .feature__02,
      .section__perfect .wd__feature__list .feature__04 {
        width: 128px; }
    .section__perfect .img__perfect {
      position: relative;
      left: 50%;
      margin: -40px 0 0 -360px;
      width: 720px;
      height: 414px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/07_perfect.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__perfect .img__perfect {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/07_perfect.jpg"); } }

@media all and (max-width: 720px) {
    .section__perfect .col__youtube {
      margin-bottom: 80px; }
      .section__perfect .col__youtube .img__perfect__youtube {
        cursor: pointer;
        width: 414px;
        height: 233px;
        position: relative;
        left: 50%;
        margin: -45px 0 40px -207px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/youtube_start.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__perfect .col__youtube .img__perfect__youtube {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/youtube_start.jpg"); } }

@media all and (max-width: 720px) {
      .section__perfect .col__youtube .content__comment {
        width: 100%;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto; }
  .section__seeing {
    padding-top: 12px !important;
    margin-top: 0px; }
    .section__seeing .wd__content .content__title {
      width: 100%; }
    .section__seeing .wd__content .content__info {
      width: 100%;
      max-width: 486px; }
    .section__seeing .wd__feature__list {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .section__seeing .wd__feature__list .wd__feature {
        width: 256px;
        margin-left: 15px;
        padding-bottom: 0;
        margin-bottom: 31px;
        text-align: left; }
    .section__seeing .img__gsync {
      position: relative;
      left: 50%;
      margin: -110px 0 0 -151px;
      width: 302px;
      height: 459px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/08/movie_bg.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__seeing .img__gsync {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/08/movie_bg.png"); } }

@media all and (max-width: 720px) {
      .section__seeing .img__gsync .slick__bg__content.start {
        display: block;
        top: 0;
        left: 0;
        width: auto;
        height: auto; }
        .section__seeing .img__gsync .slick__bg__content.start .slick__bg {
          opacity: 0;
          width: 286px;
          height: 77px;
          position: absolute;
          z-index: 1;
          left: 8px;
          top: 230px;
          -webkit-transition: all 400ms ease-out;
          transition: all 400ms ease-out; }
          .section__seeing .img__gsync .slick__bg__content.start .slick__bg.showed {
            opacity: 1;
            z-index: 99; }
        .section__seeing .img__gsync .slick__bg__content.start .slick__bg1 {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/08/bg_01.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__seeing .img__gsync .slick__bg__content.start .slick__bg1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/08/bg_01.jpg"); } }

@media all and (max-width: 720px) {
        .section__seeing .img__gsync .slick__bg__content.start .slick__bg2 {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/08/bg_02.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__seeing .img__gsync .slick__bg__content.start .slick__bg2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/08/bg_02.jpg"); } }

@media all and (max-width: 720px) {
        .section__seeing .img__gsync .slick__bg__content.start .slick__bg3 {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/08/bg_03.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__seeing .img__gsync .slick__bg__content.start .slick__bg3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/08/bg_03.jpg"); } }

@media all and (max-width: 720px) {
      .section__seeing .img__gsync .video__block {
        display: none; }
      .section__seeing .img__gsync .gsync__title1,
      .section__seeing .img__gsync .gsync__title2 {
        width: 120px;
        height: 30px;
        top: 178px;
        font-size: 18px; }
      .section__seeing .img__gsync .gsync__title1 {
        left: 18px; }
      .section__seeing .img__gsync .gsync__title2 {
        left: 161px; }
    .section__seeing .gsync__btn {
      width: 220px;
      bottom: 20px;
      left: 42px; }
      .section__seeing .gsync__btn .btn__txt {
        width: 218px;
        height: 30px;
        font-size: 16px; }
        .section__seeing .gsync__btn .btn__txt span {
          top: -14px;
          width: 218px;
          left: 0px; }
        .section__seeing .gsync__btn .btn__txt:before {
          position: absolute;
          opacity: 0;
          width: 218px;
          height: 30px; }
        .section__seeing .gsync__btn .btn__txt.btn__02 {
          margin: 10px 0 10px; }
  .section__virtual {
    padding-top: 50px;
    margin-top: 0px; }
    .section__virtual .row {
      max-width: 720px; }
    .section__virtual .wd__content {
      position: relative; }
      .section__virtual .wd__content .content__title {
        width: 88%; }
      .section__virtual .wd__content .content__info {
        width: 98%; }
    .section__virtual .wd__content .no__wrap {
      white-space: normal; }
    .section__virtual .wd__feature__list {
      margin-left: auto;
      margin-right: auto; }
    .section__virtual .img__virtual {
      position: relative;
      z-index: -1;
      left: 50%;
      margin: -5px 0 0 -360px;
      width: 720px;
      height: 400px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/09_virtual.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__virtual .img__virtual {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/09_virtual.jpg"); } }

@media all and (max-width: 720px) {
      .section__virtual .img__virtual .img__ultimate_nvidia {
        background-size: contain;
        width: 50px;
        margin-left: -136px;
        bottom: -25px; }
      .section__virtual .img__virtual .img__ultimate_geforce_vr {
        background-size: contain;
        width: 104px;
        margin-left: -71px;
        bottom: -9px; }
      .section__virtual .img__virtual .img__ultimate__vr {
        background-size: contain;
        bottom: -29px;
        margin-left: 45px;
        width: 90px; }
  .section__game {
    padding-top: 60px;
    margin-top: 0; }
    .section__game .wd__content {
      position: relative; }
      .section__game .wd__content .content__title {
        width: 101%; }
      .section__game .wd__content .content__info {
        width: 100%;
        max-width: 600px; }
    .section__game .wd__feature__list .wd__feature {
      margin-left: 45px;
      margin-right: 45px; }
    .section__game .img__game {
      position: relative;
      left: 50%;
      margin: -70px 0 0 -285px;
      width: 570px;
      height: 380px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/10_game.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__game .img__game {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/10_game.jpg"); } }

@media all and (max-width: 720px) {
  .section__aura {
    z-index: -1;
    padding-top: 0px; }
    .section__aura .wd__content {
      position: relative; }
      .section__aura .wd__content .content__title {
        width: 100%; }
      .section__aura .wd__content .content__info {
        width: 100%;
        max-width: 500px; }
    .section__aura .wd__content .content__title .no__wrap {
      font-size: 25px; }
    .section__aura .wd__feature__list {
      width: 100%;
      margin-bottom: 25px; }
      .section__aura .wd__feature__list .wd__feature {
        margin-left: 10px;
        margin-right: 10px; }
      .section__aura .wd__feature__list .feature__01 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px; }
        .section__aura .wd__feature__list .feature__01 .img__aura__logo {
          width: 120px;
          height: 120px; }
      .section__aura .wd__feature__list .feature__02,
      .section__aura .wd__feature__list .feature__04 {
        width: 104px; }
      .section__aura .wd__feature__list .feature__03,
      .section__aura .wd__feature__list .feature__05 {
        width: 146px; }
      .section__aura .wd__feature__list .feature__05 .wd__feature__describe {
        width: 120px;
        margin-left: auto;
        margin-right: auto; }
    .section__aura .img__aura {
      margin-bottom: -130px; }
      .section__aura .img__aura .auraAnimation {
        top: 545px; }
        .section__aura .img__aura .auraAnimation > figure {
          -webkit-transition: -webkit-transform 1000ms;
          transition: -webkit-transform 1000ms;
          transition: transform 1000ms;
          transition: transform 1000ms, -webkit-transform 1000ms; }
        .section__aura .img__aura .auraAnimation .navBar {
          position: relative;
          left: 50%;
          top: 15px;
          margin-left: -132px;
          width: 264px; }
          .section__aura .img__aura .auraAnimation .navBar #nb1 {
            width: 54px;
            height: 54px;
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb1:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb1.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb1 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 40px; }
          .section__aura .img__aura .auraAnimation .navBar #nb2 {
            width: 54px;
            height: 54px;
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb2:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb2.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb2 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 40px; }
          .section__aura .img__aura .auraAnimation .navBar #nb3 {
            width: 54px;
            height: 54px;
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb3:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb3.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb3 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 40px; }
          .section__aura .img__aura .auraAnimation .navBar #nb4 {
            width: 54px;
            height: 54px;
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb4:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb4.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb4 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 40px; }
          .section__aura .img__aura .auraAnimation .navBar #nb5 {
            width: 54px;
            height: 54px;
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb5:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb5.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb5 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 40px; }
          .section__aura .img__aura .auraAnimation .navBar #nb6 {
            width: 54px;
            height: 54px;
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb6:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb6.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb6 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 40px; }
          .section__aura .img__aura .auraAnimation .navBar #nb7 {
            width: 54px;
            height: 54px;
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb7:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb7.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb7 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 40px; }
          .section__aura .img__aura .auraAnimation .navBar #nb8 {
            width: 54px;
            height: 54px;
            position: relative;
            float: left;
            margin: 30px 17px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            .section__aura .img__aura .auraAnimation .navBar #nb8:hover {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb8.choosed {
              opacity: 1; }
            .section__aura .img__aura .auraAnimation .navBar #nb8 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 40px; }
        .section__aura .img__aura .auraAnimation .img__aura__nb {
          -webkit-transform: translateZ(0) translateY(0) scale(0.45);
          transform: translateZ(0) translateY(0) scale(0.45);
          top: 290px;
          left: 0%;
          margin-left: -110px;
          background-image: none; }
          .section__aura .img__aura .auraAnimation .img__aura__nb .img__nb__mask {
            z-index: 100;
            position: absolute;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 1022px;
            height: 899px;
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/11/model/nb2.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__aura .img__aura .auraAnimation .img__aura__nb .img__nb__mask {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/11/model/nb2.png"); } }

@media all and (max-width: 720px) {
          .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorComet {
            display: none;
            z-index: 95;
            top: 337px;
            left: 217px;
            position: absolute;
            -webkit-transform: rotate(-17.5deg);
            -ms-transform: rotate(-17.5deg);
            transform: rotate(-17.5deg);
            width: 640px;
            height: 285px;
            background-position: 0 -22px;
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/cometMask.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__aura .img__aura .auraAnimation .img__aura__nb #nbColorComet {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/animation/11/model/cometMask.png"); } }

@media all and (max-width: 720px) {
          .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorBlock,
          .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorDefault {
            z-index: 90;
            top: 337px;
            left: 217px;
            position: absolute;
            -webkit-transform: rotate(-17.5deg);
            -ms-transform: rotate(-17.5deg);
            transform: rotate(-17.5deg);
            width: 640px;
            height: 285px;
            background: #484848; }
          .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorDefault {
            z-index: 88; }
        .section__aura .img__aura .auraAnimation .img__aura__mouse {
          -webkit-transform: translateZ(0) translateY(0) scale(0.45);
          transform: translateZ(0) translateY(0) scale(0.45);
          top: 608px;
          left: 50%;
          margin-left: 10px; }
          .section__aura .img__aura .auraAnimation .img__aura__mouse .img__mouse__mask {
            z-index: 90;
            position: absolute;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 222px;
            height: 260px;
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/11/model/mouse.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__aura .img__aura .auraAnimation .img__aura__mouse .img__mouse__mask {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/11/model/mouse.png"); } }

@media all and (max-width: 720px) {
          .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorBlock,
          .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorBlockShape {
            z-index: 85;
            width: 102px;
            height: 167px;
            position: absolute;
            top: 72px;
            left: 70px; }
          .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorBlock {
            fill: #5d5d5d;
            -webkit-filter: blur(12px);
            filter: blur(12px); }
          .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorDefault {
            z-index: 78;
            width: 102px;
            height: 167px;
            position: absolute;
            top: 72px;
            left: 70px;
            fill: #5d5d5d; }
        .section__aura .img__aura .auraAnimation .img__aura__mic {
          -webkit-transform: translateZ(0) translateY(0) scale(0.45);
          transform: translateZ(0) translateY(0) scale(0.45);
          top: 756px;
          left: 50%;
          margin-left: -204px; }
          .section__aura .img__aura .auraAnimation .img__aura__mic .img__mic__mask {
            z-index: 90;
            position: absolute;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 487px;
            height: 487px;
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/11/model/mic.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__aura .img__aura .auraAnimation .img__aura__mic .img__mic__mask {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/11/model/mic.png"); } }

@media all and (max-width: 720px) {
          .section__aura .img__aura .auraAnimation .img__aura__mic #micColorBlock {
            z-index: 100;
            width: 389px;
            height: 344px;
            position: absolute;
            top: 114px;
            left: 22px;
            fill: #5d5d5d;
            -webkit-filter: url(#glow);
            filter: url(#glow); }
        .section__aura .img__aura .auraAnimation #s7ColorPicker {
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          position: absolute;
          z-index: 999;
          width: 150px;
          height: 150px;
          left: 50%;
          top: 367px;
          margin-left: -74px; }
          .section__aura .img__aura .auraAnimation #s7ColorPicker.active {
            visibility: visible; }
          .section__aura .img__aura .auraAnimation #s7ColorPicker canvas {
            position: absolute;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
      .section__aura .img__aura.hidePicker {
        margin-top: -780px; }
        .section__aura .img__aura.hidePicker .auraAnimation .navBar {
          top: 205px; }
  @-webkit-keyframes KeyBreathing {
    0% {
      opacity: 0; }
    30% {
      opacity: 1; }
    70% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes KeyBreathing {
    0% {
      opacity: 0; }
    30% {
      opacity: 1; }
    70% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes KeyStrobingDIV {
    0% {
      background: #fc0613; }
    8.3% {
      background: #fd118d; }
    16.6% {
      background: #6a1cfb; }
    24.9% {
      background: #0023f9; }
    33.2% {
      background: #007dfb; }
    41.5% {
      background: #23f6ff; }
    49.8% {
      background: #2cfea7; }
    58.1% {
      background: #2ffe3e; }
    66.4% {
      background: #53fe3d; }
    74.7% {
      background: #d0f945; }
    83.0% {
      background: #ffd832; }
    91.3% {
      background: #fe580e; }
    100% {
      background: #fc0613; } }
  @keyframes KeyStrobingDIV {
    0% {
      background: #fc0613; }
    8.3% {
      background: #fd118d; }
    16.6% {
      background: #6a1cfb; }
    24.9% {
      background: #0023f9; }
    33.2% {
      background: #007dfb; }
    41.5% {
      background: #23f6ff; }
    49.8% {
      background: #2cfea7; }
    58.1% {
      background: #2ffe3e; }
    66.4% {
      background: #53fe3d; }
    74.7% {
      background: #d0f945; }
    83.0% {
      background: #ffd832; }
    91.3% {
      background: #fe580e; }
    100% {
      background: #fc0613; } }
  @-webkit-keyframes KeyStrobingDIV2 {
    0% {
      background: #2cfea7; }
    8.3% {
      background: #2ffe3e; }
    16.6% {
      background: #53fe3d; }
    24.9% {
      background: #d0f945; }
    33.2% {
      background: #ffd832; }
    41.5% {
      background: #fe580e; }
    49.8% {
      background: #fc0613; }
    58.1% {
      background: #fd118d; }
    66.4% {
      background: #6a1cfb; }
    74.7% {
      background: #0023f9; }
    83.0% {
      background: #007dfb; }
    91.3% {
      background: #23f6ff; }
    100% {
      background: #2cfea7; } }
  @keyframes KeyStrobingDIV2 {
    0% {
      background: #2cfea7; }
    8.3% {
      background: #2ffe3e; }
    16.6% {
      background: #53fe3d; }
    24.9% {
      background: #d0f945; }
    33.2% {
      background: #ffd832; }
    41.5% {
      background: #fe580e; }
    49.8% {
      background: #fc0613; }
    58.1% {
      background: #fd118d; }
    66.4% {
      background: #6a1cfb; }
    74.7% {
      background: #0023f9; }
    83.0% {
      background: #007dfb; }
    91.3% {
      background: #23f6ff; }
    100% {
      background: #2cfea7; } }
  @-webkit-keyframes KeyStrobingSVG {
    0% {
      fill: #fc0613; }
    8.3% {
      fill: #fd118d; }
    16.6% {
      fill: #6a1cfb; }
    24.9% {
      fill: #0023f9; }
    33.2% {
      fill: #007dfb; }
    41.5% {
      fill: #23f6ff; }
    49.8% {
      fill: #2cfea7; }
    58.1% {
      fill: #2ffe3e; }
    66.4% {
      fill: #53fe3d; }
    74.7% {
      fill: #d0f945; }
    83.0% {
      fill: #ffd832; }
    91.3% {
      fill: #fe580e; }
    100% {
      fill: #fc0613; } }
  @keyframes KeyStrobingSVG {
    0% {
      fill: #fc0613; }
    8.3% {
      fill: #fd118d; }
    16.6% {
      fill: #6a1cfb; }
    24.9% {
      fill: #0023f9; }
    33.2% {
      fill: #007dfb; }
    41.5% {
      fill: #23f6ff; }
    49.8% {
      fill: #2cfea7; }
    58.1% {
      fill: #2ffe3e; }
    66.4% {
      fill: #53fe3d; }
    74.7% {
      fill: #d0f945; }
    83.0% {
      fill: #ffd832; }
    91.3% {
      fill: #fe580e; }
    100% {
      fill: #fc0613; } }
  @-webkit-keyframes KeyStrobingSVG2 {
    0% {
      fill: #2cfea7; }
    8.3% {
      fill: #2ffe3e; }
    16.6% {
      fill: #53fe3d; }
    24.9% {
      fill: #d0f945; }
    33.2% {
      fill: #ffd832; }
    41.5% {
      fill: #fe580e; }
    49.8% {
      fill: #fc0613; }
    58.1% {
      fill: #fd118d; }
    66.4% {
      fill: #6a1cfb; }
    74.7% {
      fill: #0023f9; }
    83.0% {
      fill: #007dfb; }
    91.3% {
      fill: #23f6ff; }
    100% {
      fill: #2cfea7; } }
  @keyframes KeyStrobingSVG2 {
    0% {
      fill: #2cfea7; }
    8.3% {
      fill: #2ffe3e; }
    16.6% {
      fill: #53fe3d; }
    24.9% {
      fill: #d0f945; }
    33.2% {
      fill: #ffd832; }
    41.5% {
      fill: #fe580e; }
    49.8% {
      fill: #fc0613; }
    58.1% {
      fill: #fd118d; }
    66.4% {
      fill: #6a1cfb; }
    74.7% {
      fill: #0023f9; }
    83.0% {
      fill: #007dfb; }
    91.3% {
      fill: #23f6ff; }
    100% {
      fill: #2cfea7; } }
  @-webkit-keyframes KeyRainbow {
    0% {
      background-position: 0%; }
    100% {
      background-position: -134%; } }
  @keyframes KeyRainbow {
    0% {
      background-position: 0%; }
    100% {
      background-position: -134%; } }
  @-webkit-keyframes KeyCometSVG {
    0% {
      opacity: 0; }
    90% {
      opacity: 0; }
    93% {
      opacity: 1; }
    95% {
      opacity: 1; }
    98% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes KeyCometSVG {
    0% {
      opacity: 0; }
    90% {
      opacity: 0; }
    93% {
      opacity: 1; }
    95% {
      opacity: 1; }
    98% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @-webkit-keyframes KeyMusic {
    0% {
      opacity: 0.5; }
    3% {
      opacity: 1; }
    6% {
      opacity: 0.5; }
    9% {
      opacity: 1; }
    12% {
      opacity: 0.5; }
    25% {
      opacity: 0.5; }
    27% {
      opacity: 1; }
    29% {
      opacity: 0.5; }
    32% {
      opacity: 1; }
    34% {
      opacity: 0.5; }
    36% {
      opacity: 1; }
    39% {
      opacity: 0.5; }
    65% {
      opacity: 0.5; }
    70% {
      opacity: 1; }
    75% {
      opacity: 0.5; }
    100% {
      opacity: 0.5; } }
  @keyframes KeyMusic {
    0% {
      opacity: 0.5; }
    3% {
      opacity: 1; }
    6% {
      opacity: 0.5; }
    9% {
      opacity: 1; }
    12% {
      opacity: 0.5; }
    25% {
      opacity: 0.5; }
    27% {
      opacity: 1; }
    29% {
      opacity: 0.5; }
    32% {
      opacity: 1; }
    34% {
      opacity: 0.5; }
    36% {
      opacity: 1; }
    39% {
      opacity: 0.5; }
    65% {
      opacity: 0.5; }
    70% {
      opacity: 1; }
    75% {
      opacity: 0.5; }
    100% {
      opacity: 0.5; } }
  @-webkit-keyframes KeySmartDIV {
    0% {
      opacity: 0.5;
      background: #ffe500; }
    5% {
      opacity: 0.5; }
    45% {
      opacity: 1; }
    55% {
      opacity: 1; }
    95% {
      opacity: 0.5; }
    100% {
      opacity: 0.5;
      background: #ffe500; } }
  @keyframes KeySmartDIV {
    0% {
      opacity: 0.5;
      background: #ffe500; }
    5% {
      opacity: 0.5; }
    45% {
      opacity: 1; }
    55% {
      opacity: 1; }
    95% {
      opacity: 0.5; }
    100% {
      opacity: 0.5;
      background: #ffe500; } }
  @-webkit-keyframes KeySmartSVG {
    0% {
      opacity: 0.5; }
    5% {
      opacity: 0.5; }
    45% {
      opacity: 1; }
    55% {
      opacity: 1; }
    95% {
      opacity: 0.5; }
    100% {
      opacity: 0.5; } }
  @keyframes KeySmartSVG {
    0% {
      opacity: 0.5; }
    5% {
      opacity: 0.5; }
    45% {
      opacity: 1; }
    55% {
      opacity: 1; }
    95% {
      opacity: 0.5; }
    100% {
      opacity: 0.5; } }
  .section__aura .auraAnimation #nbColorBlock,
  .section__aura .auraAnimation #mouseColorBlock,
  .section__aura .auraAnimation #mouseColorBlockShape,
  .section__aura .auraAnimation #micColorBlock,
  .section__aura .auraAnimation #mouseColorBlockIE,
  .section__aura .auraAnimation #micColorBlockIE {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .section__aura .auraAnimation.breathingFilter #nbColorBlock,
  .section__aura .auraAnimation.breathingFilter #mouseColorBlock,
  .section__aura .auraAnimation.breathingFilter #mouseColorBlockShape,
  .section__aura .auraAnimation.breathingFilter #micColorBlock {
    opacity: 0;
    -webkit-animation: KeyBreathing 4000ms linear infinite;
    animation: KeyBreathing 4000ms linear infinite; }
  .section__aura .auraAnimation.cycleFilter #nbColorBlock {
    -webkit-animation: KeyStrobingDIV 3000ms linear infinite;
    animation: KeyStrobingDIV 3000ms linear infinite; }
  .section__aura .auraAnimation.cycleFilter #mouseColorBlock,
  .section__aura .auraAnimation.cycleFilter #mouseColorBlockShape,
  .section__aura .auraAnimation.cycleFilter #micColorBlock {
    -webkit-animation: KeyStrobingSVG 3000ms linear infinite;
    animation: KeyStrobingSVG 3000ms linear infinite; }
  .section__aura .auraAnimation.rainbowFilter #nbColorBlock {
    background: -webkit-gradient(linear, right top, left top, from(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), color-stop(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), to(#fd118d)) !important;
    background: -webkit-linear-gradient(right, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background: linear-gradient(to left, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background-size: 400% 100% !important;
    background-position: 0% 0% !important;
    -webkit-animation: KeyRainbow 8008ms linear infinite;
    animation: KeyRainbow 8008ms linear infinite; }
  .section__aura .auraAnimation.rainbowFilter #mouseColorBlock,
  .section__aura .auraAnimation.rainbowFilter #mouseColorBlockShape {
    -webkit-animation: KeyStrobingSVG2 4004ms linear infinite reverse;
    animation: KeyStrobingSVG2 4004ms linear infinite reverse; }
  .section__aura .auraAnimation.rainbowFilter #micColorBlock {
    -webkit-animation: KeyStrobingSVG 4004ms linear infinite reverse;
    animation: KeyStrobingSVG 4004ms linear infinite reverse; }
  .section__aura .auraAnimation.cometFilter #nbColorBlock {
    background: -webkit-gradient(linear, right top, left top, from(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), color-stop(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), to(#fd118d)) !important;
    background: -webkit-linear-gradient(right, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background: linear-gradient(to left, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background-size: 200% 100% !important;
    background-position: -50px 0% !important; }
  .section__aura .auraAnimation.cometFilter #mouseColorBlock,
  .section__aura .auraAnimation.cometFilter #mouseColorBlockShape {
    -webkit-animation: KeyCometSVG 1800ms linear infinite normal;
    animation: KeyCometSVG 1800ms linear infinite normal; }
  .section__aura .auraAnimation.cometFilter #micColorBlock {
    -webkit-animation: KeyCometSVG 1800ms linear infinite normal 100ms;
    animation: KeyCometSVG 1800ms linear infinite normal 100ms; }
  .section__aura .auraAnimation.cometFilter #mouseColorBlock,
  .section__aura .auraAnimation.cometFilter #mouseColorBlockShape,
  .section__aura .auraAnimation.cometFilter #micColorBlock {
    fill: #f01cfa !important; }
  .section__aura .auraAnimation.musicFilter #nbColorBlock,
  .section__aura .auraAnimation.musicFilter #mouseColorBlock,
  .section__aura .auraAnimation.musicFilter #mouseColorBlockShape,
  .section__aura .auraAnimation.musicFilter #micColorBlock {
    -webkit-animation: KeyMusic 4000ms linear infinite normal 600ms;
    animation: KeyMusic 4000ms linear infinite normal 600ms; }
  .section__aura .auraAnimation.smartFilter #nbColorBlock {
    -webkit-animation: KeySmartDIV 1500ms linear infinite normal;
    animation: KeySmartDIV 1500ms linear infinite normal; }
  .section__aura .auraAnimation.smartFilter #mouseColorBlock,
  .section__aura .auraAnimation.smartFilter #mouseColorBlockShape,
  .section__aura .auraAnimation.smartFilter #micColorBlock {
    fill: #ffe500 !important;
    -webkit-animation: KeySmartSVG 1500ms linear infinite normal;
    animation: KeySmartSVG 1500ms linear infinite normal; }
  .section__ripple {
    padding-top: 40px;
    margin-top: 0; }
    .section__ripple .wd__content {
      position: relative; }
      .section__ripple .wd__content .content__title {
        width: 90%;
        max-width: 400px; }
      .section__ripple .wd__content .content__info {
        width: 100%; }
    .section__ripple .wd__feature__list .wd__feature {
      margin-left: 45px;
      margin-right: 45px; }
    .section__ripple .img__ripple {
      position: relative;
      left: 50%;
      margin: -50px 0 0 -360px;
      width: 720px;
      height: 469px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/12_ripple.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__ripple .img__ripple {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/12_ripple.jpg"); } }

@media all and (max-width: 720px) {
  .section__wave {
    padding-top: 60px;
    margin-top: 0; }
    .section__wave .wd__content {
      position: relative; }
      .section__wave .wd__content .content__title {
        width: 100%; }
      .section__wave .wd__content .content__info {
        width: 100%;
        max-width: 530px; }
    .section__wave .wd__feature__list {
      width: 280px;
      margin-left: auto;
      margin-right: auto; }
      .section__wave .wd__feature__list .wd__feature {
        margin-left: 45px;
        margin-right: 45px; }
    .section__wave .img__wave {
      position: relative;
      left: 50%;
      margin: -100px 0 0 -360px;
      width: 720px;
      height: 459px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/13_wave.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__wave .img__wave {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/13_wave.jpg"); } }

@media all and (max-width: 720px) {
  .section__experience {
    z-index: -1;
    margin-top: 0px;
    padding-top: 30px; }
    .section__experience .wd__content .content__title {
      width: 96%;
      max-width: 410px; }
    .section__experience .wd__content .content__info {
      width: 96%;
      max-width: 500px; }
    .section__experience .wd__feature__list {
      margin-top: 85px;
      width: 100%; }
      .section__experience .wd__feature__list .wd__feature {
        margin-left: 30px;
        margin-right: 30px; }
    .section__experience .img__experience {
      margin: -98px 0 -60px -300px;
      width: 599px;
      height: 500px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/15__experience.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__experience .img__experience {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/15__experience.jpg"); } }

@media all and (max-width: 720px) {
      .section__experience .img__experience .s15__slick__content {
        width: 320px;
        height: 200px;
        position: absolute;
        left: 50%;
        margin-top: 170px;
        margin-left: -161px; }
        .section__experience .img__experience .s15__slick__content figure {
          width: 320px;
          height: 200px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
          .section__experience .img__experience .s15__slick__content figure.s15__slick1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/15/aura_gui_slick_0.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__experience .img__experience .s15__slick__content figure.s15__slick1 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/15/aura_gui_slick_0.jpg"); } }

@media all and (max-width: 720px) {
          .section__experience .img__experience .s15__slick__content figure.s15__slick2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/15/aura_gui_slick_1.jpg"); } }
          @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
            .section__experience .img__experience .s15__slick__content figure.s15__slick2 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/15/aura_gui_slick_1.jpg"); } }

@media all and (max-width: 720px) {
          .section__experience .img__experience .s15__slick__content figure.s15__slick3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/15/aura_gui_slick_2.jpg"); } }
          @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
            .section__experience .img__experience .s15__slick__content figure.s15__slick3 {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/15/aura_gui_slick_2.jpg"); } }

@media all and (max-width: 720px) {
        .section__experience .img__experience .s15__slick__content .slick-prev, .section__experience .img__experience .s15__slick__content .slick-next {
          position: absolute;
          width: 56px;
          height: 56px;
          margin-top: -30px;
          background-color: transparent;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
        .section__experience .img__experience .s15__slick__content .slick-prev {
          z-index: 999;
          left: -31px;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/arrow_left.png"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          .section__experience .img__experience .s15__slick__content .slick-prev {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/arrow_left.png"); } }

@media all and (max-width: 720px) {
        .section__experience .img__experience .s15__slick__content .slick-next {
          right: -31px;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/arrow_right.png"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          .section__experience .img__experience .s15__slick__content .slick-next {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/arrow_right.png"); } }

@media all and (max-width: 720px) {
        .section__experience .img__experience .s15__slick__content .slick-dots {
          width: 200px;
          left: 50%;
          bottom: -75px;
          margin-left: -100px; }
          .section__experience .img__experience .s15__slick__content .slick-dots li {
            width: 32px;
            height: 32px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/dot_no.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__experience .img__experience .s15__slick__content .slick-dots li {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/dot_no.png"); } }

@media all and (max-width: 720px) {
            .section__experience .img__experience .s15__slick__content .slick-dots li button {
              width: 32px;
              height: 32px; }
              .section__experience .img__experience .s15__slick__content .slick-dots li button:before {
                display: none; }
            .section__experience .img__experience .s15__slick__content .slick-dots li.slick-active {
              background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/dot.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__experience .img__experience .s15__slick__content .slick-dots li.slick-active {
                background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/dot.png"); } }

@media all and (max-width: 720px) {
  .section__connection {
    z-index: -1;
    margin-top: 0px;
    padding-top: 40px; }
    .section__connection .wd__content .content__title {
      width: 100%;
      max-width: 500px; }
    .section__connection .wd__content .content__info {
      width: 100%;
      max-width: 530px; }
    .section__connection .wd__feature__list {
      margin-top: 85px;
      width: 100%; }
      .section__connection .wd__feature__list .wd__feature {
        margin-left: 40px;
        margin-right: 40px; }
    .section__connection .img__icon_thunderbolt {
      width: 106px;
      height: 68px;
      margin: 49px auto 0 auto;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/icon_thunderbolt.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__connection .img__icon_thunderbolt {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/icon_thunderbolt.png"); } }

@media all and (max-width: 720px) {
    .section__connection .img__connection {
      z-index: -1;
      position: relative;
      left: 50%;
      margin: -215px 0 120px -370px;
      width: 720px;
      height: 1010px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/14_connection.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__connection .img__connection {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/14_connection.jpg"); } }

@media all and (max-width: 720px) {
      .section__connection .img__connection div {
        position: absolute;
        color: #fff;
        font-size: 13px; }
      .section__connection .img__connection .port1 {
        left: 50%;
        top: 309px;
        margin-left: -2px; }
      .section__connection .img__connection .port2 {
        left: 50%;
        top: 349px;
        margin-left: -42px; }
      .section__connection .img__connection .port3 {
        left: 50%;
        top: 392px;
        margin-left: -86px; }
      .section__connection .img__connection .port4 {
        left: 50%;
        top: 427px;
        margin-left: -105px; }
      .section__connection .img__connection .port5 {
        left: 50%;
        top: 462px;
        margin-left: -125px; }
      .section__connection .img__connection .port6 {
        text-align: center;
        width: 60px;
        left: 50%;
        top: 497px;
        margin-left: -126px; }
      .section__connection .img__connection .port7 {
        text-align: center;
        width: 70px;
        left: 50%;
        top: 783px;
        margin-left: -40px; }
      .section__connection .img__connection .port8 {
        left: 50%;
        top: 737px;
        width: 144px;
        margin-left: -10px; }
      .section__connection .img__connection .port9 {
        left: 50%;
        top: 565px;
        width: 60px;
        text-align: center;
        margin-left: 88px; }
  .section__software {
    padding-top: 0;
    margin-top: -110px; }
    .section__software .wd__content .content__title {
      width: 100%; }
    .section__software .wd__content .content__info {
      width: 98%;
      max-width: 510px; }
    .section__software .img__software {
      position: relative;
      left: 50%;
      margin-top: -115px;
      margin-left: -360px;
      width: 720px;
      height: 482px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/17_armed.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__software .img__software {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/17_armed.jpg"); } }

@media all and (max-width: 720px) {
  .section__software .slick__menu {
    margin-top: 5px;
    margin-bottom: 20px; }
    .section__software .slick__menu li span {
      font-size: 22px; }
  .section__software .armed__slick {
    color: #fff;
    font-size: 18px;
    margin-top: 0px;
    max-width: 720px; }
    .section__software .armed__slick:before, .section__software .armed__slick:after {
      display: none; }
    .section__software .armed__slick .slickItem {
      width: 100%;
      margin-top: -40px; }
      .section__software .armed__slick .slickItem .text__content {
        position: relative;
        text-align: center;
        top: 0;
        left: 50%;
        margin-top: -45px;
        margin-left: 0;
        width: 90%;
        max-width: 414px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        .section__software .armed__slick .slickItem .text__content .text__title {
          font-size: 20px; }
        .section__software .armed__slick .slickItem .text__content .text__info {
          margin-top: -20px;
          max-width: 500px;
          font-size: 15px;
          line-height: 1.45; }
      .section__software .armed__slick .slickItem figure {
        width: 428px;
        height: 342px;
        left: 50%;
        margin-left: -209px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
        .section__software .armed__slick .slickItem figure.img__slick1 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/17/pic1.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__software .armed__slick .slickItem figure.img__slick1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/17/pic1.jpg"); } }

@media all and (max-width: 720px) {
        .section__software .armed__slick .slickItem figure.img__slick2 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/17/pic2.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__software .armed__slick .slickItem figure.img__slick2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/17/pic2.jpg"); } }

@media all and (max-width: 720px) {
        .section__software .armed__slick .slickItem figure.img__slick3 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/17/pic3.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__software .armed__slick .slickItem figure.img__slick3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/17/pic3.jpg"); } }

@media all and (max-width: 720px) {
        .section__software .armed__slick .slickItem figure.img__slick4 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/17/pic4.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__software .armed__slick .slickItem figure.img__slick4 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/17/pic4.jpg"); } }

@media all and (max-width: 720px) {
        .section__software .armed__slick .slickItem figure.img__slick5 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/17/pic5.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__software .armed__slick .slickItem figure.img__slick5 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/17/pic5.jpg"); } }

@media all and (max-width: 720px) {
        .section__software .armed__slick .slickItem figure.img__slick6 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/17/pic6.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__software .armed__slick .slickItem figure.img__slick6 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/17/pic6.jpg"); } }

@media all and (max-width: 720px) {
        .section__software .armed__slick .slickItem figure.img__slick7 {
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/animation/17/pic7.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__software .armed__slick .slickItem figure.img__slick7 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/animation/17/pic7.jpg"); } }

@media all and (max-width: 720px) {
  .section__software .row-logo {
    margin-top: 20px;
    left: 5.4%;
    top: 0px; }
    .section__software .row-logo figure {
      display: inline-block;
      margin-right: 20px;
      height: 101px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .section__software .row-logo .icon__geforce {
      width: 122px;
      height: 36px;
      margin-right: 5px; }
    .section__software .row-logo .icon__halo {
      width: 114px;
      height: 70px; }
    .section__software .row-logo .logo-bottom {
      margin-top: 13px; }
      .section__software .row-logo .logo-bottom .text__logo {
        margin-bottom: 6px;
        padding-left: 5px;
        width: 85%;
        font-size: 12px;
        color: #FFFFFF; }
  #AWD .wd__innerbtn3 {
    padding-top: 20px; }
    #AWD .wd__innerbtn3 .inner__btn.active .toggleSlide.fixed {
      top: -24px; }
  #AWD .section__inner3 {
    background: #202020; }
    #AWD .section__inner3 .row.limit__width {
      margin-top: -15px;
      margin-bottom: 90px;
      overflow: visible; }
      #AWD .section__inner3 .row.limit__width .col01 {
        overflow: hidden;
        padding-bottom: 0px;
        margin-bottom: 70px; }
        #AWD .section__inner3 .row.limit__width .col01 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          margin-top: 0px; }
          #AWD .section__inner3 .row.limit__width .col01 .wd__content .content__info {
            width: 87%;
            font-size: 15px;
            line-height: 21.9px; }
      #AWD .section__inner3 .row.limit__width .col02 {
        overflow: hidden;
        padding-bottom: 70px; }
        #AWD .section__inner3 .row.limit__width .col02 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col02 .wd__content .content__title {
            width: 89.2%;
            font-size: 17px; }
          #AWD .section__inner3 .row.limit__width .col02 .wd__content .content__info {
            width: 287px;
            margin-top: 3px;
            font-size: 15px;
            line-height: 21.9px; }
        #AWD .section__inner3 .row.limit__width .col02 .img__in3__bg1 {
          width: 414px;
          height: 250px;
          left: 50%;
          margin-left: -207px;
          position: relative;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/03/03_inner1.jpg"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          #AWD .section__inner3 .row.limit__width .col02 .img__in3__bg1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/03/03_inner1.jpg"); } }

@media all and (max-width: 720px) {
      #AWD .section__inner3 .row.limit__width .col03 {
        overflow: hidden;
        padding-bottom: 70px; }
        #AWD .section__inner3 .row.limit__width .col03 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col03 .wd__content .content__title {
            width: 89.2%;
            font-size: 17px; }
          #AWD .section__inner3 .row.limit__width .col03 .wd__content .content__info {
            width: 80%;
            margin-top: 3px;
            font-size: 15px;
            line-height: 21.9px; }
        #AWD .section__inner3 .row.limit__width .col03 .img__in3__bg2 {
          width: 414px;
          height: 250px;
          position: relative;
          left: 50%;
          margin-left: -207px;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/03/03_inner2.jpg"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          #AWD .section__inner3 .row.limit__width .col03 .img__in3__bg2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/03/03_inner2.jpg"); } }

@media all and (max-width: 720px) {
      #AWD .section__inner3 .row.limit__width .col04 {
        overflow: hidden;
        padding-bottom: 70px; }
        #AWD .section__inner3 .row.limit__width .col04 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col04 .wd__content .content__title {
            width: 89.2%;
            font-size: 17px; }
          #AWD .section__inner3 .row.limit__width .col04 .wd__content .content__info {
            width: 86%;
            margin-top: 3px;
            font-size: 15px;
            line-height: 21.9px; }
        #AWD .section__inner3 .row.limit__width .col04 .img__in3__bg3 {
          width: 414px;
          height: 250px;
          position: relative;
          margin-top: 0px;
          left: 50%;
          margin-left: -207px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/03/03_inner3.jpg"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          #AWD .section__inner3 .row.limit__width .col04 .img__in3__bg3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/03/03_inner3.jpg"); } }

@media all and (max-width: 720px) {
      #AWD .section__inner3 .row.limit__width .col05 {
        overflow: hidden;
        padding-bottom: 70px; }
        #AWD .section__inner3 .row.limit__width .col05 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .content__title {
            width: 89.2%;
            font-size: 17px; }
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .content__info {
            width: 87%;
            margin-top: 3px;
            font-size: 15px;
            line-height: 21.9px; }
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct1,
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct2,
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct3 {
            top: -107px;
            right: 0;
            font-size: 12px;
            position: absolute; }
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct1 {
            width: 98px;
            right: 2px;
            left: -274px; }
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct2 {
            right: 23px; }
          #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct3 {
            right: -117px; }
        #AWD .section__inner3 .row.limit__width .col05 .img__in3__bg4 {
          width: 414px;
          height: 250px;
          position: relative;
          left: 50%;
          margin-left: -207px;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/03/03_inner4.jpg"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          #AWD .section__inner3 .row.limit__width .col05 .img__in3__bg4 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/03/03_inner4.jpg"); } }

@media all and (max-width: 720px) {
      #AWD .section__inner3 .row.limit__width .col06 {
        overflow: hidden;
        padding-bottom: 70px; }
        #AWD .section__inner3 .row.limit__width .col06 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col06 .wd__content .content__title {
            width: 89.2%;
            font-size: 17px; }
          #AWD .section__inner3 .row.limit__width .col06 .wd__content .content__info {
            width: 88%;
            margin-top: 3px;
            font-size: 15px;
            line-height: 21.9px; }
        #AWD .section__inner3 .row.limit__width .col06 .img__in3__bg5 {
          width: 414px;
          height: 250px;
          position: relative;
          left: 50%;
          margin-left: -207px;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/03/03_inner5.jpg"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          #AWD .section__inner3 .row.limit__width .col06 .img__in3__bg5 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/03/03_inner5.jpg"); } }

@media all and (max-width: 720px) {
      #AWD .section__inner3 .row.limit__width .col07 {
        overflow: hidden;
        padding-bottom: 0px; }
        #AWD .section__inner3 .row.limit__width .col07 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner3 .row.limit__width .col07 .wd__content .content__title {
            width: 89.2%;
            font-size: 17px; }
          #AWD .section__inner3 .row.limit__width .col07 .wd__content .content__info {
            width: 90%;
            margin-top: 3px;
            font-size: 15px;
            line-height: 21.9px; }
        #AWD .section__inner3 .row.limit__width .col07 .img__in3__bg6 {
          width: 414px;
          height: 250px;
          position: relative;
          left: 50%;
          margin-left: -207px;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/03/03_inner6.jpg"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          #AWD .section__inner3 .row.limit__width .col07 .img__in3__bg6 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/03/03_inner6.jpg"); } }

@media all and (max-width: 720px) {
  #AWD .wd__innerbtn11 {
    padding-top: 20px; }
    #AWD .wd__innerbtn11 .inner__btn.active .toggleSlide.fixed {
      top: -24px; }
  #AWD .section__inner11 {
    background: #202020; }
    #AWD .section__inner11 .row.limit__width {
      margin-top: -15px;
      margin-bottom: 90px;
      overflow: visible; }
      #AWD .section__inner11 .row.limit__width .col01 {
        overflow: hidden;
        padding-bottom: 0px;
        margin-bottom: 70px; }
        #AWD .section__inner11 .row.limit__width .col01 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          margin-top: 0px; }
          #AWD .section__inner11 .row.limit__width .col01 .wd__content .content__info {
            width: 87%;
            font-size: 15px;
            line-height: 21.9px; }
      #AWD .section__inner11 .row.limit__width .col02 {
        overflow: hidden;
        padding-bottom: 70px; }
        #AWD .section__inner11 .row.limit__width .col02 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner11 .row.limit__width .col02 .wd__content .content__title {
            width: 89.2%;
            font-size: 17px;
            line-height: 22px; }
          #AWD .section__inner11 .row.limit__width .col02 .wd__content .content__info {
            width: 87%;
            margin-top: 10px;
            font-size: 15px;
            line-height: 21.9px; }
        #AWD .section__inner11 .row.limit__width .col02 .img__in11__bg1 {
          width: 414px;
          height: 250px;
          position: relative;
          left: 50%;
          margin-left: -207px;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/11/11_inner1.jpg"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          #AWD .section__inner11 .row.limit__width .col02 .img__in11__bg1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/11/11_inner1.jpg"); } }

@media all and (max-width: 720px) {
      #AWD .section__inner11 .row.limit__width .col03 {
        overflow: hidden;
        padding-bottom: 70px; }
        #AWD .section__inner11 .row.limit__width .col03 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner11 .row.limit__width .col03 .wd__content .content__title {
            width: 89.2%;
            font-size: 17px; }
          #AWD .section__inner11 .row.limit__width .col03 .wd__content .content__info {
            width: 89%;
            margin-top: 3px;
            font-size: 15px;
            line-height: 21.9px; }
        #AWD .section__inner11 .row.limit__width .col03 .img__in11__bg2 {
          width: 414px;
          height: 250px;
          position: relative;
          left: 50%;
          margin-left: -207px;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/11/11_inner2.jpg"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          #AWD .section__inner11 .row.limit__width .col03 .img__in11__bg2 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/11/11_inner2.jpg"); } }

@media all and (max-width: 720px) {
      #AWD .section__inner11 .row.limit__width .col04 {
        overflow: hidden;
        padding-bottom: 0px; }
        #AWD .section__inner11 .row.limit__width .col04 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          text-align: center;
          left: 0px;
          top: 0px; }
          #AWD .section__inner11 .row.limit__width .col04 .wd__content .content__title {
            width: 90%;
            line-height: 22px;
            margin-left: auto;
            margin-right: auto;
            font-size: 17px; }
          #AWD .section__inner11 .row.limit__width .col04 .wd__content .content__info {
            width: 85%;
            margin-top: 10px;
            font-size: 15px;
            line-height: 21.9px; }
        #AWD .section__inner11 .row.limit__width .col04 .img__in11__bg3 {
          width: 414px;
          height: 201px;
          position: relative;
          left: 50%;
          margin-left: -207px;
          margin-top: 0px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/11/11_inner3.jpg"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          #AWD .section__inner11 .row.limit__width .col04 .img__in11__bg3 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/11/11_inner3.jpg"); } }

@media all and (max-width: 720px) {
  #AWD .wd__innerbtn15 {
    background: transparent; }
    #AWD .wd__innerbtn15 .inner__btn span {
      color: #fff; }
    #AWD .wd__innerbtn15 .inner__btn .toggleSlide {
      width: 32px;
      height: 32px;
      margin-left: -16px;
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/1x/icon/btn/icon_open3.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #AWD .wd__innerbtn15 .inner__btn .toggleSlide {
        background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/large/2x/icon/btn/icon_open3.png"); } }

@media all and (max-width: 720px) {
      #AWD .wd__innerbtn15 .inner__btn .toggleSlide.fixed {
        top: -24px; }
  #AWD .section__inner15 {
    width: 720px;
    height: 460px;
    position: relative;
    left: 50%;
    margin-left: -360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/15/detail_content_bg.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    #AWD .section__inner15 {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/15/detail_content_bg.jpg"); } }

@media all and (max-width: 720px) {
    #AWD .section__inner15 .row.limit__width {
      margin-top: -5px;
      margin-bottom: 90px; }
      #AWD .section__inner15 .row.limit__width .col01 {
        overflow: hidden;
        padding-bottom: 0px;
        margin-bottom: 70px; }
        #AWD .section__inner15 .row.limit__width .col01 .wd__content {
          width: 100%;
          position: relative;
          padding-top: 0px;
          margin-left: 0px;
          margin-top: 0px; }
          #AWD .section__inner15 .row.limit__width .col01 .wd__content .content__info {
            width: 82%;
            font-size: 15px;
            line-height: 21.9px; }
      #AWD .section__inner15 .row.limit__width .col02 {
        overflow: hidden;
        padding-bottom: 0px; }
        #AWD .section__inner15 .row.limit__width .col02 .img__in15__bg1 {
          width: 285px;
          height: 191px;
          position: relative;
          margin-top: 58px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/15/detail_content_screen.png"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          #AWD .section__inner15 .row.limit__width .col02 .img__in15__bg1 {
            background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/15/detail_content_screen.png"); } }

@media (min-width: 0px) and (max-width: 400px) {
  .section__aas {
    margin-top: 0px;
    padding-top: 15px; }
  .section__feature .wd__content .no__wrap {
    white-space: normal; }
  .section__kv .wd__content .content__title {
    width: 92%; }
  .section__ultimate .wd__content .no__wrap {
    white-space: normal; } }

@media (min-width: 400px) and (max-width: 720px) {
  .section__aura .img__aura {
    margin-bottom: -240px; }
    .section__aura .img__aura .auraAnimation {
      top: 430px; }
      .section__aura .img__aura .auraAnimation #s7ColorPicker {
        top: 374px; }
      .section__aura .img__aura .auraAnimation .navBar {
        margin-left: -188px;
        width: 376px;
        top: 121px; }
        .section__aura .img__aura .auraAnimation .navBar #nb1 {
          width: 54px;
          height: 54px;
          position: relative;
          float: left;
          margin: 30px 20px;
          opacity: 0.4;
          -webkit-transition: opacity 350ms ease-in-out;
          transition: opacity 350ms ease-in-out; }
          .section__aura .img__aura .auraAnimation .navBar #nb1:hover {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb1.choosed {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb1 span {
            position: absolute;
            text-align: center;
            margin-left: -12px;
            margin-top: 40px; }
        .section__aura .img__aura .auraAnimation .navBar #nb2 {
          width: 54px;
          height: 54px;
          position: relative;
          float: left;
          margin: 30px 20px;
          opacity: 0.4;
          -webkit-transition: opacity 350ms ease-in-out;
          transition: opacity 350ms ease-in-out; }
          .section__aura .img__aura .auraAnimation .navBar #nb2:hover {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb2.choosed {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb2 span {
            position: absolute;
            text-align: center;
            margin-left: -12px;
            margin-top: 40px; }
        .section__aura .img__aura .auraAnimation .navBar #nb3 {
          width: 54px;
          height: 54px;
          position: relative;
          float: left;
          margin: 30px 20px;
          opacity: 0.4;
          -webkit-transition: opacity 350ms ease-in-out;
          transition: opacity 350ms ease-in-out; }
          .section__aura .img__aura .auraAnimation .navBar #nb3:hover {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb3.choosed {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb3 span {
            position: absolute;
            text-align: center;
            margin-left: -12px;
            margin-top: 40px; }
        .section__aura .img__aura .auraAnimation .navBar #nb4 {
          width: 54px;
          height: 54px;
          position: relative;
          float: left;
          margin: 30px 20px;
          opacity: 0.4;
          -webkit-transition: opacity 350ms ease-in-out;
          transition: opacity 350ms ease-in-out; }
          .section__aura .img__aura .auraAnimation .navBar #nb4:hover {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb4.choosed {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb4 span {
            position: absolute;
            text-align: center;
            margin-left: -12px;
            margin-top: 40px; }
        .section__aura .img__aura .auraAnimation .navBar #nb5 {
          width: 54px;
          height: 54px;
          position: relative;
          float: left;
          margin: 30px 20px;
          opacity: 0.4;
          -webkit-transition: opacity 350ms ease-in-out;
          transition: opacity 350ms ease-in-out; }
          .section__aura .img__aura .auraAnimation .navBar #nb5:hover {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb5.choosed {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb5 span {
            position: absolute;
            text-align: center;
            margin-left: -12px;
            margin-top: 40px; }
        .section__aura .img__aura .auraAnimation .navBar #nb6 {
          width: 54px;
          height: 54px;
          position: relative;
          float: left;
          margin: 30px 20px;
          opacity: 0.4;
          -webkit-transition: opacity 350ms ease-in-out;
          transition: opacity 350ms ease-in-out; }
          .section__aura .img__aura .auraAnimation .navBar #nb6:hover {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb6.choosed {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb6 span {
            position: absolute;
            text-align: center;
            margin-left: -12px;
            margin-top: 40px; }
        .section__aura .img__aura .auraAnimation .navBar #nb7 {
          width: 54px;
          height: 54px;
          position: relative;
          float: left;
          margin: 30px 20px;
          opacity: 0.4;
          -webkit-transition: opacity 350ms ease-in-out;
          transition: opacity 350ms ease-in-out; }
          .section__aura .img__aura .auraAnimation .navBar #nb7:hover {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb7.choosed {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb7 span {
            position: absolute;
            text-align: center;
            margin-left: -12px;
            margin-top: 40px; }
        .section__aura .img__aura .auraAnimation .navBar #nb8 {
          width: 54px;
          height: 54px;
          position: relative;
          float: left;
          margin: 30px 20px;
          opacity: 0.4;
          -webkit-transition: opacity 350ms ease-in-out;
          transition: opacity 350ms ease-in-out; }
          .section__aura .img__aura .auraAnimation .navBar #nb8:hover {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb8.choosed {
            opacity: 1; }
          .section__aura .img__aura .auraAnimation .navBar #nb8 span {
            position: absolute;
            text-align: center;
            margin-left: -12px;
            margin-top: 40px; }
        .section__aura .img__aura .auraAnimation .navBar #nb5 {
          margin-left: 71px; }
    .section__aura .img__aura.hidePicker {
      margin-top: -761px; }
      .section__aura .img__aura.hidePicker .auraAnimation .navBar {
        top: 292px; }
  .section__unique .wd__content .content__title {
    width: 93%; }
  .section__ssd .wd__feature__list {
    margin-top: 40px; }
    .section__ssd .wd__feature__list .wd__feature {
      width: auto;
      margin-left: 12px;
      margin-right: 12px; }
    .section__ssd .wd__feature__list .feature__01 {
      margin-left: 0px; }
    .section__ssd .wd__feature__list .feature__03 {
      margin-right: 0px; }
  .section__ultimate .wd__feature__list {
    width: 320px; }
    .section__ultimate .wd__feature__list .feature__01,
    .section__ultimate .wd__feature__list .feature__03 {
      width: 120px; }
  .section__feature .wd__content .content__title br {
    display: none; }
  .section__rog .wd__content .content__title {
    width: 100%; }
  .section__incredible .wd__content .content__title br {
    display: none; } }

@media (min-width: 460px) and (max-width: 720px) {
  .section__power .wd__feature__list .wd__feature {
    margin-left: 13px;
    margin-right: 13px; }
  .section__power .wd__feature__list .feature__01 {
    margin-left: 0; }
  .section__power .wd__feature__list .feature__03 {
    margin-right: 0; }
  .section__rog .detail_content .detail_content_container .detail_slick .slick-prev {
    margin-top: -28px;
    left: -85px; }
  .section__rog .detail_content .detail_content_container .detail_slick .slick-next {
    margin-top: -28px;
    right: -85px; } }

@media (min-width: 400px) and (max-width: 420px) {
  .section__unique .wd__content .content__title {
    width: 101%; } }

@media (min-width: 560px) and (max-width: 720px) {
  .section__aura .wd__feature__list {
    max-width: 400px; }
    .section__aura .wd__feature__list .wd__feature {
      margin-left: 20px;
      margin-right: 20px; }
    .section__aura .wd__feature__list .feature__01 {
      margin-left: 0;
      margin-right: 0; }
  .section__experience .img__experience .s15__slick__content .slick-prev {
    margin-top: -26px;
    left: -80px; }
  .section__experience .img__experience .s15__slick__content .slick-next {
    margin-top: -26px;
    right: -80px; }
  .section__ultimate .wd__feature__list {
    width: 532px; }
    .section__ultimate .wd__feature__list .wd__feature {
      margin-left: 3px;
      margin-right: 3px; }
    .section__ultimate .wd__feature__list .feature__01 {
      margin-left: 0; }
    .section__ultimate .wd__feature__list .feature__02 {
      margin-right: 0; }
  .section__ultimate .wd__content .no__wrap {
    white-space: normal; }
  .section__power .wd__feature__list .wd__feature {
    margin-left: 20px;
    margin-right: 20px; }
  .section__keyboard .wd__feature__list .wd__feature {
    margin-left: 15px;
    margin-right: 15px; }
  .section__inner3 .row.limit__width .col03 .wd__content .content__info {
    width: 80% !important; }
  .section__incredible .wd__content .content__title {
    width: 100%; }
  .section__incredible br {
    display: none; }
  .section__ssd .wd__feature__list .wd__feature {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .section__extreme .wd__feature__list {
    width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .section__friendly .wd__content .no__wrap {
    white-space: normal; }
  .section__airflow .img__airflow {
    z-index: -1;
    position: relative;
    left: 50%;
    margin: 30px 0 0 -302px;
    width: 600px;
    height: 392px;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/airflow2.jpg"); } }
  @media only screen and (min-width: 560px) and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 560px) and (max-width: 720px) and (min-resolution: 1.5dppx), (min-width: 560px) and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 560px) and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__airflow .img__airflow {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/airflow2.jpg"); } }

@media (min-width: 0px) and (max-width: 361px) {
  .section__software .armed__slick .slickItem figure {
    width: 340px;
    height: 280px;
    margin-left: -167px; }
  .section__kv .img__kv {
    margin: -45px 0 0 -360px; }
  .section__kv #opening__content #opening__section {
    margin-left: -333px; }
  .section__slim .wd__content .content__info {
    width: 96%; }
  .section__power .wd__feature__list .wd__feature {
    margin: 0 4px 29px; }
  .section__power .wd__feature__list .feature__01 {
    margin-left: 0; }
  .section__power .wd__feature__list .feature__03 {
    margin-right: 0; }
  .section__airflow .wd__content .content__info {
    width: 99%; }
  .section__extreme .wd__content .content__info {
    width: 101%; }
  .section__extreme .extreme__imgs .extreme__icons {
    bottom: 60px; }
  .section__experience .img__experience .s15__slick__content .slick-prev {
    margin-top: 120px;
    left: 9px; }
  .section__experience .img__experience .s15__slick__content .slick-next {
    margin-top: 120px;
    right: 9px; }
  #AWD .section__inner11 .row.limit__width .col04 .img__in11__bg3 {
    width: 370px;
    height: 348px;
    margin-left: -185px;
    background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/1x/inner/11/11_inner3-s.jpg"); } }
  @media only screen and (min-width: 0px) and (max-width: 361px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 0px) and (max-width: 361px) and (min-resolution: 1.5dppx), (min-width: 0px) and (max-width: 361px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 0px) and (max-width: 361px) and (min-resolution: 144dpi) {
    #AWD .section__inner11 .row.limit__width .col04 .img__in11__bg3 {
      background-image: url("/websites/global/products/Di5vL0bgW48WhpCm/v4/features/images/small/2x/inner/11/11_inner3-s.jpg"); } }

@media (min-width: 0px) and (max-width: 361px) {
  #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct1 {
    left: -247px; }
  #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct2 {
    right: 21px; }
  #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct3 {
    right: -105px; }
  .section__software .wd__content .no__wrap {
    white-space: normal; } }

@media (min-width: 0px) and (max-width: 321px) {
  .section__kv .img__kv {
    margin-top: -45px; }
  .section__kv #opening__content #opening__section {
    margin-left: -350px; }
  #AWD .section__inner15 .row.limit__width .col01 .wd__content .content__info {
    width: 290px; }
  .section__power .wd__feature__list .wd__feature {
    margin: 0 10px 29px; }
  .section__power .wd__feature__list .feature__04 {
    margin-left: 0;
    margin-right: 0;
    width: 260px; }
  .section__airflow .img__airflow {
    margin: 30px 0 0 -223px; }
  #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct1 {
    left: -228px; }
  #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct2 {
    right: 17px; }
  #AWD .section__inner3 .row.limit__width .col05 .wd__content .ct3 {
    right: -97px; } }
