@import url("https://assets.razerzone.com/eeimages/assets/css/razerf5/razerf5.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
.razer-site-wide-notification {z-index:1}
@media screen and (max-width: 767px) {
    img {
      max-width: 100%;
    }
  }
@media screen and (min-width: 768px) {
.razer-rtl .main-content{
margin-top: 60px;
}
}
#viper8khz-html .main-content,
#viper8khz-html .content,
#viper8khz-html .lt1 { max-width:100%!important; padding:0!important; background:#020202; margin:0!important }
body {
  font-family: "Roboto";
  background-color: var(--basebg);
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.5;
}
body .wrapper > section {
  height: auto;
}
:root {
  --fontlarge: 4.5rem;
  --fontmedium: 2.5rem;
  --fontsmall: 1.25rem;
  --fontlink: 1.25rem;
  --fontgradient: 2.5rem;
  --basegreen: #44d62c;
  --basegray: #999999;
  --basebg: #020202;
  --basewhite: #eee;
}
#viper8khz-html a {
  color: #44d632;
  text-decoration: none;
}
#viper8khz-html  a:hover {
  color: #44d632;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
    #viper8khz-html img {
    max-width: 100%;
  }
}
#viper8khz-html .wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #viper8khz-html .wrapper {
    overflow-x: hidden;
  }
}
#viper8khz-html .void {
  background: black;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
#viper8khz-html .container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
#viper8khz-html .container.center {
  text-align: center;
}
#viper8khz-html h2 {
  font-family: "RazerF5";
  font-size: 2.5rem!important;
  margin: inherit!important
}
@media (max-width: 767px) {
  #viper8khz-html h2 {
    font-size: 2.5rem!important;
    line-height: 2.5rem!important;
    text-align: center!important;
  }
}
#viper8khz-html h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  background-size: cover;
  display: block;
  margin: 0.5rem auto;
  background: -webkit-gradient(linear, left top, right top, from(#44d62c), color-stop(50%, #58d62c), to(white));
  background: linear-gradient(90deg, #44d62c 0%, #58d62c 50%, white 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}
#viper8khz-html p {
  color: #fff;
  font-size: var(--fontsmall);
  font-weight: 300;
  line-height: 1.75rem;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#44d62c), color-stop(50%, #58d62c), to(white));
  background: linear-gradient(90deg, #44d62c 0%, #58d62c 50%, white 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.g__text {
  font-weight: 600;
  color: #44d62c;
  background: #44d62c;
  background: linear-gradient(250deg, #44d62c 30%, #b9ffae 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .g__text {
    font-size: 48px;
line-height: 1;
  }
}
.g__cta {
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 10px 20px;
  margin: 1rem auto;
  font-weight: 700;
  text-transform: uppercase;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #b9ffae 0%, #58d62c 50%, #44d62c 100%);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0.8;
}
.g__cta:hover {
  opacity: 1;
}
.heroes {
  background: #020202;
  display: -ms-grid;
  display: grid;
  position: relative;
}
.heroes img {
  opacity: 1;
  position: absolute;
  max-width: 100%;
}
.heroes .hero {
  top: -5%;
}
@media screen and (max-height: 1000px) {
  .heroes .hero {
    top: -18%;
  }
}
.heroes .mobile-hero {
  display: none;
}
@media screen and (min-width: 767px) {
  .heroes .mobile-hero {
    display: none;
  }  
}
@media screen and (max-width: 767px) {
  .heroes .hero {
    display: none;
  }
  .heroes .mobile-hero {
    display: block;
  }
  #viper8khz-html .heroes .content-wrapper h2{
	font-size: 1.5rem !important;
	line-height: 1.5rem !important;
  }
  .usp.mobile.bottom-text .content .main-content .heroes h1 {
	margin-top: 2rem !important;
	text-align: center;
  }
}
.heroes .content-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 1rem;
z-index: 2;
  padding-top: 56%;
}
.heroes .content-wrapper > * {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
}
@media screen and (max-width: 767px) {
  .heroes .content-wrapper {
    overflow-x: hidden;
    padding-top: 76%;
  }
}
#viper8khz-html .heroes .content-wrapper h2 {
  color: var(--basewhite);
  font-size: var(--fontmedium);
  text-align: center;
  text-transform:none;
  font-family: "RazerF5";
  font-weight: normal !important;
}
.heroes .content-wrapper h1 {
  margin-top: 1rem;
  color: var(--basewhite);
  font-size: var(--fontlarge);
  font-family: "RazerF5Bold";
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .heroes .content-wrapper h1 {
    font-size: 3.75rem;
  }
}
#viper8khz-html .heroes .content-wrapper p {
  font-size: var(--fontsmall);
  color: var(--basewhite);
  text-align: center;
  margin: 1rem auto; 
}
@media screen and (max-width: 767px) {
    #viper8khz-html .heroes .content-wrapper p {
    margin-top: 2.5rem;
  }
}
.shadow {
  position: absolute;
  z-index: 0;
}
.shadow.top {
  top: -10px;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28%, black), color-stop(110%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 28%, rgba(0, 0, 0, 0) 110%);
}
.shadow.btm {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(28%, black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 28%, rgba(0, 0, 0, 0) 100%);
}
#viper-sideview {
  display: inline-block;
  position: relative;
  max-height: 700px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #viper-sideview {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #viper-sideview .img-wrapper {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
