<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Global ***/
.text-left {
  text-align: left; }

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

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

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

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

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

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

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

html {
  font-size: 15px; }

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

.inline__block {
  display: inline-block; }

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

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

.sprite {
  background-repeat: no-repeat;
  display: block; }

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

.sprite-arrow_l_black {
  width: 49px;
  height: 96px;
  background-position: -80px -5px; }

.sprite-arrow_r {
  width: 65px;
  height: 130px;
  background-position: -139px -5px; }

.sprite-arrow_r_black {
  width: 49px;
  height: 96px;
  background-position: -214px -5px; }

.sprite-black {
  width: 41px;
  height: 41px;
  background-position: -80px -111px; }

.sprite-gray {
  width: 41px;
  height: 41px;
  background-position: -214px -111px; }

.sprite-green {
  width: 44px;
  height: 44px;
  background-position: -5px -162px; }

.sprite-pink {
  width: 45px;
  height: 44px;
  background-position: -59px -162px; }

.sprite-white {
  width: 45px;
  height: 44px;
  background-position: -114px -162px; }

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

.wd__section .large__text-left.wd__content {
  text-align: left; }
  .wd__section .large__text-left.wd__content .content__comment,
  .wd__section .large__text-left.wd__content .content__info,
  .wd__section .large__text-left.wd__content .content__link,
  .wd__section .large__text-left.wd__content .content__slogan,
  .wd__section .large__text-left.wd__content .content__title {
    text-align: left;
    margin-left: 0; }
  .wd__section .large__text-left.wd__content .content__slogan:after {
    left: 0;
    margin-left: 0px; }
  .wd__section .large__text-left.wd__content .content__title:after {
    margin-left: 0;
    text-align: left; }

.wd__section .large__text-left.wd__feature__list {
  text-align: left; }
  .wd__section .large__text-left.wd__feature__list .wd__feature {
    margin-left: 0;
    margin-right: 50px; }

.wd__section .large__text-right.wd__content {
  text-align: right; }
  .wd__section .large__text-right.wd__content .content__slogan:after {
    right: 0;
    margin-right: 0px; }

.wd__section .large__text-right.wd__feature__list {
  text-align: right; }
  .wd__section .large__text-right.wd__feature__list .wd__feature {
    margin-left: 50px;
    margin-right: 0; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .medium__text-left.wd__content {
    text-align: left; }
  .wd__section .medium__text-left.wd__feature__list {
    text-align: left; }
    .wd__section .medium__text-left.wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 50px; }
  .wd__section .medium__text-left.wd__content {
    left: 0; }
    .wd__section .medium__text-left.wd__content .content__comment,
    .wd__section .medium__text-left.wd__content .content__info,
    .wd__section .medium__text-left.wd__content .content__link,
    .wd__section .medium__text-left.wd__content .content__slogan,
    .wd__section .medium__text-left.wd__content .content__title {
      text-align: left;
      margin-left: 0; }
    .wd__section .medium__text-left.wd__content .content__slogan:after {
      margin-left: 0px; }
  .wd__section .medium__text-center.wd__content {
    text-align: center; }
  .wd__section .medium__text-center.wd__feature__list {
    text-align: center; }
    .wd__section .medium__text-center.wd__feature__list .wd__feature {
      margin-left: 30px;
      margin-right: 30px; }
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe__top, .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__data, .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center; }
  .wd__section .medium__text-center.wd__content {
    left: 0;
    margin-left: auto;
    margin-right: auto; }
    .wd__section .medium__text-center.wd__content .content__comment,
    .wd__section .medium__text-center.wd__content .content__info,
    .wd__section .medium__text-center.wd__content .content__link,
    .wd__section .medium__text-center.wd__content .content__slogan,
    .wd__section .medium__text-center.wd__content .content__title {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    .wd__section .medium__text-center.wd__content .content__slogan:after {
      margin-left: auto;
      margin-right: auto; } }

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

