@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
.bg-dark {
  background: #0f0f0f; }

/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* ---------- RESET ---------- */
html,
body {
  margin: 0; }

#hd * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word; }

::selection {
  background: #1d2124;
  color: #CE0000; }

::-moz-selection {
  background: #1d2124;
  color: #ffffff; }

#hd {
  font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  background: black;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0; }

#hd ul,
#hd li,
#hd figure,
#hd p {
  margin: 0;
  padding: 0; }

#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
  font: inherit; }

#hd img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto; }

#hd img.lazyLoad {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  height: 50vh; }
  #hd img.lazyLoad.lazyLoaded {
    height: auto;
    opacity: 1; }

/* ---------- ANIMATIONS ---------- */
@-webkit-keyframes zoomIn {
  0% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-moz-keyframes zoomIn {
  0% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-ms-keyframes zoomIn {
  0% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-o-keyframes zoomIn {
  0% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/* ---------- color effect ---------- */
@-webkit-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-ms-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-o-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@-moz-keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@-ms-keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@-o-keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@-webkit-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-moz-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-ms-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-o-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-webkit-keyframes flashStrobing {
  2%, 12% {
    opacity: 1; }
  0%, 4%, 11%, 13%, 100% {
    opacity: .6; } }
@-moz-keyframes flashStrobing {
  2%, 12% {
    opacity: 1; }
  0%, 4%, 11%, 13%, 100% {
    opacity: .6; } }
@-ms-keyframes flashStrobing {
  2%, 12% {
    opacity: 1; }
  0%, 4%, 11%, 13%, 100% {
    opacity: .6; } }
@-o-keyframes flashStrobing {
  2%, 12% {
    opacity: 1; }
  0%, 4%, 11%, 13%, 100% {
    opacity: .6; } }
@keyframes flashStrobing {
  2%, 12% {
    opacity: 1; }
  0%, 4%, 11%, 13%, 100% {
    opacity: .6; } }
@-webkit-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-moz-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-ms-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-o-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-webkit-keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@-moz-keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@-ms-keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@-o-keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@-webkit-keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-moz-keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-ms-keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-o-keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-webkit-keyframes cpu {
  0% {
    background-color: red; }
  30% {
    background-color: yellow; }
  60% {
    background-color: green; }
  90% {
    background-color: yellow; } }
@-moz-keyframes cpu {
  0% {
    background-color: red; }
  30% {
    background-color: yellow; }
  60% {
    background-color: green; }
  90% {
    background-color: yellow; } }
@-ms-keyframes cpu {
  0% {
    background-color: red; }
  30% {
    background-color: yellow; }
  60% {
    background-color: green; }
  90% {
    background-color: yellow; } }
@-o-keyframes cpu {
  0% {
    background-color: red; }
  30% {
    background-color: yellow; }
  60% {
    background-color: green; }
  90% {
    background-color: yellow; } }
@keyframes cpu {
  0% {
    background-color: red; }
  30% {
    background-color: yellow; }
  60% {
    background-color: green; }
  90% {
    background-color: yellow; } }
@font-face {
  font-family: 'ROGFontsv';
  src: url("../fonts/ROGFontsv1.5-Regular.otf"), url("../fonts/ROGFontsv1.5-Regular.otf") format("embedded-opentype"), url("../fonts/ROG Fonts v1.6.1.ttf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Xolonium';
  src: url("../fonts/xolonium-Regular.ttf") format("opentype"), url("../fonts/xolonium-regular.eot");
  font-weight: normal;
  font-style: normal; }
#hd {
  font-size: 16px; }
  #hd h2 {
    font-family: "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 3.75em;
    line-height: 1;
    color: #ffffff !important;
    letter-spacing: .018em;
    margin-bottom: .5em;
    word-break: normal;
    word-wrap: normal; }
  #hd h3 {
    font-family: "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 1.875em;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px; }
    #hd h3 + p {
      margin-bottom: 3em; }
  #hd h4 {
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: .5em;
    color: #ffffff; }
  #hd h5 {
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    color: #ffffff;
    margin: 5px 0 10px; }
  #hd p,
  #hd small,
  #hd a,
  #hd li {
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; }
  #hd p {
    font-size: 1em;
    line-height: 1.75;
    font-weight: 300; }
    #hd p.color-primary {
      font-weight: 400; }
  #hd b {
    font-weight: bold; }
  #hd small {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px; }
  #hd .align-center {
    text-align: center; }
  #hd .align-left {
    text-align: left; }
  #hd .align-italic {
    font-style: italic; }
  #hd a.txt-link {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400;
    margin-top: .5em; }
  #hd a.txt-link:hover {
    color: white; }
  #hd .color-primary {
    color: #da0100; }
  #hd .color-grey {
    color: #aaaaaa; }
  #hd .hd-uppercase {
    text-transform: uppercase; }

@media screen and (max-width: 1440px) {
  #hd h2 {
    font-size: 3em; }
  #hd h4 {
    font-size: 1.25em; }
  #hd p {
    font-size: 14px; } }
@media screen and (max-width: 1280px) {
  #hd h3 {
    font-size: 1.75em; } }
@media screen and (max-width: 1024px) {
  #hd h2 {
    font-size: 2.75em;
    margin-bottom: 20px; } }
@media screen and (max-width: 768px) {
  #hd h2 {
    font-size: 2.15em;
    letter-spacing: .1em; }
  #hd h4 {
    font-size: 1.125em; }
  #hd p {
    line-height: 1.5; } }
@media screen and (max-width: 480px) {
  #hd h2 {
    font-size: 1.875em; }
  #hd h3 {
    font-size: 1.5em;
    margin-bottom: 10px; }
  #hd h4 {
    font-size: 1.1em;
    margin-bottom: 10px; }
  #hd h5 {
    font-size: 14px; } }
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative; }
#hd .hd-w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
#hd .hd-w1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1300,
#hd .hd-w1400 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
#hd .hd-w1100 {
  max-width: 1100px; }
#hd .hd-w1300 {
  max-width: 1300px; }
#hd .hd-w1400 {
  max-width: 1400px; }
#hd .hd-col20 {
  width: 20%; }
#hd .hd-col25 {
  width: 25%; }
#hd .hd-col33 {
  width: 33.3333%; }
#hd .hd-col40 {
  width: 40%; }
#hd .hd-col45 {
  width: 45%; }
#hd .hd-col50 {
  width: 50%; }
#hd .hd-col55 {
  width: 55%; }
#hd .hd-col60 {
  width: 60%; }
#hd .hd-col65 {
  width: 65%; }
#hd .hd-col70 {
  width: 70%; }
#hd .hd-col75 {
  width: 75%; }
#hd .hd-col80 {
  width: 80%; }
#hd .ib-top {
  display: inline-block;
  vertical-align: top; }
#hd .ib-bottom {
  display: inline-block;
  vertical-align: bottom; }
#hd .flex-wrap {
  display: flex;
  flex-wrap: wrap; }
#hd .flex-nowrap {
  display: flex;
  flex-wrap: nowrap; }
#hd .align-items-center {
  align-items: center; }
#hd .align-items-start {
  align-items: flex-start; }
#hd .align-items-end {
  align-items: flex-end; }
#hd .justify-content-center {
  justify-content: center; }
#hd .justify-content-start {
  justify-content: flex-start; }
#hd .justify-content-end {
  justify-content: flex-end; }
#hd .justify-content-between {
  justify-content: space-between; }
#hd .justify-content-around {
  justify-content: space-around; }
#hd .hd-d-none {
  display: none; }

@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none; }
  #hd .hd-d-1023-block {
    display: block; }
  #hd .hd-d-1023-inline-block {
    display: inline-block; } }
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none; }
  #hd .hd-d-768-block {
    display: block; } }
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none; }
  #hd .hd-d-620-block {
    display: block; } }
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none; }
  #hd .hd-d-480-block {
    display: block; } }
#hd .hd-btn {
  display: inline-block;
  font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  padding: .5em 1.5em;
  margin: 2em auto;
  color: white;
  position: relative;
  z-index: 2;
  -moz-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  -webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  #hd .hd-btn:hover {
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px); }
  #hd .hd-btn:active {
    -moz-transform: translate(0, -1px);
    -o-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px); }
  #hd .hd-btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #da0100;
    z-index: -1;
    -moz-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg); }

@media screen and (max-width: 1023px) {
  #hd .hd-btn {
    margin: 1em auto; } }
#hd .hd-icon-plus {
  display: inline-block;
  vertical-align: top;
  width: 1.25em;
  height: 1.25em;
  border-radius: 1em;
  border: 1px solid #da0100;
  margin: .125em .5em -.125em 0;
  position: relative; }
  #hd .hd-icon-plus:before, #hd .hd-icon-plus:after {
    content: '';
    display: block;
    width: .65em;
    height: 1px;
    background: #da0100;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  #hd .hd-icon-plus:after {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
#hd .hd-active > .hd-icon-plus:after {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

#hd .hd-sec-hidden {
  display: none; }
  #hd .hd-sec-hidden.hd-active {
    display: block;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98);
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    -o-animation-duration: 0.8s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98);
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: 0.8s;
    animation-name: fadeInUp;
    animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98);
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

#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 #8D0000;
  opacity: 0; }
  #scrollUp.hd-show {
    opacity: 1; }
  #scrollUp svg {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    fill: #8D0000;
    -webkit-transform: rotateZ(270deg);
    -moz-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
    transform: rotateZ(270deg); }
  #scrollUp:hover {
    background-color: #8D0000; }
    #scrollUp:hover svg {
      fill: white; }

#hd .hd-cp {
  cursor: pointer; }

@media screen and (max-width: 620px) {
  #fp-nav {
    display: none; } }
#hd .tab-filter {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 auto 2em;
  border-bottom: 1px solid #4d4e4f; }
  #hd .tab-filter li {
    font-size: 1.125em;
    font-weight: bold;
    padding: 1em 1.25em;
    line-height: 1;
    color: #4d4e4f;
    position: relative;
    cursor: pointer; }
    #hd .tab-filter li:first-child {
      margin-left: auto; }
    #hd .tab-filter li:last-child {
      margin-right: auto; }
    #hd .tab-filter li:hover {
      color: #aaaaaa; }
    #hd .tab-filter li.hd-active {
      color: white; }
      #hd .tab-filter li.hd-active:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: white;
        position: absolute;
        bottom: 0;
        left: 0; }
#hd .tab-filter-block {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin: -1em auto 2em; }
  #hd .tab-filter-block li {
    min-width: 6em;
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 1;
    text-align: center;
    padding: .45em .5em;
    margin: 0 1em;
    color: #4d4e4f;
    border: 1px solid #4d4e4f;
    cursor: pointer; }
    #hd .tab-filter-block li:first-child {
      margin-left: auto; }
    #hd .tab-filter-block li:last-child {
      margin-right: auto; }
    #hd .tab-filter-block li:hover {
      color: white;
      border-color: white; }
    #hd .tab-filter-block li.hd-active {
      color: white;
      background: #da0100;
      border-color: #da0100; }
#hd .content-el {
  display: none; }
  #hd .content-el.hd-active {
    display: block; }
#hd .hd-filter-list {
  margin: 0 auto;
  padding-left: 5%;
  position: relative;
  z-index: 2; }
  #hd .hd-filter-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    padding: 1em 0;
    font-size: 15px; }
    #hd .hd-filter-list li:hover p {
      color: #aaaaaa; }
    #hd .hd-filter-list li.hd-active b,
    #hd .hd-filter-list li.hd-active p {
      color: white; }
    #hd .hd-filter-list li.hd-active .hd-icon {
      background-position: 100% 0; }
  #hd .hd-filter-list .hd-icon {
    width: 70px;
    height: 70px;
    margin: 0 1.5em 0 0;
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 0 0; }
  #hd .hd-filter-list .hd-content {
    width: calc(100% - 120px); }
  #hd .hd-filter-list b,
  #hd .hd-filter-list p {
    line-height: 1.25;
    color: #4d4e4f; }
  #hd .hd-filter-list b {
    display: block;
    margin-bottom: .5em; }
  #hd .hd-filter-list p {
    font-weight: normal; }
#hd .hd-filter-icon {
  margin: 0 auto 2em; }
  #hd .hd-filter-icon li {
    cursor: pointer; }
    #hd .hd-filter-icon li:hover p {
      color: #aaaaaa; }
    #hd .hd-filter-icon li.hd-active p {
      color: white; }
  #hd .hd-filter-icon p {
    line-height: 1.25;
    margin: 1em 0;
    color: #4d4e4f; }

@media screen and (max-width: 1440px) {
  #hd .tab-filter li {
    font-size: 1em;
    padding: 1em 1em; }
  #hd .hd-filter-list li {
    padding: .5em 0; }
  #hd .hd-filter-list .hd-icon {
    width: 50px;
    height: 50px; } }
@media screen and (max-width: 1024px) {
  #hd .tab-filter li {
    padding: .75em; } }
@media screen and (max-width: 1023px) {
  #hd .tab-filter {
    overflow-x: auto;
    overflow-y: visible; }
    #hd .tab-filter li {
      flex-shrink: 0; }
  #hd .tab-filter-block li {
    margin: 0 .25em; }
  #hd .hd-filter-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 6em;
    padding-left: 0; }
    #hd .hd-filter-list .hd-content {
      display: none;
      text-align: center; }
    #hd .hd-filter-list li {
      width: 25%;
      max-width: 100px; }
      #hd .hd-filter-list li.hd-active .hd-content {
        width: 100%;
        display: block;
        position: absolute;
        top: 60%;
        left: 0;
        right: 0;
        margin: 0 auto; }
    #hd .hd-filter-list .hd-icon {
      width: 70px;
      height: 70px;
      margin: 0 auto; } }
