.ie10, .ie11, .ie12, .ie13 {
  /*** Global ***/ }
  .ie10 .text-left, .ie11 .text-left, .ie12 .text-left, .ie13 .text-left {
    text-align: left; }
  .ie10 .text-right, .ie11 .text-right, .ie12 .text-right, .ie13 .text-right {
    text-align: right; }
  .ie10 .text-center, .ie11 .text-center, .ie12 .text-center, .ie13 .text-center {
    text-align: center; }
  .ie10 .text-justify, .ie11 .text-justify, .ie12 .text-justify, .ie13 .text-justify {
    text-align: justify; }
  .ie10 .text-nowrap, .ie11 .text-nowrap, .ie12 .text-nowrap, .ie13 .text-nowrap {
    white-space: nowrap; }
  .ie10 .text-lowercase, .ie11 .text-lowercase, .ie12 .text-lowercase, .ie13 .text-lowercase {
    text-transform: lowercase; }
  .ie10 .text-uppercase, .ie11 .text-uppercase, .ie12 .text-uppercase, .ie13 .text-uppercase {
    text-transform: uppercase; }
  .ie10 .text-capitalize, .ie11 .text-capitalize, .ie12 .text-capitalize, .ie13 .text-capitalize {
    text-transform: capitalize; }
  .ie10 html, .ie11 html, .ie12 html, .ie13 html {
    font-size: 15px; }
  .ie10 body, .ie11 body, .ie12 body, .ie13 body {
    font-size: 1em;
    line-height: 1.33333;
    margin-bottom: 0em; }
  .ie10 .inline__block, .ie11 .inline__block, .ie12 .inline__block, .ie13 .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; } }
  .ie10 .sprite, .ie11 .sprite, .ie12 .sprite, .ie13 .sprite {
    background-repeat: no-repeat;
    display: block; }
  .ie10 .sprite-arrow_l, .ie11 .sprite-arrow_l, .ie12 .sprite-arrow_l, .ie13 .sprite-arrow_l {
    width: 65px;
    height: 130px;
    background-position: -5px -5px; }
  .ie10 .sprite-arrow_l_black, .ie11 .sprite-arrow_l_black, .ie12 .sprite-arrow_l_black, .ie13 .sprite-arrow_l_black {
    width: 49px;
    height: 96px;
    background-position: -80px -5px; }
  .ie10 .sprite-arrow_r, .ie11 .sprite-arrow_r, .ie12 .sprite-arrow_r, .ie13 .sprite-arrow_r {
    width: 65px;
    height: 130px;
    background-position: -139px -5px; }
  .ie10 .sprite-arrow_r_black, .ie11 .sprite-arrow_r_black, .ie12 .sprite-arrow_r_black, .ie13 .sprite-arrow_r_black {
    width: 49px;
    height: 96px;
    background-position: -214px -5px; }
  .ie10 .sprite-black, .ie11 .sprite-black, .ie12 .sprite-black, .ie13 .sprite-black {
    width: 41px;
    height: 41px;
    background-position: -80px -111px; }
  .ie10 .sprite-gray, .ie11 .sprite-gray, .ie12 .sprite-gray, .ie13 .sprite-gray {
    width: 41px;
    height: 41px;
    background-position: -214px -111px; }
  .ie10 .sprite-green, .ie11 .sprite-green, .ie12 .sprite-green, .ie13 .sprite-green {
    width: 44px;
    height: 44px;
    background-position: -5px -162px; }
  .ie10 .sprite-pink, .ie11 .sprite-pink, .ie12 .sprite-pink, .ie13 .sprite-pink {
    width: 45px;
    height: 44px;
    background-position: -59px -162px; }
  .ie10 .sprite-white, .ie11 .sprite-white, .ie12 .sprite-white, .ie13 .sprite-white {
    width: 45px;
    height: 44px;
    background-position: -114px -162px; }
  .ie10 .play__icon:after, .ie11 .play__icon:after, .ie12 .play__icon:after, .ie13 .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; }
  .ie10 .icon__left__arrow, .ie11 .icon__left__arrow, .ie12 .icon__left__arrow, .ie13 .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"); }
  .ie10 .icon__right__arrow, .ie11 .icon__right__arrow, .ie12 .icon__right__arrow, .ie13 .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; }
  .ie10 .border__radius-ie8, .ie11 .border__radius-ie8, .ie12 .border__radius-ie8, .ie13 .border__radius-ie8 {
    behavior: url("/websites/global/products/S0cdCjwveh9hZYoQ/v2/features/css/css3-IE8-PIE.htc"); }

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

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

