/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template,
[hidden] {
  display: none;
}

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

body {
  padding: 0;
  margin: 0;
}

#hd {
  width: 100%;
  left: 0;
  margin: -40px 0 0 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  /*position: absolute;*/
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-image: url(/websites/global/products/hnNSgr7izutbvP07/images/page_bg.jpg);
  background-size: 100%;
  background-repeat: repeat;
}

#hd * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#hd section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

#hd img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100% !important;
  height: auto;
  border: none;
}

@font-face {
  font-family: 'Machine-BT';
  src: url("/websites/global/products/hnNSgr7izutbvP07/fonts/Machine-BT.ttf");
}

/* video-link */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: black;
}

.modal .close_btn {
  height: 31px;
  width: 31px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #ffffff;
  font-size: 30px;
  z-index: 1001;
}

.modal:hover,
.modal:focus {
  text-decoration: none;
  cursor: pointer;
}

#hd .modal-center {
  width: 100%;
  height: 100%;
  left: -1px;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: relative;
}

#hd .modal-center #h5video {
  width: 100%;
  max-width: 960px;
}

#hd .modal-center iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes breathing {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@-webkit-keyframes cycle_2 {
  0% {
    background-color: #8e00ff;
  }

  2% {
    background-color: #e100ff;
  }

  10.3% {
    background-color: #ff008b;
  }

  26.9% {
    background-color: red;
  }

  35.2% {
    background-color: orange;
  }

  43.5% {
    background-color: yellow;
  }

  51.8% {
    background-color: #b0ff00;
  }

  60.1% {
    background-color: #00db4a;
  }

  68.4% {
    background-color: #00ffd9;
  }

  76.7% {
    background-color: #00deff;
  }

  85% {
    background-color: #0093ff;
  }

  93.3% {
    background-color: #0023ff;
  }

  100% {
    background-color: #8e00ff;
  }
}

@keyframes cycle_2 {
  0% {
    background-color: #8e00ff;
  }

  2% {
    background-color: #e100ff;
  }

  10.3% {
    background-color: #ff008b;
  }

  26.9% {
    background-color: red;
  }

  35.2% {
    background-color: orange;
  }

  43.5% {
    background-color: yellow;
  }

  51.8% {
    background-color: #b0ff00;
  }

  60.1% {
    background-color: #00db4a;
  }

  68.4% {
    background-color: #00ffd9;
  }

  76.7% {
    background-color: #00deff;
  }

  85% {
    background-color: #0093ff;
  }

  93.3% {
    background-color: #0023ff;
  }

  100% {
    background-color: #8e00ff;
  }
}

@-webkit-keyframes cycle_3 {
  0% {
    background-color: #00deff;
  }

  10.3% {
    background-color: #0093ff;
  }

  18.6% {
    background-color: #0023ff;
  }

  26.9% {
    background-color: #8e00ff;
  }

  35.2% {
    background-color: #e100ff;
  }

  43.5% {
    background-color: #ff008b;
  }

  51.8% {
    background-color: red;
  }

  60.1% {
    background-color: orange;
  }

  68.4% {
    background-color: yellow;
  }

  76.7% {
    background-color: #b0ff00;
  }

  85% {
    background-color: #00db4a;
  }

  93.3% {
    background-color: #00ffd9;
  }

  100% {
    background-color: #00deff;
  }
}

@keyframes cycle_3 {
  0% {
    background-color: #00deff;
  }

  10.3% {
    background-color: #0093ff;
  }

  18.6% {
    background-color: #0023ff;
  }

  26.9% {
    background-color: #8e00ff;
  }

  35.2% {
    background-color: #e100ff;
  }

  43.5% {
    background-color: #ff008b;
  }

  51.8% {
    background-color: red;
  }

  60.1% {
    background-color: orange;
  }

  68.4% {
    background-color: yellow;
  }

  76.7% {
    background-color: #b0ff00;
  }

  85% {
    background-color: #00db4a;
  }

  93.3% {
    background-color: #00ffd9;
  }

  100% {
    background-color: #00deff;
  }
}