#viper-sideview img {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100%;
}
#viper-sideview .radial-cover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, #020202 100%);
}
#viper-sideview .radial-gradient {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#stubs {
  background: black;
  display: -ms-grid;
  display: grid;
  min-height: 0;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  margin-bottom: 10vh;
}
#stubs .stubs-head {
  max-width: 900px;
  margin: 3rem auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  text-align: center;
}
#viper8khz-html #stubs h2 {
  font-family: "RazerF5Bold";
  font-weight: bolder;
  background: linear-gradient(250deg, #44d62c 30%, #b9ffae 90%);
  font-size: var(--fontgradient);
  background-clip: text;
  -webkit-background-clip: text;
  display: block;
  color: transparent;
  text-align: center;
  margin: 0 auto!important;
  text-align: center;
}
#viper8khz-html #stubs h3 {
  font-family: "Roboto";
  font-size: var(--fontsmall);
  font-weight: 500;
  color: var(--basewhite);
}
#viper8khz-html #stubs p {
  color: var(--basewhite);
  font-size: var(--fontsmall);
  margin: 0 auto;
}
#stubs .bordered {
  border: none;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#50c56c), to(#a3f796)), -webkit-gradient(linear, left top, right top, from(#50c56c), to(#a3f796));
  background-image: linear-gradient(to right, #50c56c 0%, #a3f796 100%), linear-gradient(to right, #50c56c 0%, #a3f796 100%);
  border-left: 1px solid #50c56c;
  border-right: 1px solid #a3f796;
  background-position: 0 0,
 0 100%;
  background-size: 100% 1px;
  padding: 1rem;
  color: var(--basegreen);
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}
#stubs .footers {
  text-align: center;
  margin-top: 2rem;
}
#stubs .text {
  display: block;
  text-align: center;
}
#stubs .text.normal {
  font-size: var(--fontsmall);
  font-weight: 300;
  line-height: 1.75rem;
  color: var(--basewhite);
  background: -webkit-gradient(linear, left top, right top, from(#44d62c), color-stop(50%, #58d62c), to(white));
  background: linear-gradient(90deg, #44d62c 0%, #58d62c 50%, white 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
#stubs .text.bolder {
  font-family: "RazerF5Bold";
  font-weight: bolder;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0.5rem auto;
  background: linear-gradient(250deg, #44d62c 30%, #b9ffae 90%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
#stubs .wrapper {
  background: black;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  color: var(--basewhite);
  display: grid;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  background: black;
  background-size: contain;
  padding: 3px 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #stubs .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#stubs .wrapper div.content-wrapper {
  background: black;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, #b9ffae 0%, #58d62c 50%, #44d62c 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #stubs .wrapper div.content-wrapper {
    margin-bottom: 0.5rem;
  }
}
#stubs .wrapper div.content-wrapper .left,
#stubs .wrapper div.content-wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#stubs .wrapper div.content-wrapper .left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#stubs .wrapper div.content-wrapper .right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sensor,
#zero-misclick {
  position: relative;
  text-align: center;
  margin-bottom: 20vh;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(14, 11, 10, 0)), to(black));
  background: linear-gradient(180deg, rgba(14, 11, 10, 0) 100%, black 100%);
}
@media only screen and (max-width: 1023px) {
  #sensor s *,
  #zero-misclick s * {
    margin-bottom: 1rem !important;
  }
}
#sensor .vp__head,
#sensor .vp__footer,
#zero-misclick .vp__head,
#zero-misclick .vp__footer {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sensor .vp__head,
  #sensor .vp__footer,
  #zero-misclick .vp__head,
  #zero-misclick .vp__footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