@media screen and (max-width: 480px) {
  #hd .hd-filter-list {
    padding-bottom: 7em; }
    #hd .hd-filter-list li.hd-active .hd-content {
      top: 75px; }
    #hd .hd-filter-list .hd-icon {
      width: 50px;
      height: 50px; } }
#hd .owl-carousel {
  display: -ms-grid;
  display: grid; }
  #hd .owl-carousel .item {
    opacity: .3;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  #hd .owl-carousel .owl-item.active .item {
    opacity: 1; }
  #hd .owl-carousel .owl-item.active + .active .item {
    opacity: .3; }

#hd .hd-sec {
  position: relative; }
#hd .sec-filter {
  width: 100%;
  border-bottom: 1px solid #da0100;
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3; }
  #hd .sec-filter.hd-fixed {
    position: fixed;
    bottom: auto;
    top: 55px; }
  #hd .sec-filter ul {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: center;
    margin-bottom: -1px;
    white-space: nowrap;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    -ms-overflow-style: none; }
    #hd .sec-filter ul::-webkit-scrollbar {
      height: 3px; }
    #hd .sec-filter ul::-webkit-scrollbar-track {
      background: transparent; }
    #hd .sec-filter ul::-webkit-scrollbar-thumb {
      background: transparent; }
    #hd .sec-filter ul::-webkit-scrollbar-thumb:hover {
      background: transparent; }
    #hd .sec-filter ul.hd-triggered li {
      color: #525252; }
      #hd .sec-filter ul.hd-triggered li.hd-active {
        color: #da0100; }
        #hd .sec-filter ul.hd-triggered li.hd-active:after {
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
  #hd .sec-filter li {
    font-family: "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    padding: .5em 1.125em;
    position: relative;
    cursor: pointer; }
    #hd .sec-filter li:first-child {
      margin-left: auto; }
    #hd .sec-filter li:last-child {
      margin-right: auto; }
    #hd .sec-filter li:after {
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      background: black;
      position: absolute;
      bottom: 0;
      left: 0;
      -moz-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -moz-transition: transform 0.4s ease-out;
      -o-transition: transform 0.4s ease-out;
      -webkit-transition: transform 0.4s ease-out;
      transition: transform 0.4s ease-out; }
    #hd .sec-filter li:hover {
      color: rgba(255, 255, 255, 0.8); }
#hd .sec-content > div {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 3em); }
  #hd .sec-content > div.hd-active {
    display: flex;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.4s;
    -moz-animation-name: fadeIn;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.4s;
    -o-animation-name: fadeIn;
    -o-animation-timing-function: ease-out;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

@media screen and (max-width: 1440px) {
  #hd .sec-filter li {
    font-size: 1.25em; } }
@media screen and (max-width: 768px) {
  #hd .sec-filter li {
    font-size: 1.125em; } }
#hd .main-kv {
  width: 100%;
  height: 95vh;
  max-height: 66.6666vw;
  background: no-repeat 95% top / contain;
  position: relative; }
  #hd .main-kv h2 {
    font-family: "ROGFontsv", "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 4em;
    max-width: 68%; }
  #hd .main-kv p {
    max-width: 700px; }
#hd .main-intro {
  padding: 3em 0 5em; }
  #hd .main-intro .hd-title {
    margin: -3.5em auto 0; }
  #hd .main-intro h2 {
    display: inline-block;
    max-width: 90%;
    font-size: 2.75em;
    letter-spacing: 0;
    color: #da0100 !important;
    background: black;
    padding: 0 1em;
    position: relative;
    z-index: 2; }
    #hd .main-intro h2 + p {
      width: 80%;
      margin: 0 auto 3em; }
  #hd .main-intro .hd-frame {
    width: 80%;
    padding: 2em 0 0;
    position: relative; }
    #hd .main-intro .hd-frame:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #da0100;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: -1px;
      -moz-transform: skew(-15deg, 0deg);
      -o-transform: skew(-15deg, 0deg);
      -ms-transform: skew(-15deg, 0deg);
      -webkit-transform: skew(-15deg, 0deg);
      transform: skew(-15deg, 0deg); }
  #hd .main-intro li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 3%;
    position: relative; }
    #hd .main-intro li:after {
      content: '';
      display: block;
      width: 1px;
      height: calc(100% - 3em);
      background: #da0100;
      position: absolute;
      top: 0;
      right: 0;
      -moz-transform: skew(-15deg, 0deg);
      -o-transform: skew(-15deg, 0deg);
      -ms-transform: skew(-15deg, 0deg);
      -webkit-transform: skew(-15deg, 0deg);
      transform: skew(-15deg, 0deg); }
    #hd .main-intro li:last-child:after {
      display: none; }
  #hd .main-intro a {
    align-self: flex-end; }
#hd .tab-overview {
  width: 100%;
  min-height: calc(100vh - 3em);
  max-height: 120vw;
  background: no-repeat center center / 100% auto;
  text-align: center;
  position: relative;
  overflow: hidden; }
  #hd .tab-overview .hd-zoom {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
    filter: grayscale(100%);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) scale(1.5, 1.5);
    -o-transform: translate(-50%, -50%) scale(1.5, 1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5, 1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
    transform: translate(-50%, -50%) scale(1.5, 1.5);
    -moz-transition: opacity 0.8s, transform 0.8s ease-out, filter 0.8s 0.6s ease;
    -o-transition: opacity 0.8s, transform 0.8s ease-out, filter 0.8s 0.6s ease;
    -webkit-transition: opacity 0.8s, transform 0.8s ease-out, filter 0.8s 0.6s ease;
    transition: opacity 0.8s, transform 0.8s ease-out, filter 0.8s 0.6s ease; }
  #hd .tab-overview .overview-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #hd .tab-overview .overview-box h2 {
      opacity: 0;
      text-transform: uppercase; }
    #hd .tab-overview .overview-box p {
      opacity: 0;
      width: 90%;
      max-width: 700px;
      margin: 0 auto; }
  #hd .tab-overview.hd-animated .hd-zoom {
    filter: grayscale(0%);
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    -o-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1); }
  #hd .tab-overview.hd-animated .overview-box h2 {
    -webkit-animation-delay: 0.3s;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.3s;
    -moz-animation-duration: 0.6s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.3s;
    -o-animation-duration: 0.6s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease-out;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.3s;
    animation-duration: 0.6s;
    animation-name: fadeInUp;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
  #hd .tab-overview.hd-animated .overview-box p {
    -webkit-animation-delay: 0.4s;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.4s;
    -moz-animation-duration: 0.6s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.4s;
    -o-animation-duration: 0.6s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease-out;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.4s;
    animation-duration: 0.6s;
    animation-name: fadeInUp;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

@media screen and (max-width: 1440px) {
  #hd .main-kv h2 {
    font-size: 3.5em; }
  #hd .main-kv p {
    max-width: 550px; } }
@media screen and (max-width: 1280px) {
  #hd .main-kv h2,
  #hd .main-kv p {
    max-width: 45%; } }
@media screen and (max-width: 1024px) {
  #hd .main-kv h2 {
    font-size: 3em; }
  #hd .main-intro {
    padding: 2em 0; }
    #hd .main-intro .hd-title {
      margin: -3em auto 0; }
    #hd .main-intro h2 {
      font-size: 2em; } }
@media screen and (max-width: 1023px) {
  #hd .main-intro h2 + p {
    margin-bottom: 1em; }
  #hd .main-intro .hd-frame {
    width: 80%;
    padding: 2em 0 0;
    position: relative; }
    #hd .main-intro .hd-frame:before {
      -moz-transform: skew(0deg, 0deg);
      -o-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
      -webkit-transform: skew(0deg, 0deg);
      transform: skew(0deg, 0deg); }
  #hd .main-intro li {
    width: 90%;
    max-width: 600px;
    padding: 1em 0;
    margin: 0 auto; }
    #hd .main-intro li:after {
      width: 100%;
      height: 1px;
      top: auto;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      -moz-transform: skew(0deg, 0deg);
      -o-transform: skew(0deg, 0deg);
      -ms-transform: skew(0deg, 0deg);
      -webkit-transform: skew(0deg, 0deg);
      transform: skew(0deg, 0deg); } }
@media screen and (max-width: 768px) {
  #hd .main-kv {
    padding-top: 70vw;
    height: auto;
    max-height: none;
    text-align: center;
    background-size: 80%;
    background-position: center top; }
    #hd .main-kv > div {
      padding: 30px 0; }
    #hd .main-kv h2 {
      font-size: 2.5em;
      max-width: none; }
    #hd .main-kv p {
      max-width: 550px;
      margin: 0 auto; }
    #hd .main-kv .intel-logo {
      top: 5%;
      left: 5%;
      right: auto;
      bottom: auto; }
  #hd .main-intro h2 {
    font-size: 1.5em; }
  #hd .main-intro .hd-title {
    margin-top: -2.75em; }
  #hd .tab-overview .overview-box p {
    max-width: 500px; } }
@media screen and (max-width: 480px) {
  #hd .main-kv {
    background-size: 70%;
    background-position: center 10%; }
  #hd .main-intro .hd-frame {
    width: 90%; } }
#spec {
  padding: 3em 0;
  background-color: #222222;
  background-image: -moz-linear-gradient(135deg, #222222, #000000);
  background-image: -webkit-linear-gradient(135deg, #222222, #000000);
  background-image: linear-gradient(135deg, #222222, #000000); }
  #spec .tab-content > div {
    align-content: center;
    display: none; }
    #spec .tab-content > div.hd-active {
      display: block; }
  #spec h3 {
    width: 100%;
    padding: 0 5%;
    text-align: center;
    margin: 1em 0; }
  #spec figure {
    display: block;
    margin: 0 auto;
    position: relative; }
    #spec figure img {
      width: 80%;
      max-width: 947px !important; }
  #spec ol {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    counter-reset: mycounter; }
    #spec ol li {
      max-width: 23%;
      position: absolute;
      font-size: 15px;
      text-align: left; }
      #spec ol li b {
        display: block;
        font-weight: bold;
        line-height: 1.25;
        letter-spacing: .04em;
        margin-bottom: .25em; }
      #spec ol li p {
        font-weight: 300;
        margin-bottom: 0;
        line-height: 1.5;
        letter-spacing: 0;
        color: #d6d6d6; }
        #spec ol li p.hd-indent {
          padding-left: 1.25em;
          text-indent: -1.25em; }
  #spec .tab-performance li {
    left: 4%; }
    #spec .tab-performance li:nth-child(1) {
      top: 12.5%; }
    #spec .tab-performance li:nth-child(2) {
      top: 31.5%; }
    #spec .tab-performance li:nth-child(3) {
      top: 58%; }
    #spec .tab-performance li:nth-child(n+4) {
      left: 78%; }
    #spec .tab-performance li:nth-child(4) {
      top: 14%; }
    #spec .tab-performance li:nth-child(5) {
      top: 38%; }
    #spec .tab-performance li:nth-child(6) {
      top: 61%; }
  #spec .tab-cooling li {
    left: 3%; }
    #spec .tab-cooling li:nth-child(1) {
      top: 21%; }
    #spec .tab-cooling li:nth-child(2) {
      top: 61%; }
    #spec .tab-cooling li:nth-child(n+3) {
      left: 77%; }
    #spec .tab-cooling li:nth-child(3) {
      top: 29%; }
    #spec .tab-cooling li:nth-child(4) {
      top: 48.5%; }
    #spec .tab-cooling li:nth-child(5) {
      top: 86%; }
  #spec .tab-immersion li {
    left: 4%; }
    #spec .tab-immersion li:nth-child(1) {
      top: 23%; }
    #spec .tab-immersion li:nth-child(2) {
      top: 61.5%; }
    #spec .tab-immersion li:nth-child(n+3) {
      left: 75%; }
    #spec .tab-immersion li:nth-child(3) {
      top: 8%; }
    #spec .tab-immersion li:nth-child(4) {
      top: 13.5%; }
    #spec .tab-immersion li:nth-child(5) {
      top: 52.5%; }
    #spec .tab-immersion li:nth-child(6) {
      top: 61%; }
    #spec .tab-immersion li:nth-child(7) {
      top: 68.5%; }
  #spec .tab-back li {
    left: 3%; }
    #spec .tab-back li:nth-child(1) {
      top: 17%; }
    #spec .tab-back li:nth-child(2) {
      top: 28.5%; }
    #spec .tab-back li:nth-child(3) {
      top: 40.5%; }
    #spec .tab-back li:nth-child(4) {
      top: 52%; }
    #spec .tab-back li:nth-child(5) {
      top: 58.5%; }
    #spec .tab-back li:nth-child(6) {
      top: 64%; }
    #spec .tab-back li:nth-child(7) {
      top: 72%; }
    #spec .tab-back li:nth-child(8) {
      top: 79%; }
    #spec .tab-back li:nth-child(n+9) {
      left: 85%; }
    #spec .tab-back li:nth-child(9) {
      top: 49%; }
    #spec .tab-back li:nth-child(10) {
      top: 72%; }
    #spec .tab-back li:nth-child(11) {
      top: 91%; }
  #spec .tab-diy li {
    max-width: 21%;
    left: 5%; }
    #spec .tab-diy li:nth-child(1) {
      top: 5%;
      max-width: 25%; }
    #spec .tab-diy li:nth-child(2) {
      top: 12%; }
    #spec .tab-diy li:nth-child(3) {
      top: 31%; }
    #spec .tab-diy li:nth-child(4) {
      top: 53.5%; }
    #spec .tab-diy li:nth-child(5) {
      top: 79%; }
    #spec .tab-diy li:nth-child(n+6) {
      left: 76%; }
    #spec .tab-diy li:nth-child(6) {
      top: 14.5%; }
    #spec .tab-diy li:nth-child(7) {
      top: 27.5%; }
    #spec .tab-diy li:nth-child(8) {
      top: 42.5%; }
    #spec .tab-diy li:nth-child(9) {
      top: 66%; }
    #spec .tab-diy li:nth-child(10) {
      top: 79%; }

