/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(~owl.carousel/src/img/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

body,
html {
  background-color: #000;
  overflow: hidden;
  overflow-y: auto
}

#sectionOverview,
#special-sectionOverview {
  position: relative !important
}

#GU502 {
  position: relative;
  overflow: hidden
}

#GU502 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#GU502 img {
  display: block;
  width: 100%;
  height: auto
}

#GU502 ol,
#GU502 ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none
}

@font-face {
  font-family: Roboto;
  src: local(Roboto), local(Roboto), url(fonts/Roboto-Regular.eot) format("embedded-opentype"), url(fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: xolonium;
  src: url(font/xolonium.eot);
  src: url(font/xolonium.eot) format("embedded-opentype"), url(font/xolonium.otf) format("opentype"), url(font/xolonium.woff) format("woff"), url(font/xolonium.ttf) format("truetype"), url(font/xolonium.svg) format("svg");
  font-weight: 400;
  font-style: normal
}

#GU502 {
  color: #fff
}

#GU502,
#GU502 .f_roboto {
  font-family: 'Roboto', sans-serif
}

#GU502 .f_xolonium {
  font-family: xolonium, sans-serif
}

#GU502 h1,
#GU502 h2,
#GU502 h3,
#GU502 h4,
#GU502 h5,
#GU502 h6,
#GU502 p {
  padding: 0;
  margin: 0
}

/* #GU502 h2 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -.6px
}

@media only screen and (min-width:721px) {
  #GU502 h2 {
    font-size: 36px;
    line-height: 1.56
  }
}

@media only screen and (min-width:1301px) {
  #GU502 h2 {
    font-size: 60px !important;
    line-height: .93 !important
  }
} */

#GU502 h3 {
  font-size: 24px !important
}

@media only screen and (min-width:721px) {
  #GU502 h3 {
    font-size: 48px !important
  }
}

@media only screen and (min-width:1301px) {
  #GU502 h3 {
    font-size: 48px !important
  }
}

#GU502 h2 {
  font-size: 18px !important
}

@media only screen and (min-width:721px) {
  #GU502 h2 {
    font-size: 24px !important
  }
}

@media only screen and (min-width:1301px) {
  #GU502 h2 {
    font-size: 28px !important
  }
}

@media only screen and (min-width:1301px) {
  #GU502 h5 {
    font-size: 24px !important
  }
}

#GU502 p {
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.67 !important;
  letter-spacing: normal !important
}

@media only screen and (min-width:721px) {
  #GU502 p {
    font-size: 16px !important;
    line-height: 1.5 !important
  }
}

@media only screen and (min-width:1301px) {
  #GU502 p {
    font-size: 20px !important
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .t_small {
    font-size: 15px !important
  }
}

#GU502 .t_upperCase {
  text-transform: uppercase
}

#GU502 .t_lowerCase {
  text-transform: lowercase
}

#GU502 .button,
#GU502 .icon_button {
  display: block;
  border: none !important;
  margin: 0 auto;
  padding: 0
}

#GU502 .button {
  display: block;
  min-width: 140px;
  margin: 0 auto;
  padding: 6px 24px;
  border-radius: 99em;
  font-size: 22px;
  line-height: 1.36;
  color: #fff !important;
  background-color: #a00008 !important;
  text-align: center
}

#GU502 .icon_button {
  display: block;
  background-color: transparent
}

#GU502 .icon_button i {
  display: block;
  width: 50px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear
}

@media only screen and (min-width:721px) {
  #GU502 .icon_button i {
    width: 72px
  }
}

#GU502 .icon_button .icon_button_text {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #fff !important;
  margin-top: 5px
}

@media only screen and (min-width:721px) {
  #GU502 .icon_button .icon_button_text {
    font-size: 20px
  }
}

#GU502 .icon_button.active i,
#GU502 .icon_button:hover i {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px)
}

#GU502 .icon_button.active .icon_button_text,
#GU502 .icon_button:hover .icon_button_text {
  color: red !important
}

#GU502 .btn_small {
  display: inline-block;
  font-size: 20px !important;
  padding: 4px 16px
}

#GU502 .icon-play {
  display: block;
  position: relative;
  background-image: url(../img/graphics/icon-play.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 139px
}

#GU502 .icon-play:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .icon-play>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-play {
    background-image: url(../img/graphics/icon-play@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .icon-trigger {
  display: block;
  position: relative;
  background-image: url(../img/graphics/icon-trigger.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px
}

#GU502 .icon-trigger:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .icon-trigger>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-trigger {
    background-image: url(../img/graphics/icon-trigger@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .icon-trigger {
    width: 30px
  }
}

#GU502 .icon-close {
  display: block;
  position: relative;
  background-image: url(../img/graphics/icon-close.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 25px
}

#GU502 .icon-close:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70.27027%
}

#GU502 .icon-close>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-close {
    background-image: url(../img/graphics/icon-close@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .icon-close {
    width: 37px
  }
}

#GU502 .icon-nvidia {
  display: block;
  position: relative;
  background-image: url(../img/graphics/logo-rtx.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 173px
}

#GU502 .icon-nvidia:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.52601%
}

#GU502 .icon-nvidia>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-nvidia {
    background-image: url(../img/graphics/logo-rtx@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .icon-wifi {
  display: block;
  position: relative;
  background-image: url(../img/graphics/logo-wifi.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 110px
}

#GU502 .icon-wifi:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 47.95918%
}

#GU502 .icon-wifi>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-wifi {
    background-image: url(../img/graphics/logo-wifi@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .icon-wifi {
    width: 140px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .icon-wifi {
    width: 196px
  }
}

#GU502 .icon-pantone {
  display: block;
  position: relative;
  background-image: url(../img/graphics/logo-pantone.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 62px
}

#GU502 .icon-pantone:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138.70968%
}

#GU502 .icon-pantone>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-pantone {
    background-image: url(../img/graphics/logo-pantone@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .icon-hires {
  display: block;
  position: relative;
  background-image: url(../img/graphics/logo-hires.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 75px
}

#GU502 .icon-hires:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .icon-hires>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-hires {
    background-image: url(../img/graphics/logo-hires@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .icon-sabre {
  display: block;
  position: relative;
  background-image: url(../img/graphics/logo-sabre.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 92px
}

#GU502 .icon-sabre:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.43478%
}

#GU502 .icon-sabre>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-sabre {
    background-image: url(../img/graphics/logo-sabre@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .icon-ess {
  display: block;
  position: relative;
  background-image: url(../img/graphics/logo-ess.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 112px
}

#GU502 .icon-ess:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.03571%
}

#GU502 .icon-ess>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-ess {
    background-image: url(../img/graphics/logo-ess@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .icon-aura {
  display: block;
  position: relative;
  background-image: url(../img/graphics/logo-aura.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 130px
}

#GU502 .icon-aura:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .icon-aura>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-aura {
    background-image: url(../img/graphics/logo-aura@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .icon-fps {
  display: block;
  position: relative;
  background-image: url(../img/graphics/icon-fps.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 72px
}

#GU502 .icon-fps:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.66667%
}

#GU502 .icon-fps>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-fps {
    background-image: url(../img/graphics/icon-fps@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 button.active>.icon-fps,
#GU502 button:hover>.icon-fps {
  background-image: url(../img/graphics/icon-fps-active.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {

  #GU502 button.active>.icon-fps,
  #GU502 button:hover>.icon-fps {
    background-image: url(../img/graphics/icon-fps-active@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .icon-moba {
  display: block;
  position: relative;
  background-image: url(../img/graphics/icon-moba.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 72px
}

#GU502 .icon-moba:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.66667%
}

#GU502 .icon-moba>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-moba {
    background-image: url(../img/graphics/icon-moba@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 button.active>.icon-moba,
#GU502 button:hover>.icon-moba {
  background-image: url(../img/graphics/icon-moba-active.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {

  #GU502 button.active>.icon-moba,
  #GU502 button:hover>.icon-moba {
    background-image: url(../img/graphics/icon-moba-active@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .icon-party {
  display: block;
  position: relative;
  background-image: url(../img/graphics/icon-party.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 72px
}

#GU502 .icon-party:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.66667%
}

#GU502 .icon-party>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-party {
    background-image: url(../img/graphics/icon-party@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 button.active>.icon-party,
#GU502 button:hover>.icon-party {
  background-image: url(../img/graphics/icon-party-active.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {

  #GU502 button.active>.icon-party,
  #GU502 button:hover>.icon-party {
    background-image: url(../img/graphics/icon-party-active@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .icon-work {
  display: block;
  position: relative;
  background-image: url(../img/graphics/icon-work.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 72px
}

#GU502 .icon-work:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.66667%
}

#GU502 .icon-work>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-work {
    background-image: url(../img/graphics/icon-work@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 button.active>.icon-work,
#GU502 button:hover>.icon-work {
  background-image: url(../img/graphics/icon-work-active.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {

  #GU502 button.active>.icon-work,
  #GU502 button:hover>.icon-work {
    background-image: url(../img/graphics/icon-work-active@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .icon-static {
  display: block;
  position: relative;
  background-image: url(../img/graphics/icon-static.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 72px
}

#GU502 .icon-static:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.66667%
}

#GU502 .icon-static>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .icon-static {
    background-image: url(../img/graphics/icon-static@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 button.active>.icon-static,
#GU502 button:hover>.icon-static {
  background-image: url(../img/graphics/icon-static-active.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {

  #GU502 button.active>.icon-static,
  #GU502 button:hover>.icon-static {
    background-image: url(../img/graphics/icon-static-active@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .owl-carousel .owl-stage-outer {
  overflow: hidden !important
}

@media only screen and (min-width:721px) {
  #GU502 .owl-carousel .owl-stage-outer {
    overflow: visible !important
  }
}

#GU502 .owl-carousel .owl-item {
  opacity: .8 /*WCAG*/
}

#GU502 .owl-carousel .owl-item.active {
  opacity: 1
}

#GU502 .owl-theme .owl-nav:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 40px 0 0;
  padding: 0;
  width: 100%;
  text-align: left;
  pointer-events: none
}

@media only screen and (min-width:721px) {
  #GU502 .owl-theme .owl-nav:not(.disabled) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0
  }
}

#GU502 .owl-nav .owl-next,
#GU502 .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  margin: 0 !important;
  pointer-events: all
}

@media only screen and (min-width:721px) {

  #GU502 .owl-nav .owl-next,
  #GU502 .owl-nav .owl-prev {
    width: 50px;
    height: 50px
  }
}

@media only screen and (min-width:1301px) {

  #GU502 .owl-nav .owl-next,
  #GU502 .owl-nav .owl-prev {
    width: 60px;
    height: 60px
  }
}

#GU502 .owl-nav .owl-next:hover,
#GU502 .owl-nav .owl-prev:hover {
  opacity: .7;
  background-color: transparent !important
}

#GU502 .owl-nav .owl-next span,
#GU502 .owl-nav .owl-prev span {
  display: none !important
}

#GU502 .owl-nav .owl-next,
#GU502 .owl-nav .owl-prev {
  background-image: url(../img/graphics/icon-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .owl-nav .owl-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  pointer-events: all
}

#GU502 .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 5px;
  pointer-events: none
}

@media only screen and (min-width:721px) {
  #GU502 .owl-theme .owl-dots {
    bottom: -60px
  }
}

#GU502 .owl-theme .owl-dots .owl-dot {
  pointer-events: all
}

#GU502 .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background-color: #434343
}

@media screen and (max-width:400px) {
  #GU502 .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px
  }
}

#GU502 .owl-theme .owl-dots .owl-dot.active span {
  background-color: red
}

#GU502 .carousel_wrapper {
  padding: 40px 0
}

@media only screen and (min-width:721px) {
  #GU502 .carousel_wrapper {
    padding: 40px 0 80px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .carousel_wrapper {
    padding: 40px 0 80px
  }
}

@media only screen and (min-width:721px) {
  #GU502 .carousel_item {
    margin: 0 80px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .carousel_item {
    margin: 0 135px
  }
}

#GU502 .carousel_item .flexWrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px 0
}

@media only screen and (min-width:721px) {
  #GU502 .carousel_item .flexWrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .carousel_item .flexWrapper {
    margin: 0 -30px
  }
}

#GU502 .carousel_item .flexWrapper>.item {
  padding: 20px 0
}

@media only screen and (min-width:721px) {
  #GU502 .carousel_item .flexWrapper>.item {
    padding: 0 20px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .carousel_item .flexWrapper>.item {
    padding: 0 30px
  }
}

#GU502 .carousel_item_title {
  font-family: xolonium, sans-serif;
  line-height: normal;
  color: #77b900;
  margin-bottom: 18px
}

#GU502 .carousel_thumbnails {
  position: relative;
  width: 100%
}

#GU502 .carousel_thumbnails .owl-stage-outer {
  overflow: hidden !important
}

#GU502 .carousel_thumbnails .owl-nav:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  text-align: left;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%);
  margin: 0
}

@media only screen and (min-width:721px) {
  #GU502 .carousel_thumbnails .owl-nav:not(.disabled) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
    margin: 0
  }
}

#GU502 .carousel_thumbnails .owl-nav .owl-next,
#GU502 .carousel_thumbnails .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  margin: 0 !important;
  pointer-events: all
}

@media only screen and (min-width:721px) {

  #GU502 .carousel_thumbnails .owl-nav .owl-next,
  #GU502 .carousel_thumbnails .owl-nav .owl-prev {
    width: 40px;
    height: 40px
  }
}

#GU502 .carousel_thumbnails .owl-nav .owl-next,
#GU502 .carousel_thumbnails .owl-nav .owl-prev {
  background-image: url(../img/graphics/icon-arrow-2@2x.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .carousel_thumbnails .owl-nav .owl-next {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  pointer-events: all
}

#GU502 .carousel_thumbnails .owl-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  bottom: 0 !important;
  pointer-events: none;
  padding-top: 10px;
  border-top: 2px solid #1b1b1b
}

@media only screen and (min-width:721px) {
  #GU502 .carousel_thumbnails .owl-dots {
    padding-top: 20px
  }
}

