@charset "UTF-8";
/* line 5, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.6.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-inner {
    display: block;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-image {
    width: 100%;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight iframe {
    border: 0;
  }

  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 8, ../sass/libs/_featherlight.scss */
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* line 17, ../sass/framework/_grids.scss */
.wrap {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.wrap:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 27, ../sass/layout/_layout.scss */
.dummy_video {
  max-width: 994px;
  width: 100%;
}

/* line 36, ../sass/layout/_layout.scss */
.inner.mobile > p > img {
  width: 90%;
}

/* line 41, ../sass/layout/_layout.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 45, ../sass/layout/_layout.scss */
body {
  min-width: 320px;
  overflow: auto;
  font-size: 18px;
  font-family: "Microsoft YaHei", "STHeiti", "Century Gothic", CenturyGothic, AppleGothic, 宋体, serif;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 768px) {
  /* line 45, ../sass/layout/_layout.scss */
  body {
    background-size: cover;
  }
}

/* line 58, ../sass/layout/_layout.scss */
a, a:hover, a:visited, a:active {
  text-decoration: none;
}

/* line 63, ../sass/layout/_layout.scss */
.imgWrapper img {
  width: 100%;
}

/* line 2, ../sass/framework/_mixins.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 72, ../sass/layout/_layout.scss */
.row {
  margin: 20px 0;
}
/* line 2, ../sass/framework/_mixins.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 81, ../sass/layout/_layout.scss */
section p {
  margin: 10px auto;
}

/* line 86, ../sass/layout/_layout.scss */
.themeBtn {
  display: inline-block;
  padding: 10px 25px;
  background: #e04d69;
}

/* line 90, ../sass/layout/_layout.scss */
.xs {
  font-size: 12px;
}
@media (min-width: 768px) {
  /* line 90, ../sass/layout/_layout.scss */
  .xs {
    font-size: 18px;
  }
}

/* line 94, ../sass/layout/_layout.scss */
.md {
  font-size: 18px;
}
@media (min-width: 768px) {
  /* line 94, ../sass/layout/_layout.scss */
  .md {
    font-size: 18px;
  }
}

/* line 98, ../sass/layout/_layout.scss */
h1, h2, h3, a {
  color: white;
}

/* line 102, ../sass/layout/_layout.scss */
.desktop {
  display: none;
}
@media (min-width: 768px) {
  /* line 102, ../sass/layout/_layout.scss */
  .desktop {
    display: block;
  }
}

/* line 109, ../sass/layout/_layout.scss */
img.desktop, a.desktop {
  display: none;
}
@media (min-width: 768px) {
  /* line 109, ../sass/layout/_layout.scss */
  img.desktop, a.desktop {
    display: inline-block;
  }
}

/* line 116, ../sass/layout/_layout.scss */
label.desktop {
  display: none !important;
}
@media (min-width: 768px) {
  /* line 116, ../sass/layout/_layout.scss */
  label.desktop {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  /* line 123, ../sass/layout/_layout.scss */
  .mobile {
    display: none;
  }
}

/* line 129, ../sass/layout/_layout.scss */
.gotoTop {
  position: fixed;
  right: 0;
  bottom: 25px;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1;
  opacity: 0;
  zoom: .6;
}
@media (min-width: 768px) {
  /* line 129, ../sass/layout/_layout.scss */
  .gotoTop {
    zoom: 1;
  }
}
/* line 140, ../sass/layout/_layout.scss */
.gotoTop.letGoToTop {
  opacity: 1;
  z-index: 99;
}

/* line 146, ../sass/layout/_layout.scss */
.inner {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* line 12, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.inner:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 149, ../sass/layout/_layout.scss */
.inner > p {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 151, ../sass/layout/_layout.scss */
.inner > p:last-child {
  float: right;
  margin-right: 0;
}
/* line 154, ../sass/layout/_layout.scss */
.inner > p > img {
  width: 100%;
}

/* line 160, ../sass/layout/_layout.scss */
.fullScreen {
  position: relative;
  width: 100%;
}
/* line 163, ../sass/layout/_layout.scss */
.fullScreen img {
  width: 100%;
  display: block;
}

/* line 2, ../sass/framework/_mixins.scss */
.navWrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 173, ../sass/layout/_layout.scss */
header, footer {
  background: #000000;
  color: white;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* line 179, ../sass/layout/_layout.scss */
footer {
  background: #000000;
  font-size: 12px;
  padding: 10px 0;
}
/* line 183, ../sass/layout/_layout.scss */
footer .footerInner {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
footer .footerInner:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 185, ../sass/layout/_layout.scss */
footer .footerInner p {
  width: 87.30159%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 6.34921%;
}

/* line 193, ../sass/layout/_layout.scss */
.headerTop .wrap {
  padding: 10px 0;
  position: relative;
}
/* line 196, ../sass/layout/_layout.scss */
.headerTop .wrap .logoWrapper {
  width: 36.50794%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 31.74603%;
}
/* line 200, ../sass/layout/_layout.scss */
.headerTop .wrap .shareWrapper {
  float: right;
}
/* line 203, ../sass/layout/_layout.scss */
.headerTop .wrap .shareWrapper span, .headerTop .wrap .shareWrapper a {
  display: table-cell;
  vertical-align: middle;
}
/* line 207, ../sass/layout/_layout.scss */
.headerTop .wrap .shareWrapper img {
  vertical-align: middle;
}

/* line 214, ../sass/layout/_layout.scss */
.headerBot {
  background: #ff6394;
}
@media (min-width: 768px) {
  /* line 214, ../sass/layout/_layout.scss */
  .headerBot {
    padding: 10px 0;
  }
}

/* line 221, ../sass/layout/_layout.scss */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* line 228, ../sass/layout/_layout.scss */
#close {
  width: 12px;
  height: 12px;
}
/* line 231, ../sass/layout/_layout.scss */
#close img {
  width: 100%;
}

/* line 237, ../sass/layout/_layout.scss */
.shareWrapper > * {
  vertical-align: middle;
}

/* line 242, ../sass/layout/_layout.scss */
.hamIcon {
  position: absolute;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  width: 22.5px;
  height: 15px;
  top: 50%;
  margin-top: -7.5px;
  left: 20px;
  cursor: pointer;
}
/* line 254, ../sass/layout/_layout.scss */
.hamIcon::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  border-top: 3px solid white;
  width: 100%;
}
/* line 262, ../sass/layout/_layout.scss */
.hamIcon.active {
  z-index: 1000;
}

/* line 267, ../sass/layout/_layout.scss */
#cookiesAlert {
  width: 100%;
  background: #e04d69;
  color: #000000;
  padding: 5px;
}
/* line 273, ../sass/layout/_layout.scss */
#cookiesAlert .cookiesWrapper {
  position: relative;
  font-size: 12px;
  padding-right: 28px;
}
/* line 277, ../sass/layout/_layout.scss */
#cookiesAlert .cookiesWrapper #close {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 283, ../sass/layout/_layout.scss */
#cookiesAlert.fadeOutUp {
  display: none;
}