@media screen and (max-width: 1440px) {
  #spec figure img {
    width: 70%; }
  #spec ol li {
    font-size: 14px; }
    #spec ol li p {
      line-height: 1.5; } }
@media screen and (max-width: 1280px) {
  #spec ol li p {
    line-height: 1.25; }
  #spec .tab-diy li {
    max-width: 27%;
    left: 3%; }
    #spec .tab-diy li:nth-child(1) {
      max-width: 30%; }
    #spec .tab-diy li:nth-child(n+6) {
      left: 75%;
      margin-right: -2%; }
    #spec .tab-diy li:nth-child(6) {
      top: 10%; } }
@media screen and (max-width: 1023px) {
  #spec figure img {
    width: auto;
    max-width: 100% !important; }
  #spec ol {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    top: 0;
    left: 0;
    padding: 30px 0; }
    #spec ol li {
      width: 50%;
      max-width: none;
      padding: 10px 0 10px 40px;
      position: relative; }
      #spec ol li:before {
        counter-increment: mycounter;
        content: counter(mycounter);
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 15px;
        background: #da0100;
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 2; }
      #spec ol li:nth-child(n) {
        top: 0 !important;
        left: 0 !important; }
  #spec .tab-performance li:nth-child(1) {
    order: 1; }
  #spec .tab-performance li:nth-child(2) {
    order: 3; }
  #spec .tab-performance li:nth-child(3) {
    order: 5; }
  #spec .tab-performance li:nth-child(4) {
    order: 2; }
  #spec .tab-performance li:nth-child(5) {
    order: 4; }
  #spec .tab-performance li:nth-child(6) {
    order: 6; }
  #spec .tab-cooling li:nth-child(1) {
    order: 1; }
  #spec .tab-cooling li:nth-child(2) {
    order: 3; }
  #spec .tab-cooling li:nth-child(3) {
    order: 5; }
  #spec .tab-cooling li:nth-child(4) {
    order: 2; }
  #spec .tab-cooling li:nth-child(5) {
    order: 4; }
  #spec .tab-immersion li:nth-child(1) {
    order: 1; }
  #spec .tab-immersion li:nth-child(2) {
    order: 3; }
  #spec .tab-immersion li:nth-child(3) {
    order: 5; }
  #spec .tab-immersion li:nth-child(4) {
    order: 7; }
  #spec .tab-immersion li:nth-child(5) {
    order: 2; }
  #spec .tab-immersion li:nth-child(6) {
    order: 4; }
  #spec .tab-immersion li:nth-child(7) {
    order: 6; }
  #spec .tab-back li:nth-child(1) {
    order: 1; }
  #spec .tab-back li:nth-child(2) {
    order: 3; }
  #spec .tab-back li:nth-child(3) {
    order: 5; }
  #spec .tab-back li:nth-child(4) {
    order: 7; }
  #spec .tab-back li:nth-child(5) {
    order: 9; }
  #spec .tab-back li:nth-child(6) {
    order: 11; }
  #spec .tab-back li:nth-child(7) {
    order: 2; }
  #spec .tab-back li:nth-child(8) {
    order: 4; }
  #spec .tab-back li:nth-child(9) {
    order: 6; }
  #spec .tab-back li:nth-child(10) {
    order: 8; }
  #spec .tab-back li:nth-child(11) {
    order: 10; }
  #spec .tab-diy li:nth-child(n) {
    max-width: none; }
  #spec .tab-diy li:nth-child(1) {
    order: 1; }
  #spec .tab-diy li:nth-child(2) {
    order: 3; }
  #spec .tab-diy li:nth-child(3) {
    order: 5; }
  #spec .tab-diy li:nth-child(4) {
    order: 7; }
  #spec .tab-diy li:nth-child(5) {
    order: 9; }
  #spec .tab-diy li:nth-child(6) {
    order: 2; }
  #spec .tab-diy li:nth-child(7) {
    order: 4; }
  #spec .tab-diy li:nth-child(8) {
    order: 6; }
  #spec .tab-diy li:nth-child(9) {
    order: 8; }
  #spec .tab-diy li:nth-child(10) {
    order: 10; } }
@media screen and (max-width: 620px) {
  #spec ol li {
    width: 100%; }
    #spec ol li:nth-child(n) {
      order: initial !important; } }
/* ------------ power ------------- */
#hd .tab-power,
#hd .tab-memory {
  padding: 4em 0 3em; }
#hd .tab-power {
  padding: 4em 0 3em; }
  #hd .tab-power .hd-right {
    margin-top: 5em; }
  #hd .tab-power .hd-content .content-el {
    padding-left: 6%; }
    #hd .tab-power .hd-content .content-el.hd-active p {
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-delay: 0s;
      -moz-animation-duration: 0.6s;
      -moz-animation-name: fadeInUp;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: forwards;
      -o-animation-delay: 0s;
      -o-animation-duration: 0.6s;
      -o-animation-name: fadeInUp;
      -o-animation-timing-function: ease-in-out;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: forwards;
      animation-delay: 0s;
      animation-duration: 0.6s;
      animation-name: fadeInUp;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
  #hd .tab-power .thermal_compare {
    margin: 1.5em 0;
    display: none; }
    #hd .tab-power .thermal_compare.trigger-toggle {
      display: block; }
    #hd .tab-power .thermal_compare.hd-active {
      display: flex; }
    #hd .tab-power .thermal_compare .hd-title {
      margin-bottom: -2em; }
    #hd .tab-power .thermal_compare img {
      margin: 0 0 1em; }
#hd .tab-memory {
  padding-bottom: 0; }
  #hd .tab-memory h3 + p {
    margin-bottom: 1em; }
  #hd .tab-memory figure {
    width: 100%;
    max-width: 900px;
    margin: 2em auto 0;
    font-size: 14px;
    position: relative;
    z-index: 2; }
    #hd .tab-memory figure li {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 1em 0; }
      #hd .tab-memory figure li:first-child {
        margin-bottom: -.5em; }
      #hd .tab-memory figure li:last-child {
        margin-bottom: 2em; }
      #hd .tab-memory figure li div {
        width: 40%;
        padding-right: 2em; }
        #hd .tab-memory figure li div:first-child {
          width: 20%; }
    #hd .tab-memory figure small {
      display: block; }
    #hd .tab-memory figure .hd-bar {
      background: #808080;
      padding: .125em .5em; }
      #hd .tab-memory figure .hd-bar.hd-bar-primary {
        background: #da0100; }
    #hd .tab-memory figure .color-primary {
      font-weight: 600; }
  #hd .tab-memory .tab-filter {
    position: relative;
    z-index: 2; }
  #hd .tab-memory .hd-content {
    margin-top: -9em; }
    #hd .tab-memory .hd-content li {
      display: none; }
      #hd .tab-memory .hd-content li.hd-active {
        display: block; }

#power_arch figure {
  width: 100%;
  height: 0;
  padding-bottom: 43.99%;
  position: relative;
  overflow: hidden; }
  #power_arch figure:after {
    content: '';
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0), black, black, black);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), black, black, black);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), black, black, black); }
#power_arch .hd-zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
#power_arch p {
  font-size: .85vw;
  line-height: 1.25; }
#power_arch .hd-title {
  padding-top: 1.25vw;
  position: relative;
  z-index: 2; }
#power_arch .hd-txt-intro {
  display: none;
  opacity: 0; }
#power_arch img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
#power_arch svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }
  #power_arch svg path,
  #power_arch svg polyline {
    fill: none;
    stroke-miterlimit: 10; }
  #power_arch svg .hd-line-red {
    stroke: #A50000; }
  #power_arch svg .hd-line {
    stroke: #FFFFFF; }
#power_arch .hd-expand {
  opacity: 0;
  z-index: 3; }
  #power_arch .hd-expand.hd-txt-expand-1, #power_arch .hd-expand.hd-txt-expand-2 {
    font-size: .2vw;
    font-weight: bold;
    position: absolute;
    right: 54%; }
  #power_arch .hd-expand.hd-txt-expand-1 {
    top: 6%; }
  #power_arch .hd-expand.hd-txt-expand-2 {
    top: 72%; }
#power_arch [class^="block-red"],
#power_arch [class^="light-"] {
  opacity: 0; }
#power_arch .doubler {
  transform-origin: 23% center; }
#power_arch.hd-stage-2 figure {
  padding-bottom: 49.4888%; }
  #power_arch.hd-stage-2 figure:after {
    width: 45%;
    opacity: 1;
    -moz-transition: opacity 0.25s 0.5s ease;
    -o-transition: opacity 0.25s 0.5s ease;
    -webkit-transition: opacity 0.25s 0.5s ease;
    transition: opacity 0.25s 0.5s ease; }
#power_arch.hd-stage-2 .hd-zoom {
  -moz-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25); }
#power_arch.hd-stage-2 path {
  stroke-width: 2px;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  -moz-transition: all 0s 0.65s ease;
  -o-transition: all 0s 0.65s ease;
  -webkit-transition: all 0s 0.65s ease;
  transition: all 0s 0.65s ease; }
#power_arch.hd-stage-2 .hd-line {
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: stage2_growLine;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1.25s;
  -moz-animation-duration: 3s;
  -moz-animation-name: stage2_growLine;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1.25s;
  -o-animation-duration: 3s;
  -o-animation-name: stage2_growLine;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 1.25s;
  animation-duration: 3s;
  animation-name: stage2_growLine;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
  #power_arch.hd-stage-2 .hd-line.hd-delay-0 {
    -webkit-animation-delay: 1.25s;
    -webkit-animation-duration: 6s;
    -webkit-animation-name: stage2_growLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 1.25s;
    -moz-animation-duration: 6s;
    -moz-animation-name: stage2_growLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 1.25s;
    -o-animation-duration: 6s;
    -o-animation-name: stage2_growLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 1.25s;
    animation-duration: 6s;
    animation-name: stage2_growLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
  #power_arch.hd-stage-2 .hd-line.hd-delay-1 {
    -webkit-animation-delay: 4.25s;
    -webkit-animation-duration: 6s;
    -webkit-animation-name: stage2_growLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 4.25s;
    -moz-animation-duration: 6s;
    -moz-animation-name: stage2_growLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 4.25s;
    -o-animation-duration: 6s;
    -o-animation-name: stage2_growLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 4.25s;
    animation-duration: 6s;
    animation-name: stage2_growLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
#power_arch.hd-stage-2 .doubler {
  -webkit-animation-delay: 1.25s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: stage2_doubler;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1.25s;
  -moz-animation-duration: 3s;
  -moz-animation-name: stage2_doubler;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1.25s;
  -o-animation-duration: 3s;
  -o-animation-name: stage2_doubler;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 1.25s;
  animation-duration: 3s;
  animation-name: stage2_doubler;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-2 .light-1 {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: stage2_light_1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 3s;
  -moz-animation-name: stage2_light_1;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1s;
  -o-animation-duration: 3s;
  -o-animation-name: stage2_light_1;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-name: stage2_light_1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-2 .light-2 {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: stage2_light_2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 3s;
  -moz-animation-name: stage2_light_2;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1s;
  -o-animation-duration: 3s;
  -o-animation-name: stage2_light_2;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-name: stage2_light_2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-2 .light-2-1 {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 6s;
  -webkit-animation-name: stage2_light_2_1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 6s;
  -moz-animation-name: stage2_light_2_1;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1s;
  -o-animation-duration: 6s;
  -o-animation-name: stage2_light_2_1;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-duration: 6s;
  animation-name: stage2_light_2_1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-2 .light-2-2 {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 6s;
  -webkit-animation-name: stage2_light_2_2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 6s;
  -moz-animation-name: stage2_light_2_2;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1s;
  -o-animation-duration: 6s;
  -o-animation-name: stage2_light_2_2;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-duration: 6s;
  animation-name: stage2_light_2_2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-2 .hd-txt-intro-2 {
  display: block;
  -webkit-animation-delay: 2.25s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 2.25s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 2.25s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 2.25s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 figure {
  padding-bottom: 54.9875%; }
  #power_arch.hd-stage-3 figure:after {
    width: 24.5%;
    opacity: 1;
    background: black; }
#power_arch.hd-stage-3 .hd-zoom {
  -moz-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25); }
#power_arch.hd-stage-3 .hd-expand {
  opacity: 1; }
#power_arch.hd-stage-3 path,
#power_arch.hd-stage-3 line,
#power_arch.hd-stage-3 polyline {
  stroke-width: 2px;
  stroke-dasharray: 500;
  stroke-dashoffset: 500; }