#GU502 .carousel_thumbnails .owl-dots .owl-dot {
  pointer-events: all;
  margin: 0 2.5px
}

@media only screen and (min-width:721px) {
  #GU502 .carousel_thumbnails .owl-dots .owl-dot {
    margin: 0 8px
  }
}

#GU502 .carousel_thumbnails .owl-dots .owl-dot span {
  width: 90px;
  height: 90px;
  margin: 0;
  border-radius: 0;
  border: 1px solid #313131;
  background-color: #0c0c0c;
  opacity: .6
}

@media only screen and (min-width:721px) {
  #GU502 .carousel_thumbnails .owl-dots .owl-dot span {
    width: 158px;
    height: 158px
  }
}

#GU502 .carousel_thumbnails .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #0c0c0c
}

.guideOutline {
  border: 1px solid green
}

#GU502 {
  width: 100%
}

#GU502 .lazy {
  background-image: none !important
}

#GU502 .app_inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

#GU502 .app_inner>.video_wrapper {
  padding-top: 50px;
  padding-bottom: 90px
}

@media only screen and (min-width:721px) {
  #GU502 .app_inner>.video_wrapper {
    padding-top: 60px;
    padding-bottom: 210px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .app_inner>.video_wrapper {
    padding-top: 110px;
    padding-bottom: 250px
  }
}

#GU502 .section_container {
  position: relative;
  width: 100%;
  margin: 0 auto
}

#GU502 .section_container:after,
#GU502 .section_container:before {
  content: none !important
}

#GU502 .section_container.max_w2560 {
  width: 720px !important;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin: 0
}

@media only screen and (min-width:721px) {
  #GU502 .section_container.max_w2560 {
    width: 1300px !important
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section_container.max_w2560 {
    width: 2560px !important
  }
}

#GU502 .section_container.max_w1920 {
  width: 720px !important;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin: 0
}

@media only screen and (min-width:721px) {
  #GU502 .section_container.max_w1920 {
    width: 1300px !important
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section_container.max_w1920 {
    width: 1920px !important
  }
}

@media only screen and (min-width:2561px) {
  #GU502 .section_container.max_w1920 {
    width: 75%;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

#GU502 .section_container.max_w1920-fit {
  width: 100%;
  max-width: 1920px
}

#GU502 .section_container.max_w1360 {
  max-width: 640px
}

@media only screen and (min-width:721px) {
  #GU502 .section_container.max_w1360 {
    max-width: 800px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section_container.max_w1360 {
    max-width: 1360px
  }
}

#GU502 .section_container.max_w1280 {
  max-width: 600px
}

@media only screen and (min-width:721px) {
  #GU502 .section_container.max_w1280 {
    max-width: 740px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section_container.max_w1280 {
    max-width: 1280px
  }
}

#GU502 .section_container.withGutter {
  padding-left: 20px;
  padding-right: 20px
}

@media only screen and (min-width:721px) {
  #GU502 .section_container.withGutter {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section_container.withGutter {
    padding-left: 40px;
    padding-right: 40px
  }
}

#GU502 .gutterBottom-110 {
  margin-bottom: 50px
}

@media only screen and (min-width:721px) {
  #GU502 .gutterBottom-110 {
    margin-bottom: 60px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .gutterBottom-110 {
    margin-bottom: 110px
  }
}

#GU502 .gutterBottom-250 {
  margin-bottom: 90px
}

@media only screen and (min-width:721px) {
  #GU502 .gutterBottom-250 {
    margin-bottom: 210px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .gutterBottom-250 {
    margin-bottom: 250px
  }
}

#GU502 .flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#GU502 .flexWrapper>.item,
#GU502 .section {
  position: relative
}

#GU502 .section {
  width: 100%;
  overflow: hidden;
  padding-bottom: 90px
}

@media only screen and (min-width:721px) {
  #GU502 .section {
    padding-bottom: 210px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section {
    padding-bottom: 250px
  }
}

#GU502 .section_product_wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden
}

#GU502 .section_intro {
  position: relative;
  z-index: 2;
  padding-bottom: 30px
}

@media only screen and (min-width:721px) {
  #GU502 .section_intro {
    padding-bottom: 75px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section_intro {
    padding-bottom: 110px
  }
}

#GU502 .section_intro .section_label {
  margin-bottom: 55px
}

@media only screen and (min-width:721px) {
  #GU502 .section_intro .section_label {
    margin-bottom: 75px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section_intro .section_label {
    margin-bottom: 80px
  }
}

#GU502 .section_intro .section_desc {
  text-align: center;
  margin-top: 35px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}

#GU502 .section_intro .section_desc.t_in {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

@media only screen and (min-width:721px) {
  #GU502 .section_intro .section_desc {
    margin-top: 40px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section_intro .section_desc {
    margin-top: 40px
  }
}

#GU502 .section_label {
  position: relative;
  text-align: center;
  font-family: xolonium, sans-serif;
  text-transform: uppercase
}

#GU502 .section_label.glowBlue,
#GU502 .section_label.glowBlue:after,
#GU502 .section_label.glowRed,
#GU502 .section_label.glowRed:after {
  opacity: 0
}

#GU502 .section_label.glowBlue.t_in,
#GU502 .section_label.glowRed.t_in {
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

#GU502 .section_label.glowBlue.t_in:after,
#GU502 .section_label.glowRed.t_in:after {
  opacity: 1;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

#GU502 .section_label.glowBlue {
  color: #77a9fa !important
}

#GU502 .section_label.glowBlue:after {
  display: block;
  content: "";
  background-image: url(../img/graphics/glow-blue.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 589px;
  height: 72px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .section_label.glowBlue:after {
    background-image: url(../img/graphics/glow-blue@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .section_label.glowRed {
  color: #ff3535 !important
}

#GU502 .section_label.glowRed:after {
  display: block;
  content: "";
  background-image: url(../img/graphics/glow-red.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 589px;
  height: 72px;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .section_label.glowRed:after {
    background-image: url(../img/graphics/glow-red@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .section_subtitle {
  color: #fff !important
}

#GU502 .section_subtitle,
#GU502 .section_title {
  text-align: center;
  font-family: xolonium, sans-serif
}

#GU502 .section_title {
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}

#GU502 .section_title.t_in {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

#GU502 .section_title br {
  display: none
}

@media only screen and (min-width:721px) {
  #GU502 .section_title br {
    display: block
  }
}

#GU502 .section_article {
  position: relative;
  width: 100%;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}

#GU502 .section_article.t_in {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out
}

#GU502 .section_article .flexWrapper {
  margin: -22.5px 0
}

@media only screen and (min-width:721px) {
  #GU502 .section_article .flexWrapper {
    margin: 0 -15px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section_article .flexWrapper {
    margin: 0 -25px
  }
}

#GU502 .section_article .flexWrapper>.item {
  width: 100%;
  padding: 22.5px 0
}

@media only screen and (min-width:721px) {
  #GU502 .section_article .flexWrapper>.item {
    width: 50%;
    padding: 0 15px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section_article .flexWrapper>.item {
    padding: 0 25px
  }
}

#GU502 .section_article_highlights {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -15px -20px
}

@media only screen and (min-width:721px) {
  #GU502 .section_article_highlights {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: -20px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section_article_highlights {
    margin: -25px
  }
}

#GU502 .section_article_highlights li {
  padding: 15px 20px
}

@media only screen and (min-width:721px) {
  #GU502 .section_article_highlights li {
    width: auto;
    padding: 20px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .more .section_article_highlights li {
    /* padding: 25px */
    padding: 15px;
    text-align: center
  }
}

#GU502 .section .highlight_text {
  font-family: xolonium, sans-serif
}

#GU502 .highlight_text {
  font-family: xolonium, sans-serif
}

#GU502 .section .highlight_text.fixGap {
  -webkit-transform: translate(-6px);
  transform: translate(-6px)
}

@media only screen and (min-width:721px) {
  #GU502 .section .highlight_text {
    font-size: 30px !important
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section .highlight_text {
    white-space: nowrap;
    font-size: 48px !important
  }
}

#GU502 .section .highlight_text span {
  display: inline !important
}

@media only screen and (min-width:721px) {
  #GU502 .section .highlight_text span {
    font-size: 15px
  }
}

@media only screen and (min-width:721px) {
  #GU502 .more .highlight_text span {
    font-size: 23px
  }
}

@media (max-width: 720px) {
  #GU502 .more .highlight_text span {
    font-size: 16px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .section .highlight_text span {
    font-size: 24px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .highlight_text span {
    font-size: 24px
  }
}

#GU502 .section .highlight>span {
  display: block;
  margin-bottom: 5px;
  line-height: 1.03;
  letter-spacing: -.36px;
  font-family: xolonium, sans-serif
}

#GU502 .section .highlight .highlight_text+span {
  margin-top: 5px;
  margin-bottom: 0
}


#GU502 .highlight>span {
  display: block;
  margin-bottom: 5px;
  line-height: 1.03;
  letter-spacing: -.36px;
  font-family: xolonium, sans-serif
}

#GU502 .highlight .highlight_text+span {
  margin-top: 5px;
  margin-bottom: 0
}

#GU502 .kv {
  padding-bottom: 0 !important
}

#GU502 .kv .section_product_group {
  position: relative;
  overflow: hidden
}

#GU502 .kv .section_product_group:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.59375%
}

#GU502 .kv .section_product_group>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (min-width:1301px) {
  #GU502 .kv .section_product_group {
    position: relative
  }

  #GU502 .kv .section_product_group:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 51.5625%
  }

  #GU502 .kv .section_product_group>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

#GU502 .kv .section_product {
  position: relative;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .7s linear;
  transition: opacity .7s linear
}

#GU502 .kv .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.59375%
}

#GU502 .kv .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

#GU502 .kv .section_product.active {
  opacity: 1
}