.wd__section .section_content.text-white .wd__content .content__comment,
.wd__section .section_content.text-white .wd__content .content__info,
.wd__section .section_content.text-white .wd__content .content__title {
  color: #fff; }

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

.wd__section .section_content .wd__content.theme-dark .content__comment {
  color: #999; }

.wd__section .section_content .wd__content.theme-dark .content__info,
.wd__section .section_content .wd__content.theme-dark .content__title {
  color: #fff; }

.wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe, .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe span, .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top, .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.wd__section .section_content .wd__content.theme-light .content__info,
.wd__section .section_content .wd__content.theme-light .content__title {
  color: #333; }

.wd__section .section_content .wd__content.theme-light .wd__feature__list .wd__feature .wd__feature__describe, .wd__section .section_content .wd__content.theme-light .wd__feature__list .wd__feature .wd__feature__describe span, .wd__section .section_content .wd__content.theme-light .wd__feature__list .wd__feature .wd__feature__describe__top, .wd__section .section_content .wd__content.theme-light .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #333; }

.wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe, .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe span, .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top, .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.wd__section .section_content .wd__feature__list.theme-light .wd__feature .wd__feature__describe, .wd__section .section_content .wd__feature__list.theme-light .wd__feature .wd__feature__describe span, .wd__section .section_content .wd__feature__list.theme-light .wd__feature .wd__feature__describe__top, .wd__section .section_content .wd__feature__list.theme-light .wd__feature .wd__feature__describe__top span {
  color: #333; }

.modal-button-container.bg-gray .modal-button-text {
  color: #6f6f6f; }

.modal-button-container.bg-gray .modal-button .modal-button-start-cap, .modal-button-container.bg-gray .modal-button .modal-button-scaler, .modal-button-container.bg-gray .modal-button .modal-button-end-cap {
  background: #6f6f6f; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-start-cap, .modal-button-container.bg-white .modal-button.old__browser .modal-button-copy, .modal-button-container.bg-white .modal-button.old__browser .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy {
  color: #6f6f6f; }

.modal-button-container.bg-white .modal-button.old__browser .pluscircle-icon {
  background-image: url(/websites/global/products/k03irum4q7U0cIld/v1/features/images/icon_modalbtn_gray.png) !important; }

.modal-button-container.bg-white .modal-button .modal-button-copy {
  color: #6f6f6f; }

.modal-button-container.bg-white .modal-button .modal-button-start-cap, .modal-button-container.bg-white .modal-button .modal-button-scaler, .modal-button-container.bg-white .modal-button .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button .pluscircle-icon svg path {
  fill: #6f6f6f; }

.play__icon:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADJklEQVRYw73YTWwWVRQG4KdD1RjTEmNjt0ZNtC4GXQiiTLAmklShdKFbomAYSQTqRjbu3IhuBBd2iPizM42Jjb9JF/7kolgIQWcBGuLCJVhi2iYSNRUXc1vqZ03nm6/1LGfuOee9d+697/tOlzYiK8qNeAwbcRduwXrM4DJ+xCl8GvL0VN26XTUa34jdOIh5fIwTOIdLIU9nsqJcj1sxgAzb0Y0jOB7y9EpjEFlR7oyFzuLVkKfftLFqm/EC7sNoyNOJtkBkRXkDjuIR7A15+kXd5svUGsQxfI4DIU9/XxFEVpS9mMCveDrk6WxTAC0138bNGGmt2dUy+Hp8hp+Qhzy92imAJbXXYQy3Yyjk6R8L75KWsa9jDvtWEwCEPJ3Hs5iNfRZjEURWlCMYxK6YsOoR6+7CYOyH+DniMTyv2gONN2HdyIryYbyDgZCnVxZWYje+/z8AxBX5Et9hD9c+x0EcbnM2R7Oi7O4Ay2EcgCQryk34q52LKMZ+TGZF2ddwNU5iPivKTQm24cOGsxnE6awoNzTM/wjbEjyg4oKmcRu+zoryiQa5J7A5UZHO+Q5AwE0Yz4rypawokzbyzuHuREXHFzsEQXXcX8REvKbrxCX0JehdDX5YEjvwbp2BsW9Pgtk2kNeJT/BUnYFZUfZgLlEpov5VaH4VL2M45OlMzZx+THerNuUALnQA4DfsCXn6Xpt59+CHBN9iSwcAfsaWBgDgIZxMMInhhgC+wv0hT882zB/GZBLydEp1fT/YZoExPBry9Jcm3aMGXRfydGqBgI7gEHbWLRLydF/D2S/EIZWOXWTRt7AhitI1j6gn7sXxRRDRF4yiiGd3LQH0qNT36IIfaRW6x9CHJ9dC4kWxO47LIU/3LjxvJZvnIog3sqJc0Z01ADCmcmr7l777B4gow7fjTry/Wtd5rDOOO/B4qwH6F+1GUhnCNM5kRbm1QwBbcSbWG1qOLFfyoiN4TeVFX4mSrG7zpV70+ZCnH/zX2Lqu/BmVGP5TJcmCinMuhjydizu+3zVXvgPXqe6fNzty5csAav0/0YdelauaVv2fOK2yklN1XdzfdfIarq20xZsAAAAASUVORK5CYII=");
  width: 24px;
  height: 24px; }

.icon__left__arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAACbCAYAAAAa/HfkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MDM3YTljNy1lZjkwLWQ4NGMtYTcwZC03OGM4NDg0NjAzYmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDVGQjNDREY4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVGQjNDREU4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGNkZjRmNDItMzk0ZS1jNDRhLTg4ZTctNWY1M2Y5NjI4MTUwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDZhZjExODAtNjFhMy0xMWU1LTkzZGUtOTIwNmM2N2RmYjRiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lOkdwQAAAthJREFUeNrs3U1Ow0AMhuEWdZVzAregEj+XAHHObANdsKFhUcb2+LNfS9lEahaPMkkjjT8ft207UGN1BwGIIIJIgQgiiCBSIIIIIogUiN512ju5rmtnk5dlWc7cif+v5+/jieU8Bnj+zw9BHAQE0QAQxH3ATxDHAR9BHAfcQAwG7IhoDtgN0QWwE6IbYBdEV8AOiO6A1RFDACsjhgFWRQwFrIgYDlgNcQpgJcRpgFUQpwJWQJwOqI6YAlAZMQ2gKmIqQEXEdIBqiCkBlRDTAqogpgZUQEwPmB1RAjAzogxgVkQpwIyIcoDZECUBMyHKAmZBlAbMgCgPOBuxBOBMxDKAsxBLAc5ALAcYjVgSMBKxLGAUYmnACMTygN6ILQA9EdsAXurkcM2Xw3W7a1lAjzuxHaA1YktAS8S2gFaIrQEtENsDjiICOIgI4CAigIOIAA4iAjiICOAgIoCDiAAOIgI4iAigAeJx5xx4NyJe7sK3X+cevo/3P4BBBNL37Qyk0f9EII2+WIA0+nYG0gARSCNEII0QgTRCBNIIEUgjRCAPdjsgWkNa7sVpC2m9K6wlpMcmz3aQXjtlW0F67tluA+ndPXCBfK0OGdHHcq4OGdVRVRoysrevLGR0l+lfkB/KkDP6nfcg75UhZ3Xel4KcmQFRBnJ2GkkJyAy5OPKQWRKapCEzZYXJQmZLrZOEzJifKAeZNclTCjJzpqwMZPZ0YwlIhZzt9JAqie+pIZVmD6SFVJuCkRJScR5LOkjVyUCpIJVnVKWBVJ+WlgKywty+6ZBVJkhOhaw0y3QaZLWpulMgK853DoesOmk8FLLyzPswyMqIYZDVEUMgOyC6Q3ZBdIXshOgG2Q3RBbIjojnk6dC3fmL9n35BXurhlgsdt+06vWpd106YV7loy7IcWc7jS5tnYjQkiAaQJ+x2XzY31e6LhWI5gwgiiBSIIIIIIgQggggiBaJlfQkwAFslPR5pZL7CAAAAAElFTkSuQmCC"); }

.icon__right__arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAACbCAYAAADxy8znAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MDM3YTljNy1lZjkwLWQ4NGMtYTcwZC03OGM4NDg0NjAzYmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDVGQjNDRTM4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVGQjNDRTI4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGNkZjRmNDItMzk0ZS1jNDRhLTg4ZTctNWY1M2Y5NjI4MTUwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDZhZjExODAtNjFhMy0xMWU1LTkzZGUtOTIwNmM2N2RmYjRiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TCPT7wAAAshJREFUeNrs3MFKA0EQBNBEctrvVP/CgPErFL9zr+vm4CUHCaZ6prqqGoZAYC+PyQ7p6e7jtm2HxOPxFIJABjKQiUAGMpCBTAQykIFMBDKQjHF65OF1XS/7x9kVb1kW2I5829cl+xHz0w4m8B1pj4k8bKwxH4X8DiYG8jWYGMgtmLh3ZDCBh409JvLUtsZE/9e2xaxIWlhiVmV/7DAr02hWmNX5SBvMEYldC8xRGXJ5zJFXDdKYo+9sZDFnXH5JYs66RZTDnHkdK4U5+15bBpOhQEACk6XSoj0mU8lKa0y22p+2mIxFVC0xWavR2mEyl/W1wmSvj2yD2aHQtAVml4pdesxOpc/UmN1qyGkxOxbjU2J27Wqgw+zcHkKF2b3PhgZToWGJAlOl82s6plIL3VRMtV7EaZiKTZ1TMFW7Y4djKrcZD8VU79cehunQ+D4E02WCQDmm0yiGvzDfA4nBPD+K6TgcpATTdcoKHNN5XA0U033uDwwzA5RAmIEEYQYShBlIEGYgQZiBBGEGEoQZSBBmIO8HvY1jIO+PK9bnvl5uvv843AwgDSQAMZAgxECCEAMJQgwkCDGQIMRAghADCUJ0h4QhOkNCEV0h4YiOkCWIbpBliE6QpYgukOWIDpBDENUhhyEqQw5FVIUcjqgIOQVRDXIaohLkVEQVyOmICpAUiN0haRA7Q1IhdoWkQ+wISYnYDZIWsRMkNWIXSHrEDpAtENkh2yAyQ7ZCZIVsh8gI2RKRDbItIhNka0QWyPaIDJASiLMhZRBnQkohzoKUQ5wBKYk4GlIWcSSkNOIoSHnEEZAWiNc4FSN+7etZHbFyR1ohVkHaIVZAWiKiIW0RkZDWiChIe0QEZBBBkEH83VHbtv374XVdN2fEZVlKTm3LnYiGtEZEQdojIiCDiDhsErVJi0AmAhnIQCYCGchABjIRyEAG0jl+BBgCMDs+2El12r0AAAAASUVORK5CYII=");
  width: 24px;
  height: 24px; }

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

.stopScrollbar {
  overflow: hidden; }

#af-header.popHide,
#overview-top-nav.popHide,
.section__comment.popHide,
#asus-api-footer.popHide,
#main-zone #product-footer-zone.popHide {
  display: none !important; }

.modal-button-container {
  z-index: 2147483647; }
  @media (max-width: 720px) {
    .modal-button-container {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); } }
  .modal-button-container.inner {
    position: fixed;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px); }
  .modal-button-container.text-white .modal-button {
    color: #fff; }
  .modal-button-container.text-dark .modal-button {
    color: #000; }
  .modal-button-container.outer {
    position: relative;
    text-align: center; }
    .modal-button-container.outer .modal-button-target {
      top: 50px; }
    @media (max-width: 720px) {
      .modal-button-container.outer .modal-button-target {
        top: 42px; } }
  .modal-button-container button {
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    .modal-button-container button:focus {
      outline: 0; }
  .modal-button-container .modal-button-text,
  .modal-button-container .modal-inner-text {
    position: relative;
    display: block;
    font-size: 22px;
    pointer-events: none; }
    @media (min-width: 721px) and (max-width: 1300px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        font-size: 18px; } }
    @media (max-width: 720px) {
      .modal-button-container .modal-button-text,
      .modal-button-container .modal-inner-text {
        margin-bottom: 8px;
        font-size: 19px; } }
  .modal-button-container .modal-button-target {
    position: absolute;
    height: 50px;
    left: 50%;
    top: 10px;
    z-index: 10;
    display: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .modal-button-container .modal-button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    pointer-events: all;
    text-align: center;
    z-index: 1;
    margin: 10px 0;
    padding: 0 30px;
    min-width: 50px;
    height: 46px;
    line-height: 46px;
    border: 0;
    font-weight: 200;
    background-color: #000;
    cursor: pointer;
    border-radius: 25px;
    border-width: 3px;
    border-style: solid;
    -webkit-transition: background-color 400ms ease-out, border-color 400ms ease-out, color 400ms ease-out;
    transition: background-color 400ms ease-out, border-color 400ms ease-out, color 400ms ease-out; }

.outer-view {
  z-index: 0;
  -webkit-transform-origin: 50vw 50vh;
  -ms-transform-origin: 50vw 50vh;
  transform-origin: 50vw 50vh;
  -webkit-transform: translateZ(0px) translateY(0px) scale(1);
  transform: translateZ(0px) translateY(0px) scale(1); }
  .outer-view.animate-scale {
    -webkit-transform: translateZ(0px) translateY(200px) scale(0.96);
    transform: translateZ(0px) translateY(200px) scale(0.96);
    -webkit-transition: -webkit-transform 650ms ease-out;
    transition: -webkit-transform 650ms ease-out;
    transition: transform 650ms ease-out;
    transition: transform 650ms ease-out, -webkit-transform 650ms ease-out; }
  .outer-view .modal-button-container.ready .modal-button {
    -webkit-transform: translate(0, 0px) !important;
    -ms-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important; }

.inner-view {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  text-align: center;
  width: 100%;
  overflow: hidden;
  z-index: 1000000000;
  -webkit-transform: translateY(110vh);
  -ms-transform: translateY(110vh);
  transform: translateY(110vh);
  margin-left: 0;
  margin-bottom: -60px;
  width: 100%;
  background-color: white;
  -webkit-transition: -webkit-transform 750ms ease;
  transition: -webkit-transform 750ms ease;
  transition: transform 750ms ease;
  transition: transform 750ms ease, -webkit-transform 750ms ease; }
  .inner-view.killFixed {
    position: relative !important; }
  .inner-view .inner-view-container {
    height: 100%; }
  .inner-view .inner-modal {
    position: relative;
    visibility: visible;
    display: block;
    padding-bottom: 50px;
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms; }
    .inner-view .inner-modal.showed {
      opacity: 1; }
  .inner-view .modal-button-container {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch; }
  .inner-view .modal-button-container {
    opacity: 0;
    position: fixed;
    bottom: -80px;
    left: 0%;
    width: 100%;
    -webkit-transform: translate3d(0%, 0, 0) translateZ(0);
    transform: translate3d(0%, 0, 0) translateZ(0);
    -webkit-transition: opacity 300ms ease, -webkit-transform 400ms ease;
    transition: opacity 300ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, opacity 300ms ease;
    transition: transform 400ms ease, opacity 300ms ease, -webkit-transform 400ms ease; }
  .inner-view.show-inner {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
    .inner-view.show-inner .modal-active {
      display: block;
      visibility: visible; }
    .inner-view.show-inner .modal-button-container {
      opacity: 1;
      -webkit-transform: translate3d(0%, -130px, 0) translateZ(0);
      transform: translate3d(0%, -130px, 0) translateZ(0);
      -webkit-transition: -webkit-transform 300ms ease-out;
      transition: -webkit-transform 300ms ease-out;
      transition: transform 300ms ease-out;
      transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
      -webkit-transition-delay: 1200ms;
      transition-delay: 1200ms; }
      @media (max-width: 720px) {
        .inner-view.show-inner .modal-button-container {
          -webkit-transform: translate3d(0%, -110px, 0) translateZ(0) scale(0.8);
          transform: translate3d(0%, -110px, 0) translateZ(0) scale(0.8); } }

@media (min-width: 721px) and (max-width: 1300px) {
  .modal-button-container.inner {
    bottom: 20px; } }

@media (max-width: 720px) {
  .modal-button-container .modal-button {
    text-align: center; }
  .modal-button-container.inner {
    bottom: 9px; } }

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

#product_content_area {
  background: #000; }

#CMD {
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  position: relative;
  background: #101115;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.3;
  font-size: 15px;
  -webkit-tap-highlight-color: transparent; }
  @media all and (min-width: 1px) {
    #CMD {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@media all and (max-width: 720px) {
  #CMD {
    margin-bottom: 30px; } }

.fix_ie_png {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00FFFFFF, endColorstr=#00FFFFFF ); }

@media all and (min-width: 1301px) {
  .clear__background__src {
    background-image: none !important; } }

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

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

#CMD .wd__section-bgwhite {
  background-color: #fff; }
  #CMD .wd__section-bgwhite .wd__content .content__title {
    color: #333333; }
  #CMD .wd__section-bgwhite .wd__content .content__info {
    color: #333333; }
  #CMD .wd__section-bgwhite .wd__content .content__comment {
    color: #333333; }
  #CMD .wd__section-bgwhite .wd__feature__list .wd__feature .wd__feature__describe__top {
    color: #333333; }
  #CMD .wd__section-bgwhite .wd__feature__list .wd__feature .wd__feature__describe {
    color: #333333; }
  #CMD .wd__section-bgwhite .modal-button-container .modal-button-text,
  #CMD .wd__section-bgwhite .modal-button-container.outer .modal-button-text {
    color: #6f6f6f; }
  #CMD .wd__section-bgwhite .modal-button-container .modal-button.old__browser .modal-button-start-cap,
  #CMD .wd__section-bgwhite .modal-button-container .modal-button.old__browser .modal-button-copy,
  #CMD .wd__section-bgwhite .modal-button-container .modal-button.old__browser .modal-button-end-cap,
  #CMD .wd__section-bgwhite .modal-button-container.outer .modal-button.old__browser .modal-button-start-cap,
  #CMD .wd__section-bgwhite .modal-button-container.outer .modal-button.old__browser .modal-button-copy,
  #CMD .wd__section-bgwhite .modal-button-container.outer .modal-button.old__browser .modal-button-end-cap {
    background: #2899d3; }
  #CMD .wd__section-bgwhite .modal-button-container .modal-button.old__browser .modal-button-copy,
  #CMD .wd__section-bgwhite .modal-button-container.outer .modal-button.old__browser .modal-button-copy {
    color: #fff; }
  #CMD .wd__section-bgwhite .modal-button-container .modal-button .modal-button-copy,
  #CMD .wd__section-bgwhite .modal-button-container.outer .modal-button .modal-button-copy {
    color: #fff; }
  #CMD .wd__section-bgwhite .modal-button-container .modal-button .modal-button-start-cap,
  #CMD .wd__section-bgwhite .modal-button-container .modal-button .modal-button-scaler,
  #CMD .wd__section-bgwhite .modal-button-container .modal-button .modal-button-end-cap,
  #CMD .wd__section-bgwhite .modal-button-container.outer .modal-button .modal-button-start-cap,
  #CMD .wd__section-bgwhite .modal-button-container.outer .modal-button .modal-button-scaler,
  #CMD .wd__section-bgwhite .modal-button-container.outer .modal-button .modal-button-end-cap {
    background: #2899d3; }
  #CMD .wd__section-bgwhite .modal-button-container .modal-button .pluscircle-icon svg path,
  #CMD .wd__section-bgwhite .modal-button-container.outer .modal-button .pluscircle-icon svg path {
    fill: #fff; }

#CMD .wd__section-bggrey {
  background-color: #eee; }
  #CMD .wd__section-bggrey .wd__content .content__title {
    color: #333333; }
  #CMD .wd__section-bggrey .wd__content .content__info {
    color: #333333; }
  #CMD .wd__section-bggrey .wd__content .content__comment {
    color: #333333; }
  #CMD .wd__section-bggrey .wd__feature__list .wd__feature .wd__feature__describe__top {
    color: #333333; }
  #CMD .wd__section-bggrey .wd__feature__list .wd__feature .wd__feature__describe {
    color: #333333; }
  #CMD .wd__section-bggrey .modal-button-container .modal-button-text,
  #CMD .wd__section-bggrey .modal-button-container.outer .modal-button-text {
    color: #6f6f6f; }
  #CMD .wd__section-bggrey .modal-button-container .modal-button.old__browser .modal-button-start-cap,
  #CMD .wd__section-bggrey .modal-button-container .modal-button.old__browser .modal-button-copy,
  #CMD .wd__section-bggrey .modal-button-container .modal-button.old__browser .modal-button-end-cap,
  #CMD .wd__section-bggrey .modal-button-container.outer .modal-button.old__browser .modal-button-start-cap,
  #CMD .wd__section-bggrey .modal-button-container.outer .modal-button.old__browser .modal-button-copy,
  #CMD .wd__section-bggrey .modal-button-container.outer .modal-button.old__browser .modal-button-end-cap {
    background: #2899d3; }
  #CMD .wd__section-bggrey .modal-button-container .modal-button.old__browser .modal-button-copy,
  #CMD .wd__section-bggrey .modal-button-container.outer .modal-button.old__browser .modal-button-copy {
    color: #fff; }
  #CMD .wd__section-bggrey .modal-button-container .modal-button .modal-button-copy,
  #CMD .wd__section-bggrey .modal-button-container.outer .modal-button .modal-button-copy {
    color: #fff; }
  #CMD .wd__section-bggrey .modal-button-container .modal-button .modal-button-start-cap,
  #CMD .wd__section-bggrey .modal-button-container .modal-button .modal-button-scaler,
  #CMD .wd__section-bggrey .modal-button-container .modal-button .modal-button-end-cap,
  #CMD .wd__section-bggrey .modal-button-container.outer .modal-button .modal-button-start-cap,
  #CMD .wd__section-bggrey .modal-button-container.outer .modal-button .modal-button-scaler,
  #CMD .wd__section-bggrey .modal-button-container.outer .modal-button .modal-button-end-cap {
    background: #2899d3; }
  #CMD .wd__section-bggrey .modal-button-container .modal-button .pluscircle-icon svg path,
  #CMD .wd__section-bggrey .modal-button-container.outer .modal-button .pluscircle-icon svg path {
    fill: #fff; }

#CMD .wd__inner__section-bgwhite {
  background-color: #fff; }
  #CMD .wd__inner__section-bgwhite .wd__content .content__title {
    color: #333333; }
  #CMD .wd__inner__section-bgwhite .wd__content .content__info {
    color: #333333; }
  #CMD .wd__inner__section-bgwhite .wd__content .content__comment {
    color: #333333; }
  #CMD .wd__inner__section-bgwhite .wd__feature__list .wd__feature .wd__feature__describe__top {
    color: #333333; }
  #CMD .wd__inner__section-bgwhite .wd__feature__list .wd__feature .wd__feature__describe {
    color: #333333; }

#CMD .wd__inner__section-bgDark .wd__content .content__title {
  color: #fff; }

#CMD .wd__inner__section-bgDark .wd__content .content__info {
  color: #fff; }

#CMD .wd__inner__section-bgDark .wd__content .content__comment {
  color: #fff; }

#CMD .wd__inner__section-bgDark .wd__feature__list .wd__feature .wd__feature__describe__top {
  color: #fff; }

#CMD .wd__inner__section-bgDark .wd__feature__list .wd__feature .wd__feature__describe {
  color: #fff; }

#CMD .wd__inner__section-bgLight .wd__content .content__title {
  color: #333333; }

#CMD .wd__inner__section-bgLight .wd__content .content__info {
  color: #333333; }

#CMD .wd__inner__section-bgLight .wd__content .content__comment {
  color: #333333; }

#CMD .wd__inner__section-bgLight .wd__feature__list .wd__feature .wd__feature__describe__top {
  color: #333333; }

#CMD .wd__inner__section-bgLight .wd__feature__list .wd__feature .wd__feature__describe {
  color: #333333; }

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

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

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

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

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

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

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

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

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

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

.wd__content.text__animation &gt; * {
  opacity: 0;
  -webkit-transform: translateZ(0) translateY(30px);
  transform: translateZ(0) translateY(30px); }

.wd__content.text__animation.text-showed &gt; * {
  will-change: null;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.inner-modal .wd__content.text__animation &gt; * {
  opacity: 0;
  -webkit-transform: translateZ(0) translateY(30px);
  transform: translateZ(0) translateY(30px); }
  .inner-modal .wd__content.text__animation &gt; *.text-showed &gt; * {
    will-change: null;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

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

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

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

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

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

.wd__section .slick-dots {
  margin-left: auto;
  margin-right: auto; }

#CMD .outer-view {
  margin-top: 56px \9  !important; }

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

@media (max-width: 959px) and (min-width: 720px) {
  #af-header,
  #af-header .af-inner,
  body #asus-api-footer {
    min-width: 100%;
    width: 100%; }
  #main-zone &gt; .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; } }

.footnotes {
  margin: 25px auto 0;
  width: 1180px; }
  sup.footnote-num {
    font-size: 12px;
    top: -0.7rem;
    vertical-align: baseline !important; }
  .footnotes ul.footnote {
    font-size: 18px;
    color: #999999;
    line-height: 1.4; }
    .footnotes ul.footnote li {
      list-style-type: decimal;
      line-height: 1.3;
      text-align: left;
      margin-bottom: 9px; }
  .footnotes ul.footnote.footnote-star {
    margin-bottom: 0px; }
    .footnotes ul.footnote.footnote-star li {
      list-style-type: none;
      position: relative; }
      .footnotes ul.footnote.footnote-star li:before {
        content: "*";
        line-height: 1.7;
        position: absolute;
        left: -14px; }

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

.ie11 #CMD .section__kv .wd__content .content__info {
  width: 1030px; }

.ie11 #CMD .section__thermal .img__thermal #canvas__tornado {
  display: none; }

.ie11 #CMD .section__connectivity {
  display: inline-block !important; }

.ie11 #CMD .section__comment {
  display: inline-block !important; }

.ie10 #CMD .modal-button-container.bg-orange .modal-button-copy {
  background: #c96a54; }

.ie10 #CMD .modal-button-container.bg-gray .modal-button .modal-button-start-cap,
.ie10 #CMD .modal-button-container.bg-gray .modal-button .modal-button-scaler,
.ie10 #CMD .modal-button-container.bg-gray .modal-button .modal-button-copy,
.ie10 #CMD .modal-button-container.bg-gray .modal-button .modal-button-end-cap {
  background: #6f6f6f; }

.ie10 #CMD .section__performance {
  margin-top: -135px; }

.ie10 #CMD .modal-button-container .modal-button .modal-button-copy {
  padding-left: 23px;
  padding-right: 5px; }

.ie10 #CMD .modal-button-container .modal-button .pluscircle-icon {
  left: -25px; }