#power_arch.hd-stage-3 .hd-line {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage3_growLine;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage3_growLine;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 5s;
  -o-animation-name: stage3_growLine;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 5s;
  animation-name: stage3_growLine;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
  #power_arch.hd-stage-3 .hd-line.hd-delay-0 {
    -webkit-animation-delay: 0.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage3_growLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage3_growLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage3_growLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.25s;
    animation-duration: 10s;
    animation-name: stage3_growLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
  #power_arch.hd-stage-3 .hd-line.hd-delay-1 {
    -webkit-animation-delay: 5.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage3_growLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 5.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage3_growLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 5.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage3_growLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 5.25s;
    animation-duration: 10s;
    animation-name: stage3_growLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .doubler {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage3_doubler;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage3_doubler;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 5s;
  -o-animation-name: stage3_doubler;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 5s;
  animation-name: stage3_doubler;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .light-1 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage3_light_1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage3_light_1;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 5s;
  -o-animation-name: stage3_light_1;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: stage3_light_1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .light-2 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage3_light_2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage3_light_2;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 5s;
  -o-animation-name: stage3_light_2;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: stage3_light_2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .light-2-1 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage3_light_2_1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage3_light_2_1;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 10s;
  -o-animation-name: stage3_light_2_1;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-name: stage3_light_2_1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .light-2-2 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage3_light_2_2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage3_light_2_2;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 10s;
  -o-animation-name: stage3_light_2_2;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-name: stage3_light_2_2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .hd-txt-expand-1,
#power_arch.hd-stage-3 .hd-txt-expand-2 {
  opacity: 0;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage3_showRedTxt;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage3_showRedTxt;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 5s;
  -o-animation-name: stage3_showRedTxt;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 5s;
  animation-name: stage3_showRedTxt;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .figure-2 .hd-txt-expand-1 {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage3_showRedTxtHalf;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage3_showRedTxtHalf;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 10s;
  -o-animation-name: stage3_showRedTxtHalf;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 10s;
  animation-name: stage3_showRedTxtHalf;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .figure-2 .hd-txt-expand-2 {
  -webkit-animation-delay: 5.25s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage3_showRedTxtHalf;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 5.25s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage3_showRedTxtHalf;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 5.25s;
  -o-animation-duration: 10s;
  -o-animation-name: stage3_showRedTxtHalf;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 5.25s;
  animation-duration: 10s;
  animation-name: stage3_showRedTxtHalf;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .hd-line-red {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage3_growRedLine;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage3_growRedLine;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 5s;
  -o-animation-name: stage3_growRedLine;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 5s;
  animation-name: stage3_growRedLine;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
  #power_arch.hd-stage-3 .hd-line-red.hd-delay-0 {
    -webkit-animation-delay: 0.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage3_growRedLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage3_growRedLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage3_growRedLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.25s;
    animation-duration: 10s;
    animation-name: stage3_growRedLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
  #power_arch.hd-stage-3 .hd-line-red.hd-delay-1 {
    -webkit-animation-delay: 5.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage3_growRedLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 5.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage3_growRedLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 5.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage3_growRedLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 5.25s;
    animation-duration: 10s;
    animation-name: stage3_growRedLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .light-3 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage3_light_3;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage3_light_3;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 5s;
  -o-animation-name: stage3_light_3;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: stage3_light_3;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .light-3-1 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage3_light_3_1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage3_light_3_1;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 10s;
  -o-animation-name: stage3_light_3_1;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-name: stage3_light_3_1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .light-3-2 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage3_light_3_2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage3_light_3_2;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 10s;
  -o-animation-name: stage3_light_3_2;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-name: stage3_light_3_2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-3 .hd-txt-intro-3 {
  display: block;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 2s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 2s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .hd-expand {
  opacity: 1; }
#power_arch.hd-stage-4 path,
#power_arch.hd-stage-4 line,
#power_arch.hd-stage-4 polyline {
  stroke-width: 2px;
  stroke-dasharray: 500;
  stroke-dashoffset: 500; }
#power_arch.hd-stage-4 .hd-expand.hd-txt-expand-2 {
  top: 90%; }
#power_arch.hd-stage-4 .hd-line {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage4_growLine;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage4_growLine;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 5s;
  -o-animation-name: stage4_growLine;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 5s;
  animation-name: stage4_growLine;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
  #power_arch.hd-stage-4 .hd-line.hd-delay-0 {
    -webkit-animation-delay: 0.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage4_growLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage4_growLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage4_growLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.25s;
    animation-duration: 10s;
    animation-name: stage4_growLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
  #power_arch.hd-stage-4 .hd-line.hd-delay-1 {
    -webkit-animation-delay: 5.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage4_growLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 5.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage4_growLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 5.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage4_growLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 5.25s;
    animation-duration: 10s;
    animation-name: stage4_growLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .doubler {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage4_doubler;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage4_doubler;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 5s;
  -o-animation-name: stage4_doubler;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 5s;
  animation-name: stage4_doubler;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .light-1 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage4_light_1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage4_light_1;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 5s;
  -o-animation-name: stage4_light_1;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: stage4_light_1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .light-2 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage4_light_2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage4_light_2;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 5s;
  -o-animation-name: stage4_light_2;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: stage4_light_2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .light-2-1 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage4_light_2_1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage4_light_2_1;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 10s;
  -o-animation-name: stage4_light_2_1;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-name: stage4_light_2_1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .light-2-2 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage4_light_2_2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage4_light_2_2;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 10s;
  -o-animation-name: stage4_light_2_2;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-name: stage4_light_2_2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .hd-txt-expand-1,
#power_arch.hd-stage-4 .hd-txt-expand-2 {
  opacity: 0;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage4_showRedTxt;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage4_showRedTxt;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 5s;
  -o-animation-name: stage4_showRedTxt;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 5s;
  animation-name: stage4_showRedTxt;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .hd-line-red {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage4_growRedLine;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage4_growRedLine;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 5s;
  -o-animation-name: stage4_growRedLine;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 5s;
  animation-name: stage4_growRedLine;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
  #power_arch.hd-stage-4 .hd-line-red.hd-delay-0 {
    -webkit-animation-delay: 0.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage4_growRedLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage4_growRedLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage4_growRedLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.25s;
    animation-duration: 10s;
    animation-name: stage4_growRedLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
  #power_arch.hd-stage-4 .hd-line-red.hd-delay-1 {
    -webkit-animation-delay: 5.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage4_growRedLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 5.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage4_growRedLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 5.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage4_growRedLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 5.25s;
    animation-duration: 10s;
    animation-name: stage4_growRedLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .block-red {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage4_block_3;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage4_block_3;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 5s;
  -o-animation-name: stage4_block_3;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: stage4_block_3;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .block-red-1 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage4_block_3_1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage4_block_3_1;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 10s;
  -o-animation-name: stage4_block_3_1;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-name: stage4_block_3_1;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .block-red-2 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage4_block_3_2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage4_block_3_2;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 10s;
  -o-animation-name: stage4_block_3_2;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 10s;
  animation-name: stage4_block_3_2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .light-4 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage4_light_4;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage4_light_4;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 5s;
  -o-animation-name: stage4_light_4;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: stage4_light_4;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
  #power_arch.hd-stage-4 .light-4.hd-delay-0 {
    -webkit-animation-delay: 0.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage4_light_4Half;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage4_light_4Half;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage4_light_4Half;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.25s;
    animation-duration: 10s;
    animation-name: stage4_light_4Half;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
  #power_arch.hd-stage-4 .light-4.hd-delay-1 {
    -webkit-animation-delay: 5.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage4_light_4Half;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 5.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage4_light_4Half;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 5.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage4_light_4Half;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 5.25s;
    animation-duration: 10s;
    animation-name: stage4_light_4Half;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .light-5 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage4_light_5;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage4_light_5;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 5s;
  -o-animation-name: stage4_light_5;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: stage4_light_5;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .figure-2 .hd-txt-expand-1 {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage4_showRedTxtHalf;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage4_showRedTxtHalf;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 10s;
  -o-animation-name: stage4_showRedTxtHalf;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 10s;
  animation-name: stage4_showRedTxtHalf;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .figure-2 .hd-txt-expand-2 {
  -webkit-animation-delay: 5.25s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: stage4_showRedTxtHalf;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 5.25s;
  -moz-animation-duration: 10s;
  -moz-animation-name: stage4_showRedTxtHalf;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 5.25s;
  -o-animation-duration: 10s;
  -o-animation-name: stage4_showRedTxtHalf;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 5.25s;
  animation-duration: 10s;
  animation-name: stage4_showRedTxtHalf;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .hd-line-right {
  stroke: #A50000;
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: stage4_growRightLine;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 5s;
  -moz-animation-name: stage4_growRightLine;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 5s;
  -o-animation-name: stage4_growRightLine;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 5s;
  animation-name: stage4_growRightLine;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }
  #power_arch.hd-stage-4 .hd-line-right.hd-delay-0 {
    -webkit-animation-delay: 0.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage4_growRightLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage4_growRightLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage4_growRightLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.25s;
    animation-duration: 10s;
    animation-name: stage4_growRightLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
  #power_arch.hd-stage-4 .hd-line-right.hd-delay-1 {
    -webkit-animation-delay: 5.25s;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: stage4_growRightLineHalf;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 5.25s;
    -moz-animation-duration: 10s;
    -moz-animation-name: stage4_growRightLineHalf;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 5.25s;
    -o-animation-duration: 10s;
    -o-animation-name: stage4_growRightLineHalf;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 5.25s;
    animation-duration: 10s;
    animation-name: stage4_growRightLineHalf;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
#power_arch.hd-stage-4 .hd-txt-intro-4 {
  display: block;
  -webkit-animation-delay: 4s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 4s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 4s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 4s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

/* stage 2 animation */
@-webkit-keyframes stage2_growLine {
  0%, 90.01%, 100% {
    stroke-dashoffset: 500; }
  90% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage2_growLine {
  0%, 90.01%, 100% {
    stroke-dashoffset: 500; }
  90% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage2_growLine {
  0%, 90.01%, 100% {
    stroke-dashoffset: 500; }
  90% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage2_growLine {
  0%, 90.01%, 100% {
    stroke-dashoffset: 500; }
  90% {
    stroke-dashoffset: 0; } }
@keyframes stage2_growLine {
  0%, 90.01%, 100% {
    stroke-dashoffset: 500; }
  90% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage2_growLineHalf {
  0%, 45.01%, 100% {
    stroke-dashoffset: 500; }
  45% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage2_growLineHalf {
  0%, 45.01%, 100% {
    stroke-dashoffset: 500; }
  45% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage2_growLineHalf {
  0%, 45.01%, 100% {
    stroke-dashoffset: 500; }
  45% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage2_growLineHalf {
  0%, 45.01%, 100% {
    stroke-dashoffset: 500; }
  45% {
    stroke-dashoffset: 0; } }
@keyframes stage2_growLineHalf {
  0%, 45.01%, 100% {
    stroke-dashoffset: 500; }
  45% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage2_doubler {
  0%, 10%, 25% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  15% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-moz-keyframes stage2_doubler {
  0%, 10%, 25% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  15% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-ms-keyframes stage2_doubler {
  0%, 10%, 25% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  15% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-o-keyframes stage2_doubler {
  0%, 10%, 25% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  15% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@keyframes stage2_doubler {
  0%, 10%, 25% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  15% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-webkit-keyframes stage2_light_1 {
  0%, 10% {
    opacity: 0; }
  5% {
    opacity: 1; } }
@-moz-keyframes stage2_light_1 {
  0%, 10% {
    opacity: 0; }
  5% {
    opacity: 1; } }
@-ms-keyframes stage2_light_1 {
  0%, 10% {
    opacity: 0; }
  5% {
    opacity: 1; } }
@-o-keyframes stage2_light_1 {
  0%, 10% {
    opacity: 0; }
  5% {
    opacity: 1; } }
@keyframes stage2_light_1 {
  0%, 10% {
    opacity: 0; }
  5% {
    opacity: 1; } }
@-webkit-keyframes stage2_light_2 {
  0%, 45%, 60% {
    opacity: 0; }
  55% {
    opacity: 1; } }
@-moz-keyframes stage2_light_2 {
  0%, 45%, 60% {
    opacity: 0; }
  55% {
    opacity: 1; } }
@-ms-keyframes stage2_light_2 {
  0%, 45%, 60% {
    opacity: 0; }
  55% {
    opacity: 1; } }
@-o-keyframes stage2_light_2 {
  0%, 45%, 60% {
    opacity: 0; }
  55% {
    opacity: 1; } }
@keyframes stage2_light_2 {
  0%, 45%, 60% {
    opacity: 0; }
  55% {
    opacity: 1; } }
@-webkit-keyframes stage2_light_2_1 {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-moz-keyframes stage2_light_2_1 {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-ms-keyframes stage2_light_2_1 {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-o-keyframes stage2_light_2_1 {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@keyframes stage2_light_2_1 {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-webkit-keyframes stage2_light_2_2 {
  0%, 75%, 80% {
    opacity: 0; }
  77.5% {
    opacity: 1; } }
@-moz-keyframes stage2_light_2_2 {
  0%, 75%, 80% {
    opacity: 0; }
  77.5% {
    opacity: 1; } }
@-ms-keyframes stage2_light_2_2 {
  0%, 75%, 80% {
    opacity: 0; }
  77.5% {
    opacity: 1; } }
@-o-keyframes stage2_light_2_2 {
  0%, 75%, 80% {
    opacity: 0; }
  77.5% {
    opacity: 1; } }
@keyframes stage2_light_2_2 {
  0%, 75%, 80% {
    opacity: 0; }
  77.5% {
    opacity: 1; } }
/* stage 3 animation */
@-webkit-keyframes stage3_growLine {
  0%, 95.01% {
    stroke-dashoffset: 500; }
  33%, 95% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage3_growLine {
  0%, 95.01% {
    stroke-dashoffset: 500; }
  33%, 95% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage3_growLine {
  0%, 95.01% {
    stroke-dashoffset: 500; }
  33%, 95% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage3_growLine {
  0%, 95.01% {
    stroke-dashoffset: 500; }
  33%, 95% {
    stroke-dashoffset: 0; } }
@keyframes stage3_growLine {
  0%, 95.01% {
    stroke-dashoffset: 500; }
  33%, 95% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage3_growLineHalf {
  0%, 48%, 100% {
    stroke-dashoffset: 500; }
  16.5%, 47.9% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage3_growLineHalf {
  0%, 48%, 100% {
    stroke-dashoffset: 500; }
  16.5%, 47.9% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage3_growLineHalf {
  0%, 48%, 100% {
    stroke-dashoffset: 500; }
  16.5%, 47.9% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage3_growLineHalf {
  0%, 48%, 100% {
    stroke-dashoffset: 500; }
  16.5%, 47.9% {
    stroke-dashoffset: 0; } }
@keyframes stage3_growLineHalf {
  0%, 48%, 100% {
    stroke-dashoffset: 500; }
  16.5%, 47.9% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage3_showRedTxt {
  0%,28% {
    opacity: 0; }
  33%, 95% {
    opacity: 1; } }
@-moz-keyframes stage3_showRedTxt {
  0%,28% {
    opacity: 0; }
  33%, 95% {
    opacity: 1; } }
@-ms-keyframes stage3_showRedTxt {
  0%,28% {
    opacity: 0; }
  33%, 95% {
    opacity: 1; } }
@-o-keyframes stage3_showRedTxt {
  0%,28% {
    opacity: 0; }
  33%, 95% {
    opacity: 1; } }
@keyframes stage3_showRedTxt {
  0%,28% {
    opacity: 0; }
  33%, 95% {
    opacity: 1; } }
@-webkit-keyframes stage3_showRedTxtHalf {
  0%, 14%, 49%, 85% {
    opacity: 0; }
  17%, 48.99% {
    opacity: 1; } }
@-moz-keyframes stage3_showRedTxtHalf {
  0%, 14%, 49%, 85% {
    opacity: 0; }
  17%, 48.99% {
    opacity: 1; } }
@-ms-keyframes stage3_showRedTxtHalf {
  0%, 14%, 49%, 85% {
    opacity: 0; }
  17%, 48.99% {
    opacity: 1; } }
@-o-keyframes stage3_showRedTxtHalf {
  0%, 14%, 49%, 85% {
    opacity: 0; }
  17%, 48.99% {
    opacity: 1; } }
@keyframes stage3_showRedTxtHalf {
  0%, 14%, 49%, 85% {
    opacity: 0; }
  17%, 48.99% {
    opacity: 1; } }
@-webkit-keyframes stage3_growRedLine {
  0%,30%, 95.01% {
    stroke-dashoffset: 500; }
  66%, 95% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage3_growRedLine {
  0%,30%, 95.01% {
    stroke-dashoffset: 500; }
  66%, 95% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage3_growRedLine {
  0%,30%, 95.01% {
    stroke-dashoffset: 500; }
  66%, 95% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage3_growRedLine {
  0%,30%, 95.01% {
    stroke-dashoffset: 500; }
  66%, 95% {
    stroke-dashoffset: 0; } }
@keyframes stage3_growRedLine {
  0%,30%, 95.01% {
    stroke-dashoffset: 500; }
  66%, 95% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage3_growRedLineHalf {
  0%, 15%, 47% {
    stroke-dashoffset: 500; }
  30%, 46.99% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage3_growRedLineHalf {
  0%, 15%, 47% {
    stroke-dashoffset: 500; }
  30%, 46.99% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage3_growRedLineHalf {
  0%, 15%, 47% {
    stroke-dashoffset: 500; }
  30%, 46.99% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage3_growRedLineHalf {
  0%, 15%, 47% {
    stroke-dashoffset: 500; }
  30%, 46.99% {
    stroke-dashoffset: 0; } }
@keyframes stage3_growRedLineHalf {
  0%, 15%, 47% {
    stroke-dashoffset: 500; }
  30%, 46.99% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage3_doubler {
  0%, 5%, 15% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  10% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-moz-keyframes stage3_doubler {
  0%, 5%, 15% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  10% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-ms-keyframes stage3_doubler {
  0%, 5%, 15% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  10% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-o-keyframes stage3_doubler {
  0%, 5%, 15% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  10% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@keyframes stage3_doubler {
  0%, 5%, 15% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  10% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-webkit-keyframes stage3_light_1 {
  0%, 6% {
    opacity: 0; }
  3% {
    opacity: 1; } }
@-moz-keyframes stage3_light_1 {
  0%, 6% {
    opacity: 0; }
  3% {
    opacity: 1; } }
@-ms-keyframes stage3_light_1 {
  0%, 6% {
    opacity: 0; }
  3% {
    opacity: 1; } }
@-o-keyframes stage3_light_1 {
  0%, 6% {
    opacity: 0; }
  3% {
    opacity: 1; } }
@keyframes stage3_light_1 {
  0%, 6% {
    opacity: 0; }
  3% {
    opacity: 1; } }
@-webkit-keyframes stage3_light_2 {
  0%, 20%, 30% {
    opacity: 0; }
  25% {
    opacity: 1; } }
@-moz-keyframes stage3_light_2 {
  0%, 20%, 30% {
    opacity: 0; }
  25% {
    opacity: 1; } }
@-ms-keyframes stage3_light_2 {
  0%, 20%, 30% {
    opacity: 0; }
  25% {
    opacity: 1; } }
@-o-keyframes stage3_light_2 {
  0%, 20%, 30% {
    opacity: 0; }
  25% {
    opacity: 1; } }
@keyframes stage3_light_2 {
  0%, 20%, 30% {
    opacity: 0; }
  25% {
    opacity: 1; } }
@-webkit-keyframes stage3_light_2_1 {
  0%, 10%, 15% {
    opacity: 0; }
  12.5% {
    opacity: 1; } }
@-moz-keyframes stage3_light_2_1 {
  0%, 10%, 15% {
    opacity: 0; }
  12.5% {
    opacity: 1; } }
@-ms-keyframes stage3_light_2_1 {
  0%, 10%, 15% {
    opacity: 0; }
  12.5% {
    opacity: 1; } }
@-o-keyframes stage3_light_2_1 {
  0%, 10%, 15% {
    opacity: 0; }
  12.5% {
    opacity: 1; } }
@keyframes stage3_light_2_1 {
  0%, 10%, 15% {
    opacity: 0; }
  12.5% {
    opacity: 1; } }
@-webkit-keyframes stage3_light_2_2 {
  0%, 60%, 65% {
    opacity: 0; }
  62.5% {
    opacity: 1; } }
@-moz-keyframes stage3_light_2_2 {
  0%, 60%, 65% {
    opacity: 0; }
  62.5% {
    opacity: 1; } }
@-ms-keyframes stage3_light_2_2 {
  0%, 60%, 65% {
    opacity: 0; }
  62.5% {
    opacity: 1; } }
@-o-keyframes stage3_light_2_2 {
  0%, 60%, 65% {
    opacity: 0; }
  62.5% {
    opacity: 1; } }
@keyframes stage3_light_2_2 {
  0%, 60%, 65% {
    opacity: 0; }
  62.5% {
    opacity: 1; } }
@-webkit-keyframes stage3_light_3 {
  0%, 45%, 60% {
    opacity: 0; }
  55% {
    opacity: 1; } }
@-moz-keyframes stage3_light_3 {
  0%, 45%, 60% {
    opacity: 0; }
  55% {
    opacity: 1; } }
@-ms-keyframes stage3_light_3 {
  0%, 45%, 60% {
    opacity: 0; }
  55% {
    opacity: 1; } }
@-o-keyframes stage3_light_3 {
  0%, 45%, 60% {
    opacity: 0; }
  55% {
    opacity: 1; } }
@keyframes stage3_light_3 {
  0%, 45%, 60% {
    opacity: 0; }
  55% {
    opacity: 1; } }
@-webkit-keyframes stage3_light_3_1 {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-moz-keyframes stage3_light_3_1 {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-ms-keyframes stage3_light_3_1 {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-o-keyframes stage3_light_3_1 {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@keyframes stage3_light_3_1 {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-webkit-keyframes stage3_light_3_2 {
  0%, 75%, 80% {
    opacity: 0; }
  77.5% {
    opacity: 1; } }
@-moz-keyframes stage3_light_3_2 {
  0%, 75%, 80% {
    opacity: 0; }
  77.5% {
    opacity: 1; } }
@-ms-keyframes stage3_light_3_2 {
  0%, 75%, 80% {
    opacity: 0; }
  77.5% {
    opacity: 1; } }
@-o-keyframes stage3_light_3_2 {
  0%, 75%, 80% {
    opacity: 0; }
  77.5% {
    opacity: 1; } }
@keyframes stage3_light_3_2 {
  0%, 75%, 80% {
    opacity: 0; }
  77.5% {
    opacity: 1; } }
/* stage 4 animation */
@-webkit-keyframes stage4_growLine {
  33%, 100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage4_growLine {
  33%, 100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage4_growLine {
  33%, 100% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage4_growLine {
  33%, 100% {
    stroke-dashoffset: 0; } }
@keyframes stage4_growLine {
  33%, 100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage4_showRedTxt {
  0%, 30% {
    opacity: 0; }
  35%, 100% {
    opacity: 1; } }
@-moz-keyframes stage4_showRedTxt {
  0%, 30% {
    opacity: 0; }
  35%, 100% {
    opacity: 1; } }
@-ms-keyframes stage4_showRedTxt {
  0%, 30% {
    opacity: 0; }
  35%, 100% {
    opacity: 1; } }
@-o-keyframes stage4_showRedTxt {
  0%, 30% {
    opacity: 0; }
  35%, 100% {
    opacity: 1; } }
@keyframes stage4_showRedTxt {
  0%, 30% {
    opacity: 0; }
  35%, 100% {
    opacity: 1; } }
@-webkit-keyframes stage4_growRedLine {
  0%,30% {
    stroke-dashoffset: 500; }
  66%, 100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage4_growRedLine {
  0%,30% {
    stroke-dashoffset: 500; }
  66%, 100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage4_growRedLine {
  0%,30% {
    stroke-dashoffset: 500; }
  66%, 100% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage4_growRedLine {
  0%,30% {
    stroke-dashoffset: 500; }
  66%, 100% {
    stroke-dashoffset: 0; } }
@keyframes stage4_growRedLine {
  0%,30% {
    stroke-dashoffset: 500; }
  66%, 100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage4_growRightLine {
  0%,50% {
    stroke-dashoffset: 500; }
  100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage4_growRightLine {
  0%,50% {
    stroke-dashoffset: 500; }
  100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage4_growRightLine {
  0%,50% {
    stroke-dashoffset: 500; }
  100% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage4_growRightLine {
  0%,50% {
    stroke-dashoffset: 500; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes stage4_growRightLine {
  0%,50% {
    stroke-dashoffset: 500; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage4_growLineHalf {
  0%, 50%, 100% {
    stroke-dashoffset: 500; }
  16.5%, 49.9% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage4_growLineHalf {
  0%, 50%, 100% {
    stroke-dashoffset: 500; }
  16.5%, 49.9% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage4_growLineHalf {
  0%, 50%, 100% {
    stroke-dashoffset: 500; }
  16.5%, 49.9% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage4_growLineHalf {
  0%, 50%, 100% {
    stroke-dashoffset: 500; }
  16.5%, 49.9% {
    stroke-dashoffset: 0; } }
@keyframes stage4_growLineHalf {
  0%, 50%, 100% {
    stroke-dashoffset: 500; }
  16.5%, 49.9% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage4_showRedTxtHalf {
  0%, 15%, 50%, 100% {
    opacity: 0; }
  18%, 49.99% {
    opacity: 1; } }
@-moz-keyframes stage4_showRedTxtHalf {
  0%, 15%, 50%, 100% {
    opacity: 0; }
  18%, 49.99% {
    opacity: 1; } }
@-ms-keyframes stage4_showRedTxtHalf {
  0%, 15%, 50%, 100% {
    opacity: 0; }
  18%, 49.99% {
    opacity: 1; } }
@-o-keyframes stage4_showRedTxtHalf {
  0%, 15%, 50%, 100% {
    opacity: 0; }
  18%, 49.99% {
    opacity: 1; } }
@keyframes stage4_showRedTxtHalf {
  0%, 15%, 50%, 100% {
    opacity: 0; }
  18%, 49.99% {
    opacity: 1; } }
@-webkit-keyframes stage4_growRedLineHalf {
  0%, 15%, 50%, 100% {
    stroke-dashoffset: 500; }
  30%, 49.99% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage4_growRedLineHalf {
  0%, 15%, 50%, 100% {
    stroke-dashoffset: 500; }
  30%, 49.99% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage4_growRedLineHalf {
  0%, 15%, 50%, 100% {
    stroke-dashoffset: 500; }
  30%, 49.99% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage4_growRedLineHalf {
  0%, 15%, 50%, 100% {
    stroke-dashoffset: 500; }
  30%, 49.99% {
    stroke-dashoffset: 0; } }
@keyframes stage4_growRedLineHalf {
  0%, 15%, 50%, 100% {
    stroke-dashoffset: 500; }
  30%, 49.99% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage4_growRightLineHalf {
  0%, 25%, 50%, 100% {
    stroke-dashoffset: 500; }
  48%, 49.99% {
    stroke-dashoffset: 0; } }
@-moz-keyframes stage4_growRightLineHalf {
  0%, 25%, 50%, 100% {
    stroke-dashoffset: 500; }
  48%, 49.99% {
    stroke-dashoffset: 0; } }
@-ms-keyframes stage4_growRightLineHalf {
  0%, 25%, 50%, 100% {
    stroke-dashoffset: 500; }
  48%, 49.99% {
    stroke-dashoffset: 0; } }
@-o-keyframes stage4_growRightLineHalf {
  0%, 25%, 50%, 100% {
    stroke-dashoffset: 500; }
  48%, 49.99% {
    stroke-dashoffset: 0; } }
@keyframes stage4_growRightLineHalf {
  0%, 25%, 50%, 100% {
    stroke-dashoffset: 500; }
  48%, 49.99% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes stage4_doubler {
  0%, 5%, 15% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  10% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-moz-keyframes stage4_doubler {
  0%, 5%, 15% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  10% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-ms-keyframes stage4_doubler {
  0%, 5%, 15% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  10% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-o-keyframes stage4_doubler {
  0%, 5%, 15% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  10% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@keyframes stage4_doubler {
  0%, 5%, 15% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  10% {
    -moz-transform: scale(1.125, 1.125);
    -o-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); } }
@-webkit-keyframes stage4_light_1 {
  0%, 6% {
    opacity: 0; }
  3% {
    opacity: 1; } }
@-moz-keyframes stage4_light_1 {
  0%, 6% {
    opacity: 0; }
  3% {
    opacity: 1; } }
@-ms-keyframes stage4_light_1 {
  0%, 6% {
    opacity: 0; }
  3% {
    opacity: 1; } }
@-o-keyframes stage4_light_1 {
  0%, 6% {
    opacity: 0; }
  3% {
    opacity: 1; } }
@keyframes stage4_light_1 {
  0%, 6% {
    opacity: 0; }
  3% {
    opacity: 1; } }
@-webkit-keyframes stage4_light_2 {
  0%, 20%, 30% {
    opacity: 0; }
  25% {
    opacity: 1; } }
@-moz-keyframes stage4_light_2 {
  0%, 20%, 30% {
    opacity: 0; }
  25% {
    opacity: 1; } }
@-ms-keyframes stage4_light_2 {
  0%, 20%, 30% {
    opacity: 0; }
  25% {
    opacity: 1; } }
@-o-keyframes stage4_light_2 {
  0%, 20%, 30% {
    opacity: 0; }
  25% {
    opacity: 1; } }
@keyframes stage4_light_2 {
  0%, 20%, 30% {
    opacity: 0; }
  25% {
    opacity: 1; } }
@-webkit-keyframes stage4_light_2_1 {
  0%, 10%, 15% {
    opacity: 0; }
  12.5% {
    opacity: 1; } }
@-moz-keyframes stage4_light_2_1 {
  0%, 10%, 15% {
    opacity: 0; }
  12.5% {
    opacity: 1; } }
@-ms-keyframes stage4_light_2_1 {
  0%, 10%, 15% {
    opacity: 0; }
  12.5% {
    opacity: 1; } }
@-o-keyframes stage4_light_2_1 {
  0%, 10%, 15% {
    opacity: 0; }
  12.5% {
    opacity: 1; } }
@keyframes stage4_light_2_1 {
  0%, 10%, 15% {
    opacity: 0; }
  12.5% {
    opacity: 1; } }
@-webkit-keyframes stage4_light_2_2 {
  0%, 60%, 65% {
    opacity: 0; }
  62.5% {
    opacity: 1; } }
@-moz-keyframes stage4_light_2_2 {
  0%, 60%, 65% {
    opacity: 0; }
  62.5% {
    opacity: 1; } }
@-ms-keyframes stage4_light_2_2 {
  0%, 60%, 65% {
    opacity: 0; }
  62.5% {
    opacity: 1; } }
@-o-keyframes stage4_light_2_2 {
  0%, 60%, 65% {
    opacity: 0; }
  62.5% {
    opacity: 1; } }
@keyframes stage4_light_2_2 {
  0%, 60%, 65% {
    opacity: 0; }
  62.5% {
    opacity: 1; } }
@-webkit-keyframes stage4_block_3 {
  0%, 45% {
    opacity: 0; }
  55%, 100% {
    opacity: 1; } }
@-moz-keyframes stage4_block_3 {
  0%, 45% {
    opacity: 0; }
  55%, 100% {
    opacity: 1; } }
@-ms-keyframes stage4_block_3 {
  0%, 45% {
    opacity: 0; }
  55%, 100% {
    opacity: 1; } }
@-o-keyframes stage4_block_3 {
  0%, 45% {
    opacity: 0; }
  55%, 100% {
    opacity: 1; } }
@keyframes stage4_block_3 {
  0%, 45% {
    opacity: 0; }
  55%, 100% {
    opacity: 1; } }
@-webkit-keyframes stage4_block_3_1 {
  0%, 23%, 50.01% {
    opacity: 0; }
  25.5%, 50% {
    opacity: 1; } }
@-moz-keyframes stage4_block_3_1 {
  0%, 23%, 50.01% {
    opacity: 0; }
  25.5%, 50% {
    opacity: 1; } }
@-ms-keyframes stage4_block_3_1 {
  0%, 23%, 50.01% {
    opacity: 0; }
  25.5%, 50% {
    opacity: 1; } }
@-o-keyframes stage4_block_3_1 {
  0%, 23%, 50.01% {
    opacity: 0; }
  25.5%, 50% {
    opacity: 1; } }
@keyframes stage4_block_3_1 {
  0%, 23%, 50.01% {
    opacity: 0; }
  25.5%, 50% {
    opacity: 1; } }
@-webkit-keyframes stage4_block_3_2 {
  0%, 73% {
    opacity: 0; }
  75.5%, 100% {
    opacity: 1; } }
@-moz-keyframes stage4_block_3_2 {
  0%, 73% {
    opacity: 0; }
  75.5%, 100% {
    opacity: 1; } }
@-ms-keyframes stage4_block_3_2 {
  0%, 73% {
    opacity: 0; }
  75.5%, 100% {
    opacity: 1; } }
@-o-keyframes stage4_block_3_2 {
  0%, 73% {
    opacity: 0; }
  75.5%, 100% {
    opacity: 1; } }
@keyframes stage4_block_3_2 {
  0%, 73% {
    opacity: 0; }
  75.5%, 100% {
    opacity: 1; } }
@-webkit-keyframes stage4_light_4 {
  0%, 55%, 70% {
    opacity: 0; }
  60% {
    opacity: 1; } }
@-moz-keyframes stage4_light_4 {
  0%, 55%, 70% {
    opacity: 0; }
  60% {
    opacity: 1; } }
@-ms-keyframes stage4_light_4 {
  0%, 55%, 70% {
    opacity: 0; }
  60% {
    opacity: 1; } }
@-o-keyframes stage4_light_4 {
  0%, 55%, 70% {
    opacity: 0; }
  60% {
    opacity: 1; } }
@keyframes stage4_light_4 {
  0%, 55%, 70% {
    opacity: 0; }
  60% {
    opacity: 1; } }
@-webkit-keyframes stage4_light_4Half {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-moz-keyframes stage4_light_4Half {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-ms-keyframes stage4_light_4Half {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-o-keyframes stage4_light_4Half {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@keyframes stage4_light_4Half {
  0%, 25%, 30% {
    opacity: 0; }
  27.5% {
    opacity: 1; } }
@-webkit-keyframes stage4_light_5 {
  0%, 80%, 95% {
    opacity: 0; }
  85% {
    opacity: 1; } }
@-moz-keyframes stage4_light_5 {
  0%, 80%, 95% {
    opacity: 0; }
  85% {
    opacity: 1; } }
@-ms-keyframes stage4_light_5 {
  0%, 80%, 95% {
    opacity: 0; }
  85% {
    opacity: 1; } }
@-o-keyframes stage4_light_5 {
  0%, 80%, 95% {
    opacity: 0; }
  85% {
    opacity: 1; } }
@keyframes stage4_light_5 {
  0%, 80%, 95% {
    opacity: 0; }
  85% {
    opacity: 1; } }
/* tab 5 */
#power_components.hd-active {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }
#power_components figure.hd-col50 {
  width: 75%;
  margin-left: -25%;
  margin-bottom: -3em;
  position: relative; }
  #power_components figure.hd-col50 .hd-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    #power_components figure.hd-col50 .hd-content li.content-el {
      padding-left: 0; }
      #power_components figure.hd-col50 .hd-content li.content-el.hd-active {
        -webkit-animation-delay: 0s;
        -webkit-animation-duration: 0.4s;
        -webkit-animation-name: zoomIn;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-delay: 0s;
        -moz-animation-duration: 0.4s;
        -moz-animation-name: zoomIn;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: 1;
        -moz-animation-fill-mode: forwards;
        -o-animation-delay: 0s;
        -o-animation-duration: 0.4s;
        -o-animation-name: zoomIn;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: 1;
        -o-animation-fill-mode: forwards;
        animation-delay: 0s;
        animation-duration: 0.4s;
        animation-name: zoomIn;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
        animation-fill-mode: forwards; }
#power_components > .hd-right {
  margin-top: 1em !important; }

@media screen and (min-width: 1921px) {
  #power_arch p {
    font-size: 18px; }
  #power_arch .hd-title {
    padding-top: 20px; }
  #power_arch .hd-expand.hd-txt-expand-1, #power_arch .hd-expand.hd-txt-expand-2 {
    font-size: 14px; } }
@media screen and (max-width: 1600px) {
  /* tab 5 */
  #power_components figure.hd-col50 {
    width: 65%;
    margin-left: -15%; } }
@media screen and (max-width: 1440px) {
  /* tab 5 */
  #power_components figure.hd-col50 {
    width: 62%;
    margin-left: -10%;
    margin-right: -3%; } }
@media screen and (max-width: 1023px) {
  #hd .tab-memory figure li div {
    padding-right: 1em; }

  /* tab 5 */
  #power_components figure.hd-col50 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  #power_components .hd-right {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; } }
@media screen and (max-width: 768px) {
  #hd .tab-power,
  #hd .tab-memory {
    padding: 4em 0; }
  #hd .tab-power .hd-right {
    width: 100%;
    margin-top: 1em; }
  #hd .tab-power .hd-content {
    flex-wrap: wrap; }
    #hd .tab-power .hd-content > .hd-col50 {
      width: 100%; }
    #hd .tab-power .hd-content .content-el {
      padding-left: 0; }
  #hd .tab-memory {
    padding-bottom: 0; }
    #hd .tab-memory img {
      width: 100%; }
    #hd .tab-memory .hd-content {
      margin-top: -6em; }

  #power_arch {
    max-width: 600px;
    margin: 0 auto; }
    #power_arch p {
      font-size: 1.85vw; }
    #power_arch .hd-expand.hd-txt-expand-1, #power_arch .hd-expand.hd-txt-expand-2 {
      font-size: 1vw; } }
@media screen and (max-width: 620px) {
  #hd .tab-memory figure li {
    margin: .5em 0; }
    #hd .tab-memory figure li:first-child {
      margin-bottom: .5em; }
    #hd .tab-memory figure li div:first-child {
      width: 12em; }
    #hd .tab-memory figure li div:last-child {
      width: calc(100% - 12em); }
  #hd .tab-memory .hd-content {
    margin-top: -3em;
    overflow: hidden; }
    #hd .tab-memory .hd-content img {
      width: 150%;
      max-width: none !important;
      margin-left: -50%; } }
@media screen and (max-width: 480px) {
  #hd .tab-memory figure li div {
    padding-right: .5em; }
    #hd .tab-memory figure li div:first-child {
      width: 8em; }
    #hd .tab-memory figure li div:last-child {
      width: calc(100% - 8em);
      padding-right: 0; }
  #hd .tab-power .hd-content .content-el.hd-active p {
    margin-bottom: 0; } }
#hd {
  /* ----- crosschill & heatsink ----- */
  /* ------------ headers ------------ */ }
  #hd .tab-heatsink h3 {
    margin: 2em 0 1em; }
  #hd .tab-heatsink figure {
    display: block;
    margin: 0 auto;
    position: relative; }
  #hd .tab-heatsink ol {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    counter-reset: mycounter; }
    #hd .tab-heatsink ol li {
      max-width: 21%;
      position: absolute;
      font-size: 15px;
      text-align: left; }
      #hd .tab-heatsink ol li b {
        display: block;
        font-weight: bold;
        line-height: 1.25;
        letter-spacing: .04em;
        margin-bottom: .5em; }
      #hd .tab-heatsink ol li p {
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 1.5;
        letter-spacing: 0;
        color: #d6d6d6; }
  #hd .tab-heatsink {
    padding-bottom: 3em; }
    #hd .tab-heatsink figure > img {
      width: 72%;
      max-width: 1000px !important; }
    #hd .tab-heatsink li {
      left: 4%; }
      #hd .tab-heatsink li:nth-child(1) {
        top: 3.5%; }
      #hd .tab-heatsink li:nth-child(2) {
        top: 33.5%; }
      #hd .tab-heatsink li:nth-child(3) {
        top: 64.5%; }
      #hd .tab-heatsink li:nth-child(4) {
        top: 89.5%; }
      #hd .tab-heatsink li:nth-child(n+5) {
        left: 77%; }
      #hd .tab-heatsink li:nth-child(5) {
        top: 3%; }
      #hd .tab-heatsink li:nth-child(6) {
        top: 32%; }
      #hd .tab-heatsink li:nth-child(7) {
        top: 75.5%; }
      #hd .tab-heatsink li img {
        margin-top: .5em;
        margin-left: 0; }
  #hd .tab-fan {
    padding: 0;
    min-height: 0 !important;
    position: relative;
    overflow: hidden; }
    #hd .tab-fan figure {
      width: 100%;
      margin-left: 54%; }
      #hd .tab-fan figure img {
        max-width: none !important; }
    #hd .tab-fan .hd-content {
      position: absolute;
      bottom: 6%;
      left: 0;
      right: 0;
      margin: 0 auto; }
      #hd .tab-fan .hd-content p {
        padding-right: 15%; }
      #hd .tab-fan .hd-content ol {
        counter-reset: mycounter; }
      #hd .tab-fan .hd-content li:first-child {
        margin-bottom: 4%; }
      #hd .tab-fan .hd-content li:last-child {
        margin-right: -15%; }
      #hd .tab-fan .hd-content img {
        margin-left: 0;
        margin-top: 1em; }
  #hd .tab-headers {
    padding: 0 0 3em; }
    #hd .tab-headers h3 {
      margin-top: 1em;
      margin-bottom: .25em; }
      #hd .tab-headers h3 + p {
        margin-bottom: 1em; }
    #hd .tab-headers figure.hd-col50 {
      width: 55%;
      margin-left: -5%;
      position: relative; }
      #hd .tab-headers figure.hd-col50 .hd-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
        #hd .tab-headers figure.hd-col50 .hd-content li.content-el {
          padding-left: 0; }
          #hd .tab-headers figure.hd-col50 .hd-content li.content-el.hd-active {
            -webkit-animation-delay: 0s;
            -webkit-animation-duration: 0.25s;
            -webkit-animation-name: fadeIn;
            -webkit-animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-delay: 0s;
            -moz-animation-duration: 0.25s;
            -moz-animation-name: fadeIn;
            -moz-animation-timing-function: ease-in-out;
            -moz-animation-iteration-count: 1;
            -moz-animation-fill-mode: forwards;
            -o-animation-delay: 0s;
            -o-animation-duration: 0.25s;
            -o-animation-name: fadeIn;
            -o-animation-timing-function: ease-in-out;
            -o-animation-iteration-count: 1;
            -o-animation-fill-mode: forwards;
            animation-delay: 0s;
            animation-duration: 0.25s;
            animation-name: fadeIn;
            animation-timing-function: ease-in-out;
            animation-iteration-count: 1;
            animation-fill-mode: forwards; }
    #hd .tab-headers .hd-right {
      padding-left: 3%; }
    #hd .tab-headers .hd-filter-list {
      padding-left: 0; }

@media screen and (min-width: 1921px) {
  #hd .tab-fan figure {
    margin-left: 50%; } }
@media screen and (max-width: 1600px) {
  #hd .tab-fan figure {
    margin-left: 75%; } }
@media screen and (max-width: 1440px) {
  #hd .tab-heatsink ol li {
    font-size: 14px; }
    #hd .tab-heatsink ol li p {
      line-height: 1.5; }
  #hd .tab-headers figure.hd-col50 {
    width: 40%;
    margin-left: 10%; } }
@media screen and (max-width: 1280px) {
  #hd .tab-heatsink ol li {
    max-width: 25%; }
    #hd .tab-heatsink ol li p {
      line-height: 1.25; }
  #hd .tab-heatsink li {
    left: 2%; }
    #hd .tab-heatsink li:nth-child(3) {
      top: 63.5%; }
  #hd .tab-headers figure.hd-col50 {
    width: 45%;
    margin-left: 5%; }
  #hd .tab-fan figure {
    margin-left: 75%; }
  #hd .tab-fan .hd-content {
    bottom: 4%; }
    #hd .tab-fan .hd-content ol {
      width: 70%; }
    #hd .tab-fan .hd-content li:first-child {
      margin-bottom: 1%; } }
@media screen and (max-width: 1023px) {
  #hd .tab-heatsink ol {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px 0; }
    #hd .tab-heatsink ol li {
      width: 50%;
      max-width: none;
      padding: 10px 0 10px 40px;
      position: relative; }
      #hd .tab-heatsink ol li:before {
        counter-increment: mycounter;
        content: counter(mycounter);
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 15px;
        background: #da0100;
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 2; }
      #hd .tab-heatsink ol li:nth-child(n) {
        top: 0 !important;
        left: 0 !important; }
  #hd .tab-heatsink figure > img {
    width: auto;
    max-width: 100% !important; }
  #hd .tab-heatsink li:nth-child(1) {
    order: 1; }
  #hd .tab-heatsink li:nth-child(2) {
    order: 3; }
  #hd .tab-heatsink li:nth-child(3) {
    order: 5; }
  #hd .tab-heatsink li:nth-child(4) {
    order: 7; }
  #hd .tab-heatsink li:nth-child(5) {
    order: 2; }
  #hd .tab-heatsink li:nth-child(6) {
    order: 4; }
  #hd .tab-heatsink li:nth-child(7) {
    order: 6; }
  #hd .tab-headers {
    text-align: center; }
    #hd .tab-headers figure.hd-col50 {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; }
    #hd .tab-headers .hd-right {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; }
  #hd .tab-fan figure {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-left: auto; }
    #hd .tab-fan figure img {
      width: 100%; }
  #hd .tab-fan .hd-content {
    position: relative;
    bottom: 0;
    margin: -2em 0 2em; }
    #hd .tab-fan .hd-content > div {
      width: 100%; }
      #hd .tab-fan .hd-content > div p {
        padding-right: 0; }
      #hd .tab-fan .hd-content > div ol {
        width: 100%; }
      #hd .tab-fan .hd-content > div li {
        padding: 8px 0 8px 40px;
        position: relative; }
        #hd .tab-fan .hd-content > div li:nth-child(n) {
          margin: 0; }
        #hd .tab-fan .hd-content > div li:before {
          counter-increment: mycounter;
          content: counter(mycounter);
          display: block;
          width: 24px;
          height: 24px;
          line-height: 24px;
          text-align: center;
          border-radius: 15px;
          background: #da0100;
          position: absolute;
          top: 5px;
          left: 0;
          z-index: 2; } }