@font-face {
  .ie10, .ie11, .ie12, .ie13 {
    font-family: "Roboto-Light_0";
    src: url("/websites/global/products/S0cdCjwveh9hZYoQ/v2/features/font/Roboto-Light_0.eot");
    src: url("/websites/global/products/S0cdCjwveh9hZYoQ/v2/features/font/Roboto-Light_0.eot?#iefix") format("embedded-opentype"), url("/websites/global/products/S0cdCjwveh9hZYoQ/v2/features/font/Roboto-Light_0.woff") format("woff"), url("/websites/global/products/S0cdCjwveh9hZYoQ/v2/features/font/Roboto-Light_0.ttf") format("truetype"), url("/websites/global/products/S0cdCjwveh9hZYoQ/v2/features/font/Roboto-Light_0.svg#AftaserifRegular") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .ie10 body, .ie11 body, .ie12 body, .ie13 body {
    background-attachment: scroll !important;
    -moz-osx-font-smoothing: grayscale; }
  .ie10 #CMD, .ie11 #CMD, .ie12 #CMD, .ie13 #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;
    overflow: hidden;
    z-index: 1;
    line-height: 1.3;
    font-size: 15px;
    background: black; }
  .ie10 .fix_ie_png, .ie11 .fix_ie_png, .ie12 .fix_ie_png, .ie13 .fix_ie_png {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00FFFFFF, endColorstr=#00FFFFFF ); }
  @media all and (min-width: 1301px) {
    .ie10 .clear__background__src, .ie11 .clear__background__src, .ie12 .clear__background__src, .ie13 .clear__background__src {
      background-image: none !important; } }
  .ie10 section .limit__width, .ie11 section .limit__width, .ie12 section .limit__width, .ie13 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) {
    .ie10 section .limit__width, .ie11 section .limit__width, .ie12 section .limit__width, .ie13 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) {
    .ie10 section .limit__width, .ie11 section .limit__width, .ie12 section .limit__width, .ie13 section .limit__width {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      min-width: 290px;
      max-width: 720px; } }
  .ie10 .progressive-image, .ie11 .progressive-image, .ie12 .progressive-image, .ie13 .progressive-image {
    background-image: none !important; }
  .ie10 .in.moving__element, .ie11 .in.moving__element, .ie12 .in.moving__element, .ie13 .in.moving__element {
    will-change: transform, opacity; }
  .ie10 .smooth__animation, .ie11 .smooth__animation, .ie12 .smooth__animation, .ie13 .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); }
  .ie10 .smooth__animation-fast, .ie11 .smooth__animation-fast, .ie12 .smooth__animation-fast, .ie13 .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); }
  .ie10 .wd__animation__easeout, .ie11 .wd__animation__easeout, .ie12 .wd__animation__easeout, .ie13 .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; }
  .ie10 .wd__animation__easeout__slow, .ie11 .wd__animation__easeout__slow, .ie12 .wd__animation__easeout__slow, .ie13 .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); }
  .ie10 .wd__animation__easeout-fast, .ie11 .wd__animation__easeout-fast, .ie12 .wd__animation__easeout-fast, .ie13 .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: #f2092a; }
  20% {
    color: #ffac25; }
  40% {
    color: #25ff72; }
  60% {
    color: #2533ff; }
  80% {
    color: #c225ff; }
  100% {
    color: #f2092a; } }

@keyframes textColorTween {
  0% {
    color: #f2092a; }
  20% {
    color: #ffac25; }
  40% {
    color: #25ff72; }
  60% {
    color: #2533ff; }
  80% {
    color: #c225ff; }
  100% {
    color: #f2092a; } }

@-webkit-keyframes colorTweenAnimation1 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.8)), to(#fac67b));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.8), #fac67b);
    background: linear-gradient(to left, rgba(255, 255, 0, 0.8), #fac67b); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.2)), to(rgba(250, 198, 123, 0.5)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.2), rgba(250, 198, 123, 0.5));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.2), rgba(250, 198, 123, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.4)), to(rgba(250, 198, 123, 0.8)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.4), rgba(250, 198, 123, 0.8));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.4), rgba(250, 198, 123, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(250, 198, 123, 0.3)), color-stop(rgba(250, 198, 123, 0.8)), to(rgba(250, 198, 123, 0.3)));
    background: -webkit-linear-gradient(right, rgba(250, 198, 123, 0.3), rgba(250, 198, 123, 0.8), rgba(250, 198, 123, 0.3));
    background: linear-gradient(to left, rgba(250, 198, 123, 0.3), rgba(250, 198, 123, 0.8), rgba(250, 198, 123, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#fac67b), color-stop(rgba(250, 198, 123, 0.5)), to(rgba(250, 198, 123, 0.6)));
    background: -webkit-linear-gradient(right, #fac67b, rgba(250, 198, 123, 0.5), rgba(250, 198, 123, 0.6));
    background: linear-gradient(to left, #fac67b, rgba(250, 198, 123, 0.5), rgba(250, 198, 123, 0.6)); }
  100% {
    background: transparent; } }

@keyframes colorTweenAnimation1 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.8)), to(#fac67b));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.8), #fac67b);
    background: linear-gradient(to left, rgba(255, 255, 0, 0.8), #fac67b); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.2)), to(rgba(250, 198, 123, 0.5)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.2), rgba(250, 198, 123, 0.5));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.2), rgba(250, 198, 123, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.4)), to(rgba(250, 198, 123, 0.8)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.4), rgba(250, 198, 123, 0.8));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.4), rgba(250, 198, 123, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(250, 198, 123, 0.3)), color-stop(rgba(250, 198, 123, 0.8)), to(rgba(250, 198, 123, 0.3)));
    background: -webkit-linear-gradient(right, rgba(250, 198, 123, 0.3), rgba(250, 198, 123, 0.8), rgba(250, 198, 123, 0.3));
    background: linear-gradient(to left, rgba(250, 198, 123, 0.3), rgba(250, 198, 123, 0.8), rgba(250, 198, 123, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#fac67b), color-stop(rgba(250, 198, 123, 0.5)), to(rgba(250, 198, 123, 0.6)));
    background: -webkit-linear-gradient(right, #fac67b, rgba(250, 198, 123, 0.5), rgba(250, 198, 123, 0.6));
    background: linear-gradient(to left, #fac67b, rgba(250, 198, 123, 0.5), rgba(250, 198, 123, 0.6)); }
  100% {
    background: transparent; } }

@-webkit-keyframes colorTweenAnimation2 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.8)), to(#2db1fc));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.8), #2db1fc);
    background: linear-gradient(to left, rgba(216, 0, 222, 0.8), #2db1fc); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.2)), to(rgba(45, 177, 252, 0.5)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.2), rgba(45, 177, 252, 0.5));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.2), rgba(45, 177, 252, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.4)), to(rgba(45, 177, 252, 0.8)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.4), rgba(45, 177, 252, 0.8));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.4), rgba(45, 177, 252, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(45, 177, 252, 0.3)), color-stop(rgba(45, 177, 252, 0.8)), to(rgba(45, 177, 252, 0.3)));
    background: -webkit-linear-gradient(right, rgba(45, 177, 252, 0.3), rgba(45, 177, 252, 0.8), rgba(45, 177, 252, 0.3));
    background: linear-gradient(to left, rgba(45, 177, 252, 0.3), rgba(45, 177, 252, 0.8), rgba(45, 177, 252, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#2db1fc), color-stop(rgba(45, 177, 252, 0.5)), to(rgba(45, 177, 252, 0.6)));
    background: -webkit-linear-gradient(right, #2db1fc, rgba(45, 177, 252, 0.5), rgba(45, 177, 252, 0.6));
    background: linear-gradient(to left, #2db1fc, rgba(45, 177, 252, 0.5), rgba(45, 177, 252, 0.6)); }
  100% {
    background: transparent; } }

@keyframes colorTweenAnimation2 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.8)), to(#2db1fc));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.8), #2db1fc);
    background: linear-gradient(to left, rgba(216, 0, 222, 0.8), #2db1fc); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.2)), to(rgba(45, 177, 252, 0.5)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.2), rgba(45, 177, 252, 0.5));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.2), rgba(45, 177, 252, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.4)), to(rgba(45, 177, 252, 0.8)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.4), rgba(45, 177, 252, 0.8));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.4), rgba(45, 177, 252, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(45, 177, 252, 0.3)), color-stop(rgba(45, 177, 252, 0.8)), to(rgba(45, 177, 252, 0.3)));
    background: -webkit-linear-gradient(right, rgba(45, 177, 252, 0.3), rgba(45, 177, 252, 0.8), rgba(45, 177, 252, 0.3));
    background: linear-gradient(to left, rgba(45, 177, 252, 0.3), rgba(45, 177, 252, 0.8), rgba(45, 177, 252, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#2db1fc), color-stop(rgba(45, 177, 252, 0.5)), to(rgba(45, 177, 252, 0.6)));
    background: -webkit-linear-gradient(right, #2db1fc, rgba(45, 177, 252, 0.5), rgba(45, 177, 252, 0.6));
    background: linear-gradient(to left, #2db1fc, rgba(45, 177, 252, 0.5), rgba(45, 177, 252, 0.6)); }
  100% {
    background: transparent; } }

@-webkit-keyframes colorTweenAnimation3 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.6)), to(#ff3730));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.6), #ff3730);
    background: linear-gradient(to left, rgba(216, 0, 222, 0.6), #ff3730); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.2)), to(rgba(255, 55, 48, 0.5)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.2), rgba(255, 55, 48, 0.5));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.2), rgba(255, 55, 48, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.4)), to(rgba(255, 55, 48, 0.8)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.4), rgba(255, 55, 48, 0.8));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.4), rgba(255, 55, 48, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 55, 48, 0.3)), color-stop(rgba(255, 55, 48, 0.8)), to(rgba(255, 55, 48, 0.3)));
    background: -webkit-linear-gradient(right, rgba(255, 55, 48, 0.3), rgba(255, 55, 48, 0.8), rgba(255, 55, 48, 0.3));
    background: linear-gradient(to left, rgba(255, 55, 48, 0.3), rgba(255, 55, 48, 0.8), rgba(255, 55, 48, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#ff3730), color-stop(rgba(255, 55, 48, 0.5)), to(rgba(255, 55, 48, 0.6)));
    background: -webkit-linear-gradient(right, #ff3730, rgba(255, 55, 48, 0.5), rgba(255, 55, 48, 0.6));
    background: linear-gradient(to left, #ff3730, rgba(255, 55, 48, 0.5), rgba(255, 55, 48, 0.6)); }
  100% {
    background: transparent; } }

@keyframes colorTweenAnimation3 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.6)), to(#ff3730));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.6), #ff3730);
    background: linear-gradient(to left, rgba(216, 0, 222, 0.6), #ff3730); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.2)), to(rgba(255, 55, 48, 0.5)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.2), rgba(255, 55, 48, 0.5));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.2), rgba(255, 55, 48, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.4)), to(rgba(255, 55, 48, 0.8)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.4), rgba(255, 55, 48, 0.8));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.4), rgba(255, 55, 48, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 55, 48, 0.3)), color-stop(rgba(255, 55, 48, 0.8)), to(rgba(255, 55, 48, 0.3)));
    background: -webkit-linear-gradient(right, rgba(255, 55, 48, 0.3), rgba(255, 55, 48, 0.8), rgba(255, 55, 48, 0.3));
    background: linear-gradient(to left, rgba(255, 55, 48, 0.3), rgba(255, 55, 48, 0.8), rgba(255, 55, 48, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#ff3730), color-stop(rgba(255, 55, 48, 0.5)), to(rgba(255, 55, 48, 0.6)));
    background: -webkit-linear-gradient(right, #ff3730, rgba(255, 55, 48, 0.5), rgba(255, 55, 48, 0.6));
    background: linear-gradient(to left, #ff3730, rgba(255, 55, 48, 0.5), rgba(255, 55, 48, 0.6)); }
  100% {
    background: transparent; } }

@-webkit-keyframes colorTweenAnimation4 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 55, 48, 0.8)), to(#d800de));
    background: -webkit-linear-gradient(right, rgba(255, 55, 48, 0.8), #d800de);
    background: linear-gradient(to left, rgba(255, 55, 48, 0.8), #d800de); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 55, 48, 0.2)), to(rgba(216, 0, 222, 0.5)));
    background: -webkit-linear-gradient(right, rgba(255, 55, 48, 0.2), rgba(216, 0, 222, 0.5));
    background: linear-gradient(to left, rgba(255, 55, 48, 0.2), rgba(216, 0, 222, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 55, 48, 0.4)), to(rgba(216, 0, 222, 0.8)));
    background: -webkit-linear-gradient(right, rgba(255, 55, 48, 0.4), rgba(216, 0, 222, 0.8));
    background: linear-gradient(to left, rgba(255, 55, 48, 0.4), rgba(216, 0, 222, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.3)), color-stop(rgba(216, 0, 222, 0.8)), to(rgba(216, 0, 222, 0.3)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.3), rgba(216, 0, 222, 0.8), rgba(216, 0, 222, 0.3));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.3), rgba(216, 0, 222, 0.8), rgba(216, 0, 222, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#d800de), color-stop(rgba(216, 0, 222, 0.5)), to(rgba(216, 0, 222, 0.6)));
    background: -webkit-linear-gradient(right, #d800de, rgba(216, 0, 222, 0.5), rgba(216, 0, 222, 0.6));
    background: linear-gradient(to left, #d800de, rgba(216, 0, 222, 0.5), rgba(216, 0, 222, 0.6)); }
  100% {
    background: transparent; } }

@keyframes colorTweenAnimation4 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 55, 48, 0.8)), to(#d800de));
    background: -webkit-linear-gradient(right, rgba(255, 55, 48, 0.8), #d800de);
    background: linear-gradient(to left, rgba(255, 55, 48, 0.8), #d800de); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 55, 48, 0.2)), to(rgba(216, 0, 222, 0.5)));
    background: -webkit-linear-gradient(right, rgba(255, 55, 48, 0.2), rgba(216, 0, 222, 0.5));
    background: linear-gradient(to left, rgba(255, 55, 48, 0.2), rgba(216, 0, 222, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 55, 48, 0.4)), to(rgba(216, 0, 222, 0.8)));
    background: -webkit-linear-gradient(right, rgba(255, 55, 48, 0.4), rgba(216, 0, 222, 0.8));
    background: linear-gradient(to left, rgba(255, 55, 48, 0.4), rgba(216, 0, 222, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.3)), color-stop(rgba(216, 0, 222, 0.8)), to(rgba(216, 0, 222, 0.3)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.3), rgba(216, 0, 222, 0.8), rgba(216, 0, 222, 0.3));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.3), rgba(216, 0, 222, 0.8), rgba(216, 0, 222, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#d800de), color-stop(rgba(216, 0, 222, 0.5)), to(rgba(216, 0, 222, 0.6)));
    background: -webkit-linear-gradient(right, #d800de, rgba(216, 0, 222, 0.5), rgba(216, 0, 222, 0.6));
    background: linear-gradient(to left, #d800de, rgba(216, 0, 222, 0.5), rgba(216, 0, 222, 0.6)); }
  100% {
    background: transparent; } }

@-webkit-keyframes colorTweenAnimation5 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.8)), to(#00d400));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.8), #00d400);
    background: linear-gradient(to left, rgba(255, 255, 0, 0.8), #00d400); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.2)), to(rgba(0, 212, 0, 0.5)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.2), rgba(0, 212, 0, 0.5));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.2), rgba(0, 212, 0, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.4)), to(rgba(0, 212, 0, 0.8)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.4), rgba(0, 212, 0, 0.8));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.4), rgba(0, 212, 0, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 212, 0, 0.3)), color-stop(rgba(0, 212, 0, 0.8)), to(rgba(0, 212, 0, 0.3)));
    background: -webkit-linear-gradient(right, rgba(0, 212, 0, 0.3), rgba(0, 212, 0, 0.8), rgba(0, 212, 0, 0.3));
    background: linear-gradient(to left, rgba(0, 212, 0, 0.3), rgba(0, 212, 0, 0.8), rgba(0, 212, 0, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#00d400), color-stop(rgba(0, 212, 0, 0.5)), to(rgba(0, 212, 0, 0.6)));
    background: -webkit-linear-gradient(right, #00d400, rgba(0, 212, 0, 0.5), rgba(0, 212, 0, 0.6));
    background: linear-gradient(to left, #00d400, rgba(0, 212, 0, 0.5), rgba(0, 212, 0, 0.6)); }
  100% {
    background: transparent; } }

@keyframes colorTweenAnimation5 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.8)), to(#00d400));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.8), #00d400);
    background: linear-gradient(to left, rgba(255, 255, 0, 0.8), #00d400); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.2)), to(rgba(0, 212, 0, 0.5)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.2), rgba(0, 212, 0, 0.5));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.2), rgba(0, 212, 0, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.4)), to(rgba(0, 212, 0, 0.8)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.4), rgba(0, 212, 0, 0.8));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.4), rgba(0, 212, 0, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 212, 0, 0.3)), color-stop(rgba(0, 212, 0, 0.8)), to(rgba(0, 212, 0, 0.3)));
    background: -webkit-linear-gradient(right, rgba(0, 212, 0, 0.3), rgba(0, 212, 0, 0.8), rgba(0, 212, 0, 0.3));
    background: linear-gradient(to left, rgba(0, 212, 0, 0.3), rgba(0, 212, 0, 0.8), rgba(0, 212, 0, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#00d400), color-stop(rgba(0, 212, 0, 0.5)), to(rgba(0, 212, 0, 0.6)));
    background: -webkit-linear-gradient(right, #00d400, rgba(0, 212, 0, 0.5), rgba(0, 212, 0, 0.6));
    background: linear-gradient(to left, #00d400, rgba(0, 212, 0, 0.5), rgba(0, 212, 0, 0.6)); }
  100% {
    background: transparent; } }

@-webkit-keyframes colorTweenAnimation6 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.8)), to(#9998f3));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.8), #9998f3);
    background: linear-gradient(to left, rgba(216, 0, 222, 0.8), #9998f3); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.2)), to(rgba(153, 152, 243, 0.5)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.2), rgba(153, 152, 243, 0.5));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.2), rgba(153, 152, 243, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.4)), to(rgba(153, 152, 243, 0.8)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.4), rgba(153, 152, 243, 0.8));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.4), rgba(153, 152, 243, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  7% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(153, 152, 243, 0.3)), color-stop(rgba(153, 152, 243, 0.8)), to(rgba(153, 152, 243, 0.3)));
    background: -webkit-linear-gradient(right, rgba(153, 152, 243, 0.3), rgba(153, 152, 243, 0.8), rgba(153, 152, 243, 0.3));
    background: linear-gradient(to left, rgba(153, 152, 243, 0.3), rgba(153, 152, 243, 0.8), rgba(153, 152, 243, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#9998f3), color-stop(rgba(153, 152, 243, 0.5)), to(rgba(153, 152, 243, 0.6)));
    background: -webkit-linear-gradient(right, #9998f3, rgba(153, 152, 243, 0.5), rgba(153, 152, 243, 0.6));
    background: linear-gradient(to left, #9998f3, rgba(153, 152, 243, 0.5), rgba(153, 152, 243, 0.6)); }
  100% {
    background: transparent; } }

@keyframes colorTweenAnimation6 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.8)), to(#9998f3));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.8), #9998f3);
    background: linear-gradient(to left, rgba(216, 0, 222, 0.8), #9998f3); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.2)), to(rgba(153, 152, 243, 0.5)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.2), rgba(153, 152, 243, 0.5));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.2), rgba(153, 152, 243, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(216, 0, 222, 0.4)), to(rgba(153, 152, 243, 0.8)));
    background: -webkit-linear-gradient(right, rgba(216, 0, 222, 0.4), rgba(153, 152, 243, 0.8));
    background: linear-gradient(to left, rgba(216, 0, 222, 0.4), rgba(153, 152, 243, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  7% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(153, 152, 243, 0.3)), color-stop(rgba(153, 152, 243, 0.8)), to(rgba(153, 152, 243, 0.3)));
    background: -webkit-linear-gradient(right, rgba(153, 152, 243, 0.3), rgba(153, 152, 243, 0.8), rgba(153, 152, 243, 0.3));
    background: linear-gradient(to left, rgba(153, 152, 243, 0.3), rgba(153, 152, 243, 0.8), rgba(153, 152, 243, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#9998f3), color-stop(rgba(153, 152, 243, 0.5)), to(rgba(153, 152, 243, 0.6)));
    background: -webkit-linear-gradient(right, #9998f3, rgba(153, 152, 243, 0.5), rgba(153, 152, 243, 0.6));
    background: linear-gradient(to left, #9998f3, rgba(153, 152, 243, 0.5), rgba(153, 152, 243, 0.6)); }
  100% {
    background: transparent; } }

@-webkit-keyframes colorTweenAnimation7 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.8)), to(#ff6a00));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.8), #ff6a00);
    background: linear-gradient(to left, rgba(255, 255, 0, 0.8), #ff6a00); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.2)), to(rgba(255, 106, 0, 0.5)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.2), rgba(255, 106, 0, 0.5));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.2), rgba(255, 106, 0, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.4)), to(rgba(255, 106, 0, 0.8)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.4), rgba(255, 106, 0, 0.8));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.4), rgba(255, 106, 0, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 106, 0, 0.3)), color-stop(rgba(255, 106, 0, 0.8)), to(rgba(255, 106, 0, 0.3)));
    background: -webkit-linear-gradient(right, rgba(255, 106, 0, 0.3), rgba(255, 106, 0, 0.8), rgba(255, 106, 0, 0.3));
    background: linear-gradient(to left, rgba(255, 106, 0, 0.3), rgba(255, 106, 0, 0.8), rgba(255, 106, 0, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#ff6a00), color-stop(rgba(255, 106, 0, 0.5)), to(rgba(255, 106, 0, 0.6)));
    background: -webkit-linear-gradient(right, #ff6a00, rgba(255, 106, 0, 0.5), rgba(255, 106, 0, 0.6));
    background: linear-gradient(to left, #ff6a00, rgba(255, 106, 0, 0.5), rgba(255, 106, 0, 0.6)); }
  100% {
    background: transparent; } }

@keyframes colorTweenAnimation7 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.8)), to(#ff6a00));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.8), #ff6a00);
    background: linear-gradient(to left, rgba(255, 255, 0, 0.8), #ff6a00); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.2)), to(rgba(255, 106, 0, 0.5)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.2), rgba(255, 106, 0, 0.5));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.2), rgba(255, 106, 0, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.4)), to(rgba(255, 106, 0, 0.8)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.4), rgba(255, 106, 0, 0.8));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.4), rgba(255, 106, 0, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 106, 0, 0.3)), color-stop(rgba(255, 106, 0, 0.8)), to(rgba(255, 106, 0, 0.3)));
    background: -webkit-linear-gradient(right, rgba(255, 106, 0, 0.3), rgba(255, 106, 0, 0.8), rgba(255, 106, 0, 0.3));
    background: linear-gradient(to left, rgba(255, 106, 0, 0.3), rgba(255, 106, 0, 0.8), rgba(255, 106, 0, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(#ff6a00), color-stop(rgba(255, 106, 0, 0.5)), to(rgba(255, 106, 0, 0.6)));
    background: -webkit-linear-gradient(right, #ff6a00, rgba(255, 106, 0, 0.5), rgba(255, 106, 0, 0.6));
    background: linear-gradient(to left, #ff6a00, rgba(255, 106, 0, 0.5), rgba(255, 106, 0, 0.6)); }
  100% {
    background: transparent; } }

@-webkit-keyframes colorTweenAnimation8 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 212, 0, 0.8)), to(yellow));
    background: -webkit-linear-gradient(right, rgba(0, 212, 0, 0.8), yellow);
    background: linear-gradient(to left, rgba(0, 212, 0, 0.8), yellow); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 212, 0, 0.2)), to(rgba(255, 255, 0, 0.5)));
    background: -webkit-linear-gradient(right, rgba(0, 212, 0, 0.2), rgba(255, 255, 0, 0.5));
    background: linear-gradient(to left, rgba(0, 212, 0, 0.2), rgba(255, 255, 0, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 212, 0, 0.4)), to(rgba(255, 255, 0, 0.8)));
    background: -webkit-linear-gradient(right, rgba(0, 212, 0, 0.4), rgba(255, 255, 0, 0.8));
    background: linear-gradient(to left, rgba(0, 212, 0, 0.4), rgba(255, 255, 0, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.3)), color-stop(rgba(255, 255, 0, 0.8)), to(rgba(255, 255, 0, 0.3)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.3), rgba(255, 255, 0, 0.8), rgba(255, 255, 0, 0.3));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.3), rgba(255, 255, 0, 0.8), rgba(255, 255, 0, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(yellow), color-stop(rgba(255, 255, 0, 0.5)), to(rgba(255, 255, 0, 0.6)));
    background: -webkit-linear-gradient(right, yellow, rgba(255, 255, 0, 0.5), rgba(255, 255, 0, 0.6));
    background: linear-gradient(to left, yellow, rgba(255, 255, 0, 0.5), rgba(255, 255, 0, 0.6)); }
  100% {
    background: transparent; } }

@keyframes colorTweenAnimation8 {
  0% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 212, 0, 0.8)), to(yellow));
    background: -webkit-linear-gradient(right, rgba(0, 212, 0, 0.8), yellow);
    background: linear-gradient(to left, rgba(0, 212, 0, 0.8), yellow); }
  20% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 212, 0, 0.2)), to(rgba(255, 255, 0, 0.5)));
    background: -webkit-linear-gradient(right, rgba(0, 212, 0, 0.2), rgba(255, 255, 0, 0.5));
    background: linear-gradient(to left, rgba(0, 212, 0, 0.2), rgba(255, 255, 0, 0.5)); }
  40% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 212, 0, 0.4)), to(rgba(255, 255, 0, 0.8)));
    background: -webkit-linear-gradient(right, rgba(0, 212, 0, 0.4), rgba(255, 255, 0, 0.8));
    background: linear-gradient(to left, rgba(0, 212, 0, 0.4), rgba(255, 255, 0, 0.8)); }
  55% {
    background: transparent; }
  65% {
    background: transparent; }
  75% {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 0, 0.3)), color-stop(rgba(255, 255, 0, 0.8)), to(rgba(255, 255, 0, 0.3)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0.3), rgba(255, 255, 0, 0.8), rgba(255, 255, 0, 0.3));
    background: linear-gradient(to left, rgba(255, 255, 0, 0.3), rgba(255, 255, 0, 0.8), rgba(255, 255, 0, 0.3)); }
  90% {
    background: -webkit-gradient(linear, right top, left top, from(yellow), color-stop(rgba(255, 255, 0, 0.5)), to(rgba(255, 255, 0, 0.6)));
    background: -webkit-linear-gradient(right, yellow, rgba(255, 255, 0, 0.5), rgba(255, 255, 0, 0.6));
    background: linear-gradient(to left, yellow, rgba(255, 255, 0, 0.5), rgba(255, 255, 0, 0.6)); }
  100% {
    background: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation1 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(250, 198, 123, 0.5); }
  30% {
    background-color: rgba(250, 198, 123, 0.8); }
  40% {
    background-color: rgba(250, 198, 123, 0.8); }
  65% {
    background-color: rgba(250, 198, 123, 0.8); }
  75% {
    background-color: rgba(250, 198, 123, 0.3); }
  90% {
    background-color: rgba(250, 198, 123, 0.6); }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation1 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(250, 198, 123, 0.5); }
  30% {
    background-color: rgba(250, 198, 123, 0.8); }
  40% {
    background-color: rgba(250, 198, 123, 0.8); }
  65% {
    background-color: rgba(250, 198, 123, 0.8); }
  75% {
    background-color: rgba(250, 198, 123, 0.3); }
  90% {
    background-color: rgba(250, 198, 123, 0.6); }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation2 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(45, 177, 252, 0.5); }
  40% {
    background-color: rgba(45, 177, 252, 0.8); }
  60% {
    background-color: rgba(45, 177, 252, 0.3); }
  80% {
    background-color: rgba(45, 177, 252, 0.6); }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation2 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(45, 177, 252, 0.5); }
  40% {
    background-color: rgba(45, 177, 252, 0.8); }
  60% {
    background-color: rgba(45, 177, 252, 0.3); }
  80% {
    background-color: rgba(45, 177, 252, 0.6); }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation3 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(255, 55, 48, 0.5); }
  40% {
    background-color: rgba(255, 55, 48, 0.8); }
  60% {
    background-color: rgba(255, 55, 48, 0.3); }
  80% {
    background-color: rgba(255, 55, 48, 0.6); }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation3 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(255, 55, 48, 0.5); }
  40% {
    background-color: rgba(255, 55, 48, 0.8); }
  60% {
    background-color: rgba(255, 55, 48, 0.3); }
  80% {
    background-color: rgba(255, 55, 48, 0.6); }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation4 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(216, 0, 222, 0.5); }
  40% {
    background-color: rgba(216, 0, 222, 0.8); }
  60% {
    background-color: rgba(216, 0, 222, 0.3); }
  80% {
    background-color: rgba(216, 0, 222, 0.6); }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation4 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(216, 0, 222, 0.5); }
  40% {
    background-color: rgba(216, 0, 222, 0.8); }
  60% {
    background-color: rgba(216, 0, 222, 0.3); }
  80% {
    background-color: rgba(216, 0, 222, 0.6); }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation5 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(0, 212, 0, 0.5); }
  40% {
    background-color: rgba(0, 212, 0, 0.8); }
  60% {
    background-color: rgba(0, 212, 0, 0.3); }
  80% {
    background-color: rgba(0, 212, 0, 0.6); }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation5 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(0, 212, 0, 0.5); }
  40% {
    background-color: rgba(0, 212, 0, 0.8); }
  60% {
    background-color: rgba(0, 212, 0, 0.3); }
  80% {
    background-color: rgba(0, 212, 0, 0.6); }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation6 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(153, 152, 243, 0.5); }
  40% {
    background-color: rgba(153, 152, 243, 0.8); }
  60% {
    background-color: rgba(153, 152, 243, 0.3); }
  80% {
    background-color: rgba(153, 152, 243, 0.6); }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation6 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(153, 152, 243, 0.5); }
  40% {
    background-color: rgba(153, 152, 243, 0.8); }
  60% {
    background-color: rgba(153, 152, 243, 0.3); }
  80% {
    background-color: rgba(153, 152, 243, 0.6); }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation7 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(255, 106, 0, 0.5); }
  40% {
    background-color: rgba(255, 106, 0, 0.8); }
  60% {
    background-color: rgba(255, 106, 0, 0.3); }
  80% {
    background-color: rgba(255, 106, 0, 0.6); }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation7 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(255, 106, 0, 0.5); }
  40% {
    background-color: rgba(255, 106, 0, 0.8); }
  60% {
    background-color: rgba(255, 106, 0, 0.3); }
  80% {
    background-color: rgba(255, 106, 0, 0.6); }
  100% {
    background-color: transparent; } }

@-webkit-keyframes colorTweenSlowAnimation8 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(255, 255, 0, 0.5); }
  40% {
    background-color: rgba(255, 255, 0, 0.8); }
  60% {
    background-color: rgba(255, 255, 0, 0.3); }
  80% {
    background-color: rgba(255, 255, 0, 0.6); }
  100% {
    background-color: transparent; } }

@keyframes colorTweenSlowAnimation8 {
  0% {
    background-color: transparent; }
  20% {
    background-color: rgba(255, 255, 0, 0.5); }
  40% {
    background-color: rgba(255, 255, 0, 0.8); }
  60% {
    background-color: rgba(255, 255, 0, 0.3); }
  80% {
    background-color: rgba(255, 255, 0, 0.6); }
  100% {
    background-color: transparent; } }
  .ie10 #ctl00_ContentPlaceHolder1_ctl00_span_model_name img, .ie11 #ctl00_ContentPlaceHolder1_ctl00_span_model_name img, .ie12 #ctl00_ContentPlaceHolder1_ctl00_span_model_name img, .ie13 #ctl00_ContentPlaceHolder1_ctl00_span_model_name img {
    max-width: 100%; }
  .ie10 #main-zone > .container, .ie11 #main-zone > .container, .ie12 #main-zone > .container, .ie13 #main-zone > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important; }
    .ie10 #main-zone > .container .overview-wrapper, .ie11 #main-zone > .container .overview-wrapper, .ie12 #main-zone > .container .overview-wrapper, .ie13 #main-zone > .container .overview-wrapper {
      width: 100% !important; }
  .ie10 #product-footer-zone, .ie11 #product-footer-zone, .ie12 #product-footer-zone, .ie13 #product-footer-zone {
    margin-top: 0 !important; }
  .ie10 #main-zone #overview-top-nav .inner, .ie11 #main-zone #overview-top-nav .inner, .ie12 #main-zone #overview-top-nav .inner, .ie13 #main-zone #overview-top-nav .inner {
    padding: 0; }
  .ie10 .lity-opened, .ie11 .lity-opened, .ie12 .lity-opened, .ie13 .lity-opened {
    z-index: 100000 !important; }
  @media all and (min-width: 1301px) {
    .ie10 #CMD, .ie11 #CMD, .ie12 #CMD, .ie13 #CMD {
      margin-top: 51px; } }
  @media all and (max-width: 1300px) and (min-width: 768px) {
    .ie10 #CMD, .ie11 #CMD, .ie12 #CMD, .ie13 #CMD {
      margin-top: 51px; } }
  .ie10 #CMD, .ie11 #CMD, .ie12 #CMD, .ie13 #CMD {
    margin-top: 109px \9  !important; }
  @media (max-width: 959px) and (min-width: 720px) {
    .ie10 #af-header,
    .ie10 #af-header .af-inner,
    .ie10 body #asus-api-footer, .ie11 #af-header,
    .ie11 #af-header .af-inner,
    .ie11 body #asus-api-footer, .ie12 #af-header,
    .ie12 #af-header .af-inner,
    .ie12 body #asus-api-footer, .ie13 #af-header,
    .ie13 #af-header .af-inner,
    .ie13 body #asus-api-footer {
      min-width: 100%;
      width: 100%; }
    .ie10 #main-zone > .container, .ie11 #main-zone > .container, .ie12 #main-zone > .container, .ie13 #main-zone > .container {
      width: 100% !important;
      min-width: 100% !important;
      max-width: 100% !important; } }
  @media all and (max-width: 720px) {
    .ie10 #CMD, .ie11 #CMD, .ie12 #CMD, .ie13 #CMD {
      margin-top: 0px !important; }
    .ie10 #main-zone,
    .ie10 #main-zone-5,
    .ie10 #main-zone-3,
    .ie10 #main-zone-4,
    .ie10 #main-zone-6, .ie11 #main-zone,
    .ie11 #main-zone-5,
    .ie11 #main-zone-3,
    .ie11 #main-zone-4,
    .ie11 #main-zone-6, .ie12 #main-zone,
    .ie12 #main-zone-5,
    .ie12 #main-zone-3,
    .ie12 #main-zone-4,
    .ie12 #main-zone-6, .ie13 #main-zone,
    .ie13 #main-zone-5,
    .ie13 #main-zone-3,
    .ie13 #main-zone-4,
    .ie13 #main-zone-6 {
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  .ie10 .scroll__tool, .ie11 .scroll__tool, .ie12 .scroll__tool, .ie13 .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; }
    .ie10 .scroll__tool.show, .ie11 .scroll__tool.show, .ie12 .scroll__tool.show, .ie13 .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)"; }
      .ie10 .scroll__tool.show .img__scroll-top, .ie11 .scroll__tool.show .img__scroll-top, .ie12 .scroll__tool.show .img__scroll-top, .ie13 .scroll__tool.show .img__scroll-top {
        cursor: pointer; }
    .ie10 .scroll__tool .img__scroll-top, .ie11 .scroll__tool .img__scroll-top, .ie12 .scroll__tool .img__scroll-top, .ie13 .scroll__tool .img__scroll-top {
      width: 61px;
      height: 61px; }
  @media (min-width: 1px) and (max-width: 720px) {
    .ie10 .scroll__tool, .ie11 .scroll__tool, .ie12 .scroll__tool, .ie13 .scroll__tool {
      right: 8px;
      bottom: 83px; } }
  .ie10 .video-bottom, .ie10 .media-bottom, .ie11 .video-bottom, .ie11 .media-bottom, .ie12 .video-bottom, .ie12 .media-bottom, .ie13 .video-bottom, .ie13 .media-bottom {
    position: relative; }
  .ie10 .cmd__guideline, .ie11 .cmd__guideline, .ie12 .cmd__guideline, .ie13 .cmd__guideline {
    position: absolute;
    left: 0;
    width: 100vw;
    z-index: 10000000;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out; }
    .ie10 .cmd__guideline.active, .ie11 .cmd__guideline.active, .ie12 .cmd__guideline.active, .ie13 .cmd__guideline.active {
      opacity: 1; }
    .ie10 .cmd__guideline.guideline-slogan, .ie11 .cmd__guideline.guideline-slogan, .ie12 .cmd__guideline.guideline-slogan, .ie13 .cmd__guideline.guideline-slogan {
      bottom: 31px;
      height: 285px;
      background: rgba(219, 77, 109, 0.3); }
    .ie10 .cmd__guideline.guideline-title, .ie11 .cmd__guideline.guideline-title, .ie12 .cmd__guideline.guideline-title, .ie13 .cmd__guideline.guideline-title {
      top: -18px;
      height: 30px;
      background: rgba(251, 150, 110, 0.3); }
    .ie10 .cmd__guideline.guideline-info, .ie11 .cmd__guideline.guideline-info, .ie12 .cmd__guideline.guideline-info, .ie13 .cmd__guideline.guideline-info {
      top: -32px;
      height: 39px;
      background: rgba(0, 137, 108, 0.3); }
    .ie10 .cmd__guideline.guideline-hl, .ie11 .cmd__guideline.guideline-hl, .ie12 .cmd__guideline.guideline-hl, .ie13 .cmd__guideline.guideline-hl {
      top: -73px;
      height: 83px;
      background: rgba(193, 50, 142, 0.3); }
    .ie10 .cmd__guideline.guideline-hldesb, .ie11 .cmd__guideline.guideline-hldesb, .ie12 .cmd__guideline.guideline-hldesb, .ie13 .cmd__guideline.guideline-hldesb {
      top: -9px;
      height: 13px;
      width: 100%;
      background: rgba(88, 178, 220, 0.3); }
    .ie10 .cmd__guideline.guideline-hlb, .ie11 .cmd__guideline.guideline-hlb, .ie12 .cmd__guideline.guideline-hlb, .ie13 .cmd__guideline.guideline-hlb {
      bottom: -60px;
      height: 65px;
      background: rgba(144, 180, 75, 0.3); }
    .ie10 .cmd__guideline.guideline-pdprice-top, .ie11 .cmd__guideline.guideline-pdprice-top, .ie12 .cmd__guideline.guideline-pdprice-top, .ie13 .cmd__guideline.guideline-pdprice-top {
      bottom: 129px;
      height: 72px;
      background: rgba(46, 92, 110, 0.3); }
    .ie10 .cmd__guideline.guideline-pdprice-bottom, .ie11 .cmd__guideline.guideline-pdprice-bottom, .ie12 .cmd__guideline.guideline-pdprice-bottom, .ie13 .cmd__guideline.guideline-pdprice-bottom {
      bottom: -72px;
      height: 72px;
      background: rgba(46, 92, 110, 0.3); }
    .ie10 .cmd__guideline.guideline-pdguide, .ie11 .cmd__guideline.guideline-pdguide, .ie12 .cmd__guideline.guideline-pdguide, .ie13 .cmd__guideline.guideline-pdguide {
      bottom: 30px;
      height: 37px;
      width: 100%;
      background: rgba(88, 178, 220, 0.3); }
    .ie10 .cmd__guideline.guideline-pdvideos, .ie11 .cmd__guideline.guideline-pdvideos, .ie12 .cmd__guideline.guideline-pdvideos, .ie13 .cmd__guideline.guideline-pdvideos {
      height: 214px;
      top: -91px;
      background: rgba(144, 180, 75, 0.3); }
    .ie10 .cmd__guideline.guideline-pdvideos-bottom, .ie11 .cmd__guideline.guideline-pdvideos-bottom, .ie12 .cmd__guideline.guideline-pdvideos-bottom, .ie13 .cmd__guideline.guideline-pdvideos-bottom {
      top: 0;
      height: 214px;
      background: rgba(144, 180, 75, 0.3); }
    .ie10 .cmd__guideline.guideline-pdmedias-bottom, .ie11 .cmd__guideline.guideline-pdmedias-bottom, .ie12 .cmd__guideline.guideline-pdmedias-bottom, .ie13 .cmd__guideline.guideline-pdmedias-bottom {
      top: -14px;
      height: 214px;
      background: rgba(144, 180, 75, 0.3); }
  .ie10 .guideline__controller, .ie11 .guideline__controller, .ie12 .guideline__controller, .ie13 .guideline__controller {
    position: fixed;
    overflow: hidden;
    text-align: center;
    z-index: 99999999999;
    top: 0;
    margin-left: 0;
    padding: 10px 15px 15px 10px;
    width: 30px;
    height: 30px;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 10px;
    background: rgba(112, 124, 116, 0.8); }
    .ie10 .guideline__controller .guideline__logo, .ie11 .guideline__controller .guideline__logo, .ie12 .guideline__controller .guideline__logo, .ie13 .guideline__controller .guideline__logo {
      position: absolute;
      top: 13px;
      left: 5px;
      width: 40px;
      height: 40px;
      font-size: 22px;
      color: #eee; }

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

@keyframes showAnimation {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
    .ie10 .guideline__controller.visible, .ie11 .guideline__controller.visible, .ie12 .guideline__controller.visible, .ie13 .guideline__controller.visible {
      margin-left: 0;
      width: auto;
      height: auto; }
      .ie10 .guideline__controller.visible .control, .ie11 .guideline__controller.visible .control, .ie12 .guideline__controller.visible .control, .ie13 .guideline__controller.visible .control {
        display: block; }
      .ie10 .guideline__controller.visible .guideline__logo:before, .ie11 .guideline__controller.visible .guideline__logo:before, .ie12 .guideline__controller.visible .guideline__logo:before, .ie13 .guideline__controller.visible .guideline__logo:before {
        position: absolute;
        content: '';
        display: block;
        z-index: -1;
        top: -1px;
        left: 5px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background: rgba(255, 0, 0, 0.3);
        -webkit-animation: showAnimation 3000ms ease-in-out infinite;
        animation: showAnimation 3000ms ease-in-out infinite; }
    .ie10 .guideline__controller .guideline__logo, .ie11 .guideline__controller .guideline__logo, .ie12 .guideline__controller .guideline__logo, .ie13 .guideline__controller .guideline__logo {
      position: absolute;
      top: 13px;
      left: 5px;
      width: 40px;
      height: 40px;
      font-size: 22px;
      color: #eee; }
    .ie10 .guideline__controller .control, .ie11 .guideline__controller .control, .ie12 .guideline__controller .control, .ie13 .guideline__controller .control {
      position: relative;
      text-align: left;
      display: none;
      cursor: pointer;
      margin: 10px 10px 10px 30px;
      padding-left: 30px;
      color: #fffffc;
      font-size: 20px; }
      .ie10 .guideline__controller .control.main__item, .ie11 .guideline__controller .control.main__item, .ie12 .guideline__controller .control.main__item, .ie13 .guideline__controller .control.main__item {
        margin-top: 22px; }
      .ie10 .guideline__controller .control.sub__item, .ie11 .guideline__controller .control.sub__item, .ie12 .guideline__controller .control.sub__item, .ie13 .guideline__controller .control.sub__item {
        margin-left: 50px; }
      .ie10 .guideline__controller .control input, .ie11 .guideline__controller .control input, .ie12 .guideline__controller .control input, .ie13 .guideline__controller .control input {
        position: absolute;
        z-index: -1;
        opacity: 0; }
      .ie10 .guideline__controller .control .control__indicator, .ie11 .guideline__controller .control .control__indicator, .ie12 .guideline__controller .control .control__indicator, .ie13 .guideline__controller .control .control__indicator {
        position: absolute;
        top: 2px;
        left: 0;
        height: 20px;
        width: 20px;
        background: #e6e6e6; }
        .ie10 .guideline__controller .control .control__indicator:after, .ie11 .guideline__controller .control .control__indicator:after, .ie12 .guideline__controller .control .control__indicator:after, .ie13 .guideline__controller .control .control__indicator:after {
          position: absolute;
          content: '';
          display: block;
          opacity: 0;
          left: 8px;
          top: 4px;
          width: 3px;
          height: 8px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .ie10 .guideline__controller .control input:checked ~ .control__indicator, .ie11 .guideline__controller .control input:checked ~ .control__indicator, .ie12 .guideline__controller .control input:checked ~ .control__indicator, .ie13 .guideline__controller .control input:checked ~ .control__indicator {
        background: #2aa1c0; }
        .ie10 .guideline__controller .control input:checked ~ .control__indicator:after, .ie11 .guideline__controller .control input:checked ~ .control__indicator:after, .ie12 .guideline__controller .control input:checked ~ .control__indicator:after, .ie13 .guideline__controller .control input:checked ~ .control__indicator:after {
          opacity: 1; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .ie10 .cmd__guideline.guideline-slogan, .ie11 .cmd__guideline.guideline-slogan, .ie12 .cmd__guideline.guideline-slogan, .ie13 .cmd__guideline.guideline-slogan {
      bottom: 25px;
      height: 173px; }
    .ie10 .cmd__guideline.guideline-title, .ie11 .cmd__guideline.guideline-title, .ie12 .cmd__guideline.guideline-title, .ie13 .cmd__guideline.guideline-title {
      top: -29px;
      height: 38px; }
    .ie10 .cmd__guideline.guideline-info, .ie11 .cmd__guideline.guideline-info, .ie12 .cmd__guideline.guideline-info, .ie13 .cmd__guideline.guideline-info {
      top: -105px;
      height: 112px; }
    .ie10 .cmd__guideline.guideline-hl, .ie11 .cmd__guideline.guideline-hl, .ie12 .cmd__guideline.guideline-hl, .ie13 .cmd__guideline.guideline-hl {
      top: -59px;
      height: 69px; }
    .ie10 .cmd__guideline.guideline-pdprice-top, .ie11 .cmd__guideline.guideline-pdprice-top, .ie12 .cmd__guideline.guideline-pdprice-top, .ie13 .cmd__guideline.guideline-pdprice-top {
      bottom: 129px;
      height: 53px; }
    .ie10 .cmd__guideline.guideline-pdprice-bottom, .ie11 .cmd__guideline.guideline-pdprice-bottom, .ie12 .cmd__guideline.guideline-pdprice-bottom, .ie13 .cmd__guideline.guideline-pdprice-bottom {
      bottom: -53px;
      height: 53px; }
    .ie10 .cmd__guideline.guideline-pdguide, .ie11 .cmd__guideline.guideline-pdguide, .ie12 .cmd__guideline.guideline-pdguide, .ie13 .cmd__guideline.guideline-pdguide {
      bottom: 30px;
      height: 37px; }
    .ie10 .cmd__guideline.guideline-pdvideos, .ie11 .cmd__guideline.guideline-pdvideos, .ie12 .cmd__guideline.guideline-pdvideos, .ie13 .cmd__guideline.guideline-pdvideos {
      top: -13px;
      height: 165px; }
    .ie10 .cmd__guideline.guideline-pdvideos-bottom, .ie11 .cmd__guideline.guideline-pdvideos-bottom, .ie12 .cmd__guideline.guideline-pdvideos-bottom, .ie13 .cmd__guideline.guideline-pdvideos-bottom {
      top: 0;
      height: 165px; }
    .ie10 .cmd__guideline.guideline-pdmedias-bottom, .ie11 .cmd__guideline.guideline-pdmedias-bottom, .ie12 .cmd__guideline.guideline-pdmedias-bottom, .ie13 .cmd__guideline.guideline-pdmedias-bottom {
      top: -8px;
      height: 165px; } }
  @media all and (min-width: 960px) and (max-width: 1300px) {
    .ie10 .cmd__guideline.guideline-pdmedias-bottom, .ie11 .cmd__guideline.guideline-pdmedias-bottom, .ie12 .cmd__guideline.guideline-pdmedias-bottom, .ie13 .cmd__guideline.guideline-pdmedias-bottom {
      top: -34px; } }
  @media all and (max-width: 720px) {
    .ie10 .cmd__guideline.guideline-slogan, .ie11 .cmd__guideline.guideline-slogan, .ie12 .cmd__guideline.guideline-slogan, .ie13 .cmd__guideline.guideline-slogan {
      bottom: 21px;
      height: 100px; }
    .ie10 .cmd__guideline.guideline-title, .ie11 .cmd__guideline.guideline-title, .ie12 .cmd__guideline.guideline-title, .ie13 .cmd__guideline.guideline-title {
      top: -22px;
      height: 31px; }
    .ie10 .cmd__guideline.guideline-info, .ie11 .cmd__guideline.guideline-info, .ie12 .cmd__guideline.guideline-info, .ie13 .cmd__guideline.guideline-info {
      top: -78px;
      height: 84px; }
    .ie10 .cmd__guideline.guideline-hl, .ie11 .cmd__guideline.guideline-hl, .ie12 .cmd__guideline.guideline-hl, .ie13 .cmd__guideline.guideline-hl {
      top: -41px;
      height: 48px; }
    .ie10 .cmd__guideline.guideline-pdprice-top, .ie11 .cmd__guideline.guideline-pdprice-top, .ie12 .cmd__guideline.guideline-pdprice-top, .ie13 .cmd__guideline.guideline-pdprice-top {
      bottom: 116px;
      height: 32px; }
    .ie10 .cmd__guideline.guideline-pdprice-bottom, .ie11 .cmd__guideline.guideline-pdprice-bottom, .ie12 .cmd__guideline.guideline-pdprice-bottom, .ie13 .cmd__guideline.guideline-pdprice-bottom {
      bottom: -32px;
      height: 32px; }
    .ie10 .cmd__guideline.guideline-pdguide, .ie11 .cmd__guideline.guideline-pdguide, .ie12 .cmd__guideline.guideline-pdguide, .ie13 .cmd__guideline.guideline-pdguide {
      bottom: 21px;
      height: 28px; }
    .ie10 .cmd__guideline.guideline-pdvideos, .ie11 .cmd__guideline.guideline-pdvideos, .ie12 .cmd__guideline.guideline-pdvideos, .ie13 .cmd__guideline.guideline-pdvideos {
      top: -9px;
      height: 91px; }
    .ie10 .cmd__guideline.guideline-pdvideos-bottom, .ie11 .cmd__guideline.guideline-pdvideos-bottom, .ie12 .cmd__guideline.guideline-pdvideos-bottom, .ie13 .cmd__guideline.guideline-pdvideos-bottom {
      top: 0;
      height: 91px; }
    .ie10 .cmd__guideline.guideline-pdmedias-bottom, .ie11 .cmd__guideline.guideline-pdmedias-bottom, .ie12 .cmd__guideline.guideline-pdmedias-bottom, .ie13 .cmd__guideline.guideline-pdmedias-bottom {
      top: -76px;
      height: 91px; } }
  @media all and (min-width: 600px) and (max-width: 720px) {
    .ie10 .cmd__guideline.guideline-pdmedias-bottom, .ie11 .cmd__guideline.guideline-pdmedias-bottom, .ie12 .cmd__guideline.guideline-pdmedias-bottom, .ie13 .cmd__guideline.guideline-pdmedias-bottom {
      top: -29px; } }
  .ie10 .large_use, .ie11 .large_use, .ie12 .large_use, .ie13 .large_use {
    display: inline; }
  .ie10 .wd__innerbtn5 .inner__btn, .ie11 .wd__innerbtn5 .inner__btn, .ie12 .wd__innerbtn5 .inner__btn, .ie13 .wd__innerbtn5 .inner__btn {
    z-index: 100000; }
  .ie10 #CMD .wd__section.wd__innerbtn11 .inner__btn.active .toggleSlide, .ie11 #CMD .wd__section.wd__innerbtn11 .inner__btn.active .toggleSlide, .ie12 #CMD .wd__section.wd__innerbtn11 .inner__btn.active .toggleSlide, .ie13 #CMD .wd__section.wd__innerbtn11 .inner__btn.active .toggleSlide {
    -webkit-transform: translateY(190px) rotate(142deg) !important;
    -ms-transform: translateY(190px) rotate(142deg) !important;
    transform: translateY(190px) rotate(142deg) !important; }
  .ie10 #CMD .wd__section.wd__innerbtn11 .inner__btn .toggleSlide.fixed, .ie11 #CMD .wd__section.wd__innerbtn11 .inner__btn .toggleSlide.fixed, .ie12 #CMD .wd__section.wd__innerbtn11 .inner__btn .toggleSlide.fixed, .ie13 #CMD .wd__section.wd__innerbtn11 .inner__btn .toggleSlide.fixed {
    top: -120px; }
  .ie10 #svg__mouse__blur, .ie10 #svg__mouse, .ie10 #svg__earphone, .ie10 #svg__symbol, .ie10 #svg__machine__bar, .ie10 #svg__machine__bar-bottom, .ie11 #svg__mouse__blur, .ie11 #svg__mouse, .ie11 #svg__earphone, .ie11 #svg__symbol, .ie11 #svg__machine__bar, .ie11 #svg__machine__bar-bottom, .ie12 #svg__mouse__blur, .ie12 #svg__mouse, .ie12 #svg__earphone, .ie12 #svg__symbol, .ie12 #svg__machine__bar, .ie12 #svg__machine__bar-bottom, .ie13 #svg__mouse__blur, .ie13 #svg__mouse, .ie13 #svg__earphone, .ie13 #svg__symbol, .ie13 #svg__machine__bar, .ie13 #svg__machine__bar-bottom {
    display: none !important; }
  .ie10 .slick__menu, .ie11 .slick__menu, .ie12 .slick__menu, .ie13 .slick__menu {
    position: absolute;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