#viper8khz-html #sensor p,
#viper8khz-html #zero-misclick p {
  margin-bottom: 1rem;
}
#sensor .interactive-aimation,
#zero-misclick .interactive-aimation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  max-height: 75vh;
  margin: 2rem auto;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  overflow-x: hidden;
  opacity: 0;
  z-index: 1;
}
#sensor .interactive-aimation video,
#zero-misclick .interactive-aimation video {
  width: 100%;
  opacity: 1;
}
#viper-parts {
  margin-bottom: 10vh;
  background-color: var(--basebg);
}
#viper8khz-html #viper-parts h2 {
  font-family: "RazerF5Bold";
  font-weight: bolder;
  display: block;
  color: transparent;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(210deg, #44d62c 0%, #b9ffae 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
#viper-parts h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  display: block;
  margin: 0 auto 1rem;
}
#viper8khz-html #viper-parts p {
  padding-bottom: 3rem;
}
#viper-parts .lt1 {
  position: relative;
  background-color: var(--basebg);
  max-width: 850px;
  height: 650px;
}
@media (max-width: 480px) {
  #viper-parts .lt1 {
    height: 400px;
  }
}
#viper-parts .lt1 img {
  position: absolute;
  height: auto;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #viper-parts .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#viper-parts .content {
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  text-align: center;
}
#hyperpolling-panel {
  height: auto;
  overflow: hidden;
  margin-bottom: 20vh;
}
@media (max-width: 767px) {
  #hyperpolling-panel {
    height: auto;
  }
}
#viper8khz-html #hyperpolling-panel h2 {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
    #viper8khz-html #hyperpolling-panel h2 {
    margin-bottom: 0.5rem;
  }
}
#viper8khz-html #hyperpolling-panel p {
  max-width: 820px;
}
#hyperpolling-panel .hp__screen-view {
  position: relative;
  display: inline-block;
  max-width: 500px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 1.5rem auto;
}
@media (max-width: 767px) {
  #hyperpolling-panel .hp__screen-view {
    height: auto;
    min-height: 500px;
  }
}
@media (max-width: 600px) {
  #hyperpolling-panel .hp__screen-view {
    min-height: 400px;
  }
}
@media (max-width: 460px) {
  #hyperpolling-panel .hp__screen-view {
    min-height: 300px;
  }
}
#hyperpolling-panel .hp__screen-view img {
  max-width: 100%;
  position: absolute;
  left: 0;
}
#hyperpolling-panel .hp__screen-view > svg {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
}
#hyperpolling-panel .hp__img-frame {
  top: 0;
  z-index: 1;
}
#hyperpolling-panel .hp__img-static {
  top: 0;
  opacity: 0;
}
#performance-panel {
  min-height: 860px;
  background-color: var(--basebg);
  z-index: 1;
}
@media (max-width: 767px) {
  #performance-panel {
    height: auto;
  }
}
#performance-panel .pp__head {
  position: relative;
  max-width: 800px;
  margin: 5rem auto 3rem;
  text-align: center;
  color: black;
  overflow: hidden;
}
@media (max-width: 767px) {
  #performance-panel .pp__head {
    max-width: 400px;
  }
}
#performance-panel .pp__head .reveal {
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: #44d62c;
  background: #44d62c;
  overflow: hidden;
  vertical-align: bottom;
  background: linear-gradient(250deg, #44d62c 30%, #7eea6c 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
#performance-panel .pp__head .reveal > span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #020200;
}
#performance-panel .pp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 2rem;
  max-width: 1020px;
}
#performance-panel .pp__list img {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
#performance-panel .pp__list h4 {
  margin: 1rem auto 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #44d62c;
}
@media (max-width: 767px) {
  #performance-panel .pp__list h4 {
    max-width: 250px;
  }
}
#viper8khz-html #performance-panel .pp__list p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  #viper8khz-html #performance-panel .pp__list p {
    font-size: 1.125rem;
  }
}
#performance-panel .pp__list.pp__list-1 {
  margin-bottom: 2rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 950px;
}
@media (min-width: 768px) {
  #performance-panel .pp__list.pp__list-1 > div {
    width: 485px;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  #performance-panel .pp__list.pp__list-2 > div {
    width: 350px;
    max-width: 33%;
  }
}
#performance-panel .pp__list > div {
  text-align: center;
  padding: 1rem 0.5rem;
}
@media (max-width: 767px) {
  #performance-panel .pp__list > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#explore-family {
  position: relative;
  height: 970px;
  width: 100%;
  max-height: 100vh;
  max-width: 1920px;
  overflow: hidden;
  background-color: var(--basebg);
}
@media (max-width: 767px) {
  #explore-family {
    height: 550px;
    min-height: 100vh;
    background: url("https://assets2.razerzone.com/images/viper8khz/viper-family-mobile.jpg") no-repeat bottom center var(--basebg);
  }
}
#explore-family .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #explore-family .shadow.top {
    top: 40%;
  }
}
#explore-family .ef__img-bg {
  height: 100%;
  width: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://assets2.razerzone.com/images/viper8khz/viper-family.jpg") no-repeat top center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  #explore-family .ef__img-bg {
    display: none;
  }
}
#explore-family .ef__head {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
#viper8khz-html #explore-family .ef__head h2 {
  margin: 5rem auto 0;
}
#explore-family .ef__head .ef__p {
  margin: 0.5rem auto;
}
@media (max-width: 767px) {
  #explore-family .ef__head .ef__p {
    max-width: 90%;
  }
}
#explore-family .ef__head .ef__cta {
  margin-bottom: 5%;
}
#available-in {
  position: relative;
  height: 600px;
  width: 100%;
  max-height: 100vh;
  max-width: 1920px;
  overflow: hidden;
  background-color: var(--basebg);
}
#available-in .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#available-in .ef__img-bg {
  height: 100%;
  width: 100%;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://assets2.razerzone.com/images/pnx.assets/8128edbe31baab2f16667874d58c78b7/razer-viper-8khz-tkl-esl-availablein-desktop-v4.jpg") no-repeat top center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 767px) {
  #explore-family .ef__head .ef__cta {
    margin-bottom: 10%;
  }
  #available-in {
    height: 350px;
    min-height: 70vh;
    background: url("//assets2.razerzone.com/images/pnx.assets/8128edbe31baab2f16667874d58c78b7/razer-viper-8khz-tkl-esl-availablein-mobile.jpg") no-repeat bottom center var(--basebg);
  }		
  #available-in .shadow.top {
    top: 40%;
  }
  #available-in .ef__img-bg {display: none;}
}
#viper8khz-html.usp .grid{
position: relative !important;
display: block;
}
.faq-component .panel ul li p{
background: none !important;
}
#viper-parts .part-1{
    top: 45%; left: 44.5%; width: 17.5%;
}
#viper-parts .part-2{
    top: 37%; left: 41.5%; width: 19%;
}
#viper-parts .part-3{
    top: 38.3%; left: 28%; width: 9.5%;
    }
