/* box decoration */
/* text decoration */
/*COMMON START*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
a {
  outline: none;
}
select,
input,
textarea {
  font-family: 'Fakt-Normal', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
}
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.vive-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  display: inline-block;
  height: 38px;
  margin: 0 10px;
  padding: 0 40px 0 40px;
  transition: 0.2s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 21px;
  outline: none;
  background-color: #00b5e2;
}
@media (max-width: 767px) {
  .vive-button {
    margin-bottom: 10px;
  }
}
.vive-button:hover {
  cursor: pointer;
  color: #000;
  background-color: #00c9fb;
}
.vive-button.play-video-button .icon-play {
  float: left;
  overflow: hidden;
  width: 10px;
  height: 38px;
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  text-indent: -1000pt;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: -10px center;
}
.us .vive-button.play-video-button .icon-play {
  margin-top: -1px;
}
.vive-button.play-video-button .text-play {
  font-size: 16px;
  line-height: 38px;
  vertical-align: top;
}
.vive-button.play-video-button:hover {
  transition: 0.2s;
  background-color: #00c9fb;
}
.vive-button.play-video-button:hover .icon-play {
  background-position: 0 center;
}
.vive-button.play-video-button:hover .text-play {
  color: #000;
}
/*COMMON END*/
#product-submenu {
  position: relative;
  z-index: 22;
  height: 50px;
  margin-top: 70px;
  background-color: #41464d;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media (max-width: 1023px) {
  #product-submenu {
    margin-top: 60px;
  }
}
#product-submenu .desktop-menu {
  display: block;
}
@media (max-width: 1023px) {
  #product-submenu .desktop-menu {
    display: none;
  }
}
#product-submenu .desktop-menu .menu-items-block {
  margin-left: 174px;
}
#product-submenu .desktop-menu .menu-items-block .menu-item-link {
  font-size: 16px;
  display: inline-block;
  height: 46px;
  margin-right: 65px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border-bottom: solid 4px #41464d;
}
#product-submenu .desktop-menu .menu-items-block .menu-item-link span {
  display: block;
  padding-top: 18px;
}
#product-submenu .desktop-menu .menu-items-block .menu-item-link:hover,
#product-submenu .desktop-menu .menu-items-block .menu-item-link.selected {
  border-bottom: solid 4px #00b5e2;
}
#product-submenu .mobile-menu {
  display: none;
}
@media (max-width: 1023px) {
  #product-submenu .mobile-menu {
    display: block;
  }
}
#product-submenu .mobile-menu.active .selected-wording-block:after {
  margin-top: -2px;
  transition: 0.6s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#product-submenu .mobile-menu .selected-wording-block {
  position: relative;
  display: table-cell;
  height: 50px;
  padding-right: 20px;
  vertical-align: middle;
  color: #fff;
}
#product-submenu .mobile-menu .selected-wording-block .wording-with-icon-block {
  font-size: 20px;
}
#product-submenu .mobile-menu .selected-wording-block:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -8px;
  content: '';
  transition: 0.6s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#product-submenu-dropdown {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  transition: 0.6s;
  -webkit-transform: translate(0, -500px);
  transform: translate(0, -500px);
  background-color: rgba(28, 28, 28, 0.93);
}
@media (max-width: 1023px) {
  #product-submenu-dropdown {
    display: block;
  }
}
#product-submenu-dropdown.active {
  transition: 0.6s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#product-submenu-dropdown .menu-items-block {
  font-size: 24px;
  line-height: 28px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 140px;
  padding: 35px 0 15px 0;
}
#product-submenu-dropdown .menu-items-block a {
  font-size: 18px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
  color: #fff;
}
body.index #animatedModal {
  overflow: hidden;
}
body.index #animatedModal.zoomOut {
  z-index: -9999 !important;
  opacity: 0 !important;
}
body.index #animatedModal.zoomIn {
  z-index: 9999 !important;
  opacity: 1 !important;
}
body.index #animatedModal .modal-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
body.index #animatedModal .close-animatedModal {
  position: absolute;
  z-index: 800;
  top: 30px;
  right: 30px;
  overflow: hidden;
  width: 35px;
  height: 35px;
  text-indent: -1000pt;
  background-image: url(../img/x_2X.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  -webkit-filter: progid:dximagetransform.Microsoft.AlphaImageLoader(src='../img/x_2X.png', sizingMethod='scale');
          filter: progid:dximagetransform.Microsoft.AlphaImageLoader(src='../img/x_2X.png', sizingMethod='scale');
  -ms-filter: 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'../img/x_2X.png\',sizingMethod=\'scale\')';
}
body.index #animatedModal .close-animatedModal:hover {
  cursor: pointer;
}
body.index .margin-top-half {
  margin-top: 70px !important;
}
@media (max-width: 1500px) {
  body.index .margin-top-half {
    margin-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-top-half {
    margin-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-top-half {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-top-half {
    margin-top: 20px !important;
  }
}
body.index .margin-bottom-half {
  margin-bottom: 70px !important;
}
@media (max-width: 1500px) {
  body.index .margin-bottom-half {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-bottom-half {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-bottom-half {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-bottom-half {
    margin-bottom: 20px !important;
  }
}
body.index .margin-top-zero {
  margin-top: 0 !important;
}
@media (max-width: 1500px) {
  body.index .margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-top-zero {
    margin-top: 0 !important;
  }
}
body.index .margin-bottom-zero {
  margin-bottom: 0 !important;
}
@media (max-width: 1500px) {
  body.index .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
body.index .margin-top-full {
  margin-top: 140px !important;
}
@media (max-width: 1500px) {
  body.index .margin-top-full {
    margin-top: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-top-full {
    margin-top: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-top-full {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-top-full {
    margin-top: 40px !important;
  }
}
body.index .margin-top-double {
  margin-top: 280px !important;
}
@media (max-width: 1500px) {
  body.index .margin-top-double {
    margin-top: 200px !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-top-double {
    margin-top: 140px !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-top-double {
    margin-top: 100px !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-top-double {
    margin-top: 80px !important;
  }
}
body.index .margin-bottom-full {
  margin-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.index .margin-bottom-full {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .margin-bottom-full {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .margin-bottom-full {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .margin-bottom-full {
    margin-bottom: 40px !important;
  }
}
body.index .padding-top-half {
  padding-top: 70px !important;
}
@media (max-width: 1500px) {
  body.index .padding-top-half {
    padding-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .padding-top-half {
    padding-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .padding-top-half {
    padding-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .padding-top-half {
    padding-top: 20px !important;
  }
}
body.index .padding-bottom-half {
  padding-bottom: 70px !important;
}
@media (max-width: 1500px) {
  body.index .padding-bottom-half {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .padding-bottom-half {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .padding-bottom-half {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .padding-bottom-half {
    padding-bottom: 20px !important;
  }
}
body.index .padding-top-full {
  padding-top: 140px !important;
}
@media (max-width: 1500px) {
  body.index .padding-top-full {
    padding-top: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .padding-top-full {
    padding-top: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .padding-top-full {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .padding-top-full {
    padding-top: 40px !important;
  }
}
body.index .padding-bottom-full {
  padding-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.index .padding-bottom-full {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .padding-bottom-full {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .padding-bottom-full {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .padding-bottom-full {
    padding-bottom: 40px !important;
  }
}
body.index .main {
  color: #fff;
}
body.index .main .section-wrapper {
  display: block;
}
body.index .main .section-wrapper section {
  position: relative;
  top: 0;
  clear: both;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  transition: 1s;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section {
    transition: 0s;
  }
}
body.index .main .section-wrapper section h2 {
  font-family: 'Fakt-Blond', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
  font-size: 34px;
  font-weight: 100;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 26px;
  margin-left: -1px;
  padding: 0;
  color: #3c3c3c;
  border: none;
  text-rendering: optimizeSpeed;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section h2 {
    font-size: 34px;
    line-height: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section h2 {
    font-size: 31px;
    line-height: 35px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 12px 0;
  }
}
body.index .main .section-wrapper section h2.bold {
  font-family: 'Fakt-Blond', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
  font-weight: bold;
}
body.index .main .section-wrapper section h2.grey {
  color: #3c3c3c;
}
body.index .main .section-wrapper section h2.white {
  color: #fff;
}
body.index .main .section-wrapper section h2 b {
  font-family: 'Fakt-Bold', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
}
body.index .main .section-wrapper section h2 .left-quote {
  display: none;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section h2 .left-quote {
    display: inline;
  }
}
body.index .main .section-wrapper section h3,
body.index .main .section-wrapper section h4 {
  font-family: 'Fakt-Blond', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
  font-weight: 100;
}
body.index .main .section-wrapper section p {
  font-family: 'Fakt-Blond', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em;
  color: #3c3c3c;
  text-rendering: optimizeSpeed;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section p {
    font-size: 14px;
    line-height: 20px;
  }
}
body.index .main .section-wrapper section p.grey {
  color: #3c3c3c;
}
body.index .main .section-wrapper section p.white {
  color: #fff;
}
body.index .main .section-wrapper section.first-section {
  margin-top: 70px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.first-section {
    margin-top: 60px;
  }
}
body.index .main .section-wrapper section.margin-top-half {
  margin-top: 70px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-top-half {
    margin-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-top-half {
    margin-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-top-half {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-top-half {
    margin-top: 20px !important;
  }
}
body.index .main .section-wrapper section.margin-bottom-half {
  margin-bottom: 70px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-bottom-half {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-bottom-half {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-bottom-half {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-bottom-half {
    margin-bottom: 20px !important;
  }
}
body.index .main .section-wrapper section.margin-top-zero {
  margin-top: 0 !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-top-zero {
    margin-top: 0 !important;
  }
}
body.index .main .section-wrapper section.margin-bottom-zero {
  margin-bottom: 0 !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
body.index .main .section-wrapper section.margin-top-full {
  margin-top: 140px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-top-full {
    margin-top: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-top-full {
    margin-top: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-top-full {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-top-full {
    margin-top: 40px !important;
  }
}
body.index .main .section-wrapper section.margin-top-double {
  margin-top: 280px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-top-double {
    margin-top: 200px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-top-double {
    margin-top: 140px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-top-double {
    margin-top: 100px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-top-double {
    margin-top: 80px !important;
  }
}
body.index .main .section-wrapper section.margin-bottom-full {
  margin-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.margin-bottom-full {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.margin-bottom-full {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.margin-bottom-full {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.margin-bottom-full {
    margin-bottom: 40px !important;
  }
}
body.index .main .section-wrapper section.padding-top-half {
  padding-top: 70px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.padding-top-half {
    padding-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.padding-top-half {
    padding-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.padding-top-half {
    padding-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.padding-top-half {
    padding-top: 20px !important;
  }
}
body.index .main .section-wrapper section.padding-bottom-half {
  padding-bottom: 70px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.padding-bottom-half {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.padding-bottom-half {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.padding-bottom-half {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.padding-bottom-half {
    padding-bottom: 20px !important;
  }
}
body.index .main .section-wrapper section.padding-top-full {
  padding-top: 140px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.padding-top-full {
    padding-top: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.padding-top-full {
    padding-top: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.padding-top-full {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.padding-top-full {
    padding-top: 40px !important;
  }
}
body.index .main .section-wrapper section.padding-bottom-full {
  padding-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.padding-bottom-full {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.padding-bottom-full {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.padding-bottom-full {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.padding-bottom-full {
    padding-bottom: 40px !important;
  }
}
body.index .main .section-wrapper section .corner-text {
  position: absolute;
  z-index: 1000;
  top: -78px;
  right: 0;
  padding: 40px 0 40px 40px;
  background-color: #fff;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text {
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text {
    top: -60px;
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text {
    position: relative;
    right: auto;
    padding: 40px 20px 40px 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text br {
    display: none;
  }
}
body.index .main .section-wrapper section .corner-text h2 {
  position: relative;
  z-index: 250;
  margin-bottom: 0;
  font-family: 'Fakt-Blond', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
  font-weight: 100;
}
body.index .main .section-wrapper section .corner-text:before {
  position: absolute;
  z-index: 225;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 4000px;
  content: '';
  background-color: #fff;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text:before {
    display: none;
  }
}
body.index .main .section-wrapper section .corner-text.alt {
  right: auto;
  left: auto;
  padding: 40px 40px 40px 0;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text.alt {
    padding: 30px 30px 30px 0;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text.alt {
    padding: 20px 20px 20px 0;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.alt {
    min-width: auto;
  }
}
body.index .main .section-wrapper section .corner-text.alt:before {
  right: 0;
  left: auto;
}
body.index .main .section-wrapper section .corner-text.quote {
  color: #3c3c3c;
}
body.index .main .section-wrapper section .corner-text.quote h2 {
  font-size: 42px;
  line-height: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text.quote h2 {
    font-size: 34px;
    line-height: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text.quote h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section .corner-text.quote h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.quote h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
body.index .main .section-wrapper section .corner-text.quote h2:before {
  position: absolute;
  top: 0;
  left: -16px;
  display: block;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text.quote h2:before {
    left: -13px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text.quote h2:before {
    left: -11px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section .corner-text.quote h2:before {
    left: -10px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.quote h2:before {
    display: none;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.quote br {
    display: none;
  }
}
body.index .main .section-wrapper section .corner-text.quote span {
  font-size: 20px;
  line-height: 32px;
  position: relative;
  z-index: 250;
  display: block;
  float: left;
  clear: both;
  font-family: 'Fakt-Blond', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
  font-weight: 100;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text.quote span {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text.quote span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.quote span {
    font-size: 14px;
    line-height: 20px;
    float: none;
  }
}
body.index .main .section-wrapper section .corner-text.quote span b {
  font-family: 'Fakt-Medium', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
}
body.index .main .section-wrapper section .corner-text.instance-g {
  background-color: #2f2f2f;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.instance-g {
    background-color: #fff;
  }
}
body.index .main .section-wrapper section .corner-text.instance-g h2 {
  color: #e9eaeb;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.instance-g h2 {
    color: #919090;
  }
}
body.index .main .section-wrapper section .corner-text.instance-g span {
  color: #e9eaeb;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.instance-g span {
    color: #919090;
  }
}
body.index .main .section-wrapper section .corner-text.instance-g:before {
  background-color: #2f2f2f;
}
body.index .main .section-wrapper section .corner-text.instance-g-dev {
  bottom: 906px;
  background-color: #2f2f2f;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section .corner-text.instance-g-dev {
    bottom: 790px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section .corner-text.instance-g-dev {
    bottom: 680px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section .corner-text.instance-g-dev {
    bottom: 512px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section .corner-text.instance-g-dev {
    position: relative;
    bottom: auto;
  }
}
body.index .main .section-wrapper section .corner-text.instance-g-dev h2 {
  color: #e9eaeb;
}
body.index .main .section-wrapper section .corner-text.instance-g-dev span {
  color: #e9eaeb;
}
body.index .main .section-wrapper section .corner-text.instance-g-dev:before {
  background-color: #2f2f2f;
}
body.index .main .section-wrapper section.hero {
  height: 1180px;
  margin: 0 0 20px 0;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.hero {
    height: 1020px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero {
    height: 910px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero {
    height: 660px;
    margin-bottom: 0;
  }
}
body.index .main .section-wrapper section.hero .hero-bg {
  position: absolute;
  left: 50%;
  height: inherit;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
body.index .main .section-wrapper section.hero .hero-description {
  position: relative;
  z-index: 10;
  width: 66%;
  margin: 180px auto 0 auto;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.hero .hero-description {
    margin-top: 160px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero .hero-description {
    margin-top: 145px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.hero .hero-description {
    width: 90%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero .hero-description {
    width: auto;
    margin-top: 100px;
  }
}
body.index .main .section-wrapper section.hero .hero-description .hero-cta {
  clear: both;
  padding: 34px 0 0 0;
  text-align: center;
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero .hero-description .hero-cta {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero .hero-description .hero-cta {
    padding-top: 20px;
  }
}
body.index .main .section-wrapper section.hero .hero-description .hero-cta .vive-button {
  margin: 0 8px 0 8px;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero .hero-description .hero-cta .vive-button {
    margin: 0 4px 0 4px;
  }
}
body.index .main .section-wrapper section.hero.hero-dev {
  height: 1100px;
  margin: 0;
  padding: 0 0 0 0;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.hero.hero-dev {
    height: 950px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero.hero-dev {
    height: 830px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero.hero-dev {
    height: 570px;
  }
}
body.index .main .section-wrapper section.hero.hero-dev .hero-bg {
  top: 210px;
  height: 1180px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.hero.hero-dev .hero-bg {
    top: 184px;
    height: 1060px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero.hero-dev .hero-bg {
    top: 160px;
    height: 960px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.hero.hero-dev .hero-bg {
    top: 145px;
    height: 860px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero.hero-dev .hero-bg {
    top: 135px;
    height: 700px;
  }
}
body.index .main .section-wrapper section.hero.hero-dev .headset-dev {
  position: absolute;
  top: 530px;
  left: 50%;
  height: 550px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.hero.hero-dev .headset-dev {
    top: 470px;
    height: 450px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.hero.hero-dev .headset-dev {
    top: 420px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.hero.hero-dev .headset-dev {
    top: 320px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block {
    text-align: center;
  }
}
body.index .main .section-wrapper section.text-block h2 {
  width: 850px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block h2 {
    width: 720px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block h2 {
    width: 630px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block h2 {
    width: 462px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block h2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
body.index .main .section-wrapper section.text-block h2.highlight-block {
  margin-bottom: 0;
  margin-top: 70px !important;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block h2.highlight-block {
    margin-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block h2.highlight-block {
    margin-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block h2.highlight-block {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block h2.highlight-block {
    margin-top: 20px !important;
  }
}
body.index .main .section-wrapper section.text-block p {
  width: 850px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block p {
    width: 720px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block p {
    width: 630px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block p {
    width: 462px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
body.index .main .section-wrapper section.text-block p.block-shorten {
  max-width: 550px;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block p.block-shorten {
    max-width: 100%;
  }
}
body.index .main .section-wrapper section.text-block p.text-align-left {
  text-align: left;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block p.text-align-left {
    text-align: center;
  }
}
body.index .main .section-wrapper section.text-block .vive-button {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block .vive-button {
    margin-top: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block .vive-button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block .vive-button {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block .vive-button {
    margin-top: 24px;
  }
}
body.index .main .section-wrapper section.text-block.dark h2,
body.index .main .section-wrapper section.text-block.dark p {
  color: #3c3c3c;
}
body.index .main .section-wrapper section.text-block.light-grey-bg {
  background-color: #ededed;
}
body.index .main .section-wrapper section.text-block.align-center {
  text-align: center;
}
body.index .main .section-wrapper section.text-block.align-center h2,
body.index .main .section-wrapper section.text-block.align-center p {
  display: inline-block;
}
body.index .main .section-wrapper section.text-block.condense-1 h2 {
  width: 742px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.condense-1 h2 {
    width: 630px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.condense-1 h2 {
    width: 554px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block.condense-1 h2 {
    width: 409px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.condense-1 h2 {
    width: auto;
  }
}
body.index .main .section-wrapper section.text-block.condense-1 p {
  width: 742px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.condense-1 p {
    width: 630px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.condense-1 p {
    width: 554px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block.condense-1 p {
    width: 409px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.condense-1 p {
    width: auto;
  }
}
body.index .main .section-wrapper section.text-block.alt h2 {
  float: right;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.alt h2 {
    float: none;
  }
}
body.index .main .section-wrapper section.text-block.alt p {
  float: right;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.alt p {
    float: none;
  }
}
body.index .main .section-wrapper section.text-block.quote {
  color: #3c3c3c;
}
body.index .main .section-wrapper section.text-block.quote h2 {
  font-size: 42px;
  line-height: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.quote h2 {
    font-size: 34px;
    line-height: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.quote h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block.quote h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.quote h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
body.index .main .section-wrapper section.text-block.quote h2:before {
  position: absolute;
  top: 0;
  left: -16px;
  display: block;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.quote h2:before {
    left: -13px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.quote h2:before {
    left: -11px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block.quote h2:before {
    left: -10px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.quote h2:before {
    display: none;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.quote br {
    display: none;
  }
}
body.index .main .section-wrapper section.text-block.quote span {
  font-size: 20px;
  line-height: 32px;
  position: relative;
  z-index: 250;
  display: block;
  float: left;
  clear: both;
  font-family: 'Fakt-Blond', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
  font-weight: 100;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.quote span {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.quote span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.quote span {
    font-size: 14px;
    line-height: 20px;
    float: none;
  }
}
body.index .main .section-wrapper section.text-block.quote span b {
  font-family: 'Fakt-Medium', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
}
body.index .main .section-wrapper section.text-block.instance-c {
  margin-bottom: 240px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.text-block.instance-c {
    margin-bottom: 200px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.text-block.instance-c {
    margin-bottom: 160px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.text-block.instance-c {
    margin-bottom: 140px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.text-block.instance-c {
    margin-bottom: 40px;
  }
}
body.index .main .section-wrapper section.image-only {
  text-align: center;
}
body.index .main .section-wrapper section.image-only img {
  max-width: 100%;
}
body.index .main .section-wrapper section.collage {
  height: auto;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .center-column {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .center-column .corner-text {
    bottom: 450px;
  }
}
body.index .main .section-wrapper section.collage .description {
  margin: 100px 0;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .description {
    width: 90%;
    margin: 80px auto;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage .description {
    margin: 50px auto;
  }
}
body.index .main .section-wrapper section.collage .description p {
  width: 100%;
  margin: 0 auto;
}
body.index .main .section-wrapper section.collage .block-group {
  position: relative;
  height: 850px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group {
    height: 720px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage .block-group {
    height: 630px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group {
    height: 494px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group {
    height: auto;
  }
}
body.index .main .section-wrapper section.collage .block-group .block {
  position: absolute;
  overflow: hidden;
  background-color: #2f2f2f;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block {
    position: relative;
    clear: both;
  }
}
body.index .main .section-wrapper section.collage .block-group .block img {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
body.index .main .section-wrapper section.collage .block-group .block iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay {
    top: auto;
    transition: 0s;
    opacity: 1;
  }
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay p {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 30px;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  text-align: center;
  color: #fff;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay p {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay p {
    font-size: 12px;
    line-height: 16px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay p {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 20px 20px 20px 20px;
    transition: 0s;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay p .block-title {
  font-weight: 700;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay p .block-title {
    margin-bottom: 10px;
  }
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay:hover {
  transition: 0.4s;
  opacity: 1;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay:hover {
    transition: 0s;
  }
}
body.index .main .section-wrapper section.collage .block-group .block .block-overlay:hover p {
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block .block-overlay:hover p {
    transition: 0s;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
body.index .main .section-wrapper section.collage .block-group .block-a {
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block-a {
    width: 360px;
    height: 355px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage .block-group .block-a {
    width: 314px;
    height: 310px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block-a {
    width: 247px;
    height: 245px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block-a {
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block-a img {
    top: -2px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block-a img {
    top: -1px;
  }
}
body.index .main .section-wrapper section.collage .block-group .block-b {
  top: 430px;
  left: 0;
  width: 420px;
  height: 420px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block-b {
    top: 365px;
    width: 360px;
    height: 355px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage .block-group .block-b {
    top: 320px;
    width: 314px;
    height: 310px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block-b {
    top: 249px;
    width: 247px;
    height: 245px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block-b {
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block-b img {
    top: -2px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block-b img {
    top: -1px;
  }
}
body.index .main .section-wrapper section.collage .block-group .block-c {
  top: 0;
  right: 0;
  width: 850px;
  height: 850px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.collage .block-group .block-c {
    width: 720px;
    height: 720px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage .block-group .block-c {
    width: 630px;
    height: 630px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage .block-group .block-c {
    width: 494px;
    height: 494px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block-c {
    top: auto;
    right: auto;
    width: 100%;
    height: 320px;
  }
}
body.index .main .section-wrapper section.collage .block-group .block-c .block-overlay p {
  padding: 0 55px;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage .block-group .block-c .block-overlay p {
    padding: 5%;
  }
}
body.index .main .section-wrapper section.collage.alt .block-a {
  right: 0;
  left: auto;
}
body.index .main .section-wrapper section.collage.alt .block-b {
  right: 0;
  left: auto;
}
body.index .main .section-wrapper section.collage.alt .block-c {
  right: auto;
  left: 0;
}
body.index .main .section-wrapper section.collage.instance-a {
  margin-bottom: 260px;
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.collage.instance-a {
    margin-bottom: 200px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.collage.instance-a {
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage.instance-a {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.collage.m-padding-bottom-zero {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
body.index .main .section-wrapper section.banner {
  height: 810px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner {
    height: 690px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner {
    height: 620px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner {
    height: 462px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner .center-column {
    padding: 0;
  }
}
body.index .main .section-wrapper section.banner .address-and-direction-block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-top: 65px;
  margin-left: 150px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.index .main .section-wrapper section.banner .address-and-direction-block p {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 13px;
  margin-left: 8px;
  color: #fff;
  font-family: 'Fakt-Blond', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑體', 'Microsoft YaHei';
  font-weight: 100;
}
body.index .main .section-wrapper section.banner .address-and-direction-block p:before {
  position: absolute;
  top: -4px;
  left: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background-color: #0083c2;
}
body.index .main .section-wrapper section.banner .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
body.index .main .section-wrapper section.banner .banner-caption.text-align-left {
  text-align: left;
}
body.index .main .section-wrapper section.banner .banner-caption h2 {
  margin-bottom: 24px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner .banner-caption h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner .banner-caption h2 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner .banner-caption h2 {
    margin-bottom: 12px;
  }
}
body.index .main .section-wrapper section.banner .banner-caption h2.light {
  color: #e9eaeb;
}
body.index .main .section-wrapper section.banner .banner-caption p {
  width: 100%;
  margin: 0 auto;
}
body.index .main .section-wrapper section.banner .banner-caption p.light {
  color: #e9eaeb;
}
body.index .main .section-wrapper section.banner .banner-caption .vive-button {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner .banner-caption .vive-button {
    margin-top: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner .banner-caption .vive-button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner .banner-caption .vive-button {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner .banner-caption .vive-button {
    margin-top: 24px;
  }
}
body.index .main .section-wrapper section.banner.video-banner {
  position: relative;
  background-color: #ededed;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.video-banner {
    height: 400px;
  }
}
body.index .main .section-wrapper section.banner.video-banner .center-column {
  z-index: 100;
}
body.index .main .section-wrapper section.banner.video-banner .corner-text {
  top: -145px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner.video-banner .corner-text {
    top: -135px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.video-banner .corner-text {
    top: -105px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.video-banner .corner-text {
    top: -85px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.video-banner .corner-text {
    position: relative;
    top: 0;
    padding: 40px;
  }
}
body.index .main .section-wrapper section.banner.video-banner .corner-text span {
  display: block;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.video-banner .corner-text span {
    margin-top: 10px;
  }
}
body.index .main .section-wrapper section.banner.video-banner .video-block {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: inherit;
}
body.index .main .section-wrapper section.banner.video-banner .video-block video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 1px;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.index .main .section-wrapper section.banner.video-banner .video-block video.lazy-hidden {
  z-index: 1;
  visibility: visible;
  width: auto;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner.video-banner .video-block video {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.video-banner .video-block video {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.video-banner .video-block video {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
}
body.index .main .section-wrapper section.banner.video-banner .video-content {
  display: none;
}
body.index .main .section-wrapper section.banner.video-banner .vive-button {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner.video-banner .vive-button {
    margin-top: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.video-banner .vive-button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.video-banner .vive-button {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.video-banner .vive-button {
    margin-top: 24px;
  }
}
body.index .main .section-wrapper section.banner.bg-full {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.index .main .section-wrapper section.banner.whale-case .vive-button {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner.whale-case .vive-button {
    margin-top: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.whale-case .vive-button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.whale-case .vive-button {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.whale-case .vive-button {
    margin-top: 24px;
  }
}
body.index .main .section-wrapper section.banner.section-count-down .banner-caption.align-more-top {
  top: 25%;
}
body.index .main .section-wrapper section.banner.section-count-down .banner-caption h2 {
  font-size: 32px;
  padding-left: 4px;
  letter-spacing: 4px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.section-count-down .banner-caption h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.banner.section-count-down .banner-caption h2 {
    font-size: 24px;
    padding-left: 3px;
    letter-spacing: 3px;
  }
}
body.index .main .section-wrapper section.banner.section-count-down .timer-block {
  display: table;
  width: 370px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.banner.section-count-down .timer-block {
    width: 250px;
  }
}
body.index .main .section-wrapper section.banner.section-count-down .timer-block .time-area {
  display: table-cell;
}
body.index .main .section-wrapper section.banner.section-count-down .timer-block .time-area .numer-area {
  font-family: 'Oscine-Regular';
  font-size: 72px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.section-count-down .timer-block .time-area .numer-area {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.banner.section-count-down .timer-block .time-area .numer-area {
    font-size: 48px;
  }
}
body.index .main .section-wrapper section.banner.section-count-down .timer-block .colon-block {
  font-size: 72px;
  display: table-cell;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.section-count-down .timer-block .colon-block {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.banner.section-count-down .timer-block .colon-block {
    font-size: 48px;
  }
}
body.index .main .section-wrapper section.banner.with-quote .corner-text {
  top: -97px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.banner.with-quote .corner-text {
    top: -74px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.with-quote .corner-text {
    top: -59px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.with-quote .corner-text {
    top: -54px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.image-wrapper {
    display: table !important;
    height: auto;
  }
}
body.index .main .section-wrapper section.banner.image-wrapper .banner-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.image-wrapper .banner-image-wrapper {
    position: relative;
  }
}
body.index .main .section-wrapper section.banner.image-wrapper .banner-image-wrapper .banner-image {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: inherit;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  object-fit: cover;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.image-wrapper .banner-image-wrapper .banner-image {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list {
    height: 500px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.map-location-list {
    height: auto;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list .corner-text {
    bottom: 450px;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption {
  top: 52%;
  width: 90%;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    height: auto;
    margin: 20px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block {
  margin: 0 20px;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block {
    margin-right: 0;
    margin-left: 0;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block {
    margin-bottom: 10px;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block h2 {
  font-size: 30px;
  font-style: italic;
  margin-bottom: 0;
  color: #00b5e2;
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block h2 {
    font-size: 25px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block h2 {
    font-size: 20px;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block p {
  color: #fff;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.banner.map-location-list .banner-caption .flex-box-container .flex-item-block .event-block p {
    font-size: 13px;
  }
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption a {
  text-decoration: none;
  color: #00b5e2;
}
body.index .main .section-wrapper section.banner.map-location-list .banner-caption a:hover {
  color: #00c9fb;
}
body.index .main .section-wrapper section.banner.light-grey-bg {
  background-color: #eee;
}
body.index .main .section-wrapper section.partners {
  height: auto;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners {
    margin-bottom: 70px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.partners {
    margin-bottom: 60.08583691px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.partners {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.partners {
    margin-bottom: 30.07518797px;
  }
}
body.index .main .section-wrapper section.partners.half-margin-bottom {
  margin-bottom: 70px;
}
body.index .main .section-wrapper section.partners .partner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 31%;
  height: 170px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners .partner {
    height: 140px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.partners .partner {
    height: 129.62962963px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.partners .partner {
    width: 32%;
    height: 110.23622047px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.partners .partner {
    width: 45%;
    height: 70px;
  }
}
body.index .main .section-wrapper section.partners .partner img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners .partner img {
    -webkit-transform: translate(-50%, -50%) scale(0.84);
            transform: translate(-50%, -50%) scale(0.84);
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.partners .partner img {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.partners .partner img {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
}
body.index .main .section-wrapper section.partners .partner:nth-child(1) img,
body.index .main .section-wrapper section.partners .partner:nth-child(4) img {
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners .partner:nth-child(1) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(4) img {
    -webkit-transform: translate(0, -50%) scale(0.84);
            transform: translate(0, -50%) scale(0.84);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.partners .partner:nth-child(1) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(4) img {
    -webkit-transform: translate(0, -50%) scale(0.7);
            transform: translate(0, -50%) scale(0.7);
  }
}
body.index .main .section-wrapper section.partners .partner:nth-child(3) img,
body.index .main .section-wrapper section.partners .partner:nth-child(6) img {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners .partner:nth-child(3) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(6) img {
    -webkit-transform: translate(0, -50%) scale(0.84);
            transform: translate(0, -50%) scale(0.84);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.partners .partner:nth-child(3) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(6) img {
    -webkit-transform: translate(0, -50%) scale(0.7);
            transform: translate(0, -50%) scale(0.7);
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.partners .partner:nth-child(1) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(2) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(3) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(4) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(5) img,
  body.index .main .section-wrapper section.partners .partner:nth-child(6) img {
    top: 50%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
body.index .main .section-wrapper section.partners.alt {
  margin-bottom: 0;
  padding: 80px 0 80px 0;
  background-color: #2f2f2f;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.partners.alt {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.partners.alt {
    padding: 30px 0 30px 0;
  }
}
body.index .main .section-wrapper section.outro {
  height: 660px;
  margin: 0;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.outro {
    height: 540px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.outro {
    height: 510px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.outro {
    height: 360px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro {
    height: auto;
  }
}
body.index .main .section-wrapper section.outro .outro-image {
  position: absolute;
  top: 0;
  left: 40%;
  display: block;
  max-width: 1100px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.outro .outro-image {
    left: 39%;
    max-width: 900px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.outro .outro-image {
    left: 37%;
    max-width: 850px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.outro .outro-image {
    left: 34%;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro .outro-image {
    position: relative;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
  }
}
body.index .main .section-wrapper section.outro .blurb {
  position: relative;
  z-index: 140;
  float: right;
  min-width: 380px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.outro .blurb {
    min-width: 330px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.outro .blurb {
    min-width: 284px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.outro .blurb {
    min-width: 198px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro .blurb {
    float: none;
    min-width: auto;
    padding-bottom: 30px;
    text-align: center;
  }
}
body.index .main .section-wrapper section.outro .blurb h2 {
  margin-bottom: 24px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.outro .blurb h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.outro .blurb h2 {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro .blurb h2 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro .blurb h2 br {
    display: none;
  }
}
body.index .main .section-wrapper section.outro .blurb .vive-button {
  margin-top: 48px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.outro .blurb .vive-button {
    margin-top: 39px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.outro .blurb .vive-button {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.outro .blurb .vive-button {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.outro .blurb .vive-button {
    margin-top: 24px;
  }
}
body.index .main .section-wrapper section.product-summary {
  margin-bottom: 90px;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.product-summary {
    margin-bottom: 50px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.product-summary {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-summary {
    margin-bottom: 40px;
  }
}
body.index .main .section-wrapper section.product-summary .description {
  width: 60%;
  margin: 0 auto 90px auto;
  padding: 180px 0 0 0;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.product-summary .description {
    margin-bottom: 70px;
    padding-top: 160px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.product-summary .description {
    margin-bottom: 60.08583691px;
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-summary .description {
    width: auto;
    margin-bottom: 25px;
    padding-top: 100px;
  }
}
body.index .main .section-wrapper section.product-summary .description h2 {
  margin-left: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-summary .description p {
    display: none;
  }
}
body.index .main .section-wrapper section.product-summary .image-container {
  clear: both;
  max-width: 2000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-summary .image-container {
    padding: 50px 0 65px 0;
  }
}
body.index .main .section-wrapper section.product-summary .image-container img {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.product-summary .mobile-text {
    text-align: center;
  }
}
body.index .main .section-wrapper section.software-tiles {
  background-color: #000;
}
body.index .main .section-wrapper section.software-tiles .description {
  width: 60%;
  margin: 0 auto;
  padding: 100px 0 35px 0;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.software-tiles .description {
    padding: 80px 0 25px 0;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.software-tiles .description {
    padding: 65px 0 15px 0;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.software-tiles .description {
    width: auto;
    margin: 0;
    padding: 40px 0 32px 0;
  }
}
body.index .main .section-wrapper section.software-tiles .description h2 {
  margin-left: 0;
  color: #e9eaeb;
}
body.index .main .section-wrapper section.software-tiles .description p {
  color: #e9eaeb;
}
body.index .main .section-wrapper section.software-tiles img {
  position: relative;
  left: 50%;
  display: block;
  height: 1000px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.software-tiles img {
    height: 900px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.software-tiles img {
    height: 800px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.software-tiles img {
    height: 300px;
  }
}
body.index .main .section-wrapper section.fade-in {
  top: 50px;
  transition: 0s;
  opacity: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.fade-in {
    top: auto;
    opacity: 1;
  }
}
body.index .main .section-wrapper section.video-list {
  background-color: #ededed;
}
body.index .main .section-wrapper section.video-list .list-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.video-list .list-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.index .main .section-wrapper section.video-list .list-container .video-item {
  position: relative;
  padding: 5px;
  text-align: center;
  -webkit-flex: 1 auto 0;
      -ms-flex: 1 auto 0;
          flex: 1 auto 0;
}
body.index .main .section-wrapper section.video-list .list-container .video-item a {
  cursor: pointer;
}
body.index .main .section-wrapper section.video-list .list-container .video-item a img {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.video-list .list-container .video-item a img {
    max-width: 90%;
  }
}
body.index .main .section-wrapper section.video-list .list-container .video-item a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  max-width: 102px;
  height: 100%;
  max-height: 72px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(/resources/img/indexv3/play-video-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100%;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.video-list .list-container .video-item a:after {
    background-size: 75%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.video-list .list-container .video-item a:after {
    background-size: 90%;
  }
}
body.index .main .section-wrapper section.video-list .list-container .video-item .video-content {
  display: none;
}
body.index .main .section-wrapper section.carousel.section-product-related {
  background-color: #eee;
}
body.index .main .section-wrapper section.carousel .owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}
body.index .main .section-wrapper section.carousel .owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
body.index .main .section-wrapper section.carousel .owl-carousel .owl-wrapper:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}
body.index .main .section-wrapper section.carousel .owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
body.index .main .section-wrapper section.carousel .owl-carousel .owl-item {
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
body.index .main .section-wrapper section.carousel #owl-demo .item {
  height: 810px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item {
    height: 690px;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item {
    height: 620px;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item {
    height: 542px;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item {
    height: 462px;
    background-position: center top;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block {
  width: 50%;
  margin: 0 auto;
  padding-top: 65px;
  text-align: center;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block {
    width: 60%;
  }
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block {
    width: 80%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item .caption-block p {
    margin-bottom: 12px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item img.inside {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item img.inside {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item img.inside {
    width: 55%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item img.inside {
    width: 90%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-device-product img.inside {
  width: 57%;
  max-width: 1200px;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-device-product img.inside {
    width: 55%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-device-product img.inside {
    width: 68%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-extra-event img.inside {
  position: absolute;
  top: 58%;
  left: 50%;
  width: auto;
  height: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-extra-event img.inside {
    top: 60%;
    height: 35%;
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-extra-event img.inside {
    top: 62%;
    height: 30%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-awards .caption-block {
  width: 70%;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .vive-button,
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image p {
  position: relative;
  z-index: 2;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item {
  position: absolute;
  width: 22%;
  padding-bottom: 14.08%;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item {
    width: 24%;
    padding-bottom: 15.36%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon {
  position: absolute;
  top: 27px;
  right: 34px;
}
@media (max-width: 1270px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon {
    top: 21px;
    right: 26px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon {
    top: 16px;
    right: 21px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon {
    top: 50%;
    right: 50%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon::before {
  position: absolute;
  z-index: 9;
  top: -23px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: '';
  transition: 0.5s;
  border: solid 5px rgba(255, 255, 255, 0.9);
  -webkit-border-top-right-radius: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topright: 40px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 40px;
  -moz-border-radius-topleft: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  background-clip: padding-box;
  left: -20px;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .big-play-icon::after {
  position: absolute;
  z-index: 10;
  top: -13px;
  width: 0;
  height: 0;
  content: '';
  transition: 0.5s;
  border-width: 15px 0 15px 20px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  left: -2px;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item .video-content {
  display: none;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-one-video {
  z-index: 1;
  top: 60%;
  left: 3%;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-one-video {
    top: 64%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-one-video {
    top: 72% !important;
  }
}
@media (max-width: 600px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-one-video {
    top: 76% !important;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-one-video {
    top: 80% !important;
    left: 0;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-two-video {
  z-index: 2;
  top: 67%;
  right: 51%;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-two-video {
    top: 71%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-two-video {
    top: 75% !important;
  }
}
@media (max-width: 600px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-two-video {
    top: 78% !important;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-two-video {
    top: 80% !important;
    right: 50%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-three-video {
  z-index: 1;
  top: 53%;
  right: 27%;
}
@media (max-width: 1023px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-three-video {
    top: 57%;
  }
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-three-video {
    top: 70% !important;
  }
}
@media (max-width: 600px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-three-video {
    top: 75% !important;
  }
}
@media (max-width: 480px) {
  body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item.item-three-video {
    top: 80% !important;
    right: 24%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item:hover {
  cursor: pointer;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item:hover .big-play-icon::before {
  transition: 0.5s;
  border-color: #ffffff;
}
body.index .main .section-wrapper section.carousel #owl-demo .item.item-game-image .video-item:hover .big-play-icon::after {
  transition: 0.5s;
  border-left-color: #ffffff;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev {
  left: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #000;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  transition: all 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev {
    left: 3%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev:before {
  margin: 11px 0 0 19px;
  border-left: 2px solid #000;
  float: left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-prev:before {
    margin: 9px 0 0 10px;
    border-left: 2px solid #000;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next {
  right: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #000;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  transition: all 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next {
    right: 4%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next:before {
  margin: 11px 19px 0 0;
  border-right: 2px solid #000;
  float: right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-next:before {
    margin: 9px 10px 0 0;
    border-right: 2px solid #000;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination {
  position: absolute;
  bottom: 38px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination {
    bottom: 10px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  content: '';
  transition: 0.5s;
  opacity: 1;
  border-radius: 50%;
  background-color: #888c90;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination .owl-page.active {
  background-color: #70cdf0;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls .owl-pagination .owl-page:hover {
  cursor: pointer;
  background-color: #70cdf0;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev {
  left: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #f0f0f0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #f0f0f0;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  transition: all 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev {
    left: 3%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev:before {
  margin: 11px 0 0 19px;
  border-left: 2px solid #f0f0f0;
  float: left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-prev:before {
    margin: 9px 0 0 10px;
    border-left: 2px solid #f0f0f0;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next {
  right: 4%;
  position: absolute;
  z-index: 1000;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  text-indent: -9999px;
  border-radius: 50%;
  outline: 0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  border-top: 2px solid #f0f0f0;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #f0f0f0;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next.disabled {
  z-index: -1;
  top: -1000000000px;
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next:hover {
  cursor: pointer;
  -webkit-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  transition: all 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next {
    right: 4%;
  }
}
body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next:before {
  margin: 11px 19px 0 0;
  border-right: 2px solid #f0f0f0;
  float: right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  body.index .main .section-wrapper section.carousel #owl-demo .owl-controls.light .owl-next:before {
    margin: 9px 10px 0 0;
    border-right: 2px solid #f0f0f0;
  }
}
@media (max-width: 767px) {
  body.index .main .mobile-hide {
    display: none !important;
  }
}
body.index .main .desktop-hide {
  display: block !important;
}