/* line 288, ../sass/layout/_layout.scss */
.bgWrap {
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 293, ../sass/layout/_layout.scss */
  header {
    border-bottom: 5px solid #ff6394;
  }
}
/* line 297, ../sass/layout/_layout.scss */
header .anchorMenu, header .normalMenu {
  display: none;
}
@media (min-width: 768px) {
  /* line 297, ../sass/layout/_layout.scss */
  header .anchorMenu, header .normalMenu {
    display: block;
    width: 87.30159%;
    float: left;
    margin-right: 1.5873%;
    margin-left: 6.34921%;
  }
  /* line 2, ../sass/framework/_mixins.scss */
  header .anchorMenu:after, header .normalMenu:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 12, ../sass/framework/_mixins.scss */
  header .anchorMenu li, header .normalMenu li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
  }
  /* line 303, ../sass/layout/_layout.scss */
  header .anchorMenu a, header .normalMenu a {
    color: white;
    position: relative;
    font-family: 'SimHei', Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
  }
  /* line 309, ../sass/layout/_layout.scss */
  header .anchorMenu a.nav-active, header .normalMenu a.nav-active {
    color: black;
  }
}
/* line 329, ../sass/layout/_layout.scss */
header .shareWrapper {
  margin-right: 5px;
}
/* line 331, ../sass/layout/_layout.scss */
header .shareWrapper.mobile {
  display: table;
}
@media (min-width: 768px) {
  /* line 331, ../sass/layout/_layout.scss */
  header .shareWrapper.mobile {
    display: none;
  }
}
/* line 337, ../sass/layout/_layout.scss */
header .shareWrapper.desktop {
  display: none;
}
@media (min-width: 768px) {
  /* line 337, ../sass/layout/_layout.scss */
  header .shareWrapper.desktop {
    display: table;
  }
}