@-webkit-keyframes cycle_4 {
  0% {
    background-color: #00db4a;
  }

  10.3% {
    background-color: #00ffd9;
  }

  18.6% {
    background-color: #00deff;
  }

  26.9% {
    background-color: #0093ff;
  }

  35.2% {
    background-color: #0023ff;
  }

  43.5% {
    background-color: #8e00ff;
  }

  51.8% {
    background-color: #e100ff;
  }

  60.1% {
    background-color: #ff008b;
  }

  68.4% {
    background-color: red;
  }

  76.7% {
    background-color: orange;
  }

  85% {
    background-color: yellow;
  }

  93.3% {
    background-color: #b0ff00;
  }

  100% {
    background-color: #00db4a;
  }
}

@keyframes cycle_4 {
  0% {
    background-color: #00db4a;
  }

  10.3% {
    background-color: #00ffd9;
  }

  18.6% {
    background-color: #00deff;
  }

  26.9% {
    background-color: #0093ff;
  }

  35.2% {
    background-color: #0023ff;
  }

  43.5% {
    background-color: #8e00ff;
  }

  51.8% {
    background-color: #e100ff;
  }

  60.1% {
    background-color: #ff008b;
  }

  68.4% {
    background-color: red;
  }

  76.7% {
    background-color: orange;
  }

  85% {
    background-color: yellow;
  }

  93.3% {
    background-color: #b0ff00;
  }

  100% {
    background-color: #00db4a;
  }
}

@-webkit-keyframes cycle_5 {
  0% {
    background-color: yellow;
  }

  10.3% {
    background-color: #b0ff00;
  }

  18.6% {
    background-color: #00db4a;
  }

  26.9% {
    background-color: #00ffd9;
  }

  35.2% {
    background-color: #00deff;
  }

  43.5% {
    background-color: #0093ff;
  }

  51.8% {
    background-color: #0023ff;
  }

  60.1% {
    background-color: #8e00ff;
  }

  68.4% {
    background-color: #e100ff;
  }

  76.7% {
    background-color: #ff008b;
  }

  85% {
    background-color: red;
  }

  93.3% {
    background-color: orange;
  }

  100% {
    background-color: yellow;
  }
}

@keyframes cycle_5 {
  0% {
    background-color: yellow;
  }

  10.3% {
    background-color: #b0ff00;
  }

  18.6% {
    background-color: #00db4a;
  }

  26.9% {
    background-color: #00ffd9;
  }

  35.2% {
    background-color: #00deff;
  }

  43.5% {
    background-color: #0093ff;
  }

  51.8% {
    background-color: #0023ff;
  }

  60.1% {
    background-color: #8e00ff;
  }

  68.4% {
    background-color: #e100ff;
  }

  76.7% {
    background-color: #ff008b;
  }

  85% {
    background-color: red;
  }

  93.3% {
    background-color: orange;
  }

  100% {
    background-color: yellow;
  }
}

@-webkit-keyframes cycle {
  0% {
    background-color: red;
  }

  2% {
    background-color: red;
  }

  10.3% {
    background-color: orange;
  }

  18.6% {
    background-color: yellow;
  }

  26.9% {
    background-color: #b0ff00;
  }

  35.2% {
    background-color: #00db4a;
  }

  43.5% {
    background-color: #00ffd9;
  }

  51.8% {
    background-color: #00deff;
  }

  60.1% {
    background-color: #0093ff;
  }

  68.4% {
    background-color: #0023ff;
  }

  76.7% {
    background-color: #8e00ff;
  }

  85% {
    background-color: #e100ff;
  }

  93.3% {
    background-color: #ff008b;
  }

  100% {
    background-color: red;
  }
}

@keyframes cycle {
  0% {
    background-color: red;
  }

  2% {
    background-color: red;
  }

  10.3% {
    background-color: orange;
  }

  18.6% {
    background-color: yellow;
  }

  26.9% {
    background-color: #b0ff00;
  }

  35.2% {
    background-color: #00db4a;
  }

  43.5% {
    background-color: #00ffd9;
  }

  51.8% {
    background-color: #00deff;
  }

  60.1% {
    background-color: #0093ff;
  }

  68.4% {
    background-color: #0023ff;
  }

  76.7% {
    background-color: #8e00ff;
  }

  85% {
    background-color: #e100ff;
  }

  93.3% {
    background-color: #ff008b;
  }

  100% {
    background-color: red;
  }
}