@media screen and (max-width: 620px) {
  #hd .tab-heatsink ol li {
    width: 100%; }
    #hd .tab-heatsink ol li:nth-child(n) {
      order: initial !important; } }
#hd .tab-sensing,
#hd .tab-bios,
#hd .tab-opt {
  padding: 4em 0 3em; }
#hd .tab-bios .hd-right {
  padding-left: 3%; }
  #hd .tab-bios .hd-right h4 {
    margin-top: .75em; }
  #hd .tab-bios .hd-right ul {
    font-size: 15px; }
    #hd .tab-bios .hd-right ul li {
      margin-bottom: .5em; }
  #hd .tab-bios .hd-right b {
    letter-spacing: .06em; }
#hd .tab-bios .hd-scroller-box {
  width: 100%;
  height: 0;
  padding-bottom: 78.15%;
  position: relative; }
#hd .tab-bios .hd-scroller {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: .5em;
  overflow-x: visible;
  overflow-y: auto;
  -ms-overflow-style: none; }
  #hd .tab-bios .hd-scroller::-webkit-scrollbar {
    width: 5px; }
  #hd .tab-bios .hd-scroller::-webkit-scrollbar-track {
    background: #4d4e4f;
    border-radius: 5px; }
  #hd .tab-bios .hd-scroller::-webkit-scrollbar-thumb {
    background: #da0100;
    border-radius: 5px; }
  #hd .tab-bios .hd-scroller::-webkit-scrollbar-thumb:hover {
    background: #ff0b0a; }