/* line 347, ../sass/layout/_layout.scss */
.logoWrapper {
  text-align: center;
}
/* line 349, ../sass/layout/_layout.scss */
.logoWrapper img {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 349, ../sass/layout/_layout.scss */
  .logoWrapper img {
    width: auto;
  }
}

/* line 357, ../sass/layout/_layout.scss */
.titleWrapper {
  width: 87.30159%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 6.34921%;
  text-align: center;
}
/* line 361, ../sass/layout/_layout.scss */
.titleWrapper img {
  display: block;
  max-width: 574px;
  width: 100%;
  margin: 0 auto;
}

/* line 369, ../sass/layout/_layout.scss */
#hamburgerNav {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  top: -168px;
  left: 0;
  z-index: 80;
}
/* line 375, ../sass/layout/_layout.scss */
#hamburgerNav .hamIconWrapper {
  width: 95%;
  margin: 0 auto;
  position: relative;
  height: 40px;
}
/* line 381, ../sass/layout/_layout.scss */
#hamburgerNav .hamIcon {
  position: absolute;
  left: auto;
  right: 0;
}
/* line 386, ../sass/layout/_layout.scss */
#hamburgerNav .hamburgerNavInner {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #ff6393;
  position: relative;
  height: 100%;
}
/* line 392, ../sass/layout/_layout.scss */
#hamburgerNav.expanded {
  top: 0;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* line 396, ../sass/layout/_layout.scss */
#hamburgerNav .navWrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  text-indent: 10px;
}
/* line 402, ../sass/layout/_layout.scss */
#hamburgerNav h3, #hamburgerNav a, #hamburgerNav li {
  padding: 10px 0;
}
/* line 405, ../sass/layout/_layout.scss */
#hamburgerNav li {
  border-bottom: 1px solid #ffffff;
}
/* line 407, ../sass/layout/_layout.scss */
#hamburgerNav li:last-child {
  border-bottom: none;
}
/* line 411, ../sass/layout/_layout.scss */
#hamburgerNav h3 {
  margin-top: 40px;
  border-bottom: 1px solid white;
}
/* line 415, ../sass/layout/_layout.scss */
#hamburgerNav .shareIcons {
  display: block;
}
/* line 2, ../sass/framework/_mixins.scss */
#hamburgerNav .shareIcons:after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, ../sass/framework/_mixins.scss */
#hamburgerNav .shareIcons li {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 369, ../sass/layout/_layout.scss */
  #hamburgerNav {
    display: none;
  }
}
/* line 421, ../sass/layout/_layout.scss */
#hamburgerNav a {
  position: relative;
}
/* line 423, ../sass/layout/_layout.scss */
#hamburgerNav a.nav-active::after {
  content: '▶';
  display: inline-block;
  width: 100%;
  text-align: left;
  position: absolute;
  left: -30px;
  bottom: 11px;
  z-index: 20;
  color: white;
}