.ie10 #CMD .modal-button-container.only-icon .modal-button .modal-button-copy {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.ie10 #CMD .modal-button-container.only-icon .modal-button .pluscircle-icon {
  left: 25px !important; }

.ie10 #CMD .wd__innerbtn .inner__btn .toggleSlide {
  -webkit-transform: translateY(0px) rotate(0deg) !important;
  -ms-transform: translateY(0px) rotate(0deg) !important;
  transform: translateY(0px) rotate(0deg) !important; }

.ie10 #CMD .section__connectivity {
  display: inline-block; }

.ie10 #CMD .section__keyboard .img__keyboard:after {
  opacity: 0 !important; }

.ie10 #CMD .section__keyboard .img__keyboard .img__keyboard__bg {
  opacity: 0 !important; }

.ie10 #CMD .section__keyboard .img__keyboard .img__keyboard__light {
  opacity: 1 !important; }

.ie10 #CMD .section__comment {
  display: inline-block !important; }

.ie10 #CMD .section__meet {
  display: inline-block !important; }

.ie10 #CMD .section__hinge,
.ie11 #CMD .section__hinge {
  display: inline-block; }

.ie10 #CMD .section__performance,
.ie11 #CMD .section__performance {
  margin-top: -205px; }

.ie10 #CMD .section__inner09__00 #svg__touchpad,
.ie11 #CMD .section__inner09__00 #svg__touchpad {
  top: 230px; }
  .ie10 #CMD .section__inner09__00 #svg__touchpad .stroke__line,
  .ie11 #CMD .section__inner09__00 #svg__touchpad .stroke__line {
    stroke-dashoffset: 800 !important; }