@-webkit-keyframes colorRotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  10% {
    -webkit-filter: hue-rotate(36deg);
    filter: hue-rotate(36deg);
  }

  20% {
    -webkit-filter: hue-rotate(72deg);
    filter: hue-rotate(72deg);
  }

  30% {
    -webkit-filter: hue-rotate(108deg);
    filter: hue-rotate(108deg);
  }

  40% {
    -webkit-filter: hue-rotate(144deg);
    filter: hue-rotate(144deg);
  }

  50% {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }

  60% {
    -webkit-filter: hue-rotate(216deg);
    filter: hue-rotate(216deg);
  }

  70% {
    -webkit-filter: hue-rotate(252deg);
    filter: hue-rotate(252deg);
  }

  80% {
    -webkit-filter: hue-rotate(288deg);
    filter: hue-rotate(288deg);
  }

  90% {
    -webkit-filter: hue-rotate(324deg);
    filter: hue-rotate(324deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes colorRotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  10% {
    -webkit-filter: hue-rotate(36deg);
    filter: hue-rotate(36deg);
  }

  20% {
    -webkit-filter: hue-rotate(72deg);
    filter: hue-rotate(72deg);
  }

  30% {
    -webkit-filter: hue-rotate(108deg);
    filter: hue-rotate(108deg);
  }

  40% {
    -webkit-filter: hue-rotate(144deg);
    filter: hue-rotate(144deg);
  }

  50% {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }

  60% {
    -webkit-filter: hue-rotate(216deg);
    filter: hue-rotate(216deg);
  }

  70% {
    -webkit-filter: hue-rotate(252deg);
    filter: hue-rotate(252deg);
  }

  80% {
    -webkit-filter: hue-rotate(288deg);
    filter: hue-rotate(288deg);
  }

  90% {
    -webkit-filter: hue-rotate(324deg);
    filter: hue-rotate(324deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background-color: #000;
  position: relative;
}

#hd-top {
  height: 40px;
}

#hd {
  font-family: 'myriadproregular', sans-serif;
  color: #fff;
  font-size: 18px;
}

#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd h5,
#hd h6 {
  margin: 0;
  line-height: 1.2;
  font-family: 'MyriadPro Bold', sans-serif;
}

#hd h2 {
  font-size: 48px;
  font-weight: bold;
}

#hd h3 {
  font-size: 32px;
}

#hd h4 {
  font-size: 26px;
}

#hd p {
  margin-bottom: 1em;
}

#hd #product-wrapper h2 {
  position: relative;
  color: #ffffff;
  font-weight: normal;
  font-family: xolonium, sans-serif;
  letter-spacing: 0em;
  line-height: 1.1em;
  text-transform: uppercase;
}

#hd figure {
  margin: 0;
}

#hd figure img {
  width: 100%;
  height: auto;
}

#hd .product-container {
  max-width: 100%;
  margin: 0 auto;
}

#hd p {
  line-height: 1.4;
  font-weight: normal;
  position: relative;
}

#hd .product-heading {
  margin-bottom: .5em;
}

.product-section {
  position: relative;
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden;
}

.product-section:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-section .product-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-section .product-text {
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}

.product-section .product-text .product-heading h2 {
  line-height: 1.1;
  margin-bottom: .2em;
  font-family: 'MyriadPro Bold', sans-serif;
  font-size: 48px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .product-section:before {
    height: 0;
  }

  .product-section {
    overflow: auto;
    height: auto;
  }

  .product-section .product-content {
    position: relative;
  }

  .product-section .product-text {
    position: relative;
    text-align: center;
    padding: 3em 5%;
    width: auto;
    left: auto;
    top: auto;
  }
}

#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span {
  background-color: #e821ff;
}

#fp-nav ul li a.active span {
  background-color: #e821ff;
}

#fp-nav ul li .fp-tooltip {
  max-width: 300px;
  text-transform: uppercase;
  color: #e821ff;
}

@media only screen and (max-width: 768px) {
  #fp-nav {
    display: none
  }
}

#scrollUp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #e821ff;
  z-index: 999;
  opacity: 0;
}

#scrollUp.hd-show {
  opacity: 1;
}

#scrollUp:hover {
  background-color: #e821ff;
}

#scrollUp:hover svg {
  fill: #FFF;
}