/* line 437, ../sass/layout/_layout.scss */
.titleWrapper {
  position: relative;
  z-index: 4;
  width: 87.30159%;
  float: left;
  margin-right: 1.5873%;
  margin-left: 6.34921%;
}

/* line 444, ../sass/layout/_layout.scss */
#Home {
  overflow: hidden;
}

/* line 454, ../sass/layout/_layout.scss */
.nextBtn {
  margin: 10px auto;
}
@media (min-width: 768px) {
  /* line 454, ../sass/layout/_layout.scss */
  .nextBtn {
    margin: 38px auto;
  }
}

/* line 461, ../sass/layout/_layout.scss */
.flexslider {
  margin-bottom: 30px;
}

/* line 465, ../sass/layout/_layout.scss */
#wrap {
  width: 100%;
  position: relative;
  z-index: 20;
}

/* line 472, ../sass/layout/_layout.scss */
.featherlight:last-of-type {
  background-color: rgba(169, 19, 50, 0.95);
}
/* line 474, ../sass/layout/_layout.scss */
.featherlight:last-of-type .featherlight-content {
  background: none;
}

/* line 479, ../sass/layout/_layout.scss */
.policy-content {
  color: #fff;
  font-size: 14px;
}

/* line 1, ../sass/layout/_all.scss */
.inner.desktop {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.inner.desktop:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 3, ../sass/layout/_all.scss */
.inner.desktop .content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 5, ../sass/layout/_all.scss */
.inner.desktop .content > img {
  width: 100%;
}

/* line 11, ../sass/layout/_all.scss */
.btnWrapper {
  position: absolute;
  display: inline-block;
  right: 0;
  text-align: left;
  zoom: .4;
}
@media (min-width: 375px) {
  /* line 11, ../sass/layout/_all.scss */
  .btnWrapper {
    zoom: .5;
  }
}
@media (min-width: 414px) {
  /* line 11, ../sass/layout/_all.scss */
  .btnWrapper {
    zoom: .6;
  }
}
@media (min-width: 768px) {
  /* line 11, ../sass/layout/_all.scss */
  .btnWrapper {
    zoom: 0.8;
  }
}
@media (min-width: 1280px) {
  /* line 11, ../sass/layout/_all.scss */
  .btnWrapper {
    zoom: 0;
  }
}
/* line 30, ../sass/layout/_all.scss */
.btnWrapper a img {
  width: auto;
  display: inline;
}

/* line 38, ../sass/layout/_all.scss */
.section-1 .btnWrapper {
  top: 90%;
  width: 100%;
  text-align: center;
  zoom: .6;
}
@media (min-width: 375px) {
  /* line 38, ../sass/layout/_all.scss */
  .section-1 .btnWrapper {
    zoom: .8;
  }
}
@media (min-width: 414px) {
  /* line 38, ../sass/layout/_all.scss */
  .section-1 .btnWrapper {
    zoom: 0;
  }
}
@media (min-width: 768px) {
  /* line 38, ../sass/layout/_all.scss */
  .section-1 .btnWrapper {
    text-align: left;
    top: 54%;
    width: 36.5%;
  }
}

/* line 59, ../sass/layout/_all.scss */
.section-3 .btnWrapper img {
  width: auto;
}
/* line 77, ../sass/layout/_all.scss */
.section-3 .btnWrapper.top {
  top: 0;
  width: 30%;
}
@media (min-width: 768px) {
  /* line 77, ../sass/layout/_all.scss */
  .section-3 .btnWrapper.top {
    top: 31.5%;
    width: 21.5%;
  }
}
/* line 85, ../sass/layout/_all.scss */
.section-3 .btnWrapper.mid {
  top: 47%;
  width: 30%;
}
@media (min-width: 768px) {
  /* line 85, ../sass/layout/_all.scss */
  .section-3 .btnWrapper.mid {
    top: 58%;
    width: 16.5%;
  }
}
/* line 93, ../sass/layout/_all.scss */
.section-3 .btnWrapper.bot {
  top: 89%;
  width: 30%;
}
@media (min-width: 768px) {
  /* line 93, ../sass/layout/_all.scss */
  .section-3 .btnWrapper.bot {
    top: 82%;
    width: 18%;
  }
}
/* line 102, ../sass/layout/_all.scss */
.section-3 .btnWrapperGroup {
  position: absolute;
  right: 0;
  width: 100%;
}
/* line 106, ../sass/layout/_all.scss */
.section-3 .btnWrapperGroup.group1 {
  top: 17.2%;
}
/* line 109, ../sass/layout/_all.scss */
.section-3 .btnWrapperGroup.group2 {
  top: 47.5%;
}
/* line 112, ../sass/layout/_all.scss */
.section-3 .btnWrapperGroup.group3 {
  top: 77%;
}
/* line 115, ../sass/layout/_all.scss */
.section-3 .btnWrapperGroup.group4 {
  top: 82.5%;
}
/* line 119, ../sass/layout/_all.scss */
.section-3 .btnInner {
  position: relative;
  height: 23em;
}

/* line 126, ../sass/layout/_all.scss */
.section-1 {
  position: relative;
  z-index: 50;
}

/* line 126, ../sass/layout/_all.scss */
.section-2 {
  position: relative;
  z-index: 49;
}
/* line 129, ../sass/layout/_all.scss */
.section-2.anchor {
  margin-top: -120px;
  padding-top: 120px;
}

/* line 126, ../sass/layout/_all.scss */
.section-3 {
  position: relative;
  z-index: 48;
}
/* line 129, ../sass/layout/_all.scss */
.section-3.anchor {
  margin-top: -120px;
  padding-top: 120px;
}

/* line 126, ../sass/layout/_all.scss */
.section-4 {
  position: relative;
  z-index: 47;
}
/* line 129, ../sass/layout/_all.scss */
.section-4.anchor {
  margin-top: -120px;
  padding-top: 120px;
}

/* line 141, ../sass/layout/_all.scss */
.btnTab1 {
  width: 100%;
  max-width: 214px;
}

/* line 141, ../sass/layout/_all.scss */
.btnTab2 {
  width: 100%;
  max-width: 214px;
}

/* line 141, ../sass/layout/_all.scss */
.btnTab3 {
  width: 100%;
  max-width: 214px;
}

/* line 141, ../sass/layout/_all.scss */
.btnTab4 {
  width: 100%;
  max-width: 214px;
}

/* line 141, ../sass/layout/_all.scss */
.tab1Content {
  width: 100%;
  max-width: 1012px;
}

/* line 141, ../sass/layout/_all.scss */
.tab2Content {
  width: 100%;
  max-width: 1012px;
}

/* line 141, ../sass/layout/_all.scss */
.tab3Content {
  width: 100%;
  max-width: 1012px;
}

/* line 141, ../sass/layout/_all.scss */
.tab4Content {
  width: 100%;
  max-width: 709px;
}

/* line 149, ../sass/layout/_all.scss */
.tabsWrapper {
  width: 100%;
}
/* line 151, ../sass/layout/_all.scss */
.tabsWrapper #tabBg {
  width: 100%;
}
/* line 154, ../sass/layout/_all.scss */
.tabsWrapper #tabs {
  width: 87%;
  position: absolute;
  display: block;
  top: 15%;
  left: 5%;
}
/* line 162, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(2n) label {
  left: 10%;
}
/* line 168, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(1) label, .tabsWrapper #tabs li:nth-child(1) label:hover {
  z-index: 10;
  background: url("../img/imagesDesktop/model1.png") top center no-repeat;
}
/* line 180, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(1) input[type="radio"] ~ label:hover {
  background: url("../img/imagesDesktop/model1-active.png") top center no-repeat;
}
/* line 184, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(1) input[type="radio"]:checked ~ label {
  background: url("../img/imagesDesktop/model1-active.png") top center no-repeat;
}
/* line 168, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(2) label, .tabsWrapper #tabs li:nth-child(2) label:hover {
  top: 22%;
  z-index: 12;
  background: url("../img/imagesDesktop/model2.png") top center no-repeat;
}
/* line 180, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(2) input[type="radio"] ~ label:hover {
  background: url("../img/imagesDesktop/model2-active.png") top center no-repeat;
}
/* line 184, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(2) input[type="radio"]:checked ~ label {
  background: url("../img/imagesDesktop/model2-active.png") top center no-repeat;
}
/* line 168, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(3) label, .tabsWrapper #tabs li:nth-child(3) label:hover {
  top: 44%;
  z-index: 13;
  background: url("../img/imagesDesktop/model3.png") top center no-repeat;
}
/* line 180, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(3) input[type="radio"] ~ label:hover {
  background: url("../img/imagesDesktop/model3-active.png") top center no-repeat;
}
/* line 184, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(3) input[type="radio"]:checked ~ label {
  background: url("../img/imagesDesktop/model3-active.png") top center no-repeat;
}
/* line 168, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(4) label, .tabsWrapper #tabs li:nth-child(4) label:hover {
  top: 66%;
  z-index: 14;
  background: url("../img/imagesDesktop/model4.png") top center no-repeat;
}
/* line 180, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(4) input[type="radio"] ~ label:hover {
  background: url("../img/imagesDesktop/model4-active.png") top center no-repeat;
}
/* line 184, ../sass/layout/_all.scss */
.tabsWrapper #tabs li:nth-child(4) input[type="radio"]:checked ~ label {
  background: url("../img/imagesDesktop/model4-active.png") top center no-repeat;
}
/* line 192, ../sass/layout/_all.scss */
.tabsWrapper #tabs label {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20%;
  background-size: cover !important;
}
/* line 199, ../sass/layout/_all.scss */
.tabsWrapper #tabs label img {
  width: 100%;
}
/* line 203, ../sass/layout/_all.scss */
.tabsWrapper #tabs .tabContent {
  display: none;
  position: absolute;
  left: 5%;
  top: 45px;
  width: 91%;
  max-width: 1012px;
  z-index: 5;
}
@media (min-width: 1280px) {
  /* line 203, ../sass/layout/_all.scss */
  .tabsWrapper #tabs .tabContent {
    top: 62px;
    width: 100%;
  }
}
/* line 215, ../sass/layout/_all.scss */
.tabsWrapper #tabs .tabContent > img {
  width: 100%;
}
/* line 219, ../sass/layout/_all.scss */
.tabsWrapper #tabs input[type="radio"] {
  display: none;
}
/* line 222, ../sass/layout/_all.scss */
.tabsWrapper #tabs input[type="radio"]:checked ~ .tabContent {
  display: block;
}
/* line 227, ../sass/layout/_all.scss */
.tabsWrapper #tabs input[type="radio"]:checked ~ label span img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 237, ../sass/layout/_all.scss */
p.videoWrapper {
  position: absolute;
  left: 0;
  top: 28%;
}
@media (min-width: 768px) {
  /* line 237, ../sass/layout/_all.scss */
  p.videoWrapper {
    top: 21%;
  }
  /* line 243, ../sass/layout/_all.scss */
  p.videoWrapper img {
    width: 78%;
  }
}
@media (min-width: 1260px) {
  /* line 248, ../sass/layout/_all.scss */
  p.videoWrapper img {
    width: 100%;
  }
}

/* line 254, ../sass/layout/_all.scss */
.video {
  border: 5px solid #e04d69;
  border-radius: 5px;
}

/* line 259, ../sass/layout/_all.scss */
.pongVideo {
  display: inline-block;
}