.ie10 #CMD .section__inner09__00 .touchpad__text,
.ie11 #CMD .section__inner09__00 .touchpad__text {
  top: 686px; }

.ie10 #CMD .section__inner09__00 #svg__touchpad .stroke__line,
.ie11 #CMD .section__inner09__00 #svg__touchpad .stroke__line {
  opacity: 0; }

.ie10 #CMD .section__inner09__00 #svg__touchpad.active .stroke__line-1,
.ie11 #CMD .section__inner09__00 #svg__touchpad.active .stroke__line-1 {
  opacity: 1;
  -webkit-transition: opacity 600ms 1550ms;
  transition: opacity 600ms 1550ms; }

.ie10 #CMD .section__inner09__00 #svg__touchpad.active .stroke__line-2,
.ie11 #CMD .section__inner09__00 #svg__touchpad.active .stroke__line-2 {
  opacity: 1;
  -webkit-transition: opacity 600ms 1850ms;
  transition: opacity 600ms 1850ms; }

.ie10 #CMD .section__inner09__00 #svg__touchpad.active .stroke__line-3,
.ie11 #CMD .section__inner09__00 #svg__touchpad.active .stroke__line-3 {
  opacity: 1;
  -webkit-transition: opacity 600ms 2150ms;
  transition: opacity 600ms 2150ms; }

.ie10 #CMD .section__inner09__00 #svg__touchpad.active .stroke__line-4,
.ie11 #CMD .section__inner09__00 #svg__touchpad.active .stroke__line-4 {
  opacity: 1;
  -webkit-transition: opacity 600ms 2450ms;
  transition: opacity 600ms 2450ms; }

.ie10 #CMD .section__inner09__00 #svg__touchpad.active .stroke__line-5,
.ie11 #CMD .section__inner09__00 #svg__touchpad.active .stroke__line-5 {
  opacity: 1;
  -webkit-transition: opacity 600ms 2750ms;
  transition: opacity 600ms 2750ms; }
</pre></body></html>