#hd .tab-opt .item {
  margin-top: 1em;
  padding: 0 5%; }
#hd .tab-opt .hd-right {
  padding: 0 3%; }

@media screen and (max-width: 1440px) {
  #hd .tab-opt .item {
    padding: 0; } }
@media screen and (max-width: 768px) {
  #hd .tab-sensing,
  #hd .tab-bios,
  #hd .tab-opt {
    padding: 4em 0; }
  #hd .tab-bios .hd-left,
  #hd .tab-bios .hd-right {
    width: 90%;
    max-width: 600px;
    padding: 0;
    margin: 0 auto; }
  #hd .tab-bios .hd-scroller-box {
    height: auto;
    padding-bottom: 0; }
  #hd .tab-bios .hd-scroller {
    height: auto;
    position: relative;
    overflow-y: visible; }
  #hd .tab-opt .hd-left,
  #hd .tab-opt .hd-right {
    width: 90%;
    max-width: 600px;
    padding: 0;
    margin: 0 auto; }
  #hd .tab-opt .hd-right {
    margin-top: 2em;
    padding-left: 5%; } }
#hd .tab-storage {
  padding: 3em 0; }
  #hd .tab-storage figure {
    width: 70%;
    margin-left: -20%; }
  #hd .tab-storage .hd-right {
    padding-left: 4%; }
    #hd .tab-storage .hd-right h4 {
      margin-bottom: 0; }
    #hd .tab-storage .hd-right p.color-grey {
      margin: 1.5em 0 2.5em; }
  #hd .tab-storage .hd-dimm {
    position: relative;
    margin-top: 2em; }
    #hd .tab-storage .hd-dimm img {
      width: 70%;
      margin-left: 0; }
    #hd .tab-storage .hd-dimm li {
      width: 40%;
      position: absolute;
      left: 72%; }
      #hd .tab-storage .hd-dimm li:nth-child(1) {
        top: 17%; }
      #hd .tab-storage .hd-dimm li:nth-child(2) {
        top: 70%; }
