/*** Global ***/
.text-left {
  text-align: left; }

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

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

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

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

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

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

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

html {
  font-size: 15px; }

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

.inline__block {
  display: inline-block; }

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

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

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

.footnotes {
  margin: 25px 0 40px -23px;
  width: 1180px; }
  sup.footnote-num {
    font-size: 12px;
    top: -0.7rem;
    color: #999999;
    vertical-align: baseline !important; }
  .footnotes ul.footnote {
    font-size: 18px;
    color: #999999;
    line-height: 1.4; }
    .footnotes ul.footnote li {
      list-style-type: none;
      line-height: 1.3;
      text-align: left;
      margin-bottom: 9px;
      font-size: 15px;
      color: #FFFFFF; }

@media (min-width: 721px) and (max-width: 1300px) {
  .footnotes {
    margin-left: 0;
    width: 100%; }
    .footnotes .footnote {
      margin-left: 0; } }

@media (max-width: 720px) {
  sup.footnote-num {
    font-size: 11px;
    top: -0.5rem; }
  .footnotes {
    margin-left: 0;
    margin-bottom: 16px;
    width: 100%; }
    .footnotes .footnote {
      margin-left: 0; }
    .footnotes ul.footnote {
      font-size: 13.3px;
      line-height: 1.4; }
      .footnotes ul.footnote li {
        margin-bottom: 12px; } }

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

@font-face {
  font-family: "ROGFontsv16-Regular";
  src: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/font/ROGFontsv16-Regular.eot");
  src: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/font/ROGFontsv16-Regular.eot?#iefix") format("embedded-opentype"), url("/websites/global/products/MR9WA0YsXc377gln/v10/features/font/ROGFontsv16-Regular.woff2") format("woff2"), url("/websites/global/products/MR9WA0YsXc377gln/v10/features/font/ROGFontsv16-Regular.woff") format("woff"), url("/websites/global/products/MR9WA0YsXc377gln/v10/features/font/ROGFontsv16-Regular.ttf") format("truetype"), url("/websites/global/products/MR9WA0YsXc377gln/v10/features/font/ROGFontsv16-Regular.svg#AftaserifRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

#CMD {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -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 fireAnimate {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes fireAnimate2 {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  60% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes fireAnimate2 {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  60% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

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

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

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

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

@-webkit-keyframes flowFilterAnimation {
  0% {
    -webkit-filter: brightness(0%);
    filter: brightness(0%); }
  100% {
    -webkit-filter: brightness(300%);
    filter: brightness(300%); } }

@keyframes flowFilterAnimation {
  0% {
    -webkit-filter: brightness(0%);
    filter: brightness(0%); }
  100% {
    -webkit-filter: brightness(300%);
    filter: brightness(300%); } }

@-webkit-keyframes textColorTween {
  0% {
    color: #fb0326; }
  20% {
    color: #ffac25; }
  40% {
    color: #25ff72; }
  60% {
    color: #03a9f4; }
  80% {
    color: #c225ff; }
  100% {
    color: #fb0326; } }

@keyframes textColorTween {
  0% {
    color: #fb0326; }
  20% {
    color: #ffac25; }
  40% {
    color: #25ff72; }
  60% {
    color: #03a9f4; }
  80% {
    color: #c225ff; }
  100% {
    color: #fb0326; } }

@-webkit-keyframes breatheEffectTween {
  0% {
    opacity: 0;
    background: #25ff72; }
  10% {
    opacity: 1;
    background: #25ff72; }
  30% {
    opacity: 1;
    background: #25ff72; }
  40% {
    opacity: 0;
    background: #25ff72; }
  50% {
    opacity: 0;
    background: #ffac25; }
  60% {
    opacity: 1;
    background: #ffac25; }
  80% {
    opacity: 1;
    background: #ffac25; }
  90% {
    opacity: 0;
    background: #ffac25; }
  100% {
    opacity: 0;
    background: #ffac25; } }

@keyframes breatheEffectTween {
  0% {
    opacity: 0;
    background: #25ff72; }
  10% {
    opacity: 1;
    background: #25ff72; }
  30% {
    opacity: 1;
    background: #25ff72; }
  40% {
    opacity: 0;
    background: #25ff72; }
  50% {
    opacity: 0;
    background: #ffac25; }
  60% {
    opacity: 1;
    background: #ffac25; }
  80% {
    opacity: 1;
    background: #ffac25; }
  90% {
    opacity: 0;
    background: #ffac25; }
  100% {
    opacity: 0;
    background: #ffac25; } }

@-webkit-keyframes waveEffectTween {
  0% {
    background: #fb0326; }
  20% {
    background: #ffac25; }
  40% {
    background: #25ff72; }
  60% {
    background: #03a9f4; }
  80% {
    background: #c225ff; }
  100% {
    background: #fb0326; } }

@keyframes waveEffectTween {
  0% {
    background: #fb0326; }
  20% {
    background: #ffac25; }
  40% {
    background: #25ff72; }
  60% {
    background: #03a9f4; }
  80% {
    background: #c225ff; }
  100% {
    background: #fb0326; } }

@-webkit-keyframes cycleEffectTween {
  0% {
    background: #fb0326; }
  20% {
    background: #ffac25; }
  40% {
    background: #25ff72; }
  60% {
    background: #03a9f4; }
  80% {
    background: #c225ff; }
  100% {
    background: #fb0326; } }

@keyframes cycleEffectTween {
  0% {
    background: #fb0326; }
  20% {
    background: #ffac25; }
  40% {
    background: #25ff72; }
  60% {
    background: #03a9f4; }
  80% {
    background: #c225ff; }
  100% {
    background: #fb0326; } }

@-webkit-keyframes colorTweenAnimation1 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ff8e00; }
  60% {
    background-color: #ff8e00; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenAnimation1 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ff8e00; }
  60% {
    background-color: #ff8e00; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenAnimation2 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #03a9f4; }
  60% {
    background-color: #03a9f4; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenAnimation2 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #03a9f4; }
  60% {
    background-color: #03a9f4; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenAnimation3 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #f91515; }
  60% {
    background-color: #f91515; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenAnimation3 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #f91515; }
  60% {
    background-color: #f91515; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenAnimation4 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #dd3af9; }
  60% {
    background-color: #dd3af9; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenAnimation4 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #dd3af9; }
  60% {
    background-color: #dd3af9; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenAnimation5 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #25ff72; }
  60% {
    background-color: #25ff72; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenAnimation5 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #25ff72; }
  60% {
    background-color: #25ff72; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenAnimation6 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ffeb3b; }
  60% {
    background-color: #ffeb3b; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenAnimation6 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ffeb3b; }
  60% {
    background-color: #ffeb3b; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenAnimation7 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ff2489; }
  60% {
    background-color: #ff2489; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenAnimation7 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ff2489; }
  60% {
    background-color: #ff2489; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation1 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ff8e00; }
  60% {
    background-color: #ff8e00; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation1 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ff8e00; }
  60% {
    background-color: #ff8e00; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation2 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #03a9f4; }
  60% {
    background-color: #03a9f4; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation2 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #03a9f4; }
  60% {
    background-color: #03a9f4; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation3 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #f91515; }
  60% {
    background-color: #f91515; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation3 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #f91515; }
  60% {
    background-color: #f91515; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation4 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #dd3af9; }
  60% {
    background-color: #dd3af9; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation4 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #dd3af9; }
  60% {
    background-color: #dd3af9; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation5 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #25ff72; }
  60% {
    background-color: #25ff72; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation5 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #25ff72; }
  60% {
    background-color: #25ff72; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation6 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ffeb3b; }
  60% {
    background-color: #ffeb3b; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation6 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ffeb3b; }
  60% {
    background-color: #ffeb3b; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation7 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ff2489; }
  60% {
    background-color: #ff2489; }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation7 {
  0% {
    background-color: transparent; }
  30% {
    background-color: #ff2489; }
  60% {
    background-color: #ff2489; }
  100% {
    background-color: transparent; } }

@-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 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;
    fill: #f01cfa; }
  90% {
    opacity: 0;
    fill: #f01cfa; }
  93% {
    opacity: 1; }
  95% {
    opacity: 1; }
  98% {
    opacity: 0; }
  100% {
    opacity: 0;
    fill: #f01cfa; } }

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

@-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;
    fill: #ffe500; }
  5% {
    opacity: 0.5; }
  45% {
    opacity: 1; }
  55% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 0.5;
    fill: #ffe500; } }

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

.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) {
  #CMD {
    margin-top: 102px; } }

#CMD {
  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) {
  #CMD {
    margin-top: 0px !important; }
  #main-zone,
  #main-zone-5,
  #main-zone-3,
  #main-zone-4,
  #main-zone-6 {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

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

.large_use {
  display: inline; }

.ie10 .wd__performance__graph.theme-rog .graph .graph__line.line-head .graph__bar .bar__value, .ie10 .wd__performance__graph.theme-rog .graph .graph__line.line-head .graph__bar .bar__value *,
.ie11 .wd__performance__graph.theme-rog .graph .graph__line.line-head .graph__bar .bar__value,
.ie11 .wd__performance__graph.theme-rog .graph .graph__line.line-head .graph__bar .bar__value * {
  background: none; }

.ie10 .wd__performance__graph .graph__info .info__master .graph__info__text, .ie10 .wd__performance__graph .graph__info .info__master .graph__info__text *,
.ie11 .wd__performance__graph .graph__info .info__master .graph__info__text,
.ie11 .wd__performance__graph .graph__info .info__master .graph__info__text * {
  background: none; }

.ie10 .wd__innerbtn .inner__btn.active span,
.ie11 .wd__innerbtn .inner__btn.active span {
  display: none; }

.ie10 .wd__innerbtn .inner__btn.active .toggleSlide,
.ie11 .wd__innerbtn .inner__btn.active .toggleSlide {
  top: 320px;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateX(0) rotate(0) !important;
  -ms-transform: translateX(0) rotate(0) !important;
  transform: translateX(0) rotate(0) !important;
  background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/inner/icon/icon_close2.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) {
    .ie10 .wd__innerbtn .inner__btn.active .toggleSlide,
    .ie11 .wd__innerbtn .inner__btn.active .toggleSlide {
      background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/2x/inner/icon/icon_close2.png"); } }

.ie10 .wd__innerbtn .inner__btn.active .toggleSlide.fixed,
.ie11 .wd__innerbtn .inner__btn.active .toggleSlide.fixed {
  top: 85px !important; }

.ie10 .wd__inner,
.ie11 .wd__inner {
  display: none; }
  .ie10 .wd__inner.ie8active,
  .ie11 .wd__inner.ie8active {
    display: block; }

.ie10 #CMD .section__supremacy .img__supremacy__hl,
.ie11 #CMD .section__supremacy .img__supremacy__hl {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/supremacy_hl.jpg', sizingMethod='scale'); }

.ie10 #CMD .section__inner8 .row.limit__width .col04 .img__in8__bg4,
.ie11 #CMD .section__inner8 .row.limit__width .col04 .img__in8__bg4 {
  background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/inner/s8/bg4.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) {
    .ie10 #CMD .section__inner8 .row.limit__width .col04 .img__in8__bg4,
    .ie11 #CMD .section__inner8 .row.limit__width .col04 .img__in8__bg4 {
      background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/2x/inner/s8/bg4.jpg"); } }

.ie10 .section__armed .slick__menu,
.ie11 .section__armed .slick__menu {
  width: 950px !important;
  position: relative;
  left: 50%;
  clear: both;
  margin-left: -475px;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important; }
  .ie10 .section__armed .slick__menu li,
  .ie11 .section__armed .slick__menu li {
    color: #fff; }
  .ie10 .section__armed .slick__menu li.active,
  .ie11 .section__armed .slick__menu li.active {
    color: #f2661b; }

.ie10 .section__unleash .img__unleash,
.ie11 .section__unleash .img__unleash {
  background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/unleash.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) {
    .ie10 .section__unleash .img__unleash,
    .ie11 .section__unleash .img__unleash {
      background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/2x/unleash.jpg"); } }

.ie10 .section__beast .img__beast,
.ie11 .section__beast .img__beast {
  background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/beast.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) {
    .ie10 .section__beast .img__beast,
    .ie11 .section__beast .img__beast {
      background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/2x/beast.jpg"); } }

.ie10 .section__xbox .img__xbox,
.ie11 .section__xbox .img__xbox {
  background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/xbox.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) {
    .ie10 .section__xbox .img__xbox,
    .ie11 .section__xbox .img__xbox {
      background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/2x/xbox.jpg"); } }

.ie10 .section__keyboard .img__keyboard,
.ie11 .section__keyboard .img__keyboard {
  background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/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) {
    .ie10 .section__keyboard .img__keyboard,
    .ie11 .section__keyboard .img__keyboard {
      background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/2x/keyboard.jpg"); } }

.ie10 .section__aura .img__aura,
.ie11 .section__aura .img__aura {
  background-image: none; }
  .ie10 .section__aura .img__aura .auraAnimation .img__aura__nb,
  .ie11 .section__aura .img__aura .auraAnimation .img__aura__nb {
    z-index: 99; }
  .ie10 .section__aura .img__aura .auraAnimation #mouseColorBlockIE,
  .ie11 .section__aura .img__aura .auraAnimation #mouseColorBlockIE {
    z-index: 85;
    width: 102px;
    height: 167px;
    position: absolute;
    top: 72px;
    left: 70px;
    display: none; }
  .ie10 .section__aura .img__aura .auraAnimation #micColorBlockIE,
  .ie11 .section__aura .img__aura .auraAnimation #micColorBlockIE {
    z-index: 82;
    width: 382px;
    height: 341px;
    position: absolute;
    top: 118px;
    left: 28px; }
  .ie10 .section__aura .img__aura .auraAnimation .img__aura__mouse,
  .ie11 .section__aura .img__aura .auraAnimation .img__aura__mouse {
    z-index: 80; }
    .ie10 .section__aura .img__aura .auraAnimation .img__aura__mouse .img__mouse__mask,
    .ie11 .section__aura .img__aura .auraAnimation .img__aura__mouse .img__mouse__mask {
      background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/animation/s7/model/mouse_ie.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) {
        .ie10 .section__aura .img__aura .auraAnimation .img__aura__mouse .img__mouse__mask,
        .ie11 .section__aura .img__aura .auraAnimation .img__aura__mouse .img__mouse__mask {
          background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/animation/s7/model/mouse_ie.png"); } }
  .ie10 .section__aura .img__aura .auraAnimation .img__aura__mic #micColorBlock,
  .ie11 .section__aura .img__aura .auraAnimation .img__aura__mic #micColorBlock {
    -webkit-transform: translate(5px, 2px);
    -ms-transform: translate(5px, 2px);
    transform: translate(5px, 2px); }
  .ie10 .section__aura .img__aura .auraAnimation .img__aura__mic .img__mic__mask,
  .ie11 .section__aura .img__aura .auraAnimation .img__aura__mic .img__mic__mask {
    background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/animation/s7/model/mic_ie.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) {
      .ie10 .section__aura .img__aura .auraAnimation .img__aura__mic .img__mic__mask,
      .ie11 .section__aura .img__aura .auraAnimation .img__aura__mic .img__mic__mask {
        background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/animation/s7/model/mic_ie.png"); } }
  .ie10 .section__aura .img__aura .auraAnimation.cycleFilter #mouseColorBlock,
  .ie10 .section__aura .img__aura .auraAnimation.cycleFilter #micColorBlock,
  .ie11 .section__aura .img__aura .auraAnimation.cycleFilter #mouseColorBlock,
  .ie11 .section__aura .img__aura .auraAnimation.cycleFilter #micColorBlock {
    display: none !important; }
  .ie10 .section__aura .img__aura .auraAnimation.cycleFilter #mouseColorBlockIE,
  .ie10 .section__aura .img__aura .auraAnimation.cycleFilter #micColorBlockIE,
  .ie11 .section__aura .img__aura .auraAnimation.cycleFilter #mouseColorBlockIE,
  .ie11 .section__aura .img__aura .auraAnimation.cycleFilter #micColorBlockIE {
    display: block;
    -webkit-animation: KeyStrobingDIV 3000ms linear infinite;
    animation: KeyStrobingDIV 3000ms linear infinite; }
  .ie10 .section__aura .img__aura .auraAnimation.rainbowFilter #mouseColorBlock,
  .ie10 .section__aura .img__aura .auraAnimation.rainbowFilter #micColorBlock,
  .ie11 .section__aura .img__aura .auraAnimation.rainbowFilter #mouseColorBlock,
  .ie11 .section__aura .img__aura .auraAnimation.rainbowFilter #micColorBlock {
    display: none !important; }
  .ie10 .section__aura .img__aura .auraAnimation.rainbowFilter #mouseColorBlockIE,
  .ie11 .section__aura .img__aura .auraAnimation.rainbowFilter #mouseColorBlockIE {
    display: block;
    -webkit-animation: KeyStrobingDIV2 4004ms linear infinite reverse;
    animation: KeyStrobingDIV2 4004ms linear infinite reverse; }
  .ie10 .section__aura .img__aura .auraAnimation.rainbowFilter #micColorBlockIE,
  .ie11 .section__aura .img__aura .auraAnimation.rainbowFilter #micColorBlockIE {
    display: block;
    -webkit-animation: KeyStrobingDIV 4004ms linear infinite reverse;
    animation: KeyStrobingDIV 4004ms linear infinite reverse; }
  .ie10 .section__aura .img__aura .auraAnimation.flashFilter #nbColorBlock,
  .ie11 .section__aura .img__aura .auraAnimation.flashFilter #nbColorBlock {
    opacity: 0.4;
    -webkit-animation: KeyStrobingDIV 4000ms linear infinite;
    animation: KeyStrobingDIV 4000ms linear infinite; }
  .ie10 .section__aura .img__aura .auraAnimation.flashFilter .flash-area,
  .ie11 .section__aura .img__aura .auraAnimation.flashFilter .flash-area {
    visibility: visible; }
    .ie10 .section__aura .img__aura .auraAnimation.flashFilter .flash-area #nbColorFlash,
    .ie11 .section__aura .img__aura .auraAnimation.flashFilter .flash-area #nbColorFlash {
      -webkit-animation: flashMove 4000ms linear infinite;
      animation: flashMove 4000ms linear infinite; }
      .ie10 .section__aura .img__aura .auraAnimation.flashFilter .flash-area #nbColorFlash .upBlock, .ie10 .section__aura .img__aura .auraAnimation.flashFilter .flash-area #nbColorFlash .downBlock,
      .ie11 .section__aura .img__aura .auraAnimation.flashFilter .flash-area #nbColorFlash .upBlock,
      .ie11 .section__aura .img__aura .auraAnimation.flashFilter .flash-area #nbColorFlash .downBlock {
        -webkit-animation: KeyStrobingDIV 4000ms linear infinite;
        animation: KeyStrobingDIV 4000ms linear infinite; }
  .ie10 .section__aura .img__aura .auraAnimation.flashFilter #mouseColorBlock,
  .ie10 .section__aura .img__aura .auraAnimation.flashFilter #micColorBlock,
  .ie11 .section__aura .img__aura .auraAnimation.flashFilter #mouseColorBlock,
  .ie11 .section__aura .img__aura .auraAnimation.flashFilter #micColorBlock {
    display: none !important; }
  .ie10 .section__aura .img__aura .auraAnimation.flashFilter #mouseColorBlockIE,
  .ie11 .section__aura .img__aura .auraAnimation.flashFilter #mouseColorBlockIE {
    display: block;
    -webkit-animation: KeyFlashBlink1 4000ms linear infinite;
    animation: KeyFlashBlink1 4000ms linear infinite; }
  .ie10 .section__aura .img__aura .auraAnimation.flashFilter #micColorBlockIE,
  .ie11 .section__aura .img__aura .auraAnimation.flashFilter #micColorBlockIE {
    display: block;
    -webkit-animation: KeyFlashBlink1 4000ms linear infinite;
    animation: KeyFlashBlink1 4000ms linear infinite; }
  .ie10 .section__aura .img__aura .auraAnimation.smartFilter #nbColorBlock,
  .ie11 .section__aura .img__aura .auraAnimation.smartFilter #nbColorBlock {
    -webkit-animation: KeySmartDIV 1500ms linear infinite normal;
    animation: KeySmartDIV 1500ms linear infinite normal; }
  .ie10 .section__aura .img__aura .auraAnimation.smartFilter #mouseColorBlock,
  .ie10 .section__aura .img__aura .auraAnimation.smartFilter #micColorBlock,
  .ie11 .section__aura .img__aura .auraAnimation.smartFilter #mouseColorBlock,
  .ie11 .section__aura .img__aura .auraAnimation.smartFilter #micColorBlock {
    -webkit-animation: KeySmartSVG 1500ms linear infinite normal;
    animation: KeySmartSVG 1500ms linear infinite normal; }

.ie10 .section__ethernet .img__ethernet,
.ie11 .section__ethernet .img__ethernet {
  background-size: contain; }

.ie10 .section__keyboard,
.ie11 .section__keyboard {
  display: inline-block; }

.ie10 .section__keyboard .img__keyboard,
.ie11 .section__keyboard .img__keyboard {
  background-size: contain;
  background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/animation/s6/keyboard_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) {
    .ie10 .section__keyboard .img__keyboard,
    .ie11 .section__keyboard .img__keyboard {
      background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/2x/animation/s6/keyboard_bg.jpg"); } }
  .ie10 .section__keyboard .img__keyboard .keyboard__light,
  .ie11 .section__keyboard .img__keyboard .keyboard__light {
    position: relative;
    display: block;
    overflow: hidden;
    left: 50%;
    margin-top: 111px;
    margin-left: -718px;
    width: 1395px;
    height: 470px; }
    .ie10 .section__keyboard .img__keyboard .keyboard__light .img__keyboard__mask,
    .ie11 .section__keyboard .img__keyboard .keyboard__light .img__keyboard__mask {
      position: absolute;
      display: block;
      top: 0;
      z-index: 60;
      width: 1395px;
      height: 475px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/1x/animation/s6/keyboard_mask.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) {
        .ie10 .section__keyboard .img__keyboard .keyboard__light .img__keyboard__mask,
        .ie11 .section__keyboard .img__keyboard .keyboard__light .img__keyboard__mask {
          background-image: url("/websites/global/products/MR9WA0YsXc377gln/v10/features/images/large/2x/animation/s6/keyboard_mask.png"); } }
    .ie10 .section__keyboard .img__keyboard .keyboard__light .color__grid,
    .ie10 .section__keyboard .img__keyboard .keyboard__light .clicked__grid,
    .ie11 .section__keyboard .img__keyboard .keyboard__light .color__grid,
    .ie11 .section__keyboard .img__keyboard .keyboard__light .clicked__grid {
      position: absolute;
      width: 1395px;
      height: 475px; }
      .ie10 .section__keyboard .img__keyboard .keyboard__light .color__grid ul,
      .ie10 .section__keyboard .img__keyboard .keyboard__light .clicked__grid ul,
      .ie11 .section__keyboard .img__keyboard .keyboard__light .color__grid ul,
      .ie11 .section__keyboard .img__keyboard .keyboard__light .clicked__grid ul {
        position: absolute;
        margin: 0;
        left: 50px;
        top: 0; }
        .ie10 .section__keyboard .img__keyboard .keyboard__light .color__grid ul li,
        .ie10 .section__keyboard .img__keyboard .keyboard__light .clicked__grid ul li,
        .ie11 .section__keyboard .img__keyboard .keyboard__light .color__grid ul li,
        .ie11 .section__keyboard .img__keyboard .keyboard__light .clicked__grid ul li {
          cursor: pointer;
          float: left;
          width: 62px;
          height: 44px;
          display: block;
          text-indent: -9999px;
          margin-left: 4px;
          margin-right: 4px; }
      .ie10 .section__keyboard .img__keyboard .keyboard__light .color__grid .row1 #gr1,
      .ie10 .section__keyboard .img__keyboard .keyboard__light .clicked__grid .row1 #gr1,
      .ie11 .section__keyboard .img__keyboard .keyboard__light .color__grid .row1 #gr1,
      .ie11 .section__keyboard .img__keyboard .keyboard__light .clicked__grid .row1 #gr1 {
        position: absolute;
        display: block;
        content: '';
        width: 2000px;
        height: 3000px;
        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; }