#scrollUp svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  fill: #e821ff;
  -webkit-transform: rotateZ(270deg);
  -moz-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -o-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
  #hd #product-wrapper p {
    font-size: 20px;
  }

  #hd h2 {
    font-size: 56px;
  }

  #hd h3 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1600px) {
  #hd #product-wrapper p {
    font-size: 16px;
  }

  #hd h2 {
    font-size: 48px;
  }

  #hd h3 {
    font-size: 38px;
  }

  #hd h4 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1440px) {
  #hd #product-wrapper p {
    font-size: 14px;
  }

  #hd h2 {
    font-size: 30px;
  }

  #hd h3 {
    font-size: 18px;
  }

  #hd h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #hd #product-wrapper p {
    font-size: 14px;
  }

  #hd h2 {
    font-size: 30px;
  }

  #hd h3 {
    font-size: 16px;
  }

  #hd h1,
  #hd h2,
  #hd h3,
  #hd h4,
  #hd h5,
  #hd h6 {
    line-height: 1.2;
    margin-bottom: .2em;
  }
}

p.note {
  font-size: 13px;
}

.mobile,
img.moblie {
  display: none !important;
}

.webstyle,
img.webstyle {
  display: block !important;
}

@media only screen and (max-width: 1024px) {

  .mobile,
  img.moblie {
    display: block !important;
  }

  img.mobile {
    width: 100% !important
  }

  .webstyle,
  img.webstyle {
    display: none !important;
  }
}

#product-header {
  padding-top: 45.70313%;
}

#product-header:before {
  background-image: url("/websites/global/products/hnNSgr7izutbvP07/images/bg-header.jpg");
  background-size: cover;
}

#product-header .product-text {
  right: 55%;
  top: 15%;
  padding-left: 4%;
}

#product-header .product-text .logo_group {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
  max-width: 756px !important;
}

#hd #product-header h2 {
  font-family: 'rog', sans-serif;
  display: inline-block;
  margin-bottom: 0;
  line-height: 0.6em;
  padding-bottom: 0.4em;
  letter-spacing: 0;
  font-weight: normal;
  color: #e4e4e4 !important;
  background: transparent;
  background: linear-gradient(to top, #f0f0f0 0%, #dddddd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  #hd #product-header h2 {
    position: relative;
    color: #e4e4e4;
    background: transparent
  }
}

@media only screen and (max-width: 1920px) {
  #hd #product-header h2 {
    font-size: 86px;
  }
}

@media only screen and (max-width: 1660px) {
  #hd #product-header h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1320px) {
  #hd #product-header h2 {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1024px) {
  #hd #product-header h2 {
    font-size: 52px;
  }
}

#product-header h3 {
  color: #fff;
  font-weight: normal;
  font-family: xolonium, sans-serif;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1440px) {
  #product-header h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1280px) {
  #product-header h2 {
    font-size: 50px;
  }

  #product-header h3 {
    font-size: 26px;
  }

  #product-header .product-text {
    top: 10%
  }

  #product-header .product-text .logo_group {
    padding: 10px 0 15px
  }
}

@media only screen and (max-width: 1024px) {
  #product-header img.mobile {
    display: block !important;
  }

  #product-header:before {
    background-image: none;
    padding-top: 0%;
  }

  #product-header {
    padding-top: 0%;
    height: auto
  }

  #product-header .product-content {
    position: relative;
  }

  #product-header .product-text {
    position: relative;
    width: auto;
    right: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5%;
  }
}

@media only screen and (max-width: 768px) {
  #product-header:before {
    background-image: none;
    padding-top: 0%;
  }

  #product-header {
    padding-top: 0%;
  }

  #product-header .product-content {
    position: relative;
  }

  #product-header .product-text {
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5%;
  }
}

@media only screen and (max-width: 480px) {
  #product-header .product-text {
    padding-top: .5em;
  }

  #product-header h2 {
    font-size: 32px;
  }

  #product-header h3 {
    font-size: 18px;
  }
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

#product-4 {
  padding-top: 41%;
}

#product-4:before {
  background-image: url("/websites/global/products/hnNSgr7izutbvP07/images/bg-section4.jpg");
  background-size: cover;
}

#product-4 .product-text {
  width: 37%;
  height: 100%;
  left: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1440px) {
  #product-4 .product-text {
    width: 35%;
    height: 100%;
    left: 60%;
  }
}

@media only screen and (max-width: 768px) {
  #product-4 {
    background: none;
    padding-top: 40%;
    height: auto
  }

  #product-4:before {
    padding-top: 65%;
  }

  #product-4 .product-text {
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5%;
  }

  #product-4 .product-content {
    margin-top: 27%
  }
}