#hd .tab-networking {
  padding: 4em 0 3em; }
  #hd .tab-networking .hd-top,
  #hd .tab-networking .hd-bottom {
    position: relative;
    z-index: 2; }
  #hd .tab-networking .hd-bottom {
    margin-top: -4em; }
  #hd .tab-networking li {
    width: 30%; }
    #hd .tab-networking li small {
      max-width: calc(100% - 90px); }
    #hd .tab-networking li img {
      max-width: 80px !important;
      margin-right: 0;
      margin-top: 1em; }
  #hd .tab-networking figure {
    width: 100%;
    margin: -12em 0 1em; }
    #hd .tab-networking figure img {
      margin-right: 0; }
  #hd .tab-networking small {
    display: block;
    line-height: 1.5;
    margin: .5em 0; }
#hd .tab-usb {
  padding: 4em 0 0; }
  #hd .tab-usb .hd-top {
    position: relative;
    z-index: 2; }
  #hd .tab-usb li {
    width: 33.3333%;
    padding-right: .5em; }
    #hd .tab-usb li h4 {
      min-height: 2.5em; }
  #hd .tab-usb figure {
    width: 100%;
    align-self: flex-end; }
#hd .tab-supremefx {
  padding: 4em 0 3em; }
  #hd .tab-supremefx .tab-filter {
    width: 100%;
    position: relative;
    z-index: 2; }
    #hd .tab-supremefx .tab-filter li {
      width: 20%; }
  #hd .tab-supremefx .hd-content li {
    opacity: 0;
    pointer-events: none; }
    #hd .tab-supremefx .hd-content li.hd-active {
      opacity: 1;
      pointer-events: all; }
  #hd .tab-supremefx .hd-content .hd-txtBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 1em;
    position: relative;
    z-index: 2; }
    #hd .tab-supremefx .hd-content .hd-txtBox li {
      width: 20%;
      opacity: 0; }
      #hd .tab-supremefx .hd-content .hd-txtBox li.hd-active {
        -webkit-animation-delay: 0s;
        -webkit-animation-duration: 0.4s;
        -webkit-animation-name: fadeInUp;
        -webkit-animation-timing-function: ease-out;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-delay: 0s;
        -moz-animation-duration: 0.4s;
        -moz-animation-name: fadeInUp;
        -moz-animation-timing-function: ease-out;
        -moz-animation-iteration-count: 1;
        -moz-animation-fill-mode: forwards;
        -o-animation-delay: 0s;
        -o-animation-duration: 0.4s;
        -o-animation-name: fadeInUp;
        -o-animation-timing-function: ease-out;
        -o-animation-iteration-count: 1;
        -o-animation-fill-mode: forwards;
        animation-delay: 0s;
        animation-duration: 0.4s;
        animation-name: fadeInUp;
        animation-timing-function: ease-out;
        animation-iteration-count: 1;
        animation-fill-mode: forwards; }
  #hd .tab-supremefx figure {
    width: 140%;
    margin-left: -33%;
    margin-right: -7%;
    margin-top: -17%;
    position: relative; }
    #hd .tab-supremefx figure ul li {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -moz-transition: opacity 0.25s ease;
      -o-transition: opacity 0.25s ease;
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; }

@media screen and (max-width: 1600px) {
  #hd .tab-storage figure {
    width: 60%;
    margin-left: -10%; }
  #hd .tab-supremefx .hd-content .hd-txtBox {
    margin-top: 0; }
  #hd .tab-supremefx figure {
    width: 120%;
    margin-left: -15%;
    margin-right: -5%;
    margin-top: -10%;
    position: relative; }
    #hd .tab-supremefx figure ul li {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -moz-transition: opacity 0.25s ease;
      -o-transition: opacity 0.25s ease;
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; } }
@media screen and (max-width: 1440px) {
  #hd .tab-storage figure {
    width: 55%;
    margin-left: -5%; }
  #hd .tab-networking figure {
    margin-top: -10em; } }
@media screen and (max-width: 1024px) {
  #hd .tab-storage .hd-right p.color-grey {
    margin: .5em 0 1.5em; }
  #hd .tab-storage .hd-dimm li {
    width: 30%; }
  #hd .tab-storage .hd-dimm b {
    font-size: 14px;
    font-weight: 400; }
  #hd .tab-networking li {
    width: 32%; }
  #hd .tab-networking figure {
    margin-top: -7em; } }
@media screen and (max-width: 1023px) {
  #hd .tab-supremefx .tab-filter {
    width: auto; }
    #hd .tab-supremefx .tab-filter li {
      width: auto; }
  #hd .tab-supremefx .hd-content .hd-txtBox li {
    display: none;
    width: 100%; }
    #hd .tab-supremefx .hd-content .hd-txtBox li.hd-active {
      display: block; } }
@media screen and (max-width: 768px) {
  #hd .tab-storage,
  #hd .tab-networking,
  #hd .tab-supremefx {
    padding: 4em 0; }
  #hd .tab-storage figure {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  #hd .tab-storage .hd-right {
    width: 100%;
    max-width: 600px;
    margin: 2em auto 0;
    padding-left: 0; }
  #hd .tab-networking li {
    width: 100%;
    margin-bottom: 1em; }
  #hd .tab-networking figure {
    margin-top: 0; }
  #hd .tab-networking .hd-bottom {
    margin-top: 0; }
  #hd .tab-usb {
    padding-bottom: 4em; }
    #hd .tab-usb li {
      width: 100%;
      padding-right: 0; }
      #hd .tab-usb li h4 {
        min-height: 0; }
    #hd .tab-usb figure {
      margin-bottom: 1em; } }