#viper-parts .part-4{
    top: 23.5%; left: 32.5%; width: 35%;
}
#viper-parts .part-5{
    top: 9.5%; left: 47%; width: 33.5%;
}
#viper-parts .part-6{
    top: 11%; left: 22%; width: 20%;
}
#viper-parts .part-7{
    top: 44%; left: 24%; width: 12%;
}
#viper-parts .part-8{
    top: 38.5%; left: 47%; width: 18%;
}
#viper-parts .part-9{
    top: 57%; left: 56%; width: 12.8%;
}
#viper-parts .part-10{
    top: 49%; left: 43%; width: 12.25%;
}
#viper-parts .part-11{
    top: 51%; left: 33.8%; width: 17%;
}
#viper-parts .part-12{
    top: 75%; left: 31%; width: 26.5%;
}
#viper-parts .part-13{
    top: 71%; left: 35%; width: 26.5%;
}
#viper-parts .part-14{
    top: 57%; left: 31%; width: 33.5%;
}
 @media screen and (max-width:767px){#pnxssr_048ff86559dea0a4951d49b2e6201b8b div[pnxssr_2]{background-image:none;min-height:5000;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b p[pnxssr_5]{max-width:100%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_91]{top: 45%; left: 44.5%; width: 17.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_92]{top: 37%; left: 41.5%; width: 19%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_93]{top: 38.3%; left: 28%; width: 9.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_94]{top: 23.5%; left: 32.5%; width: 35%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_95]{top: 9.5%; left: 47%; width: 33.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_96]{top: 11%; left: 22%; width: 20%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_97]{top: 44%; left: 24%; width: 12%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_98]{top: 38.5%; left: 47%; width: 18%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_99]{top: 57%; left: 56%; width: 12.8%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_100]{top: 49%; left: 43%; width: 12.25%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_101]{top: 51%; left: 33.8%; width: 17%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_102]{top: 75%; left: 31%; width: 26.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_103]{top: 71%; left: 35%; width: 26.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_104]{top: 57%; left: 31%; width: 33.5%;}} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){#pnxssr_048ff86559dea0a4951d49b2e6201b8b div[pnxssr_2]{background-image:none;min-height:5000;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b div[pnxssr_3]{max-height:5000;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_91]{top: 45%; left: 44.5%; width: 17.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_92]{top: 37%; left: 41.5%; width: 19%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_93]{top: 38.3%; left: 28%; width: 9.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_94]{top: 23.5%; left: 32.5%; width: 35%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_95]{top: 9.5%; left: 47%; width: 33.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_96]{top: 11%; left: 22%; width: 20%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_97]{top: 44%; left: 24%; width: 12%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_98]{top: 38.5%; left: 47%; width: 18%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_99]{top: 57%; left: 56%; width: 12.8%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_100]{top: 49%; left: 43%; width: 12.25%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_101]{top: 51%; left: 33.8%; width: 17%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_102]{top: 75%; left: 31%; width: 26.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_103]{top: 71%; left: 35%; width: 26.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_104]{top: 57%; left: 31%; width: 33.5%;}} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){#pnxssr_048ff86559dea0a4951d49b2e6201b8b div[pnxssr_2]{background-image:none;min-height:5000;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b div[pnxssr_3]{max-height:5000;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_91]{top: 45%; left: 44.5%; width: 17.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_92]{top: 37%; left: 41.5%; width: 19%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_93]{top: 38.3%; left: 28%; width: 9.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_94]{top: 23.5%; left: 32.5%; width: 35%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_95]{top: 9.5%; left: 47%; width: 33.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_96]{top: 11%; left: 22%; width: 20%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_97]{top: 44%; left: 24%; width: 12%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_98]{top: 38.5%; left: 47%; width: 18%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_99]{top: 57%; left: 56%; width: 12.8%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_100]{top: 49%; left: 43%; width: 12.25%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_101]{top: 51%; left: 33.8%; width: 17%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_102]{top: 75%; left: 31%; width: 26.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_103]{top: 71%; left: 35%; width: 26.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_104]{top: 57%; left: 31%; width: 33.5%;}} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){#pnxssr_048ff86559dea0a4951d49b2e6201b8b div[pnxssr_2]{background-image:none;min-height:5000;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b div[pnxssr_3]{max-height:5000;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_91]{top: 45%; left: 44.5%; width: 17.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_92]{top: 37%; left: 41.5%; width: 19%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_93]{top: 38.3%; left: 28%; width: 9.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_94]{top: 23.5%; left: 32.5%; width: 35%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_95]{top: 9.5%; left: 47%; width: 33.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_96]{top: 11%; left: 22%; width: 20%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_97]{top: 44%; left: 24%; width: 12%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_98]{top: 38.5%; left: 47%; width: 18%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_99]{top: 57%; left: 56%; width: 12.8%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_100]{top: 49%; left: 43%; width: 12.25%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_101]{top: 51%; left: 33.8%; width: 17%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_102]{top: 75%; left: 31%; width: 26.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_103]{top: 71%; left: 35%; width: 26.5%;}#pnxssr_048ff86559dea0a4951d49b2e6201b8b img[pnxssr_104]{top: 57%; left: 31%; width: 33.5%;}}