#GU502 .kv .section_product:first-child {
  background-image: url(../img/mobile/kv/kv-product-gray.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .kv .section_product:first-child {
    background-image: url(../img/mobile/kv/kv-product-gray@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .kv .section_product:first-child {
    background-image: url(../img/tablet/kv/kv-product-gray.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .kv .section_product:first-child {
    background-image: url(../img/tablet/kv/kv-product-gray@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .kv .section_product:first-child {
    background-image: url(../img/desktop/kv/kv-product-gray.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .kv .section_product:first-child {
    background-image: url(../img/desktop/kv/kv-product-gray@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .kv .section_product:nth-child(2) {
  background-image: url(../img/mobile/kv/kv-product-black.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .kv .section_product:nth-child(2) {
    background-image: url(../img/mobile/kv/kv-product-black@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .kv .section_product:nth-child(2) {
    background-image: url(../img/tablet/kv/kv-product-black.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .kv .section_product:nth-child(2) {
    background-image: url(../img/tablet/kv/kv-product-black@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .kv .section_product:nth-child(2) {
    background-image: url(../img/desktop/kv/kv-product-black.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .kv .section_product:nth-child(2) {
    background-image: url(../img/desktop/kv/kv-product-black@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .kv .section_product_nav {
  position: relative;
  text-align: center;
  z-index: 2
}

@media only screen and (min-width:721px) {
  #GU502 .kv .section_product_nav {
    margin-top: -55px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .kv .section_product_nav {
    margin-top: -100px
  }
}

#GU502 .kv .section_product_nav .flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -5px -10px
}

@media only screen and (min-width:721px) {
  #GU502 .kv .section_product_nav .flexWrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -20px
  }
}

#GU502 .kv .section_product_nav .flexWrapper>li {
  padding: 5px 10px
}

@media only screen and (min-width:721px) {
  #GU502 .kv .section_product_nav .flexWrapper>li {
    padding: 0 20px
  }
}

#GU502 .kv .section_product_nav .flexWrapper>li:first-child .productBtn:before {
  background-color: #bbc9d7
}

#GU502 .kv .section_product_nav .flexWrapper>li:nth-child(2) .productBtn:before {
  background-color: #000
}

#GU502 .kv .section_product_nav .productBtn {
  display: block;
  position: relative;
  color: #fff !important;
  font-size: 16px;
  line-height: normal;
  background-color: transparent;
  border-radius: 99em;
  border: none;
  padding: 9px 13px 6px 40px
}

@media only screen and (min-width:721px) {
  #GU502 .kv .section_product_nav .productBtn {
    font-size: 24px;
    padding: 9px 13px 6px 46px
  }
}

#GU502 .kv .section_product_nav .productBtn.active {
  background-color: #434343
}

#GU502 .kv .section_product_nav .productBtn:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 99em;
  border: 1px solid #fff;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%)
}

@media only screen and (min-width:721px) {
  #GU502 .kv .section_product_nav .productBtn:before {
    width: 28px;
    height: 28px
  }
}

#GU502 .kv .section_title {
  position: relative;
  background-image: url(../img/mobile/kv/kv-title.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 40px
}

#GU502 .kv .section_title:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 6.66667%
}

#GU502 .kv .section_title>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .kv .section_title {
    background-image: url(../img/mobile/kv/kv-title@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .kv .section_title {
    position: relative;
    background-image: url(../img/tablet/kv/kv-title.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 730px;
    margin: 0 auto 50px
  }

  #GU502 .kv .section_title:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 6.57534%
  }

  #GU502 .kv .section_title>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .kv .section_title {
    background-image: url(../img/tablet/kv/kv-title@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .kv .section_title {
    position: relative;
    background-image: url(../img/desktop/kv/kv-title.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 1005px;
    margin: 0 auto 90px
  }

  #GU502 .kv .section_title:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 6.56716%
  }

  #GU502 .kv .section_title>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .kv .section_title {
    background-image: url(../img/desktop/kv/kv-title@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .kv .section_intro {
  position: relative;
  z-index: 5;
  padding-bottom: 0
}

#GU502 .kv .section_desc {
  margin-top: 10px
}

@media only screen and (min-width:721px) {
  #GU502 .kv .section_desc {
    margin-top: 20px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .kv .section_desc {
    margin-top: 30px
  }
}

#GU502 .design .section_product_wrapper {
  position: relative;
  margin-top: -25px
}

@media only screen and (min-width:721px) {
  #GU502 .design .section_product_wrapper {
    margin-top: -60px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .section_product_wrapper {
    margin-top: -100px
  }
}

#GU502 .design .section_product {
  width: 100%;
  position: relative;
  background-image: url(../img/mobile/design/design-product.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .design .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.61111%
}

#GU502 .design .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .design .section_product {
    background-image: url(../img/mobile/design/design-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .design .section_product {
    position: relative;
    background-image: url(../img/tablet/design/design-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .design .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 71.23077%
  }

  #GU502 .design .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .design .section_product {
    background-image: url(../img/tablet/design/design-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .section_product {
    position: relative;
    background-image: url(../img/desktop/design/design-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .design .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.59375%
  }

  #GU502 .design .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .design .section_product {
    background-image: url(../img/desktop/design/design-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .design .section_product-outline {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: outlineAnimation 1.4s linear infinite;
  animation: outlineAnimation 1.4s linear infinite;
  position: relative;
  background-image: url(../img/mobile/design/design-product-outline.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .design .section_product-outline:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.61111%
}

#GU502 .design .section_product-outline>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .design .section_product-outline {
    background-image: url(../img/mobile/design/design-product-outline@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .design .section_product-outline {
    position: relative;
    background-image: url(../img/tablet/design/design-product-outline.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .design .section_product-outline:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 71.23077%
  }

  #GU502 .design .section_product-outline>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .design .section_product-outline {
    background-image: url(../img/tablet/design/design-product-outline@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .section_product-outline {
    position: relative;
    background-image: url(../img/desktop/design/design-product-outline.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .design .section_product-outline:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.59375%
  }

  #GU502 .design .section_product-outline>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .design .section_product-outline {
    background-image: url(../img/desktop/design/design-product-outline@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@-webkit-keyframes outlineAnimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
}

@keyframes outlineAnimation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
}

#GU502 .design .section_product_highlights {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin-top: -10px
}

@media only screen and (min-width:721px) {
  #GU502 .design .section_product_highlights {
    width: 100vw;
    margin-top: -46px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .section_product_highlights {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 0;
    margin-top: auto
  }
}

#GU502 .design .section_product_highlights .flexWrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0
}

@media only screen and (min-width:721px) {
  #GU502 .design .section_product_highlights .flexWrapper {
    margin: 0
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .section_product_highlights .flexWrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -25px
  }
}

#GU502 .design .section_product_highlights .flexWrapper>li {
  width: 100%;
  margin-bottom: 20px
}

#GU502 .design .section_product_highlights .flexWrapper>li:last-child {
  margin-bottom: 0
}

@media only screen and (min-width:1301px) {
  #GU502 .design .section_product_highlights .flexWrapper>li {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 0
  }
}

#GU502 .design .section_product_highlights .highlight {
  position: relative;
  padding-left: 78px
}

#GU502 .design .section_product_highlights .highlight:before {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  left: 0;
  top: 6px;
  background-color: #fff !important
}

@media only screen and (min-width:721px) {
  #GU502 .design .section_product_highlights .highlight:before {
    top: 11px
  }
}

#GU502 .design .section_product_highlights .highlight_title {
  margin-bottom: 5px;
  color: #fff !important;
  font-size: 16px !important
}

@media only screen and (min-width:721px) {
  #GU502 .design .section_product_highlights .highlight_title {
    font-size: 24px !important;
    white-space: nowrap
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .section_product_highlights .highlight_title {
    font-size: 24px !important
  }
}

#GU502 .design .section_product_highlights .highlight p {
  font-size: 15px !important
}

@media only screen and (min-width:721px) {
  #GU502 .design .section_product_highlights .highlight p {
    font-size: 19px !important
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .section_product_highlights .highlight p {
    font-size: 20px !important
  }
}

#GU502 .design .section_product_highlights .highlight.fc_blue .highlight_title {
  color: #77a9fa !important
}

#GU502 .design .section_product_highlights .highlight.fc_blue:before {
  background-color: #77a9fa !important
}

#GU502 .design .design_covers {
  width: 720px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

@media only screen and (min-width:721px) {
  #GU502 .design .design_covers {
    width: 1300px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers {
    width: 100%;
    max-width: 1920px;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

@media only screen and (min-width:2561px) {
  #GU502 .design .design_covers {
    width: 100%
  }
}

#GU502 .design .design_covers .flexWrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper {
    padding: 5px
  }
}

#GU502 .design .design_covers .flexWrapper>.item {
  position: relative;
  width: 100%
}

@media only screen and (min-width:721px) {
  #GU502 .design .design_covers .flexWrapper>.item {
    width: 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item {
    padding: 5px
  }
}

#GU502 .design .design_covers .flexWrapper>.item .cover {
  position: relative;
  width: 100%;
  -webkit-filter: none !important;
  filter: none !important
}

#GU502 .design .design_covers .flexWrapper>.item .cover_info {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background-color: rgba(0, 0, 0, .3);
  pointer-events: none
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item .cover_info {
    width: 100%;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    padding: 5px;
    opacity: 0
  }
}

#GU502 .design .design_covers .flexWrapper>.item .cover_info_inner {
  position: relative;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0 20px
}

@media only screen and (min-width:721px) {
  #GU502 .design .design_covers .flexWrapper>.item .cover_info_inner {
    padding: 0 25px;
    max-width: 740px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item .cover_info_inner {
    padding: 0 75px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: none
  }
}

#GU502 .design .design_covers .flexWrapper>.item .cover_info_title {
  font-family: xolonium, sans-serif;
  color: #fff;
  line-height: normal;
  margin-bottom: 20px
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item .cover_info_title {
    margin-bottom: 30px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item .cover:hover {
    -webkit-filter: blur(2px) !important;
    filter: blur(2px) !important
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item .cover:hover~.cover_info {
    opacity: 1;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item:first-child {
    width: 55.78125%
  }
}

#GU502 .design .design_covers .flexWrapper>.item:first-child .cover {
  position: relative;
  background-image: url(../img/mobile/design/design-cover-1.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .design .design_covers .flexWrapper>.item:first-child .cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.52778%
}

#GU502 .design .design_covers .flexWrapper>.item:first-child .cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:first-child .cover {
    background-image: url(../img/mobile/design/design-cover-1@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .design .design_covers .flexWrapper>.item:first-child .cover {
    position: relative;
    background-image: url(../img/tablet/design/design-cover-1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .design .design_covers .flexWrapper>.item:first-child .cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 36.53846%
  }

  #GU502 .design .design_covers .flexWrapper>.item:first-child .cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:first-child .cover {
    background-image: url(../img/tablet/design/design-cover-1@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item:first-child .cover {
    position: relative;
    background-image: url(../img/desktop/design/design-cover-1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .design .design_covers .flexWrapper>.item:first-child .cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.324%
  }

  #GU502 .design .design_covers .flexWrapper>.item:first-child .cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:first-child .cover {
    background-image: url(../img/desktop/design/design-cover-1@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(2) {
    width: 44.21875%
  }
}

#GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover {
  position: relative;
  background-image: url(../img/mobile/design/design-cover-2.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.52778%
}

#GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover {
    background-image: url(../img/mobile/design/design-cover-2@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover {
    position: relative;
    background-image: url(../img/tablet/design/design-cover-2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 36.53846%
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover {
    background-image: url(../img/tablet/design/design-cover-2@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover {
    position: relative;
    background-image: url(../img/desktop/design/design-cover-2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 54.65253%
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(2) .cover {
    background-image: url(../img/desktop/design/design-cover-2@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(3) {
    width: 46.40625%
  }
}

#GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover {
  position: relative;
  background-image: url(../img/mobile/design/design-cover-3.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.52778%
}

#GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover {
    background-image: url(../img/mobile/design/design-cover-3@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover {
    position: relative;
    background-image: url(../img/tablet/design/design-cover-3.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 36.53846%
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover {
    background-image: url(../img/tablet/design/design-cover-3@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover {
    position: relative;
    background-image: url(../img/desktop/design/design-cover-3.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 46.57688%
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(3) .cover {
    background-image: url(../img/desktop/design/design-cover-3@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(4) {
    width: 53.59375%
  }
}

#GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover {
  position: relative;
  background-image: url(../img/mobile/design/design-cover-4.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.5%
}

#GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover {
    background-image: url(../img/mobile/design/design-cover-4@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover {
    position: relative;
    background-image: url(../img/tablet/design/design-cover-4.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 36.53846%
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover {
    background-image: url(../img/tablet/design/design-cover-4@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover {
    position: relative;
    background-image: url(../img/desktop/design/design-cover-4.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40.33042%
  }

  #GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .design .design_covers .flexWrapper>.item:nth-child(4) .cover {
    background-image: url(../img/desktop/design/design-cover-4@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .performance .section_product_wrapper {
  margin-top: -184px
}

@media only screen and (min-width:721px) {
  #GU502 .performance .section_product_wrapper {
    margin-top: -330px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .performance .section_product_wrapper {
    margin-top: -650px
  }
}

#GU502 .performance .section_product {
  width: 100%;
  position: relative;
  background-image: url(../img/mobile/performance/performance-product.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .performance .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 77.36111%
}

#GU502 .performance .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance .section_product {
    background-image: url(../img/mobile/performance/performance-product@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .performance .section_product {
    position: relative;
    background-image: url(../img/tablet/performance/performance-product.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .performance .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 77.30769%
  }

  #GU502 .performance .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .performance .section_product {
    background-image: url(../img/tablet/performance/performance-product@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .performance .section_product {
    position: relative;
    background-image: url(../img/desktop/performance/performance-product.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .performance .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 77.30469%
  }

  #GU502 .performance .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .performance .section_product {
    background-image: url(../img/desktop/performance/performance-product@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .performance .section_product_wrapper.t_in .section_product_screen {
  -webkit-transform: translate(-50.8%, -55%) scale(1);
  transform: translate(-50.8%, -55%) scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

#GU502 .performance .section_product_screen {
  position: relative;
  background-image: url(../img/mobile/performance/performance-product-screen.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute !important;
  width: 40.55556%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50.8%, -55%) scale(1.5);
  transform: translate(-50.8%, -55%) scale(1.5);
  -webkit-transform-origin: center center;
  transform-origin: center center
}

#GU502 .performance .section_product_screen:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.16438%
}

#GU502 .performance .section_product_screen>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance .section_product_screen {
    background-image: url(../img/mobile/performance/performance-product-screen@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .performance .section_product_screen {
    position: relative;
    background-image: url(../img/tablet/performance/performance-product-screen.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40.46154%
  }

  #GU502 .performance .section_product_screen:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.08365%
  }

  #GU502 .performance .section_product_screen>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .performance .section_product_screen {
    background-image: url(../img/tablet/performance/performance-product-screen@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .performance .section_product_screen {
    position: relative;
    background-image: url(../img/desktop/performance/performance-product-screen.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40.42969%
  }

  #GU502 .performance .section_product_screen:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.03865%
  }

  #GU502 .performance .section_product_screen>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .performance .section_product_screen {
    background-image: url(../img/desktop/performance/performance-product-screen@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .performance .section_product_effect {
  position: absolute !important;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: effectAnimation 3s ease-out infinite;
  animation: effectAnimation 3s ease-out infinite;
  position: relative;
  background-image: url(../img/mobile/performance/performance-product-effect.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .performance .section_product_effect:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 77.36111%
}

#GU502 .performance .section_product_effect>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance .section_product_effect {
    background-image: url(../img/mobile/performance/performance-product-effect@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .performance .section_product_effect {
    position: relative;
    background-image: url(../img/tablet/performance/performance-product-effect.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .performance .section_product_effect:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 77.30769%
  }

  #GU502 .performance .section_product_effect>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .performance .section_product_effect {
    background-image: url(../img/tablet/performance/performance-product-effect@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .performance .section_product_effect {
    position: relative;
    background-image: url(../img/desktop/performance/performance-product-effect.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .performance .section_product_effect:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 77.30469%
  }

  #GU502 .performance .section_product_effect>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .performance .section_product_effect {
    background-image: url(../img/desktop/performance/performance-product-effect@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@-webkit-keyframes effectAnimation {
  0% {
    -webkit-transform: translate(0) scale(.6);
    transform: translate(0) scale(.6);
    opacity: 0
  }

  30% {
    opacity: 1
  }

  90% {
    opacity: 1
  }

  to {
    -webkit-transform: translateY(5%) scale(2);
    transform: translateY(5%) scale(2);
    opacity: 0
  }
}

@keyframes effectAnimation {
  0% {
    -webkit-transform: translate(0) scale(.6);
    transform: translate(0) scale(.6);
    opacity: 0
  }

  30% {
    opacity: 1
  }

  90% {
    opacity: 1
  }

  to {
    -webkit-transform: translateY(5%) scale(2);
    transform: translateY(5%) scale(2);
    opacity: 0
  }
}

#GU502 .performance .section_article {
  margin-top: -120px
}

@media only screen and (min-width:721px) {
  #GU502 .performance .section_article {
    margin-top: -190px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .performance .section_article {
    margin-top: -400px
  }
}

#GU502 .performance .section_tools {
  margin-bottom: 90px
}

@media only screen and (min-width:721px) {
  #GU502 .performance .section_tools {
    margin-bottom: 210px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .performance .section_tools {
    margin-bottom: 250px
  }
}

#GU502 .performance .carousel .carousel_item .flexWrapper>.item {
  width: 100%
}

#GU502 .performance .carousel .carousel_item .flexWrapper>.item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

#GU502 .performance .carousel .carousel_item .flexWrapper>.item:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

#GU502 .performance .carousel .carousel_cover {
  width: 100%;
  max-width: 320px;
  margin: 0 auto
}

@media only screen and (min-width:721px) {
  #GU502 .performance .carousel .carousel_cover {
    width: 220px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .performance .carousel .carousel_cover {
    width: 328px
  }
}

#GU502 .performance .carousel .carousel_cover.cover-1 {
  position: relative;
  background-image: url(../img/desktop/performance/performance-slide-1.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .performance .carousel .carousel_cover.cover-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .performance .carousel .carousel_cover.cover-1>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance .carousel .carousel_cover.cover-1 {
    background-image: url(../img/desktop/performance/performance-slide-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .performance .carousel .carousel_cover.cover-2 {
  position: relative;
  background-image: url(../img/desktop/performance/performance-slide-2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .performance .carousel .carousel_cover.cover-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .performance .carousel .carousel_cover.cover-2>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance .carousel .carousel_cover.cover-2 {
    background-image: url(../img/desktop/performance/performance-slide-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .performance .carousel .carousel_cover.cover-3 {
  position: relative;
  background-image: url(../img/desktop/performance/performance-slide-3.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .performance .carousel .carousel_cover.cover-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .performance .carousel .carousel_cover.cover-3>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance .carousel .carousel_cover.cover-3 {
    background-image: url(../img/desktop/performance/performance-slide-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .performance .carousel .carousel_cover.cover-4 {
  position: relative;
  background-image: url(../img/desktop/performance/performance-slide-4.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .performance .carousel .carousel_cover.cover-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .performance .carousel .carousel_cover.cover-4>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance .carousel .carousel_cover.cover-4 {
    background-image: url(../img/desktop/performance/performance-slide-4@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .performance .carousel .carousel_cover.cover-5 {
  position: relative;
  background-image: url(../img/desktop/performance/performance-slide-5.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .performance .carousel .carousel_cover.cover-5:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .performance .carousel .carousel_cover.cover-5>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance .carousel .carousel_cover.cover-5 {
    background-image: url(../img/desktop/performance/performance-slide-5@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .performance .carousel .carousel_cover.cover-6 {
  position: relative;
  background-image: url(../img/desktop/performance/performance-slide-6.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .performance .carousel .carousel_cover.cover-6:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .performance .carousel .carousel_cover.cover-6>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance .carousel .carousel_cover.cover-6 {
    background-image: url(../img/desktop/performance/performance-slide-6@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .performance .carousel .carousel_cover.cover-7 {
  position: relative;
  background-image: url(../img/desktop/performance/performance-slide-7.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .performance .carousel .carousel_cover.cover-7:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .performance .carousel .carousel_cover.cover-7>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance .carousel .carousel_cover.cover-7 {
    background-image: url(../img/desktop/performance/performance-slide-7@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .performance .carousel .icon-nvidia {
  margin-top: 20px
}

#GU502 .performance_more .more_item:first-child .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/performance/performance-more-1.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .performance_more .more_item:first-child .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .performance_more .more_item:first-child .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:first-child .more_item_cover {
    background-image: url(../img/mobile/performance/performance-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .performance_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/performance/performance-more-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/performance/performance-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .performance_more .more_item:first-child .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/performance/performance-more-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .performance_more .more_item:first-child .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.85714%
  }

  #GU502 .performance_more .more_item:first-child .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:first-child .more_item_cover {
    background-image: url(../img/desktop/performance/performance-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .performance_more .more_item:nth-child(2) .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/performance/performance-more-2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .performance_more .more_item:nth-child(2) .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .performance_more .more_item:nth-child(2) .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/mobile/performance/performance-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .performance_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/tablet/performance/performance-more-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/tablet/performance/performance-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .performance_more .more_item:nth-child(2) .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/performance/performance-more-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .performance_more .more_item:nth-child(2) .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    /* padding-top: 42.85714% */
    padding-top: 62.85714%
  }

  #GU502 .performance_more .more_item:nth-child(2) .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/desktop/performance/performance-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .performance_more .more_item:nth-child(3) .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/performance/performance-more-3.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .performance_more .more_item:nth-child(3) .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .performance_more .more_item:nth-child(3) .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:nth-child(3) .more_item_cover {
    background-image: url(../img/mobile/performance/performance-more-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .performance_more .more_item:nth-child(3) .more_item_cover {
    background-image: url(../img/tablet/performance/performance-more-3.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:nth-child(3) .more_item_cover {
    background-image: url(../img/tablet/performance/performance-more-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .performance_more .more_item:nth-child(3) .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/performance/performance-more-3.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .performance_more .more_item:nth-child(3) .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.64662%
  }

  #GU502 .performance_more .more_item:nth-child(3) .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:nth-child(3) .more_item_cover {
    background-image: url(../img/desktop/performance/performance-more-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .performance_more .more_item:nth-child(4) .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/performance/performance-more-4.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .performance_more .more_item:nth-child(4) .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .performance_more .more_item:nth-child(4) .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:nth-child(4) .more_item_cover {
    background-image: url(../img/mobile/performance/performance-more-4@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .performance_more .more_item:nth-child(4) .more_item_cover {
    background-image: url(../img/tablet/performance/performance-more-4.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:nth-child(4) .more_item_cover {
    background-image: url(../img/tablet/performance/performance-more-4@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .performance_more .more_item:nth-child(4) .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/performance/performance-more-4.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .performance_more .more_item:nth-child(4) .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.85714%
  }

  #GU502 .performance_more .more_item:nth-child(4) .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .performance_more .more_item:nth-child(4) .more_item_cover {
    background-image: url(../img/desktop/performance/performance-more-4@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .performance_more .more_item_chart {
  margin-top: 40px
}

#GU502 .performance_more .more_item_chart h5,
#GU502 .performance_more .more_item_chart h6,
#GU502 .performance_more .more_item_chart p {
  font-family: xolonium, sans-serif;
  text-transform: uppercase;
  color: #fff !important
}

#GU502 .performance_more .more_item_chart h5 {
  font-size: 25px !important;
  margin-bottom: 30px;
  color: red !important
}

#GU502 .performance_more .more_item_chart h6 {
  font-size: 24px !important;
  margin-bottom: 12px
}

#GU502 .performance_more .more_item_chart p {
  font-size: 16px !important
}

#GU502 .performance_more .more_item_chart .more_item_chart_group {
  margin-bottom: 30px
}

#GU502 .performance_more .more_item_chart .more_item_chart_group:last-child {
  margin-bottom: 0
}

#GU502 .performance_more .more_item_chart .more_item_chart_group .chart {
  margin-bottom: 15px
}

#GU502 .performance_more .more_item_chart .more_item_chart_group .chart:last-child {
  margin-bottom: 0
}

#GU502 .performance_more .more_item_chart .more_item_chart_group .chart .flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

#GU502 .performance_more .more_item_chart .more_item_chart_group .chart .flexWrapper .chet_bar {
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

#GU502 .performance_more .more_item_chart .more_item_chart_group .chart .flexWrapper .chet_value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

#GU502 .performance_more .more_item_chart .more_item_chart_group .chart>p {
  margin-bottom: 5px
}

#GU502 .performance_more .more_item_chart .more_item_chart_group .chart .chart_value {
  margin-left: 12px
}

#GU502 .performance_more .more_item_chart .more_item_chart_group .bar_1-1 {
  width: 62%;
  background: red;
  background: -webkit-gradient(linear, left top, right top, color-stop(38%, red), to(#ff8a00));
  background: linear-gradient(90deg, red 38%, #ff8a00)
}

#GU502 .performance_more .more_item_chart .more_item_chart_group .bar_1-2 {
  width: 35%;
  background: #4e4e4e;
  background: -webkit-gradient(linear, left top, right top, from(#4e4e4e), to(#727272));
  background: linear-gradient(90deg, #4e4e4e 0, #727272)
}

#GU502 .performance_more .more_item_chart .more_item_chart_group .bar_2-1 {
  width: 60%;
  background: red;
  background: -webkit-gradient(linear, left top, right top, color-stop(38%, red), to(#ff8a00));
  background: linear-gradient(90deg, red 38%, #ff8a00)
}

#GU502 .performance_more .more_item_chart .more_item_chart_group .bar_2-2 {
  width: 24%;
  background: #4e4e4e;
  background: -webkit-gradient(linear, left top, right top, from(#4e4e4e), to(#727272));
  background: linear-gradient(90deg, #4e4e4e 0, #727272)
}

#GU502 .productivity .section_product {
  background-image: url(../img/mobile/productivity/productivity-product.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: 100%
}

#GU502 .productivity .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%
}

#GU502 .productivity .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .productivity .section_product {
    background-image: url(../img/mobile/productivity/productivity-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .productivity .section_product {
    position: relative;
    background-image: url(../img/tablet/productivity/productivity-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .productivity .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 49.92308%
  }

  #GU502 .productivity .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .productivity .section_product {
    background-image: url(../img/tablet/productivity/productivity-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .productivity .section_product {
    position: relative;
    background-image: url(../img/desktop/productivity/productivity-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .productivity .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 49.922%
  }

  #GU502 .productivity .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .productivity .section_product {
    background-image: url(../img/desktop/productivity/productivity-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .productivity_more .more_item:first-child .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/productivity/productivity-more-1.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .productivity_more .more_item:first-child .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .productivity_more .more_item:first-child .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .productivity_more .more_item:first-child .more_item_cover {
    background-image: url(../img/mobile/productivity/productivity-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .productivity_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/productivity/productivity-more-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .productivity_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/productivity/productivity-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .productivity_more .more_item:first-child .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/productivity/productivity-more-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .productivity_more .more_item:first-child .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.85714%
  }

  #GU502 .productivity_more .more_item:first-child .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .productivity_more .more_item:first-child .more_item_cover {
    background-image: url(../img/desktop/productivity/productivity-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .productivity_more .more_item:nth-child(2) .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/productivity/productivity-more-2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .productivity_more .more_item:nth-child(2) .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .productivity_more .more_item:nth-child(2) .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .productivity_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/mobile/productivity/productivity-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .productivity_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/tablet/productivity/productivity-more-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .productivity_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/tablet/productivity/productivity-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .productivity_more .more_item:nth-child(2) .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/productivity/productivity-more-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .productivity_more .more_item:nth-child(2) .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50.30075%
  }

  #GU502 .productivity_more .more_item:nth-child(2) .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .productivity_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/desktop/productivity/productivity-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .pd .section_product {
  background-image: url(../img/mobile/usb/usb-product.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: 100%
}

#GU502 .pd .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 46.25%
}

#GU502 .pd .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .pd .section_product {
    background-image: url(../img/mobile/usb/usb-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .pd .section_product {
    position: relative;
    background-image: url(../img/tablet/usb/usb-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .pd .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 46.30769%
  }

  #GU502 .pd .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .pd .section_product {
    background-image: url(../img/tablet/usb/usb-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .pd .section_product {
    position: relative;
    background-image: url(../img/desktop/usb/usb-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .pd .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 46.25%
  }

  #GU502 .pd .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .pd .section_product {
    background-image: url(../img/desktop/usb/usb-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .display .section_product_wrapper {
    margin-top: -20px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .display .section_product_wrapper {
    margin-top: -105px
  }
}

#GU502 .display .section_product {
  background-image: url(../img/mobile/display/display-product.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: 64%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin-top: 40px
}

#GU502 .display .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 42.77778%
}

#GU502 .display .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .display .section_product {
    background-image: url(../img/mobile/display/display-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media (min-width:540px) {
  #GU502 .display .section_product {
    width: 100%;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin-top: 0
  }
}

@media only screen and (min-width:721px) {
  #GU502 .display .section_product {
    position: relative;
    background-image: url(../img/tablet/display/display-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .display .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.76923%
  }

  #GU502 .display .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .display .section_product {
    background-image: url(../img/tablet/display/display-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .display .section_product {
    position: relative;
    background-image: url(../img/desktop/display/display-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .display .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.73438%
  }

  #GU502 .display .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .display .section_product {
    background-image: url(../img/desktop/display/display-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .display .section_product_highlights {
  position: absolute;
  width: 100%;
  top: 0
}

@media only screen and (min-width:721px) {
  #GU502 .display .section_product_highlights {
    top: 20px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .display .section_product_highlights {
    top: 105px
  }
}

#GU502 .display .section_product_highlights .flexWrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#GU502 .display .section_product_highlights .flexWrapper>.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

#GU502 .display .section_product_highlights .flexWrapper>.item:nth-child(2) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right
}

#GU502 .display .section_product_highlights .flexWrapper>.item .highlight:first-child {
  margin-bottom: 10px
}

@media only screen and (min-width:721px) {
  #GU502 .display .section_product_highlights .flexWrapper>.item .highlight:first-child {
    margin-bottom: 20px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .display .section_product_highlights .flexWrapper>.item .highlight:first-child {
    margin-bottom: 30px
  }
}

@media only screen and (min-width:320px) and (max-width:720px) {
  #GU502 .display .section_product_highlights .flexWrapper>.item .highlight .highlight_text {
    font-size: 20px !important
  }
}

@media only screen and (min-width:721px) {
  #GU502 .display .section_article {
    margin-top: -35px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .display .section_article {
    margin-top: -60px
  }
}

#GU502 .display .section_article_highlights>li {
  width: 100%
}

@media only screen and (min-width:1301px) {
  #GU502 .display_more .more_item:first-child .more_item_info {
    padding: 0 120px 0 60px
  }
}

#GU502 .display_more .more_item:first-child .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/display/display-more-1.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .display_more .more_item:first-child .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .display_more .more_item:first-child .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .display_more .more_item:first-child .more_item_cover {
    background-image: url(../img/mobile/display/display-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .display_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/display/display-more-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .display_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/display/display-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .display_more .more_item:first-child .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/display/display-more-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .display_more .more_item:first-child .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 49.17293%
  }

  #GU502 .display_more .more_item:first-child .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .display_more .more_item:first-child .more_item_cover {
    background-image: url(../img/desktop/display/display-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .display_more .more_item:nth-child(2) {
  cursor: pointer
}

#GU502 .display_more .more_item:nth-child(2) .more_item_cover {
  margin-bottom: 0 !important;
  position: relative;
  background-image: url(../img/mobile/display/display-more-2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .display_more .more_item:nth-child(2) .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.78947%
}

#GU502 .display_more .more_item:nth-child(2) .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .display_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/mobile/display/display-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .display_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/tablet/display/display-more-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .display_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/tablet/display/display-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .display_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/desktop/display/display-more-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .display_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/desktop/display/display-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .display_more .more_item .playBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent !important;
  border: none !important
}

#GU502 .display_more .more_item .playBtn .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  width: 10.69231%
}

#GU502 .audio .section_product_wrapper {
  position: relative;
  margin-top: -70px;
  overflow: hidden
}

@media only screen and (min-width:721px) {
  #GU502 .audio .section_product_wrapper {
    margin-top: -130px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .audio .section_product_wrapper {
    margin-top: -256px
  }
}

#GU502 .audio .section_product_group {
  position: relative;
  width: 85%;
  left: 50%;
  -webkit-transform: translate(-52%);
  transform: translate(-52%)
}

#GU502 .audio .section_product_group:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.61111%
}

#GU502 .audio .section_product_group>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media (min-width:400px) {
  #GU502 .audio .section_product_group {
    width: 100%;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

@media only screen and (min-width:721px) {
  #GU502 .audio .section_product_group {
    position: relative
  }

  #GU502 .audio .section_product_group:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.61538%
  }

  #GU502 .audio .section_product_group>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .audio .section_product_group {
    position: relative
  }

  #GU502 .audio .section_product_group:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.59375%
  }

  #GU502 .audio .section_product_group>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

#GU502 .audio .section_product_effect {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

#GU502 .audio .section_product_effect:first-child {
  background-image: url(../img/mobile/audio/audio-product-effect-1.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .audio .section_product_effect:first-child {
    background-image: url(../img/mobile/audio/audio-product-effect-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .audio .section_product_effect:first-child {
    background-image: url(../img/tablet/audio/audio-product-effect-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .audio .section_product_effect:first-child {
    background-image: url(../img/tablet/audio/audio-product-effect-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .audio .section_product_effect:first-child {
    background-image: url(../img/desktop/audio/audio-product-effect-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .audio .section_product_effect:first-child {
    background-image: url(../img/desktop/audio/audio-product-effect-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .audio .section_product_effect:nth-child(2) {
  background-image: url(../img/mobile/audio/audio-product-effect-2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-animation: waveAnimation1 2s linear infinite;
  animation: waveAnimation1 2s linear infinite
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .audio .section_product_effect:nth-child(2) {
    background-image: url(../img/mobile/audio/audio-product-effect-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .audio .section_product_effect:nth-child(2) {
    background-image: url(../img/tablet/audio/audio-product-effect-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .audio .section_product_effect:nth-child(2) {
    background-image: url(../img/tablet/audio/audio-product-effect-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .audio .section_product_effect:nth-child(2) {
    background-image: url(../img/desktop/audio/audio-product-effect-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .audio .section_product_effect:nth-child(2) {
    background-image: url(../img/desktop/audio/audio-product-effect-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .audio .section_product_effect:nth-child(3) {
  background-image: url(../img/mobile/audio/audio-product-effect-3.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-animation: waveAnimation2 2s linear infinite;
  animation: waveAnimation2 2s linear infinite
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .audio .section_product_effect:nth-child(3) {
    background-image: url(../img/mobile/audio/audio-product-effect-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .audio .section_product_effect:nth-child(3) {
    background-image: url(../img/tablet/audio/audio-product-effect-3.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .audio .section_product_effect:nth-child(3) {
    background-image: url(../img/tablet/audio/audio-product-effect-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .audio .section_product_effect:nth-child(3) {
    background-image: url(../img/desktop/audio/audio-product-effect-3.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .audio .section_product_effect:nth-child(3) {
    background-image: url(../img/desktop/audio/audio-product-effect-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@-webkit-keyframes waveAnimation1 {
  0% {
    opacity: 0
  }

  30% {
    opacity: 1
  }

  60% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes waveAnimation1 {
  0% {
    opacity: 0
  }

  30% {
    opacity: 1
  }

  60% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes waveAnimation2 {
  0% {
    opacity: 0
  }

  30% {
    opacity: 0
  }

  60% {
    opacity: 1
  }

  80% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes waveAnimation2 {
  0% {
    opacity: 0
  }

  30% {
    opacity: 0
  }

  60% {
    opacity: 1
  }

  80% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

#GU502 .audio .section_product {
  position: relative;
  background-image: url(../img/mobile/audio/audio-product.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 47.5%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-45%, -55%);
  transform: translate(-45%, -55%)
}

#GU502 .audio .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 74.03133%
}

#GU502 .audio .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .audio .section_product {
    background-image: url(../img/mobile/audio/audio-product@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .audio .section_product {
    background-image: url(../img/tablet/audio/audio-product.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 47.46154%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .audio .section_product {
    background-image: url(../img/tablet/audio/audio-product@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .audio .section_product {
    background-image: url(../img/desktop/audio/audio-product.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 47.38281%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .audio .section_product {
    background-image: url(../img/desktop/audio/audio-product@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .audio .section_article_highlights {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#GU502 .audio .section_article_highlights>li:nth-child(4) {
  width: 100%
}

#GU502 .audio .section_article {
  margin-top: -50px
}

@media only screen and (min-width:721px) {
  #GU502 .audio .section_article {
    margin-top: -105px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .audio .section_article {
    margin-top: -210px
  }
}

#GU502 .keyboard .section_product_group,
#GU502 .keyboard .section_product_wrapper {
  position: relative;
  width: 100%
}

#GU502 .keyboard .section_product {
  position: relative;
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

#GU502 .keyboard .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 53.67188%
}

#GU502 .keyboard .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

#GU502 .keyboard .section_product.active {
  opacity: 1;
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

#GU502 .keyboard .section_product.product-default {
  background-image: url(../img/mobile/keyboard/keyboard-product-default.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative !important
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-default {
    background-image: url(../img/mobile/keyboard/keyboard-product-default@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard .section_product.product-default {
    background-image: url(../img/tablet/keyboard/keyboard-product-default.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-default {
    background-image: url(../img/tablet/keyboard/keyboard-product-default@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard .section_product.product-default {
    background-image: url(../img/desktop/keyboard/keyboard-product-default.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-default {
    background-image: url(../img/desktop/keyboard/keyboard-product-default@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .keyboard .section_product.product-fps {
  background-image: url(../img/mobile/keyboard/keyboard-product-fps.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-fps {
    background-image: url(../img/mobile/keyboard/keyboard-product-fps@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard .section_product.product-fps {
    background-image: url(../img/tablet/keyboard/keyboard-product-fps.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-fps {
    background-image: url(../img/tablet/keyboard/keyboard-product-fps@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard .section_product.product-fps {
    background-image: url(../img/desktop/keyboard/keyboard-product-fps.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-fps {
    background-image: url(../img/desktop/keyboard/keyboard-product-fps@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .keyboard .section_product.product-moba {
  background-image: url(../img/mobile/keyboard/keyboard-product-moba.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-moba {
    background-image: url(../img/mobile/keyboard/keyboard-product-moba@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard .section_product.product-moba {
    background-image: url(../img/tablet/keyboard/keyboard-product-moba.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-moba {
    background-image: url(../img/tablet/keyboard/keyboard-product-moba@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard .section_product.product-moba {
    background-image: url(../img/desktop/keyboard/keyboard-product-moba.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-moba {
    background-image: url(../img/desktop/keyboard/keyboard-product-moba@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .keyboard .section_product.product-party {
  background-image: url(../img/mobile/keyboard/keyboard-product-party.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-party {
    background-image: url(../img/mobile/keyboard/keyboard-product-party@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard .section_product.product-party {
    background-image: url(../img/tablet/keyboard/keyboard-product-party.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-party {
    background-image: url(../img/tablet/keyboard/keyboard-product-party@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard .section_product.product-party {
    background-image: url(../img/desktop/keyboard/keyboard-product-party.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-party {
    background-image: url(../img/desktop/keyboard/keyboard-product-party@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .keyboard .section_product.product-work {
  background-image: url(../img/mobile/keyboard/keyboard-product-work.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-work {
    background-image: url(../img/mobile/keyboard/keyboard-product-work@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard .section_product.product-work {
    background-image: url(../img/tablet/keyboard/keyboard-product-work.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-work {
    background-image: url(../img/tablet/keyboard/keyboard-product-work@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard .section_product.product-work {
    background-image: url(../img/desktop/keyboard/keyboard-product-work.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-work {
    background-image: url(../img/desktop/keyboard/keyboard-product-work@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .keyboard .section_product.product-static {
  background-image: url(../img/mobile/keyboard/keyboard-product-static.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-static {
    background-image: url(../img/mobile/keyboard/keyboard-product-static@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard .section_product.product-static {
    background-image: url(../img/tablet/keyboard/keyboard-product-static.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-static {
    background-image: url(../img/tablet/keyboard/keyboard-product-static@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard .section_product.product-static {
    background-image: url(../img/desktop/keyboard/keyboard-product-static.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .keyboard .section_product.product-static {
    background-image: url(../img/desktop/keyboard/keyboard-product-static@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .keyboard .section_product_nav {
  margin-bottom: 20px
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard .section_product_nav {
    margin-bottom: 30px
  }
}

#GU502 .keyboard .section_product_nav .flexWrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px -15px
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard .section_product_nav .flexWrapper {
    margin: 0 -25px
  }
}

#GU502 .keyboard .section_product_nav li {
  padding: 10px 15px
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard .section_product_nav li {
    padding: 0 25px
  }
}

#GU502 .keyboard .section_article .button {
  margin-top: 26px
}

#GU502 .keyboard .section_article_highlights {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#GU502 .keyboard .section_article_highlights li {
  width: 50%
}

#GU502 .keyboard_more .more_item:first-child .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/keyboard/keyboard-more.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .keyboard_more .more_item:first-child .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 81.05263%
}

#GU502 .keyboard_more .more_item:first-child .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .keyboard_more .more_item:first-child .more_item_cover {
    background-image: url(../img/mobile/keyboard/keyboard-more@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/keyboard/keyboard-more.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .keyboard_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/keyboard/keyboard-more@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard_more .more_item:first-child .more_item_cover {
    background-image: url(../img/desktop/keyboard/keyboard-more.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .keyboard_more .more_item:first-child .more_item_cover {
    background-image: url(../img/desktop/keyboard/keyboard-more@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .keyboard_more .more_item:first-child .more_item_info {
  margin-bottom: 40px
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard_more .more_item:first-child .more_item_info {
    width: 100%;
    top: 80px;
    padding: 0 80px;
    margin-bottom: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

#GU502 .keyboard_more .more_item:first-child .more_item_highlights {
  position: relative;
  width: 100%;
  padding: 0 15px
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard_more .more_item:first-child .more_item_highlights {
    padding: 0 40px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard_more .more_item:first-child .more_item_highlights {
    position: absolute;
    padding: 0;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
  }
}

#GU502 .keyboard_more .more_item:first-child .more_item_highlights .flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard_more .more_item:first-child .more_item_highlights .flexWrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

#GU502 .keyboard_more .more_item:first-child .more_item_highlights .flexWrapper>li {
  position: relative;
  width: 100%;
  margin-bottom: 15px
}

#GU502 .keyboard_more .more_item:first-child .more_item_highlights .flexWrapper>li:last-child {
  margin-bottom: 0
}

@media only screen and (min-width:721px) {
  #GU502 .keyboard_more .more_item:first-child .more_item_highlights .flexWrapper>li {
    margin-bottom: 20px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard_more .more_item:first-child .more_item_highlights .flexWrapper>li {
    width: auto;
    padding: 0 20px;
    margin-bottom: 0
  }
}

#GU502 .keyboard_more .more_item:first-child .more_item_highlights p {
  padding-left: 30px
}

#GU502 .keyboard_more .more_item:first-child .more_item_highlights p br {
  display: none
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard_more .more_item:first-child .more_item_highlights p br {
    display: block
  }
}

#GU502 .keyboard_more .more_item:first-child .more_item_highlights .mark {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 99em;
  background-color: #fff
}

@media only screen and (min-width:1301px) {
  #GU502 .keyboard_more .more_item:first-child .more_item_highlights .mark {
    top: 4px
  }
}

#GU502 .keyboard_more .more_item:first-child .more_item_highlights .mark span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
  font-family: xolonium, sans-serif;
  font-size: 14px;
  color: #000
}

#GU502 .cooling .section_product_wrapper {
  position: relative;
  width: 100%;
  margin-top: -20px
}

@media only screen and (min-width:721px) {
  #GU502 .cooling .section_product_wrapper {
    margin-top: -40px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling .section_product_wrapper {
    margin-top: -80px
  }
}

#GU502 .cooling .section_product {
  position: relative;
  width: 100%;
  background-image: url(../img/mobile/cooling/cooling-product.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .cooling .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 40.46875%
}

#GU502 .cooling .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling .section_product {
    background-image: url(../img/mobile/cooling/cooling-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling .section_product {
    background-image: url(../img/tablet/cooling/cooling-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product {
    background-image: url(../img/tablet/cooling/cooling-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling .section_product {
    background-image: url(../img/desktop/cooling/cooling-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product {
    background-image: url(../img/desktop/cooling/cooling-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .cooling .section_product_effect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear
}

#GU502 .cooling .section_product_effect.active {
  opacity: 1
}

#GU502 .cooling .section_product_effect:first-child {
  background-image: url(../img/mobile/cooling/cooling-product-1.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:first-child {
    background-image: url(../img/mobile/cooling/cooling-product-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling .section_product_effect:first-child {
    background-image: url(../img/tablet/cooling/cooling-product-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:first-child {
    background-image: url(../img/tablet/cooling/cooling-product-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling .section_product_effect:first-child {
    background-image: url(../img/desktop/cooling/cooling-product-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:first-child {
    background-image: url(../img/desktop/cooling/cooling-product-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .cooling .section_product_effect:nth-child(2) {
  background-image: url(../img/mobile/cooling/cooling-product-2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(2) {
    background-image: url(../img/mobile/cooling/cooling-product-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling .section_product_effect:nth-child(2) {
    background-image: url(../img/tablet/cooling/cooling-product-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(2) {
    background-image: url(../img/tablet/cooling/cooling-product-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling .section_product_effect:nth-child(2) {
    background-image: url(../img/desktop/cooling/cooling-product-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(2) {
    background-image: url(../img/desktop/cooling/cooling-product-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .cooling .section_product_effect:nth-child(3) {
  background-image: url(../img/mobile/cooling/cooling-product-3.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(3) {
    background-image: url(../img/mobile/cooling/cooling-product-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling .section_product_effect:nth-child(3) {
    background-image: url(../img/tablet/cooling/cooling-product-3.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(3) {
    background-image: url(../img/tablet/cooling/cooling-product-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling .section_product_effect:nth-child(3) {
    background-image: url(../img/desktop/cooling/cooling-product-3.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(3) {
    background-image: url(../img/desktop/cooling/cooling-product-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .cooling .section_product_effect:nth-child(4) {
  background-image: url(../img/mobile/cooling/cooling-product-4.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(4) {
    background-image: url(../img/mobile/cooling/cooling-product-4@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling .section_product_effect:nth-child(4) {
    background-image: url(../img/tablet/cooling/cooling-product-4.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(4) {
    background-image: url(../img/tablet/cooling/cooling-product-4@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling .section_product_effect:nth-child(4) {
    background-image: url(../img/desktop/cooling/cooling-product-4.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(4) {
    background-image: url(../img/desktop/cooling/cooling-product-4@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .cooling .section_product_effect:nth-child(5) {
  background-image: url(../img/mobile/cooling/cooling-product-5.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(5) {
    background-image: url(../img/mobile/cooling/cooling-product-5@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling .section_product_effect:nth-child(5) {
    background-image: url(../img/tablet/cooling/cooling-product-5.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(5) {
    background-image: url(../img/tablet/cooling/cooling-product-5@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling .section_product_effect:nth-child(5) {
    background-image: url(../img/desktop/cooling/cooling-product-5.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(5) {
    background-image: url(../img/desktop/cooling/cooling-product-5@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .cooling .section_product_effect:nth-child(6) {
  background-image: url(../img/mobile/cooling/cooling-product-6.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(6) {
    background-image: url(../img/mobile/cooling/cooling-product-6@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling .section_product_effect:nth-child(6) {
    background-image: url(../img/tablet/cooling/cooling-product-6.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(6) {
    background-image: url(../img/tablet/cooling/cooling-product-6@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling .section_product_effect:nth-child(6) {
    background-image: url(../img/desktop/cooling/cooling-product-6.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling .section_product_effect:nth-child(6) {
    background-image: url(../img/desktop/cooling/cooling-product-6@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .cooling_more .more_item:first-child .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/cooling/cooling-more-1.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .cooling_more .more_item:first-child .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .cooling_more .more_item:first-child .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:first-child .more_item_cover {
    background-image: url(../img/mobile/cooling/cooling-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling_more .more_item:first-child .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/cooling/cooling-more-1.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .cooling_more .more_item:first-child .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.85714%
  }

  #GU502 .cooling_more .more_item:first-child .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:first-child .more_item_cover {
    background-image: url(../img/desktop/cooling/cooling-more-1@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .cooling_more .more_item:nth-child(2) .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/cooling/cooling-more-2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .cooling_more .more_item:nth-child(2) .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .cooling_more .more_item:nth-child(2) .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/mobile/cooling/cooling-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling_more .more_item:nth-child(2) .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/cooling/cooling-more-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .cooling_more .more_item:nth-child(2) .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.85714%
  }

  #GU502 .cooling_more .more_item:nth-child(2) .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(2) .more_item_cover {
    background-image: url(../img/desktop/cooling/cooling-more-2@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .cooling_more .more_item:nth-child(3) .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/cooling/cooling-more-3.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .cooling_more .more_item:nth-child(3) .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .cooling_more .more_item:nth-child(3) .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(3) .more_item_cover {
    background-image: url(../img/mobile/cooling/cooling-more-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling_more .more_item:nth-child(3) .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-3.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(3) .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling_more .more_item:nth-child(3) .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/cooling/cooling-more-3.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .cooling_more .more_item:nth-child(3) .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.85714%
  }

  #GU502 .cooling_more .more_item:nth-child(3) .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(3) .more_item_cover {
    background-image: url(../img/desktop/cooling/cooling-more-3@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .cooling_more .more_item:nth-child(4) .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/cooling/cooling-more-4.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .cooling_more .more_item:nth-child(4) .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .cooling_more .more_item:nth-child(4) .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(4) .more_item_cover {
    background-image: url(../img/mobile/cooling/cooling-more-4@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling_more .more_item:nth-child(4) .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-4.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(4) .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-4@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling_more .more_item:nth-child(4) .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/cooling/cooling-more-4.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .cooling_more .more_item:nth-child(4) .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.85714%
  }

  #GU502 .cooling_more .more_item:nth-child(4) .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(4) .more_item_cover {
    background-image: url(../img/desktop/cooling/cooling-more-4@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .cooling_more .more_item:nth-child(5) .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/cooling/cooling-more-5.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .cooling_more .more_item:nth-child(5) .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .cooling_more .more_item:nth-child(5) .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(5) .more_item_cover {
    background-image: url(../img/mobile/cooling/cooling-more-5@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling_more .more_item:nth-child(5) .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-5.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(5) .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-5@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling_more .more_item:nth-child(5) .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/cooling/cooling-more-5.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .cooling_more .more_item:nth-child(5) .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.85714%
  }

  #GU502 .cooling_more .more_item:nth-child(5) .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(5) .more_item_cover {
    background-image: url(../img/desktop/cooling/cooling-more-5@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .cooling_more .more_item:nth-child(6) .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/cooling/cooling-more-6.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .cooling_more .more_item:nth-child(6) .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .cooling_more .more_item:nth-child(6) .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(6) .more_item_cover {
    background-image: url(../img/mobile/cooling/cooling-more-6@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .cooling_more .more_item:nth-child(6) .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-6.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(6) .more_item_cover {
    background-image: url(../img/tablet/cooling/cooling-more-6@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .cooling_more .more_item:nth-child(6) .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/cooling/cooling-more-6.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .cooling_more .more_item:nth-child(6) .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.85714%
  }

  #GU502 .cooling_more .more_item:nth-child(6) .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .cooling_more .more_item:nth-child(6) .more_item_cover {
    background-image: url(../img/desktop/cooling/cooling-more-6@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .io .section_product_wrapper {
  position: relative;
  width: 100%;
  margin-top: -110px
}

@media screen and (max-width:400px) {
  #GU502 .io .section_product_wrapper {
    margin-top: -100px
  }
}

@media only screen and (min-width:721px) {
  #GU502 .io .section_product_wrapper {
    margin-top: -220px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .io .section_product_wrapper {
    margin-top: -450px
  }
}

#GU502 .io .section_tools {
  position: relative;
  z-index: 3
}

@media only screen and (min-width:1301px) {
  #GU502 .io .section_tools {
    margin-top: -200px
  }
}

#GU502 .io .section_product {
  width: 100%;
  position: relative;
  background-image: url(../img/mobile/io/io-product.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .io .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 53.33333%
}

#GU502 .io .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .io .section_product {
    background-image: url(../img/mobile/io/io-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media screen and (max-width:400px) {
  #GU502 .io .section_product {
    width: 87%;
    left: 50%;
    -webkit-transform: translate(-51.5%);
    transform: translate(-51.5%)
  }
}

@media only screen and (min-width:721px) {
  #GU502 .io .section_product {
    position: relative;
    background-image: url(../img/tablet/io/io-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .io .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 53.23077%
  }

  #GU502 .io .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .io .section_product {
    background-image: url(../img/tablet/io/io-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .io .section_product {
    position: relative;
    background-image: url(../img/desktop/io/io-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .io .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 53.24219%
  }

  #GU502 .io .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .io .section_product {
    background-image: url(../img/desktop/io/io-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .io .section_product_highlights {
  position: relative
}

@media only screen and (min-width:721px) {
  #GU502 .io .section_product_highlights {
    margin: -90px auto 0
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .io .section_product_highlights {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin: 0
  }
}

#GU502 .io .section_product_highlights .flexWrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -10px -10px 0
}

@media only screen and (min-width:1301px) {
  #GU502 .io .section_product_highlights .flexWrapper {
    width: 100%;
    height: 100%;
    margin: 0
  }
}

#GU502 .io .section_product_highlights .flexWrapper li {
  position: relative;
  width: auto;
  padding: 10px 10px 10px 30px
}

@media only screen and (min-width:721px) {
  #GU502 .io .section_product_highlights .flexWrapper li {
    padding: 10px 10px 10px 35px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .io .section_product_highlights .flexWrapper li {
    position: absolute;
    width: auto;
    padding: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    white-space: nowrap
  }

  #GU502 .io .section_product_highlights .flexWrapper li:first-child {
    bottom: 22.2%;
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
  }

  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(2) {
    bottom: 24.8%;
    -webkit-transform: translate(-236%);
    transform: translate(-236%)
  }

  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(3) {
    bottom: 28%;
    -webkit-transform: translate(-206%);
    transform: translate(-206%)
  }

  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(4) {
    bottom: 31.6%;
    -webkit-transform: translate(-68%);
    transform: translate(-68%)
  }

  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(5),
  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(6),
  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(7),
  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(8),
  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(9),
  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(10) {
    text-align: right
  }

  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(5) {
    bottom: 27.6%;
    -webkit-transform: translate(468%);
    transform: translate(468%)
  }

  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(6) {
    bottom: 24.8%;
    -webkit-transform: translate(706%);
    transform: translate(706%)
  }

  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(7) {
    bottom: 21.8%;
    -webkit-transform: translate(370%);
    transform: translate(370%)
  }

  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(8) {
    bottom: 19%;
    -webkit-transform: translate(178%);
    transform: translate(178%)
  }

  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(9) {
    bottom: 16.2%;
    -webkit-transform: translate(259%);
    transform: translate(259%)
  }

  #GU502 .io .section_product_highlights .flexWrapper li:nth-child(10) {
    bottom: 13.2%;
    -webkit-transform: translate(256%);
    transform: translate(256%)
  }
}

#GU502 .io .section_product_highlights .flexWrapper li .mark {
  position: absolute;
  display: block;
  left: 0;
  top: 9px;
  width: 25px;
  height: 25px;
  border-radius: 99em;
  background-color: #a00008;
  font-size: 14px !important
}

@media only screen and (min-width:721px) {
  #GU502 .io .section_product_highlights .flexWrapper li .mark {
    font-size: 16px !important
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .io .section_product_highlights .flexWrapper li .mark {
    display: none;
    font-size: 20px !important
  }
}

#GU502 .io .section_product_highlights .flexWrapper li .mark span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media only screen and (min-width:1301px) {
  #GU502 .io .section_product_highlights .flexWrapper li p:before {
    display: block;
    position: absolute;
    content: ""
  }
}

#GU502 .io_more .more_item:first-child .more_item_cover {
  position: relative;
  background-image: url(../img/mobile/io/io-more.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover
}

#GU502 .io_more .more_item:first-child .more_item_cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .io_more .more_item:first-child .more_item_cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .io_more .more_item:first-child .more_item_cover {
    background-image: url(../img/mobile/io/io-more@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) {
  #GU502 .io_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/io/io-more.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .io_more .more_item:first-child .more_item_cover {
    background-image: url(../img/tablet/io/io-more@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .io_more .more_item:first-child .more_item_cover {
    position: relative;
    background-image: url(../img/desktop/io/io-more.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }

  #GU502 .io_more .more_item:first-child .more_item_cover:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.85714%
  }

  #GU502 .io_more .more_item:first-child .more_item_cover>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .io_more .more_item:first-child .more_item_cover {
    background-image: url(../img/desktop/io/io-more@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
  }
}

#GU502 .fc_blue {
  color: #77a9fa !important
}

#GU502 .fc_red {
  color: #ff3535 !important
}

#GU502 .fc_gray {
  color: #959595 !important
}

#GU502 .bgc_darken_gray {
  background-color: #181818
}

#GU502 .bgc_222222 {
  background-color: #222
}

#GU502 .bgc_black {
  background-color: #000
}

#GU502 .software {
  margin-top: 0
}

@media only screen and (min-width:721px) {
  #GU502 .software {
    margin-top: 0
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software {
    margin-top: -180px
  }
}

#GU502 .software .section_product_wrapper {
  position: relative;
  width: 100%;
  margin-top: -123px
}

@media only screen and (min-width:721px) {
  #GU502 .software .section_product_wrapper {
    margin-top: -223px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software .section_product_wrapper {
    margin-top: -443px
  }
}

#GU502 .software .section_product {
  position: relative;
  width: 100%;
  background-image: url(../img/mobile/software/software-product.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

#GU502 .software .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.91406%
}

#GU502 .software .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .software .section_product {
    background-image: url(../img/mobile/software/software-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .software .section_product {
    background-image: url(../img/tablet/software/software-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .software .section_product {
    background-image: url(../img/tablet/software/software-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software .section_product {
    background-image: url(../img/desktop/software/software-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .software .section_product {
    background-image: url(../img/desktop/software/software-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .software .carousel_navWrapper {
  overflow: hidden;
  margin-top: -65px;
  max-width: 100%
}

@media only screen and (min-width:721px) {
  #GU502 .software .carousel_navWrapper {
    max-width: 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software .carousel_navWrapper {
    margin-top: -190px;
    max-width: 1360px
  }
}

#GU502 .software .carouselNav .owl-item {
  opacity: 1
}

#GU502 .software .carouselNav .owl-item.center .carousel_item {
  color: #ff3535;
}

#GU502 .software .carouselNav .carousel_item {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  padding: 0 20px;
  cursor: pointer
}

@media only screen and (min-width:721px) {
  #GU502 .software .carouselNav .carousel_item {
    font-size: 26px;
    line-height: 30px;
    padding: 0 30px
  }
}

#GU502 .software .carouselNav .carousel_item.active {
  color: red
}

#GU502 .software .carouselNav .carousel_item:after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff
}

@media only screen and (min-width:1301px) {
  #GU502 .software .carousel_wrapper {
    padding-top: 110px;
    padding-bottom: 86px
  }
}

#GU502 .software .carousel .carousel_item .flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#GU502 .software .carousel .carousel_item .flexWrapper>.item {
  width: 100%;
  padding: 0
}

@media only screen and (min-width:721px) {
  #GU502 .software .carousel .carousel_item .flexWrapper>.item {
    padding: 0
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software .carousel .carousel_item .flexWrapper>.item {
    width: 50%;
    padding: 0
  }
}

#GU502 .software .carousel .carousel_item .flexWrapper>.item:first-child {
  margin-bottom: 20px
}

@media only screen and (min-width:1301px) {
  #GU502 .software .carousel .carousel_item .flexWrapper>.item:first-child {
    margin-bottom: 0
  }
}

#GU502 .software .carousel .carousel_cover {
  width: 100%
}

#GU502 .software .carousel .carousel_cover.cover-1 {
  position: relative;
  background-image: url(../img/mobile/software/software-slide-1.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105% 105%
}

#GU502 .software .carousel .carousel_cover.cover-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.44295%
}

#GU502 .software .carousel .carousel_cover.cover-1>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-1 {
    background-image: url(../img/mobile/software/software-slide-1@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .software .carousel .carousel_cover.cover-1 {
    background-image: url(../img/tablet/software/software-slide-1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-1 {
    background-image: url(../img/tablet/software/software-slide-1@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software .carousel .carousel_cover.cover-1 {
    background-image: url(../img/desktop/software/software-slide-1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-1 {
    background-image: url(../img/desktop/software/software-slide-1@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

#GU502 .software .carousel .carousel_cover.cover-2 {
  position: relative;
  background-image: url(../img/mobile/software/software-slide-2.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105% 105%
}

#GU502 .software .carousel .carousel_cover.cover-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.44295%
}

#GU502 .software .carousel .carousel_cover.cover-2>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-2 {
    background-image: url(../img/mobile/software/software-slide-2@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .software .carousel .carousel_cover.cover-2 {
    background-image: url(../img/tablet/software/software-slide-2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-2 {
    background-image: url(../img/tablet/software/software-slide-2@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software .carousel .carousel_cover.cover-2 {
    background-image: url(../img/desktop/software/software-slide-2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-2 {
    background-image: url(../img/desktop/software/software-slide-2@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

#GU502 .software .carousel .carousel_cover.cover-3 {
  position: relative;
  background-image: url(../img/mobile/software/software-slide-3.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105% 105%
}

#GU502 .software .carousel .carousel_cover.cover-3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.44295%
}

#GU502 .software .carousel .carousel_cover.cover-3>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-3 {
    background-image: url(../img/mobile/software/software-slide-3@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .software .carousel .carousel_cover.cover-3 {
    background-image: url(../img/tablet/software/software-slide-3.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-3 {
    background-image: url(../img/tablet/software/software-slide-3@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software .carousel .carousel_cover.cover-3 {
    background-image: url(../img/desktop/software/software-slide-3.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-3 {
    background-image: url(../img/desktop/software/software-slide-3@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

#GU502 .software .carousel .carousel_cover.cover-4 {
  position: relative;
  background-image: url(../img/mobile/software/software-slide-4.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105% 105%
}

#GU502 .software .carousel .carousel_cover.cover-4:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.44295%
}

#GU502 .software .carousel .carousel_cover.cover-4>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-4 {
    background-image: url(../img/mobile/software/software-slide-4@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .software .carousel .carousel_cover.cover-4 {
    background-image: url(../img/tablet/software/software-slide-4.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-4 {
    background-image: url(../img/tablet/software/software-slide-4@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software .carousel .carousel_cover.cover-4 {
    background-image: url(../img/desktop/software/software-slide-4.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-4 {
    background-image: url(../img/desktop/software/software-slide-4@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

#GU502 .software .carousel .carousel_cover.cover-5 {
  position: relative;
  background-image: url(../img/mobile/software/software-slide-5.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105% 105%
}

#GU502 .software .carousel .carousel_cover.cover-5:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.44295%
}

#GU502 .software .carousel .carousel_cover.cover-5>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-5 {
    background-image: url(../img/mobile/software/software-slide-5@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .software .carousel .carousel_cover.cover-5 {
    background-image: url(../img/tablet/software/software-slide-5.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-5 {
    background-image: url(../img/tablet/software/software-slide-5@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software .carousel .carousel_cover.cover-5 {
    background-image: url(../img/desktop/software/software-slide-5.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-5 {
    background-image: url(../img/desktop/software/software-slide-5@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

#GU502 .software .carousel .carousel_cover.cover-6 {
  position: relative;
  background-image: url(../img/mobile/software/software-slide-6.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105% 105%
}

#GU502 .software .carousel .carousel_cover.cover-6:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.44295%
}

#GU502 .software .carousel .carousel_cover.cover-6>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-6 {
    background-image: url(../img/mobile/software/software-slide-6@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .software .carousel .carousel_cover.cover-6 {
    background-image: url(../img/tablet/software/software-slide-6.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-6 {
    background-image: url(../img/tablet/software/software-slide-6@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software .carousel .carousel_cover.cover-6 {
    background-image: url(../img/desktop/software/software-slide-6.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-6 {
    background-image: url(../img/desktop/software/software-slide-6@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

#GU502 .software .carousel .carousel_cover.cover-7 {
  position: relative;
  background-image: url(../img/mobile/software/software-slide-7.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105% 105%
}

#GU502 .software .carousel .carousel_cover.cover-7:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.44295%
}

#GU502 .software .carousel .carousel_cover.cover-7>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-7 {
    background-image: url(../img/mobile/software/software-slide-7@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .software .carousel .carousel_cover.cover-7 {
    background-image: url(../img/desktop/software/software-slide-7.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-7 {
    background-image: url(../img/desktop/software/software-slide-7@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 105% 105%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .software .carousel .carousel_cover.cover-7 {
    background-image: url(../img/desktop/software/software-slide-7.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .software .carousel .carousel_cover.cover-7 {
    background-image: url(../img/desktop/software/software-slide-7@2x.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 115% 115%
  }
}

#GU502 .peripherals {
  padding-bottom: 0 !important
}

#GU502 .peripherals .section_product_wrapper {
  margin-top: -90px
}

@media only screen and (min-width:721px) {
  #GU502 .peripherals .section_product_wrapper {
    margin-top: -162px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .peripherals .section_product_wrapper {
    margin-top: -322px
  }
}

#GU502 .peripherals .section_product {
  background-image: url(../img/mobile/peripheral/peripheral-product.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: 100%
}

#GU502 .peripherals .section_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.63281%
}

#GU502 .peripherals .section_product>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .section_product {
    background-image: url(../img/mobile/peripheral/peripheral-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:721px) {
  #GU502 .peripherals .section_product {
    position: relative;
    background-image: url(../img/tablet/peripheral/peripheral-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }

  #GU502 .peripherals .section_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.63281%
  }

  #GU502 .peripherals .section_product>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
  }
}

@media only screen and (min-width:721px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:721px) and (min-resolution:1.5dppx),
only screen and (min-width:721px) and (min-resolution:144dpi) {
  #GU502 .peripherals .section_product {
    background-image: url(../img/tablet/peripheral/peripheral-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .peripherals .section_product {
    background-image: url(../img/desktop/peripheral/peripheral-product.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

@media only screen and (min-width:1301px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-device-pixel-ratio:1.5),
only screen and (min-width:1301px) and (min-resolution:1.5dppx),
only screen and (min-width:1301px) and (min-resolution:144dpi) {
  #GU502 .peripherals .section_product {
    background-image: url(../img/desktop/peripheral/peripheral-product@2x.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%
  }
}

#GU502 .peripherals .section_product_nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

#GU502 .peripherals .section_product_nav .moreBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent
}

#GU502 .peripherals .section_product_nav .moreBtn:first-child {
  -webkit-transform: translate(-580%, 115%);
  transform: translate(-580%, 115%)
}

@media only screen and (min-width:721px) {
  #GU502 .peripherals .section_product_nav .moreBtn:first-child {
    -webkit-transform: translate(-680%, 160%);
    transform: translate(-680%, 160%)
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .peripherals .section_product_nav .moreBtn:first-child {
    -webkit-transform: translate(-1320%, 390%);
    transform: translate(-1320%, 390%)
  }
}

#GU502 .peripherals .section_product_nav .moreBtn:nth-child(2) {
  -webkit-transform: translate(380%, 490%);
  transform: translate(380%, 490%)
}

@media only screen and (min-width:721px) {
  #GU502 .peripherals .section_product_nav .moreBtn:nth-child(2) {
    -webkit-transform: translate(480%, 590%);
    transform: translate(480%, 590%)
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .peripherals .section_product_nav .moreBtn:nth-child(2) {
    -webkit-transform: translate(950%, 1200%);
    transform: translate(950%, 1200%)
  }
}

#GU502 .peripherals .section_product_nav .moreBtn:nth-child(3) {
  -webkit-transform: translate(545%, 405%);
  transform: translate(545%, 405%)
}

@media only screen and (min-width:721px) {
  #GU502 .peripherals .section_product_nav .moreBtn:nth-child(3) {
    -webkit-transform: translate(655%, 485%);
    transform: translate(655%, 485%)
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .peripherals .section_product_nav .moreBtn:nth-child(3) {
    -webkit-transform: translate(1375%, 1015%);
    transform: translate(1375%, 1015%)
  }
}

#GU502 .peripherals .section_product_nav .moreBtn:nth-child(4) {
  -webkit-transform: translate(115%, -460%);
  transform: translate(115%, -460%)
}

@media only screen and (min-width:721px) {
  #GU502 .peripherals .section_product_nav .moreBtn:nth-child(4) {
    -webkit-transform: translate(155%, -460%);
    transform: translate(155%, -460%)
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .peripherals .section_product_nav .moreBtn:nth-child(4) {
    -webkit-transform: translate(315%, -950%);
    transform: translate(315%, -950%)
  }
}

#GU502 .peripherals .section_product_modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out
}

#GU502 .peripherals .section_product_modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all
}

#GU502 .peripherals .section_product_modal .modal_inner {
  position: absolute;
  width: 320px;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

@media only screen and (min-width:721px) {
  #GU502 .peripherals .section_product_modal .modal_inner {
    width: 600px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%)
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .peripherals .section_product_modal .modal_inner {
    width: 760px
  }
}

#GU502 .peripherals .section_product_modal .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 6px;
  border: none !important;
  background-color: transparent !important
}

@media only screen and (min-width:721px) {
  #GU502 .peripherals .section_product_modal .closeBtn {
    top: 10px;
    right: 10px
  }
}

#GU502 .peripherals .carousel_wrapper {
  position: relative;
  border: 2px solid #393939;
  padding: 50px 10px 10px;
  background-color: #000
}

@media only screen and (min-width:721px) {
  #GU502 .peripherals .carousel_wrapper {
    padding: 60px 30px 20px
  }
}

#GU502 .peripherals .carousel_wrapper .carousel_title {
  font-family: xolonium, sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 10px
}

@media only screen and (min-width:721px) {
  #GU502 .peripherals .carousel_wrapper .carousel_title {
    margin-bottom: 20px
  }
}

#GU502 .peripherals .carousel_thumbnails .carousel_item .cover {
  position: relative;
  width: 80%;
  margin: 0 auto
}

#GU502 .peripherals .carousel_thumbnails .carousel_item .cover:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%
}

#GU502 .peripherals .carousel_thumbnails .carousel_item .cover>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (min-width:721px) {
  #GU502 .peripherals .carousel_thumbnails .carousel_item .cover {
    width: 100%
  }
}

#GU502 .peripherals .carousel-1 .cover-1-1 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-1-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-1 .cover-1-1 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-1-1@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-1 .cover-1-2 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-1-2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-1 .cover-1-2 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-1-2@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-1 .cover-1-3 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-1-3.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-1 .cover-1-3 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-1-3@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-1 .owl-dots .owl-dot:first-child span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-1-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-1 .owl-dots .owl-dot:first-child span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-1-1@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-1 .owl-dots .owl-dot:nth-child(2) span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-1-2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-1 .owl-dots .owl-dot:nth-child(2) span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-1-2@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-1 .owl-dots .owl-dot:nth-child(3) span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-1-3.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-1 .owl-dots .owl-dot:nth-child(3) span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-1-3@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-2 .cover-2-1 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-2-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-2 .cover-2-1 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-2-1@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-2 .cover-2-2 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-2-2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-2 .cover-2-2 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-2-2@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-2 .cover-2-3 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-2-3.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-2 .cover-2-3 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-2-3@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-2 .owl-dots .owl-dot:first-child span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-2-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-2 .owl-dots .owl-dot:first-child span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-2-1@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-2 .owl-dots .owl-dot:nth-child(2) span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-2-2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-2 .owl-dots .owl-dot:nth-child(2) span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-2-2@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-2 .owl-dots .owl-dot:nth-child(3) span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-2-3.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-2 .owl-dots .owl-dot:nth-child(3) span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-2-3@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-3 .cover-3-1 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-3-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-3 .cover-3-1 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-3-1@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-3 .cover-3-2 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-3-2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-3 .cover-3-2 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-3-2@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-3 .cover-3-3 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-3-3.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-3 .cover-3-3 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-3-3@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-3 .owl-dots .owl-dot:first-child span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-3-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-3 .owl-dots .owl-dot:first-child span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-3-1@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-3 .owl-dots .owl-dot:nth-child(2) span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-3-2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-3 .owl-dots .owl-dot:nth-child(2) span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-3-2@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-3 .owl-dots .owl-dot:nth-child(3) span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-3-3.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-3 .owl-dots .owl-dot:nth-child(3) span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-3-3@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-4 .cover-4-1 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-4-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-4 .cover-4-1 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-4-1@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-4 .cover-4-2 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-4-2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-4 .cover-4-2 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-4-2@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-4 .cover-4-3 {
  background-image: url(../img/desktop/peripheral/peripheral-slide-4-3.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-4 .cover-4-3 {
    background-image: url(../img/desktop/peripheral/peripheral-slide-4-3@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-4 .owl-dots .owl-dot:first-child span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-4-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-4 .owl-dots .owl-dot:first-child span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-4-1@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-4 .owl-dots .owl-dot:nth-child(2) span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-4-2.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-4 .owl-dots .owl-dot:nth-child(2) span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-4-2@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .peripherals .carousel-4 .owl-dots .owl-dot:nth-child(3) span {
  display: block;
  background-image: url(../img/desktop/peripheral/peripheral-slide-4-3.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
  #GU502 .peripherals .carousel-4 .owl-dots .owl-dot:nth-child(3) span {
    background-image: url(../img/desktop/peripheral/peripheral-slide-4-3@2x.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 90%
  }
}

#GU502 .app_footer {
  position: relative;
  margin-top: 0;
  z-index: 1
}

@media only screen and (min-width:721px) {
  #GU502 .app_footer {
    margin-top: 0
  }
}

#GU502 .app_footer_desc {
  text-align: left;
  margin-bottom: 30px
}

@media only screen and (min-width:721px) {
  #GU502 .app_footer_desc {
    text-align: center
  }
}

#GU502 .app_footer .flexWrapper {
  max-width: 910px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto
}

@media only screen and (min-width:721px) {
  #GU502 .app_footer .flexWrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

#GU502 .app_footer .flexWrapper>.item {
  width: 100%
}

@media only screen and (min-width:721px) {
  #GU502 .app_footer .flexWrapper>.item {
    width: auto;
    padding: 0 10px
  }
}

#GU502 .app_footer .flexWrapper i {
  width: 140px !important;
  margin: 0 auto 30px
}

@media only screen and (min-width:721px) {
  #GU502 .app_footer .flexWrapper i {
    width: 140px !important;
    margin-bottom: 0
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .app_footer .flexWrapper i {
    width: 220px !important
  }
}

#GU502 .app_footer .flexWrapper p {
  text-align: left
}

#GU502 .moreModal {
  position: fixed;
  width: 100%;
  height: 100vh;
  margin: 0 !important;
  top: 100%;
  left: 0;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto
}

#GU502 .moreModal .closeBtn {
  position: fixed;
  left: 50%;
  bottom: -200px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out
}

#GU502 .moreModal .closeBtn.active {
  bottom: 50px;
  opacity: 1;
  pointer-events: all
}

#GU502 .moreModal .modal_tools {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 50px;
  z-index: 5
}

#GU502 .moreModal .more {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 0 250px
}

@media only screen and (min-width:721px) {
  #GU502 .moreModal .more {
    padding: 50px 0 150px
  }
}

#GU502 .moreModal .more.active {
  display: block;
  position: relative;
  opacity: 1
}

#GU502 .moreModal .more .more_item {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  margin-bottom: 30px
}

#GU502 .moreModal .more .more_item.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0)
}

@media only screen and (min-width:721px) {
  #GU502 .moreModal .more .more_item {
    margin-bottom: 100px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .moreModal .more .more_item {
    margin-bottom: 35px
  }
}

#GU502 .moreModal .more .more_item:last-child {
  margin-bottom: 0
}

#GU502 .moreModal .more_item {
  position: relative;
  width: 100%;
  overflow: hidden
}

#GU502 .moreModal .more_item_cover {
  position: relative;
  width: 100%;
  margin-bottom: 30px
}

@media only screen and (min-width:721px) {
  #GU502 .moreModal .more_item_cover {
    margin-bottom: 60px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .moreModal .more_item_cover {
    margin-bottom: 0
  }
}

#GU502 .moreModal .more_item_info {
  position: relative;
  width: 100%;
  padding: 0 15px
}

@media only screen and (min-width:721px) {
  #GU502 .moreModal .more_item_info {
    padding: 0 50px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .moreModal .more_item_info {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 80px 0 60px
  }
}

@media only screen and (min-width:1301px) {
  #GU502 .moreModal .more_item_info.info-reverse {
    left: auto;
    right: 0;
    padding: 0 60px 0 80px
  }
}

#GU502 .moreModal .more_item_title {
  font-family: xolonium, sans-serif;
  color: #fff !important;
  line-height: normal;
  margin-bottom: 20px
}

.playerModal {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: rgba(0, 0, 0, .7)
}

.playerModal .closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 12px 6px;
  border: none !important;
  background-color: transparent !important
}

.playerModal .video_wrapper {
  position: relative;
  width: 100%;
  background-color: #4e4e4e;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.playerModal .video_wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%
}

.playerModal .video_wrapper>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden
}

@media only screen and (min-width:1301px) {
  .playerModal .video_wrapper {
    width: 66.66667%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

.playerModal #modalPlayer {
  width: 100%;
  height: 100%
}

/*# sourceMappingURL=style.94092ed6.css.map*/

.coodingVideo {
  z-index: 999;
  width: 720px;
  height: 470px;
  left: 50%;
  position: relative;
  text-align: center;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 70px;
}

@media (max-width: 1300px) and (min-width: 721px) {
  .coodingVideo {
    z-index: 999;
    width: 640px;
    height: 470px;
    left: 50%;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

@media (max-width: 720px) {
  .coodingVideo {
    z-index: 999;
    width: 80%;
    height: 240px;
    left: 50%;
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}


#GU502 .more .k-mt10 {
  margin-top: 10px;
}


@media only screen and (min-width:1301px) {
  #GU502 .more .k-ml5 {
    margin-left: 5px;
  }
}


/* rd icon */
#GU502 .hardware_list {
  list-style: none;
  text-align: center;
}

#GU502 .hardware__img {
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 40px;
  margin-top: 50px;
  background-size: contain;
}

#GU502 .hard__1 {
  background-image: url('../img/desktop/kv/pd2020_rd_line.jpg');
  width: 188px;
  height: 110px;
}

@media only screen and (min-width:1301px) {
  #GU502 .hardware_list {
    text-align: center;
    width: 720px;
    margin: 0 auto;
  }
  
  #GU502 .hardware__img {
    display: inline-block;
    margin: 0 18px;
    margin-top: 50px;
    background-size: contain;
  }

  #GU502 .hard__1 {
    width: 181px;
    height: 106px;
  }

}

@media only screen and (max-width: 720px) {
  #GU502 .hardware_list {
    margin: 0 auto;
    margin-top: 40px;
  }
  
  #GU502 .hardware__img {
    display: block;
    margin-top: 30px;
    margin: 0 auto;
    background-size: contain;
  }
  
  #GU502 .hard__1 {
    width: 140px;
    height: 106px;
    margin-bottom: 30px;
  }

}


#GU502 .product_videos .video_slick .video a .text p {
  margin-top: -11px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  font-size: 19px;
}