@media only screen and (max-width: 480px) {
  #product-4 .figure-group .mm {
    font-size: 12px;
  }

  #product-4 .figure-group .figure-height {
    left: 14%;
  }

  #product-4 .figure-group .figure-height .mm {
    left: 25%;
  }

  #product-4 .figure-group .figure-width {
    bottom: 1%;
  }

  #product-4 .figure-group .figure-width .mm {
    display: inline-block;
    position: relative;
    top: -3px;
  }
}

#hd .product-container .full-section .mainfull {
  text-align: center;
  margin: 0 auto !important;
  /* max-width: 1920px; */
}

#hd .product-container .full-section .mainfull .maintitle {
  margin: 0 auto 40px !important;
  max-width: 1120px;
  width: 100%;
  padding: 0 30px;
}

/* 左文右圖 */

#hd .product-container .full-section .maintitle.lefttxt {
  display: inline-block;
  width: 100%;
  margin: 0 0 60px;
}

#hd .product-container .full-section .maintitle.lefttxt .info_left {
  float: left;
  margin: 0px -100% 0px 0px;
  position: relative;
  width: 50%;
  text-align: left !important
}

#hd .product-container .full-section .maintitle.lefttxt .info_left .product-heading,
#hd .product-container .full-section .maintitle.lefttxt .info_left .product-heading h2,
#hd .product-container .full-section .maintitle.lefttxt .info_left p,
#hd .product-container .full-section .maintitle.lefttxt .info_right .product-heading,
#hd .product-container .full-section .maintitle.lefttxt .info_right .product-heading p {
  text-align: left !important;
  padding: 0;
  width: 100% !important;
  margin: 0 auto;
  margin-bottom: 25px;
}

#hd .product-container .full-section .maintitle.lefttxt .info_right {
  margin: 0px 0px 0px 50%;
  position: relative;
  /*width: 100%;*/
}

#hd .product-container .full-section .maintitle.lefttxt .info_left .product-heading,
#hd .product-container .full-section .maintitle.lefttxt .info_left .product-heading h2,
#hd .product-container .full-section .maintitle.lefttxt .info_left p {
  text-align: left !important;
  margin-left: 0 !important;
}


/* 左圖右文 */

#hd .product-container .full-section .maintitle.righttxt {
  display: inline-block;
  width: 100%;
  margin: 0;
}

#hd .product-container .full-section .maintitle.righttxt .info_left {
  float: left;
  margin: 0px -100% 0px 0px;
  position: relative;
  width: 50%;
}

#hd .product-container .full-section .maintitle.righttxt .info_left .product-heading,
#hd .product-container .full-section .maintitle.righttxt .info_left .product-heading h2,
#hd .product-container .full-section .maintitle.righttxt .info_left p,
#hd .product-container .full-section .maintitle.righttxt .info_right .product-heading,
#hd .product-container .full-section .maintitle.righttxt .info_right .product-heading h2 {
  text-align: left !important;
  padding: 0;
  width: 100% !important;
  margin: 0 auto;
  margin-bottom: 25px;
}

#hd .product-container .full-section .maintitle.righttxt .info_right {
  margin: 0px 0px 0px 50%;
  position: relative;
  text-align: left;
  /*width: 100%;*/
}

#hd .product-container .full-section .maintitle.righttxt .info_right .product-heading,
#hd .product-container .full-section .maintitle.righttxt .info_right .product-heading h2,
#hd .product-container .full-section .maintitle.righttxt .info_right p {
  text-align: left !important;
  margin-left: 0 !important;
}