/* ------------ lighting ---------- */
#lighting_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  #lighting_box .hd-left {
    padding: 0 2%;
    position: relative; }
  #lighting_box .hd-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 30%;
    margin-bottom: 2em; }
    #lighting_box .hd-controls li {
      width: 25%;
      margin-bottom: 1em;
      cursor: pointer; }
      #lighting_box .hd-controls li img {
        width: 65px;
        height: 65px;
        margin: 20px auto 10px; }
      #lighting_box .hd-controls li b {
        display: block;
        font-size: 15px;
        font-weight: bold;
        margin: 1em 0; }
      #lighting_box .hd-controls li:hover .hd-icon, #lighting_box .hd-controls li.hd-active .hd-icon {
        background-position: 100% 0; }
    #lighting_box .hd-controls .hd-icon {
      width: 50px;
      height: 50px;
      margin: 0 auto;
      background-size: 200%;
      background-repeat: no-repeat;
      background-position: 0 0; }
  #lighting_box .header-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 4%; }
  #lighting_box #light_headers {
    width: calc(100% - 130px);
    max-width: 337px; }
    #lighting_box #light_headers span {
      display: inline-block;
      vertical-align: top;
      background: #303132;
      border: 1px solid #da0100;
      border-radius: 50%;
      padding: 0 .5em;
      margin: 0 .5em; }
    #lighting_box #light_headers figure {
      width: 100%;
      height: 0;
      padding-bottom: 9%;
      margin: 1em 0;
      position: relative;
      overflow: hidden; }
      #lighting_box #light_headers figure img,
      #lighting_box #light_headers figure div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  #lighting_box #colorpicker {
    width: 110px;
    margin-right: 20px;
    margin-left: auto; }
  #lighting_box .hd-lightingbox {
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    position: relative;
    overflow: hidden; }
  #lighting_box #aura_pd,
  #lighting_box #color,
  #lighting_box #greybg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #lighting_box #color,
  #lighting_box #greybg {
    width: 98%;
    height: 98%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1; }
  #lighting_box #greybg {
    background-color: #353535;
    z-index: -2; }
  #lighting_box .starry_night {
    display: none; }
    #lighting_box .starry_night li {
      width: 12%;
      height: 0;
      padding-bottom: 12%;
      background-color: #ff0;
      position: absolute;
      background: radial-gradient(circle, #ff5555, #ff0000, #aa0000, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
      animation: breathing 2s infinite; }
      #lighting_box .starry_night li:nth-child(1) {
        left: 8%;
        top: 10%; }
      #lighting_box .starry_night li:nth-child(2) {
        left: 24%;
        top: 23%;
        animation: breathing 2s -1s infinite; }
      #lighting_box .starry_night li:nth-child(3) {
        left: 41%;
        top: 58%;
        animation: breathing 3s -1s infinite; }
      #lighting_box .starry_night li:nth-child(4) {
        left: 55%;
        top: 73%;
        animation: breathing 2s -1s infinite; }
      #lighting_box .starry_night li:nth-child(5) {
        left: 70%;
        top: 83%;
        animation: breathing 3s -1s infinite; }
      #lighting_box .starry_night li:nth-child(6) {
        left: 89%;
        top: 68%;
        animation: breathing 2s -1s infinite; }
      #lighting_box .starry_night li:nth-child(7) {
        left: 74%;
        top: 75%;
        animation: breathing 3s -1s infinite; }
      #lighting_box .starry_night li:nth-child(8) {
        left: 88%;
        top: 76%;
        animation: breathing 3s -1s infinite; }
  #lighting_box .hd-rainbow {
    background: #1e5799;
    background-image: -moz-linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6);
    background-image: -webkit-linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6);
    background-image: linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6);
    background-size: 330%;
    background-repeat: repeat-x;
    background-position: 0 0; }
  #lighting_box #color_a.hd-rainbow {
    background-size: 210%; }
  #lighting_box #color_b.hd-rainbow {
    background-image: none;
    animation: cycle 8s 0s ease infinite !important; }
  #lighting_box .hd-starry {
    background: #550000 !important; }
    #lighting_box .hd-starry .starry_night {
      display: block; }
  #lighting_box #color_a.hd-starry li {
    width: 6%;
    height: 100%;
    padding-bottom: 0;
    background: #f00;
    animation: breathing 2s infinite;
    top: 0; }
    #lighting_box #color_a.hd-starry li:nth-child(1) {
      left: 4%; }
    #lighting_box #color_a.hd-starry li:nth-child(2) {
      left: 21%;
      animation: breathing 2s -1s infinite; }
    #lighting_box #color_a.hd-starry li:nth-child(3) {
      left: 57%;
      animation: breathing 3s -1s infinite; }
    #lighting_box #color_a.hd-starry li:nth-child(4) {
      left: 75%;
      animation: breathing 2s -1s infinite; }
    #lighting_box #color_a.hd-starry li:nth-child(5) {
      left: 93%;
      animation: breathing 3s -1s infinite; }
  #lighting_box #color_b.hd-starry {
    background: #f00 !important;
    animation: flashStrobing 5s 0s ease infinite !important; }

#hd .tab-aura,
#hd .tab-gamefirst,
#hd .tab-ramcache,
#hd .tab-sonic,
#hd .tab-oled,
#hd .tab-armoury {
  padding: 4em 0 3em; }
#hd #lighting,
#hd #rgb,
#hd #sonic_studio,
#hd #dts {
  display: none;
  opacity: 0; }
  #hd #lighting.hd-active,
  #hd #rgb.hd-active,
  #hd #sonic_studio.hd-active,
  #hd #dts.hd-active {
    display: block;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.6s;
    -moz-animation-name: fadeIn;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.6s;
    -o-animation-name: fadeIn;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.6s;
    animation-name: fadeIn;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
#hd #slider-gamefirst,
#hd #slider-sonic,
#hd #slider-armoury {
  margin: 2em 0 1em; }
#hd #slider-ramcache {
  margin: 1em 0; }
#hd .tab-aura {
  position: relative; }
  #hd .tab-aura .tab-filter {
    position: relative;
    z-index: 2; }
  #hd .tab-aura .hd-content {
    width: 100%; }
#hd #rgb {
  padding-bottom: 28%; }
  #hd #rgb figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: no-repeat right top / 100% auto;
    z-index: -1; }
#hd .tab-gamefirst figure img {
  width: 95%; }
#hd .tab-gamefirst .hd-right {
  width: 40%;
  padding-left: 2%; }
#hd .tab-ramcache .hd-right {
  padding-left: 2%; }
#hd .tab-sonic .block-content {
  width: 100%;
  margin-bottom: auto; }
#hd .tab-sonic div.sonic_studio_extend {
  display: none; }
  #hd .tab-sonic div.sonic_studio_extend.hd-active {
    display: flex; }
#hd #sonic_studio h3 + p {
  margin-bottom: .5em; }
#hd #dts ul {
  margin-top: 4em; }
#hd #dts img {
  margin: 1em auto; }
#hd .tab-oled {
  position: relative;
  z-index: 2; }
  #hd .tab-oled .tab-filter {
    margin-top: -1em;
    position: relative;
    z-index: 2; }
  #hd .tab-oled .hd-content {
    width: 150%;
    margin-left: -30%;
    margin-top: -10%;
    z-index: -1; }
    #hd .tab-oled .hd-content figure {
      position: relative;
      background: #dadada; }
    #hd .tab-oled .hd-content .hd-cover {
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: color-burn;
      opacity: .5; }
    #hd .tab-oled .hd-content ul {
      width: 15.2%;
      position: absolute;
      top: 48.2%;
      left: 33.3%; }
    #hd .tab-oled .hd-content li {
      display: none;
      position: relative;
      background: #dadada;
      -moz-transform: rotate(19deg) skew(156deg, 0deg);
      -o-transform: rotate(19deg) skew(156deg, 0deg);
      -ms-transform: rotate(19deg) skew(156deg, 0deg);
      -webkit-transform: rotate(19deg) skew(156deg, 0deg);
      transform: rotate(19deg) skew(156deg, 0deg); }
      #hd .tab-oled .hd-content li img {
        width: 100%; }
      #hd .tab-oled .hd-content li:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.3); }
      #hd .tab-oled .hd-content li.hd-active {
        display: block; }
#hd .tab-armoury .item img {
  width: 110%;
  max-width: none !important;
  margin-left: -7.5%; }

@media screen and (max-width: 1440px) {
  #lighting_box .hd-right {
    width: 40%;
    margin-right: 5%; }
  #lighting_box .hd-controls {
    padding-top: 20%; } }
@media screen and (max-width: 1280px) {
  #hd #rgb {
    padding-bottom: 25%; }
    #hd #rgb figure {
      background-position: right bottom; } }
@media screen and (max-width: 1024px) {
  #lighting_box .hd-left {
    padding: 0; }
  #lighting_box .hd-controls {
    padding-top: 5%; }
    #lighting_box .hd-controls li b {
      margin: .5em 0; }
  #lighting_box #light_headers figure {
    margin-top: .5em; }

  #hd .tab-gamefirst figure img {
    width: auto; }
  #hd .tab-gamefirst .hd-right {
    width: 50%;
    padding-left: 2%; } }
@media screen and (max-width: 1023px) {
  #lighting_box .hd-left,
  #lighting_box .hd-right {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  #lighting_box .hd-controls {
    padding-top: 0;
    margin-top: -1em;
    margin-bottom: 1em; }
  #lighting_box .header-box {
    justify-content: center; }
  #lighting_box #colorpicker {
    margin-right: auto;
    margin-bottom: 2em; } }
@media screen and (max-width: 768px) {
  #hd #slider-gamefirst,
  #hd #slider-armoury {
    margin: 0; }
  #hd .tab-gamefirst,
  #hd .tab-ramcache,
  #hd .tab-sonic,
  #hd .tab-oled {
    padding: 4em 0; }
    #hd .tab-gamefirst .hd-left,
    #hd .tab-gamefirst .hd-right,
    #hd .tab-ramcache .hd-left,
    #hd .tab-ramcache .hd-right,
    #hd .tab-sonic .hd-left,
    #hd .tab-sonic .hd-right,
    #hd .tab-oled .hd-left,
    #hd .tab-oled .hd-right {
      width: 90%;
      max-width: 600px;
      padding: 0;
      margin: 0 auto; }
    #hd .tab-gamefirst .hd-right,
    #hd .tab-ramcache .hd-right,
    #hd .tab-sonic .hd-right,
    #hd .tab-oled .hd-right {
      margin-top: 1em;
      padding-left: 5%; }
  #hd .tab-aura {
    padding: 2em 0 4em; }
  #hd #rgb {
    padding-bottom: 40%; }
    #hd #rgb figure {
      background-size: 150%;
      background-position: 20% bottom; }
  #hd .tab-armoury {
    padding: 2em 0 4em; }
    #hd .tab-armoury .item img {
      width: 90%;
      margin-left: auto; } }
@media screen and (max-width: 480px) {
  /* ------------ lighting ---------- */
  #lighting_box .hd-controls li {
    width: 33.3333%; }
  #lighting_box #light_headers {
    width: 100%; }

  #hd #rgb {
    padding-bottom: 35%; }
    #hd #rgb figure {
      background-size: 200%; }
  #hd #dts li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 1em; }
  #hd .tab-oled .hd-content {
    width: 250%;
    margin-left: -50%;
    margin-top: -10%; } }

/*# sourceMappingURL=hd-style.css.map */


/* 20201013 new*/
#hd .main-kv .intel-logo {
    top: 5%;
      left: 5%;
      right: auto;
      bottom: auto; }
#hd .main-kv .intel-logo {
    width: 100%;
    max-width: 180px !important;
    min-width: 80px;
    /*position: absolute;*/
    /*bottom: 5%;
    right: 2.5%;*/
    margin: 20px 0 10px;
    z-index: 2;
}
#hd .main-kv p.note {
    color: #868686;
    font-size: 12px;
    margin: 10px 0;
}
#hd #addcpu .tab-overview .hd-zoom{
  transform: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
}
#hd #addcpu .tab-overview .overview-box h2{
  font-size: 3.2em
}
#hd #addcpu .tab-overview.hd-animated .hd-zoom{
  filter: grayscale(0%);
  opacity: 1;
      transform: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
}
#hd #addcpu .tab-overview{
  min-height: calc(100vh - 5.5em);
}
#hd #addcpu .tab-overview .overview-box p{
  font-family: "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 2.5em;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
}
#hd #addcpu .tab-overview .overview-box{
    top: 80%;
    left: 50%;
    -moz-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    width: 96%;
}
#hd #addcpu .sec-filter{
  border-bottom: none
}
@media screen and (max-width: 768px) {
  #hd #addcpu .tab-overview{
    min-height: inherit;
    height: auto
  }
  #hd #addcpu .tab-overview .overview-box{
    position: relative;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    transition: inherit;
    padding: 50px 0 50px;
    width: 100%;
  }
  #hd #addcpu .tab-overview .overview-box h2{
    font-size: 2em
  }
  #hd #addcpu .tab-overview.hd-animated .hd-zoom{
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    transition: inherit;
    width: 100%;
  }
  #hd #addcpu .tab-overview .overview-box p{
    font-size: 1.6em;
    margin-bottom: 0
  }
}
#hd #newkey{
  background: url(../img/bg_newkey.jpg) no-repeat top center;
  background-size: cover;
  max-height: 750px;
  padding: 100px 0 100px
}
#hd #newkey img.newkey{
      width: 100%;
    max-width: 360px !important;
}
#hd #newkey .hd-right{
  padding-left: 50px
}
#hd #newkey ul {
  padding-left: 20px
}
#hd #newkey ul li{
  list-style-type: disc;
}
.webstyle, img.webstyle{
  display: block !important;
}
.mobile, img.mobile{
  display: none !important;
}
@media screen and (max-width: 768px) {
    #hd #newkey{
        background-size: cover;
        max-height: inherit;
        padding: 50px 0 50px;
    }
    #hd #newkey .hd-col33{
        width: 100%;
        margin-left: 0
    }
    #hd #newkey .hd-right.hd-col65{
        width: 100%;
        padding: 0;
        margin-top: 30px
    }
    #hd #newkey img.newkey{
        width: 70%;
        margin: 0 auto !important
    }
  .webstyle, img.webstyle{
    display: none !important;
  }
  .mobile, img.mobile{
    display: block !important;
  }
}