@media only screen and (max-width: 1024px) {
  #hd .product-container .full-section .mainfull .maintitle {
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5% 0;
  }

  #hd .product-container .full-section .maintitle.righttxt .info_left,
  #hd .product-container .full-section .maintitle.righttxt .info_right,
  #hd .product-container .full-section .maintitle.lefttxt .info_left,
  #hd .product-container .full-section .maintitle.lefttxt .info_right {
    margin: 0 !important;
    padding: 0px 0px !important;
    width: 100% !important;
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  #hd .product-container .full-section .mainfull .maintitle {
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 0 5% 0;
  }

  #hd .product-container .full-section .maintitle.lefttxt .info_left .product-heading,
  #hd .product-container .full-section .maintitle.lefttxt .info_left .product-heading h2,
  #hd .product-container .full-section .maintitle.lefttxt .info_left p,
  #hd .product-container .full-section .maintitle.lefttxt .info_right .product-heading,
  #hd .product-container .full-section .maintitle.lefttxt .info_right .product-heading p {
    text-align: center !important;
  }

  #hd .product-container .full-section .maintitle.righttxt .info_left .product-heading,
  #hd .product-container .full-section .maintitle.righttxt .info_left .product-heading h2,
  #hd .product-container .full-section .maintitle.righttxt .info_left p,
  #hd .product-container .full-section .maintitle.righttxt .info_right .product-heading,
  #hd .product-container .full-section .maintitle.righttxt .info_right .product-heading h2 {
    text-align: center !important;
  }
}

/*Ultrawide*/
#hd .product-container #Ultrawide {
  position: relative;
  padding: 100px 0 50px;
}

@media only screen and (max-width: 768px) {
  #hd .product-container #Ultrawide {
    padding: 50px 0 0;
  }
}

/*FALDbacklight*/
#hd .product-container #FALDbacklight {
  position: relative;
  padding: 50px 0 50px;
}

#hd .product-container #FALDbacklight .mainfull .maintitle {
  max-width: 1600px;
}

#hd .product-container #FALDbacklight .info_left img {
  width: 100%;
  max-width: 780px !important
}

#hd .product-container #FALDbacklight .info_right {
  padding-top: 10%;
  padding-left: 20px
}

@media only screen and (max-width: 768px) {
  #hd .product-container #FALDbacklight {
    padding: 0px 0 0px;
  }

  #hd .product-container #FALDbacklight .info_right {
    padding-top: 0px !important
  }
}

/*Responsetime*/
#hd .product-container #Responsetime {
  position: relative;
  padding: 50px 0 0px;
}

#hd .product-container #Responsetime .mainfull .maintitle {
  max-width: 1600px;
}

#hd .product-container #Responsetime .info_left img {
  width: 100%;
  max-width: 770px !important
}

#hd .product-container #Responsetime .info_left {
  margin: 0px -100% 0px 0px;
  width: 56%;
}

#hd .product-container #Responsetime .info_right {
  padding-top: 5%;
  padding-left: 20px;
  margin: 0px 0px 0px 56%;
}

@media only screen and (max-width: 768px) {
  #hd .product-container #Responsetime {
    padding: 0px;
  }

  #hd .product-container #Responsetime .info_right {
    padding-top: 50px
  }
}

/*Colorgamut*/
#hd .product-container #Colorgamut {
  position: relative;
  padding: 0px 0 50px;
}

#hd .product-container #Colorgamut .mainfull .maintitle {
  max-width: 1600px;
}

#hd .product-container #Colorgamut .info_right img {
  width: 100%;
  max-width: 750px !important
}

#hd .product-container #Colorgamut .info_left {
  padding-top: 5%;
  padding-right: 20px margin: 0px -100% 0px 0px;
  width: 44%;
}

#hd .product-container #Colorgamut .info_right {
  margin: 0px 0px 0px 44%;
}

@media only screen and (max-width: 768px) {
  #hd .product-container #Colorgamut {
    padding: 0;
  }

  #hd .product-container #Colorgamut .info_left {
    padding-top: 20px !important
  }
}

/*LowNoise*/
#hd .product-container #LowNoise {
  position: relative;
  padding: 0;
}

#hd .product-container #LowNoise .mainfull .maintitle {
  max-width: 1600px;
}

#hd .product-container #LowNoise .info_left img {
  width: 100%;
  max-width: 880px !important
}

#hd .product-container #LowNoise .info_left {
  margin: 0px -100% 0px 0px;
  width: 60%;
}

#hd .product-container #LowNoise .info_right {
  padding-top: 9%;
  padding-left: 20px;
  margin: 0px 0px 0px 60%;
}

@media only screen and (max-width: 768px) {
  #hd .product-container #LowNoise {
    padding: 0 0 20px 0;
  }

  #hd .product-container #LowNoise .info_right {
    padding-top: 50px
  }
}

/*AuraSync*/
#hd .product-container #AuraSync {
  position: relative;
  padding: 50px 0 50px;
}

#hd .product-container #AuraSync .mainfull .maintitle {
  max-width: 1600px;
}

#hd .product-container #AuraSync .info_right img {
  width: 100%;
  max-width: 1030px !important
}

#hd .product-container #AuraSync .info_left {
  padding-top: 10%;
  padding-right: 20px;
  margin: 0px -100% 0px 0px;
  width: 33%;
}

#hd .product-container #AuraSync .info_right {
  margin: 0px 0px 0px 33%;
}

@media only screen and (max-width: 768px) {
  #hd .product-container #AuraSync {
    padding: 0;
  }

  #hd .product-container #AuraSync .info_left {
    padding-top: 20px !important
  }
}

/**/
#product-5 {
  padding-top: 37%;
}

#product-5:before {
  background-image: url("/websites/global/products/hnNSgr7izutbvP07/images/bg-section5.jpg");
  background-size: cover;
}

#product-5 .product-text {
  width: 38%;
  left: 10%;
  top: 34%;
}

#product-5 .product-text a {
  color: #e821ff;
}

#product-5 .product-text a:hover {
  text-decoration: underline;
}

#product-5 .product-text .aurasync {
  width: 100px;
}

#product-5 .notice {
  color: #fff;
  font-size: 14px;
  bottom: 30px;
  position: absolute;
  left: 10%;
}

#product-5 .case {
  position: absolute;
  top: 0;
  width: 23.4375%;
  height: 100%;
  left: 50.1171%;
}

#product-5 .case img {
  width: 100%;
  position: relative;
}

#product-5 .learnmore a:hover {
  text-decoration: none;
}

#product-5 .learnmore .arrow {
  width: 19px;
  display: inline-block;
  position: relative;
}

#product-5 .learnmore .arrow img {
  width: 100%;
  height: auto;
}

#product-5 .learnmore .arrow.arrow-1 {
  margin-right: -10px;
  -webkit-animation: breathing 1s infinite;
  animation: breathing 1s infinite;
}

#product-5 .learnmore .arrow.arrow-2 {
  margin-right: -10px;
  -webkit-animation: breathing 1s infinite;
  animation: breathing 1s infinite;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

#product-5 .learnmore .arrow.arrow-3 {
  -webkit-animation: breathing 1s infinite;
  animation: breathing 1s infinite;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@media only screen and (max-width: 1366px) {
  #product-5 .product-text {
    left: 5%;
  }

  #product-5 .notice {
    font-size: 12px;
    bottom: 10px;
    left: 5%;
  }

  #product-5 .product-text .aurasync {
    width: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  #product-5 .product-text {
    top: 29%;
  }
}

@media only screen and (max-width: 768px) {
  #product-5:before {
    padding-top: 62%;
    background-image: url("/websites/global/products/hnNSgr7izutbvP07/images/bg-section5-m.jpg");
  }

  #product-5 {
    height: auto;
    padding-top: 62%;
    padding-bottom: 50px
  }

  #product-5 .product-content {
    padding-bottom: 20px;
  }

  #product-5 .case {
    width: 43.5%;
    height: auto;
    left: 29.5%;
  }

  #product-5 .aurasync {
    display: none;
  }

  #product-5 .product-text {
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5% 0;
  }

  #product-5 .notice {
    position: relative;
    text-align: center;
    width: 100%;
    left: auto;
    bottom: auto;
    padding: 0 5%;
  }
}

/*PG35VQ-video*/
#strixpro-wrap #PG35VQ-video {
  background: #000;
  padding-bottom: 0px
}

#strixpro-wrap #PG35VQ-video .video_area {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#strixpro-wrap #PG35VQ-video .youtube_b img {
  width: 100%
}

/*20190519*/
@media only screen and (min-width: 1921px) {
  #product-wrapper {
    max-width: 1920px !important;
    margin: 0 auto;
  }

  #hd .product-container .full-section .mainfull .maintitle {
    max-width: 1680px !important
  }

  #hd #product-wrapper p {
    font-size: 1.04167vw !important;
    line-height: 1.66667vw !important;
  }
}

@media only screen and (min-width: 2561px) {
  #product-wrapper {
    max-width: 2560px !important;
    margin: 0 auto;
  }

  #hd .product-container .full-section .mainfull .maintitle {
    max-width: 1920px !important
  }

  #hd #product-wrapper p {
    font-size: 26.6667px !important;
    line-height: 42.6667px !important;
  }
}