@charset "UTF-8";
/* FUNCTIONS */
/*! VARIABLES */
/*! - GLOBAL ***************************** */
/*! - GLOBAL: 0 REUSE */
 
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-size: 100%;
  background-color: #f9fcfd;
  font: 400 15px/1 'bio-sans', sans-serif;
  color: #172d39;
}
body ::selection {
  background: #628494;
  color: #fff;
}
body ::-moz-selection {
  background: #628494;
  color: #fff;
}
section,
.global {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
section h1,
.global h1 {
  font: 300 80px/1.2 'bio-sans', sans-serif;
}
section h2,
.global h2 {
  font: 300 53px/1.44 'bio-sans', sans-serif;
  letter-spacing: -0.015em;
}
section h3,
.global h3 {
  font: 400 12px/1 'bio-sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(21, 38, 48, 0.5);
}
section h4,
.global h4 {
  font: 700 16px/1.93 'bio-sans', sans-serif;
}
section h5,
.global h5 {
  font: 400 15px/1 'bio-sans', sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section p,
.global p {
  font: 400 16px/1.93 'bio-sans', sans-serif;
}
section p + p,
.global p + p {
  margin-top: 20px;
}
h3.mod-header {
  font: 400 12px/1 'bio-sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(21, 38, 48, 0.5);
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
}
h3.mod-header:after {
  content: '';
  position: absolute;
  right: -138px;
  top: 50%;
  height: 1px;
  width: 120px;
  background-color: #172d39;
}
section .contentContainer ul:not(.share) {
  list-style: none;
  padding-left: 20px;
}
section .contentContainer ul:not(.share) + p {
  margin-top: 25px;
}
section .contentContainer ul:not(.share) li {
  position: relative;
  font: 400 16px/1.93 'bio-sans', sans-serif;
}
section .contentContainer ul:not(.share) li:before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #172d39;
  position: absolute;
  left: -20px;
  top: 13px;
}
section .contentContainer ul:not(.share) li + li {
  margin-top: 12px;
}
.contentContainer {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.vline-div {
  padding: 0 18px;
}
input {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input:not([type="radio"]),
textarea,
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
}
input[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin-top: -4px;
}
textarea {
  resize: none;
}
a:focus {
  outline: none;
}
button:focus {
  outline: 0;
}
button,
input {
  border: none;
  background: none;
}
.sidepad {
  padding-left: 50px;
  padding-right: 50px;
}
.sidepadM {
  padding-left: 25px;
  padding-right: 25px;
}
.nopad {
  padding-left: 0px;
  padding-right: 0px;
}
.automargin {
  margin-left: auto;
  margin-right: auto;
}
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.valign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-l {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-b {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
}
.absb {
  position: absolute;
  left: 0;
  bottom: 0;
}
.abs-cen {
  position: absolute;
  left: 50%;
  top: 0;
}
.abs-cenv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.bgcover {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inline-c {
  display: inline-block;
  vertical-align: middle;
}
.inline-t {
  display: inline-block;
  vertical-align: top;
}
.justify {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.noshrink {
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
}
.allowgrow {
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}
.boost-accel {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.round-mask {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.div-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.spacer {
  width: 100%;
  height: auto;
  display: block;
}
.filler {
  visibility: hidden;
}
.mob {
  display: none;
}
.col {
  position: relative;
}
.row {
  width: 100%;
  position: relative;
}
.bgw {
  background-color: #fff;
}
.upc {
  text-transform: uppercase;
}
.flipX {
  transform: scaleX(-1);
}
.flipY {
  transform: scaleY(-1);
}
.flipXY {
  transform: scale(-1);
}
.rotate-text {
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
}
.scaled1 {
  transform: scale(0.8);
}
.scaled2 {
  transform: scale(0.6);
}
.fpo {
  background-color: rgba(255, 0, 0, 0.2);
}
.spaced {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-t {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 60;
}
.blanket {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .95;
  z-index: 1;
}
.overlayWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 0 50px;
  -webkit-transform: translateZ(0);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 30;
}
.gridline {
  width: 1px;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 100;
  background-color: red;
  opacity: .2;
  display: none;
}
.gridline.l {
  left: 25px;
}
.gridline.r {
  left: auto;
  right: 25px;
}
.gridline.ml {
  margin-left: -600px;
}
.gridline.mr {
  margin-left: 600px;
}
.crosshairs:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0px;
  height: 100%;
  border-left: 1px solid red;
  z-index: 50;
}
.crosshairs:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  height: 0px;
  width: 100%;
  border-top: 1px solid red;
  z-index: 50;
}
.part {
  position: absolute;
  left: 0;
  top: 0;
}
.part img {
  width: 100%;
  height: auto;
  display: block;
}
.part-wrap {
  position: absolute;
  overflow: hidden;
}
.sized img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 55;
}
.bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.background img {
  width: 100%;
  height: auto;
  display: block;
}
.background .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.background .layer img {
  width: 100%;
  height: auto;
  display: block;
}
.background.cn {
  left: 50%;
}
.social-links ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.social-links li .icon {
  font-size: 20px;
  color: #172d39;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.social-links li .icon-github {
  font-size: 25px;
}
.social-links li .icon-telegram,
.social-links li .icon-m {
  font-size: 16px;
}
.social-links li .icon-discord {
  font-size: 15px;
}
.social-links li .icon-reddit {
  font-size: 22px;
}
.social-links li a {
  display: block;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.cta-btn {
  cursor: pointer;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  background-color: #172d39;
  color: #fff;
  font-size: 14px;
  letter-spacing: .1em;
}
.side-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 50%;
  top: 0px;
  background-color: #fff;
  z-index: 0;
}
.shape .mover {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.shape .mover img {
  -webkit-backface-visibility: hidden;
}
/*! - GLOBAL: 1 LOADER */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 40;
}
#loader .load-clip {
  position: absolute;
  left: 50%;
  top: 0;
  width: 455px;
  height: 80px;
  margin-left: -176px;
  margin-top: -40px;
  top: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  transform: scale(0.9) translateX(123px);
}
#loader .load-clip .base {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: none;
}
#loader .load-clip .logo-text {
  width: 259px;
  height: 90px;
  left: 130px;
  top: 8px;
  overflow: hidden;
  width: 0px;
  opacity: 0;
}
#loader .load-clip .trigrou-p03 {
    width: 259px;
    height: 90px;
    left: 130px;
    top: 8px;
    overflow: hidden;    
    opacity: 1;
}
#loader .load-clip .logo-text img {
  position: absolute;
  left: 0;
  top: 0;
  width: 259px;
}
#loader .load-clip .tri-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 289px;
  height: 50px;
}
#loader .load-clip .tri-group.bot {
  top: 42px;
}
#loader .load-clip .tri {
  width: 27px;
  z-index: 6;
  display: none;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
#loader .load-clip .tri[data-num="1"] {
  opacity: 0;
  transform: rotateY(90deg);
  transform-origin: right center;
}
#loader .load-clip .tri[data-num="2"] {
  left: 27px;
  z-index: 5;
}
#loader .load-clip .tri[data-num="3"] {
  left: 33px;
  top: 19px;
  transform: rotate(60deg);
  z-index: 4;
  display: block;
  opacity: 1;
}
#loader .load-clip .tri[data-num="3"] > div {
  transform: rotateY(90deg);
  transform-origin: left center;
  display: none;
  opacity: 1;
}
#loader .load-clip .tri[data-num="4"] {
  left: 53px;
  top: 16px;
  z-index: 3;
}
#loader .load-clip .tri[data-num="4"] img {
  height: 31px;
}
#loader .load-clip .tri[data-num="5"] {
  left: 59px;
  top: -3px;
  transform: rotate(-60deg);
  z-index: 2;
  display: block;
  opacity: 1;
}
#loader .load-clip .tri[data-num="5"] img {
  height: 31px;
}
#loader .load-clip .tri[data-num="5"] > div {
  transform: rotateY(90deg);
  transform-origin: left center;
  display: none;
  opacity: 1;
}
#loader .load-clip .tri[data-num="6"] {
  left: 79px;
  top: 1px;
  z-index: 1;
}
#loader .load-clip .tri[data-num="6"] img {
  height: 31px;
}
#loader .load-clip .tri:nth-child(even) {
  transform: rotateY(90deg);
  transform-origin: left center;
}
/*! - GLOBAL: 2 HEADER */
#globalHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 76px;
  z-index: 10;
  overflow: visible;
}
.header-parts .logo {
  position: absolute;
  top: 22px;
  left: 35px;
  z-index: 1;
  width: 185px;
  cursor: pointer;
  transform-origin: left top;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.header-parts .toplinks {
  position: absolute;
  top: 37px;
  right: 30px;
  z-index: 1;
}
.header-parts .toplinks > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.header-parts .toplinks > ul > li > a {
  font: 400 14px/1 'bio-sans', sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.header-parts .toplinks > ul > li + li {
  margin-left: 48px;
}
.header-parts .toplinks a {
  color: #172d39;
}
.header-parts .toplinks .hasFilter {
  cursor: pointer;
}
.header-parts .toplinks .hasFilter a,
.header-parts .toplinks .hasFilter .arr {
  position: relative;
}
.header-parts .toplinks .hasFilter a {
  padding-right: 28px;
  z-index: 1;
}
.header-parts .toplinks .hasFilter .arr {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 8px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.header-parts .toplinks .hasFilter.open .langFilter {
  opacity: 1;
  visibility: visible;
}
.header-parts .toplinks .hasFilter.open .arr {
  transform: scaleY(-1);
}
.header-parts .toplinks .langFilter {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-parts .toplinks .langFilter ul {
  width: 130px;
  background-color: #172d39;
  padding: 25px 0px 32px 25px;
  box-shadow: 15px 14px 103px 0px rgba(47, 73, 100, 0.07);
}
.header-parts .toplinks .langFilter a {
  color: #778aa7;
}
.header-parts .toplinks .langFilter a.on {
  color: #fff;
}
.header-parts .toplinks .langFilter li + li {
  margin-top: 25px;
}
#stickyBar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background-color: #fff;
  z-index: 20;
  transform: translate3d(0, -76px, 0);
  overflow: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#stickyBar .logo {
  width: 128px;
  top: 18px;
  left: 40px;
}
#stickyBar .toplinks {
  top: 27px;
}
#stickyBar .toplinks .langFilter {
  padding-top: 46px;
}
#stickyBar.open {
  transform: translate3d(0, 0, 0);
  box-shadow: 15px 14px 57px 0px rgba(47, 73, 100, 0.04);
}
/*! - GLOBAL: 3 FOOTER */
#globalFooter {
  background-color: #fff;
}
#globalFooter h2 {
  font: 400 23px/1.3 'bio-sans', sans-serif;
  margin-bottom: 25px;
}
#globalFooter h4 {
  font-size: 13px;
  margin-bottom: 3px;
}
#globalFooter a {
  color: #172d39;
}
#globalFooter .contentContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#globalFooter .contentContainer > * {
  width: 50%;
  padding-top: 128px;
  padding-bottom: 95px;
}
#globalFooter .footer-links {
  margin-bottom: 57px;
}
#globalFooter .footer-links ul {
  -webkit-columns: 2 150px;
  -moz-columns: 2 150px;
  columns: 2 150px;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  max-width: 460px;
}
#globalFooter .footer-links a {
  font-size: 13px;
  line-height: 2.25;
}
#globalFooter .footer-contact {
  padding-left: 115px;
  position: relative;
}
#globalFooter .footer-contact p {
  font-size: 13px;
}
#globalFooter .footer-contact .logo-mark {
  position: absolute;
  width: 65px;
  height: auto;
  left: 0px;
  top: 118px;
}
#globalFooter .footer-signup {
  max-width: 444px;
  position: relative;
  text-align: right;
}
#globalFooter .footer-signup .footer-signup-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 370px;
  text-align: left;
  position: relative;
}
#globalFooter .footer-signup h2 {
  margin-bottom: 33px;
}
#globalFooter .footer-signup h2,
#globalFooter .footer-signup p,
#globalFooter .footer-signup a {
  color: #fff;
}
#globalFooter .footer-signup .global-form .form-msg {
  color: #fff;
}
#globalFooter .footer-pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 1250px;
  height: 100%;
  background: url(images/footer-signup-bg@2x.png) left top;
  background-size: 744px auto;
}
#globalFooter .social-links {
  margin-top: 68px;
}
#globalFooter .credit {
  position: absolute;
  left: 0px;
  bottom: 5px;
}
#globalFooter .credit p {
  font-size: 13px;
}
#globalFooter .contact-zh {
  -webkit-columns: 2 150px;
  -moz-columns: 2 150px;
  columns: 2 150px;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  max-width: 460px;
  margin-bottom: 57px;
}
#globalFooter .social-zh ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#globalFooter .social-zh li {
  width: 31%;
  max-width: 170px;
}
#globalFooter .social-zh li:nth-child(n+4) {
  margin-top: 30px;
}
#globalFooter .social-zh p {
  margin-bottom: 12px;
}
/*! - GLOBAL: 4 MENU */
#globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  display: none;
}
#globalMenu .menu-btn {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 33px;
  top: 50%;
  margin-top: -36px;
  z-index: 3;
  cursor: pointer;
  transform: translateX(-110px);
  -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalMenu .menu-btn > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #0e2d39;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalMenu .menu-btn .menu-btn-bg {
  position: absolute;
  left: -20%;
  top: -20%;
  transform: scaleX(-1) rotate(45deg);
  width: 102px;
  height: 102px;
}
#globalMenu .menu-btn .menu-btn-bg > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #2a3c57;
  transform: translateY(-50%);
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
#globalMenu .menu-btn.on {
  transform: translateX(0px);
}
#globalMenu .menu-btn.on > div {
  box-shadow: 15px 14px 103px 0px rgba(47, 73, 100, 0.32);
}
#globalMenu .menu-line {
  width: 23px;
  height: 4px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}
#globalMenu .menu-line.top {
  transform: translate3d(0, -11px, 0);
}
#globalMenu .menu-line.mid {
  transform-origin: center center;
}
#globalMenu .menu-line.bot {
  transform: translate3d(0, 11px, 0);
}
#globalMenu.expanded {
  width: 100%;
  height: 100%;
  z-index: 22;
}
#globalMenu.expanded .menu-wrap {
  display: block;
}
#globalMenu.open .menu-btn > div {
  transform: rotate(45deg);
}
#globalMenu.open .menu-line.top {
  transform: translate3d(0px, 0px, 0);
}
#globalMenu.open .menu-line.mid {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}
#globalMenu.open .menu-line.bot {
  transform: rotate(90deg) translate3d(0px, 0px, 0);
}
#globalMenu .menu-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  display: none;
}
#globalMenu .menu-scroller {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 150px;
}
#globalMenu .menu-contents {
  min-height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  padding: 83px 0 100px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#globalMenu .menu-contents.mob {
  padding: 0;
  background-color: #f9fcfd;
}
#globalMenu .menu-contents.mob .logo {
  width: 35px;
  height: auto;
  position: absolute;
  left: 25px;
  top: 27px;
}
#globalMenu .menu-form {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(images/SVG/menu-signup-bg.png);
  padding: 58px 25px 35px;
}
#globalMenu .menu-form h2 {
  font: 300 32px/1.5 'bio-sans', sans-serif;
  color: #fff;
}
#globalMenu .menu-form .radio-btns label {
  font-size: 15px;
  color: #fff;
}
#globalMenu .menu-form .radio-btns input[type="checkbox"] + label span {
  background-color: #fff;
}
#globalMenu .menu-form .form-msg {
  color: #fff;
}
#globalMenu .toplinks {
  padding: 88px 25px 45px;
}
#globalMenu .toplinks > ul > li {
  position: relative;
}
#globalMenu .toplinks > ul > li > a {
  font: 300 32px/1 'bio-sans', sans-serif;
}
#globalMenu .toplinks > ul > li + li {
  margin-top: 50px;
}
#globalMenu .toplinks a {
  color: #172d39;
}
#globalMenu .toplinks .hasFilter {
  cursor: pointer;
  display: inline-block;
}
#globalMenu .toplinks .hasFilter a,
#globalMenu .toplinks .hasFilter .arr {
  position: relative;
}
#globalMenu .toplinks .hasFilter a {
  padding-right: 28px;
  z-index: 1;
}
#globalMenu .toplinks .hasFilter .arr {
  position: absolute;
  right: -5px;
  top: 18px;
  font-size: 9px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#globalMenu .toplinks .hasFilter.open .langFilter {
  opacity: 1;
  visibility: visible;
}
#globalMenu .toplinks .hasFilter.open .arr {
  transform: scaleY(-1);
}
#globalMenu .langFilter {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.4, 1);
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.4, 1);
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.4, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0.4, 1);
}
#globalMenu .langFilter ul {
  background-color: #0f2631;
  padding: 30px 25px;
}
#globalMenu .langFilter a {
  color: #778aa7;
}
#globalMenu .langFilter a.on {
  color: #fff;
}
#globalMenu .langFilter li + li {
  margin-top: 25px;
}
#globalMenu .langFilter.open {
  height: 112px;
}
#globalNav a {
  color: #172d39;
  font: 300 110px/1 'bio-sans', sans-serif;
  position: relative;
  display: block;
  letter-spacing: -0.02em;
  margin-left: -5px;
}
#globalNav a span {
  position: absolute;
  left: 5px;
  top: -20px;
  font: 400 20px/1 'bio-sans', sans-serif;
  letter-spacing: .1em;
}
#globalNav li + li {
  margin-top: 125px;
}
#menu-form {
  margin-top: 40px;
}
#menu-form .radio-btns {
  margin-bottom: 40px;
}
#menu-form .radio-btns fieldset {
  display: block;
}
#menu-form .radio-btns fieldset + fieldset {
  margin-top: 22px;
  margin-left: 0px;
}
/*! - GLOBAL: 5 FORMS */
.global-form {
  width: 100%;
  max-width: 370px;
}
.global-form ::-webkit-input-placeholder {
  color: #172d39;
  opacity: 1;
  letter-spacing: .1em;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.global-form :-moz-placeholder {
  color: #172d39;
  opacity: 1;
  letter-spacing: .1em;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.global-form ::-moz-placeholder {
  color: #172d39;
  opacity: 1;
  letter-spacing: .1em;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.global-form :-ms-input-placeholder {
  color: #172d39;
  opacity: 1;
  letter-spacing: .1em;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.global-form input:-webkit-autofill,
.global-form input:-webkit-autofill:hover,
.global-form input:-webkit-autofill:focus,
.global-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #172d39;
}
.global-form .email-wrap {
  width: 100%;
  max-width: 370px;
  height: 56px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 15px 14px 95px 0px rgba(47, 73, 100, 0.09);
  position: relative;
  padding: 17px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.global-form input[type="tel"] {
  font: 400 13px 'bio-sans', sans-serif;
  /* letter-spacing: .1em; */
  color: #172d39;
  width: 80%;
}
.global-form button {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #172d39;
}
.global-form button .icon {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 37px;
  margin-left: 3px;
}
.global-form.error ::-webkit-input-placeholder {
  color: #ff4444;
  opacity: 1;
  letter-spacing: .1em;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.global-form.error :-moz-placeholder {
  color: #ff4444;
  opacity: 1;
  letter-spacing: .1em;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.global-form.error ::-moz-placeholder {
  color: #ff4444;
  opacity: 1;
  letter-spacing: .1em;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.global-form.error :-ms-input-placeholder {
  color: #ff4444;
  opacity: 1;
  letter-spacing: .1em;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.global-form.error .email-wrap {
  border: 1px solid #ff4444;
}
.global-form.error .form-msg .thanks {
  opacity: 0;
  visibility: hidden;
}
.global-form .form-msg {
  font-size: 16px;
  margin-top: 22px;
  padding-left: 15px;
  opacity: 0;
  visibility: hidden;
}
.global-form .radio-btns > * {
  display: inline-block;
  vertical-align: middle;
}
.global-form .radio-btns fieldset {
  position: relative;
}
.global-form .radio-btns fieldset > * {
  display: inline-block;
  vertical-align: middle;
}
.global-form .radio-btns fieldset + fieldset {
  margin-left: 50px;
}
.global-form .radio-btns label {
  font-size: 16px;
}
.global-form .radio-btns input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.global-form .radio-btns input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
}
.global-form .radio-btns input[type="checkbox"] + label span {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #172d39;
  margin: -1px 10px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.global-form .radio-btns input[type="checkbox"] + label span:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #172d39;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.global-form .radio-btns input[type="checkbox"]:checked + label span:after {
  opacity: 1;
}
/*! - GLOBAL: 6 OVERLAYS */
#video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 60;
}
#video-overlay .blanket {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #172d39;
  opacity: 1;
  z-index: 1;
}
#video-overlay .overlayWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 40px 70px;
  -webkit-transform: translateZ(0);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 30;
}
#video-overlay .contentContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  height: auto;
  min-height: 100%;
  max-width: 1280px;
}
#video-overlay #video-contents {
  position: relative;
}
#video-overlay .video-spacer {
  width: 100%;
  height: auto;
}
#video-overlay video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#video-overlay .mod-header {
  position: absolute;
  left: 0;
  top: 0;
  top: -75px;
  color: #fff;
}
#video-overlay .mod-header span {
  opacity: .5;
}
#video-overlay .mod-header:after {
  background-color: #fff;
  opacity: 1;
}
#video-overlay .close-btn {
  width: 72px;
  height: 72px;
  transform: rotate(45deg);
  position: absolute;
  left: 33px;
  top: 50%;
  margin-top: -36px;
  z-index: 3;
  overflow: hidden;
  background-color: #0e2d39;
  box-shadow: 15px 14px 103px 0px rgba(47, 73, 100, 0.8);
  cursor: pointer;
}
#video-overlay .close-btn .close-btn-bg {
  position: absolute;
  left: -20%;
  top: -20%;
  transform: scaleX(-1) rotate(45deg);
  width: 102px;
  height: 102px;
}
#video-overlay .close-btn .close-btn-bg > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2a3c57;
  transform: translateY(-50%);
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
#video-overlay .close-line {
  width: 23px;
  height: 4px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -2px;
}
#video-overlay .close-line.top {
  transform: translate3d(0px, 0px, 0);
}
#video-overlay .close-line.bot {
  transform: rotate(90deg) translate3d(0px, 0px, 0);
}
/*! - SECTION ***************************** */
/*! - SECTION: 0 HERO */
#hero {
  padding-top: 252px;
  overflow: visible;
  z-index: 1;
  height: 1120px;
}
#hero .bg-wrap {
  height: 1206px;
}
#hero .background {
  width: 1850px;
  margin-left: -925px;
}
#hero .row {
  margin-top: 48px;
}
#hero .col {
  display: inline-block;
  vertical-align: top;
}
#hero .col.left {
  width: 370px;
  margin-right: 62px;
}
#hero .col p {
  margin-bottom: 15px;
}
#hero .col .cta-btn {
  padding: 21px 27px;
}
#hero .shape[data-num="0"] {
  width: 170px;
  left: 25px;
  top: 600px;
}
#hero .shape[data-num="0"] .mover {
  width: 48px;
  transform: rotate(45deg);
  top: 55px;
  left: 42px;
}
#hero .shape[data-num="1"] {
  width: 50px;
  left: 230px;
  top: 680px;
}
#hero .shape[data-num="1"] img {
  transform: rotate(90deg);
}
#hero .shape[data-num="2"] {
      width: 505px;
    left: 70px;
    top: 756px;
}
#hero .shape[data-num="2"] .mover {
 /* width: 78px;
  top: 261px;
  left: 262px;
  */
      width: 44px;
    top: 178px;
    left: 435px;
}
#hero .shape[data-num="3"] {
  width: 95px;
  left: 132px;
  top: 910px;
}
#hero .shape[data-num="3"] img {
  transform: rotate(90deg);
}
#hero .shape[data-num="4"] {
    width: 128px;
    left: 360px;
    top: 744px;
}
#hero .shape[data-num="5"] {
  width: 170px;
  left: 984px;
  top: 75px;
}
#hero .shape[data-num="6"] {
     width: 102px;
    left: 721px;
    top: 737px;
}
#hero .shape[data-num="6"] .mover {
  transform: rotate(45deg);
}
#hero .shape[data-num="7"] {
    width: 62px;
    left: 1098px;
    top: 204px;
}
#hero .shape[data-num="8"] {
  width: 170px;
  left: 1157px;
  top: 251px;
}
#hero .shape[data-num="9"] {
     width: 552px;
    left: 821px;
    top: 701px;
}
#hero .shape[data-num="10"] {
     width: 195px;
    left: 930px;
    top: 689px;
}
#hero .shape[data-num="10"] .mover {
   width: 195px;
}
#hero .shape[data-num="11"] {
  width: 50px;
  left: 1362px;
  top: 194px;
}
#hero .shape[data-num="12"] {
   width: 725px;
    left: 1056px;
    top: 289px;
}
#hero .shape[data-num="12"] .mover {
  width: 194px;
    top: 188px;
    left: 180px;
}
#hero .shape[data-num="13"] {
 width: 442px;
    left: 1422px;
    top: 242px;
}
#hero .shape[data-num="14"] {
    width: 90px;
    left: 1616px;
    top: 682px;
}
#hero .shape[data-num="15"] {
      width: 456px;
    left: 1386px;
    top: 830px;
}
#hero .shape[data-num="16"] {
  width: 45px;
  left: 1697px;
  top: 830px;
}
#hero .shape[data-num="16"] img {
  transform: rotate(90deg);
}
/*! - SECTION: 1 WELCOME */
#welcome {
  padding-left: 0px;
  padding-right: 0px;
  z-index: 0;
}
#welcome .inner {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
#welcome .intro {
  padding-top: 60px;
  padding-bottom: 168px;
}
#welcome .intro .contentContainer {
  max-width: 705px;
  z-index: 1;
}
#welcome .intro .bg-left {

  position: absolute;
  left: 0%;
  bottom:0px;
}
#welcome .intro .bg-left img {
     width: 500px;
}
#welcome .intro .bg-right {
  width: 288px;
  position: absolute;
  right: 0px;
  top: 190px;
}
#welcome .overview {
  padding-top: 84px;
}
#welcome .overview .contentContainer {
  max-width: 1180px;
}
#welcome .overview .col {
  width: 31.5%;
  max-width: 330px;
  text-align: center;
}
#welcome .overview .img-icon {
  width: 50px;
  margin-bottom: 25px;
}
#welcome .overview h3 {
  margin-bottom: 25px;
}
#welcome .overview h4 {
  margin-bottom: 10px;
}
#welcome .bg-wrap {
  position: relative;
  height: 844px;
  margin-top: 155px;
}
#welcome .background {
  width: 2274px;
  margin-left: -1144px;
}
#welcome .play-btn {
  width: 216px;
  height: 216px;
  position: relative;
  cursor: pointer;
  margin-top: 62px;
  margin-left: 10px;
}
#welcome .play-btn .bgcirc {
  position: absolute;
  left: 0;
  top: 0;
  width: 216px;
  height: 216px;
  border-radius: 216px;
  background-color: #2e3d56;
  box-shadow: 15px 14px 103px 0px rgba(47, 73, 100, 0.32);
}
#welcome .play-btn .bgcirc > div {
  width: 140px;
  height: 140px;
  border-radius: 140px;
  background-color: #172d39;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
#welcome .play-btn .bgcirc p {
  color: #fff;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transform: translateX(-21px);
}
#welcome .play-btn .bgsquare {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 186px;
  height: 186px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #778aa7;
  opacity: .25;
}
#welcome .play-btn .arr-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 60px;
}
#welcome .play-btn .arr {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #4f789c;
  transform: translateX(25px);
}
/*! - SECTION: 2 BUILD/INTEGRATE */
#build {
  padding-top: 48px;
  padding-bottom: 85px;
  background-color: rgba(255,255,255,0.4);
}
#build .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#build .row + .row {
  margin-top: -105px;
}
#build .col {
  width: 31.5%;
  max-width: 365px;
  height: 480px;
  background-color: #fff;
  box-shadow: 15px 14px 103px 0px rgba(47, 73, 100, 0.07);
}
#build .col.title {
  padding: 40px 43px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
}
#build .col.title .mod-header {
  position: absolute;
  top: 50px;
  left: 45px;
}
#build .col.image {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 94px;
}
#build .col.text {
  padding: 40px;
  margin-top: 174px;
  height: auto;
  min-height: 480px;
}
/*! - SECTION: 3 JOIN */
#join {
  padding-top: 338px;
  height: 1240px;
}
#join .bg-wrap {
  height: 1120px;
  top: 35px;
}
#join .background {
  width: 2040px;
  margin-left: -1020px;
  top: 15px;
}
#join .whitebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 795px;
  background-color: #fff;
  z-index: 0;
}
#join .shape[data-num="0"] {
    width: 500px;
    left: -61px;
    top: 160px;
}
#join .shape[data-num="0"] img {
  transform: rotate(90deg);
}
#join .shape[data-num="1"] {
          width: 177px;
    left: 224px;
    top: 212px;
}
#join .shape[data-num="1"] .mover {
   width: 177px;
}
#join .shape[data-num="1"] > div {
  transform: rotate(90deg);
}
#join .shape[data-num="2"] {
  width: 59px;
  left: 423px;
  top: 80px;
}
#join .shape[data-num="3"] {
  width: 120px;
  left: 643px;
  top: 9px;
}
#join .shape[data-num="4"] {
    width: 361px;
    left: 1150px;
    top: -70px;
}
#join .shape[data-num="4"] .mover {
    width: 131px;
    position: absolute;
    left: 6px;
    top: 116px;
}
#join .shape[data-num="5"] {
width: 237px;
    left: 1806px;
    top: -101px;
}
#join .shape[data-num="6"] {
      width: 96px;
    left: 1568px;
    top: 19px;
}
#join .shape[data-num="7"] {
    width: 684px;
    left: 1358px;
    top: 289px;
}
#join .shape[data-num="7"] > img {
  transform: rotate(180deg);
}
#join .shape[data-num="7"] .mover {
    width: 182px;
    top: 177px;
    left: 332px;
}
#join .shape[data-num="8"] {
     width: 174px;
    left: 1298px;
    top: 691px;
}
#join .shape[data-num="9"] {
      width: 170px;
    left: 1153px;
    top: 382px;
}
#join .shape[data-num="10"] {
    width: 65px;
    left: 985px;
    top: 589px;
}
#join .shape[data-num="11"] {
 width: 144px;
    left: 1040px;
    top: 617px;
}
#join .shape[data-num="12"] {
        width: 291px;
    left: 697px;
    top: 653px;
}
#join .shape[data-num="12"] > img {
  transform: rotate(180deg);
}
#join .shape[data-num="12"] .mover {
        width: 36px;
    top: 98px;
    left: 33px;
}
#join .shape[data-num="13"] {
     width: 190px;
    left: 360px;
    top: 746px;
}
#join .shape[data-num="13"] .mover {
width: 49px;
    transform: rotate(45deg);
    top: 55px;
    left: 61px;
}
#join-form {
  max-width: 600px;
  margin-top: 36px;
}
#join-form .radio-btns {
  margin-bottom: 58px;
}
/*! - SECTION: 4 SEGMENTS */
#segments {
  padding-top: 60px;
  height: 860px;
  padding-left: 0px;
  padding-right: 0px;
}
#segments .layer.main {
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
#segments .layer.main .col {
  width: 50%;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}
#segments .layer.img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
 /* padding: 0px 150px;*/
}
#segments .layer.img .contentContainer {
  max-width: 1800px;
}
#segments .layer.img .row {
  height: 100%;
}
#segments .layer.img .col {
 padding: 0 50px; width: 50%;
  height: 100%;
  /*padding: 0 50px; width: 50%;*/
}
#segments .layer.img .col.right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
 
}
#segments .seg-text {
  height: 520px;
}
#segments .seg-details {
  max-width: 450px;
  margin-top: 73px;
}
#segments .seg-details h4 {
  margin-bottom: 10px;
}
#segments .change-wrap {
  display: none;
}
#segments .change-wrap[data-num="0"] {
  display: block;
}
#segments .seg-benefits {
  height: 250px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  max-width: 450px;
}
#segments .seg-benefits p,
#segments .seg-benefits h5 {
  color: #fff;
}
#segments .seg-benefits h5 {
  opacity: .5;
}
#segments .seg-benefits-bg {
  height: 280px;
  top: auto;
  bottom: 0px;
}
#segments .seg-benefits-bg[data-num="0"] {
  background-color: #6f5c84;
}
#segments .seg-benefits-bg[data-num="1"] {
  background-color: #698392;
}
#segments .seg-benefits-bg[data-num="2"] {
  background-color: #898358;
}
#segments .seg-benefits-bg[data-num="3"] {
  background-color: #8f8e91;
}
#segments .seg-image {
  width: 100%;
  /*max-width: 460px;*/
   
  transform: translateX(2px);
}
#segments .slide-controls {
  position: absolute;
  right: 20%;
  top: 45px;
}
#segments .slide-controls .vline-div {
  width: 1px;
  height: 30px;
  transform: translateY(1px);
  background-color: #172d39;
  opacity: .2;
  padding: 0;
  margin: 0 25px;
}
#segments .slide-controls .slide-count {
  font: 400 33px/1 'bio-sans', sans-serif;
  letter-spacing: .1em;
  position: relative;
  padding: 0 40px;
}
#segments .slide-controls .slide-count > * {
  display: inline-block;
  vertical-align: middle;
}
#segments .slide-controls .arrow-btn {
  position: absolute;
  top: 15px;
  cursor: pointer;
  font-size: 20px;
  color: #172d39;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#segments .slide-controls .arrow-btn.left {
  left: -5px;
}
#segments .slide-controls .arrow-btn.right {
  right: -5px;
}
#segments .slide-controls .arrow-btn.off {
  opacity: .1;
  pointer-events: none;
}
#segments .seg-next-bar {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 10;
  display: none;
}
#segments .seg-next-bar.changing {
  width: 100%;
  pointer-events: none;
}
#segments .seg-next-bar .title-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100%;
  cursor: pointer;
}
#segments .seg-next-bar .bar-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: right top;
}
#segments .seg-next-bar .bar-cover.off {
  transform-origin: left top;
}
#segments .seg-next-bar h5 {
  transform: rotate(-90);
  width: 300px;
  text-align: center;
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
  color: #fff;
}
#segments .seg-next-bar[data-num="0"] {
  display: block;
}
#segments .seg-next-bar[data-num="0"] .title-wrap,
#segments .seg-next-bar[data-num="0"] .bar-cover {
  background-color: #698392;
}
#segments .seg-next-bar[data-num="1"] .title-wrap,
#segments .seg-next-bar[data-num="1"] .bar-cover {
  background-color: #898358;
}
#segments .seg-next-bar[data-num="2"] .title-wrap,
#segments .seg-next-bar[data-num="2"] .bar-cover {
  background-color: #8f8e91;
}
#segments .seg-next-bar[data-num="3"] .title-wrap,
#segments .seg-next-bar[data-num="3"] .bar-cover {
  background-color: #6f5c84;
}
/*! - SECTION: 5 USE CASES */
#uses {
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 85px;
}
#uses .intro {
  padding: 100px 50px 0;
  height: 750px;
  position: relative;
}
#uses .bluebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9fcfd;
  z-index: 0;
}
#uses .scrolling-text {
  position: absolute;
  left: 0;
  top: 0;
  top: 310px;
  width: 100%;
  height: 385px;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
}
#uses .scrolling-text .mover {
  -webkit-backface-visibility: hidden;
}
#uses .scrolling-text .scroll-txt {
  position: absolute;
   
  top: 0;
  /*width: 7600px;*/
  width: 7600px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font: 300 24px/1.44 'bio-sans', sans-serif;
  letter-spacing: -0.015em;
  color: #172d39;
}
#uses .scrolling-text .scroll-txt span {

  display: inline-block;
}
#uses .scrolling-text .scroll-txt + .scroll-txt {
 
  transform: translateX(-1850px);
}
#uses .scrolling-text .scroll-txt + .scroll-txt + .scroll-txt {
 
  transform: translateX(-1700px);
}
#uses .scrolling-text .scroll-txt + .scroll-txt + .scroll-txt + .scroll-txt {
 
  transform: translateX(-1850px);
}
#uses .scrolling-text .scroll-txt + .scroll-txt + .scroll-txt + .scroll-txt + .scroll-txt {
 
  transform: translateX(-1900px);
}
/*
#uses .scrolling-text .scroll-txt + .scroll-txt {
  top: 112px;
  transform: translateX(-1850px);
}
*/
#uses .case-rows {
  margin-top: -72px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
#uses .case-rows h2 {
  margin-bottom: 28px;
  margin-left: -5px;
}
#uses .case-row + .case-row {
  margin-top: 80px;
}
#uses .case-row[data-type="1"] .col {
  width: 48.5%;
}
#uses .case-row[data-type="1"] .col.txt {
  max-width: 530px;
}
#uses .case-row[data-type="1"] .col.img {
  max-width: 504px;
}
#uses .case-row[data-type="2"] .col.img {
  width: 55%;
  /*max-width: 650px;*/
}
#uses .case-row[data-type="2"] .col.txt {
  width: 40.5%;
  max-width: 450px;
}
#uses .case-row[data-num="0"] .col.txt {
  padding-top: 135px;
}
#uses .case-row[data-num="0"] .case-icon {
  width: 58px;
  /*margin-bottom: 15px;*/
}
#uses .case-row[data-num="0"] .case-num {
  right: 40px;
}
#uses .case-row[data-num="1"] .col.txt {
  padding-top: 40px;
}
#uses .case-row[data-num="1"] .case-icon {
  width: 45px;
  /*margin-bottom: 10px;*/
}
#uses .case-row[data-num="1"] .case-num {
  left: 40px;
  margin-top: -45px;
}
#uses .case-row[data-num="1"] ul {
  max-width: 400px;
}
#uses .case-row[data-num="2"] .col.txt {
  padding-top: 58px;
}
#uses .case-row[data-num="2"] .case-icon {
  width: 37px;
  /*margin-bottom: 18px;*/
}
#uses .case-row[data-num="2"] .case-num {
  right: 40px;
}
#uses .case-row[data-num="3"] .col.txt {
  padding-top: 20px;
}
#uses .case-row[data-num="3"] .case-icon {
  width: 39px;
  /*margin-bottom: 25px;*/
}
#uses .case-row[data-num="3"] .case-num {
  left: 40px;
  margin-top: -45px;
}
#uses .case-row[data-num="3"] ul {
  max-width: 400px;
}
#uses .case-image {
  position: relative;
  width: 100%;
}
#uses .case-image .case-num {
  position: absolute;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -55px;
}
#uses .case-image .case-num h4,
#uses .case-image .case-num h5 {
  color: #fff;
  font-weight: normal;
  position: absolute;
}
#uses .case-image .case-num h4 {
  font-size: 12px;
  letter-spacing: .05em;
  transform: rotate(-90deg);
  width: 70px;
  text-transform: uppercase;
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  top: 50%;
  left: 50%;
  top: 20px;
}
#uses .case-image .case-num h5 {
  font-size: 33px;
  letter-spacing: .1em;
  bottom: 0px;
  right: 0px;
  margin: 0;
}
/*! - SECTION: 6 CYBER REPUBLIC */
#cr {
  padding-top: 72px;
  padding-bottom: 84px;
  background-color: #2e3d56;
}
#cr h3 {
  color: #6de5b9;
}
#cr h3:after {
  background-color: #6de5b9;
}
#cr h2,
#cr p {
  color: #fff;
}
#cr hgroup {
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
#cr h2 sup {
  position: relative;
  top: -10px;
  font-size: 100%;
}
#cr p {
  font: 400 18px/1.85 'bio-sans', sans-serif;
}
#cr .txt {
  position: relative;
  padding-left: 115px;
  max-width: 855px;
}
#cr .logo-mark {
  width: 61px;
  position: absolute;
  left: -110px;
  top: 10px;
}
#cr .background {
  width: 1200px;
  margin-left: -600px;
  top:220px;
}
#cr .background .shapes {
  width: 620px;
  position: absolute;
  top: -140px;
  right: -305px;
}
#cr .cta-btn {
  margin-top: 63px;
  padding: 20px 26px;
}
/*! - PAGE ***************************** */
/*! - PAGE: 0 ROADMAP */
#page-roadmap #loader {
  background-color: #172d39;
}
#page-roadmap #globalMenu {
  display: none;
}
#page-roadmap #main {
  padding-top: 252px;
  padding-bottom: 110px;
}
#page-roadmap #main .bg-wrap {
  height: 1826px;
}
#page-roadmap #main .background {
  width: 2300px;
  margin-left: -1140px;
}
#page-roadmap #main p {
  font-size: 21px;
  line-height: 1.4;
}
#page-roadmap #main p + p {
  margin-top: 15px;
}
#page-roadmap #main h1 {
  letter-spacing: -0.02em;
}
#page-roadmap #main h1 + p {
  margin-top: 40px;
}
#page-roadmap .roadmap-wrap {
  margin-top: 170px;
}
#page-roadmap .roadmap-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#page-roadmap .roadmap-row h2 {
  font-size: 33px;
  letter-spacing: .05em;
  line-height: 1;
  font-weight: 400;
}
#page-roadmap .roadmap-row .vline {
  width: 121px;
  height: 1px;
  background-color: #172d39;
  margin: 30px 0 23px;
}
#page-roadmap .roadmap-row + .roadmap-row {
  margin-top: 76px;
}
#page-roadmap .roadmap-row .roadmap-box {
  width: 31.5%;
  max-width: 350px;
  min-height: 260px;
  background-color: #fff;
  padding: 30px;
  padding-right: 20px;
  box-shadow: 15px 14px 95px 0px rgba(47, 73, 100, 0.09);
}
#page-roadmap .roadmap-row .roadmap-box a{
  color:  #172d39;
}
#page-roadmap .roadmap-row .roadmap-box:nth-child(2) {
  margin-top: 60px;
}
#page-roadmap .roadmap-row .roadmap-box.filler {
  height: 0px;
  min-height: 0px;
  margin: 0;
  padding: 0;
}
#page-roadmap .roadmap-row[data-type="1"] .roadmap-box:nth-child(3) {
  margin-top: 120px;
}
#page-roadmap .roadmap-row[data-type="2"] .roadmap-box:nth-child(1) {
  margin-top: 120px;
}
/*! - PAGE: 1 NOTICES */
#page-notices #loader {
  background-color: #172d39;
}
#page-notices #globalMenu {
  display: none;
}
#page-notices time {
  font-size: 12px;
  letter-spacing: .05em;
  display: block;
}
#page-notices #main {
  padding-top: 252px;
  padding-bottom: 185px;
}
#page-notices #main .bg-wrap {
  height: 1826px;
}
#page-notices #main .background {
  width: 2300px;
  margin-left: -1140px;
}
#page-notices #main p {
  font-size: 21px;
  line-height: 1.4;
}
#page-notices #main p + p {
  margin-top: 15px;
}
#page-notices #main h1 {
  letter-spacing: -0.02em;
}
#page-notices .notices-wrap {
  margin-top: 210px;
}
#page-notices .notices-wrap time {
  margin-bottom: 65px;
}
#page-notices .notices-wrap .row + .row {
  margin-top: 75px;
}
#page-notices .notices-box {
  width: 31.5%;
  max-width: 350px;
  min-height: 230px;
  background-color: #fff;
  padding: 40px 30px;
  padding-right: 20px;
  box-shadow: 15px 14px 95px 0px rgba(47, 73, 100, 0.09);
  position: relative;
}
#page-notices .notices-box a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
/*! - PAGE: 1a NOTICES DETAIL */
.article-wrap {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  position: relative;
}
.article-wrap img{
  max-width: 100%;
  overflow:hidden;
}
#article-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-color: #f9fcfd;
}
#article-header h1 {
  font: 300 53px/1.37 'bio-sans', sans-serif;
  letter-spacing: -0.015em;
  margin-left: -5px;
}
#article-header time {
  margin-bottom: 20px;
}
#article-header .article-details {
  margin: 30px 0 8px;
}
#article-featured-image {
  background-color: #f9fcfd;
  z-index: 2;
  overflow: visible;
}
#article-featured-image .contentContainer {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: 15px 14px 95px 0px rgba(47, 73, 100, 0.09);
}
#article-featured-image .contentContainer img {
  visibility: hidden;
}
#article-featured-image .white-cover {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: 0;
}
#article-featured-image.video .contentContainer {
  background: none !important;
}
#article-featured-image.video .contentContainer > img {
  display: none;
}
#article-body {
  padding-top: 38px;
  padding-bottom: 180px;
  min-height: 270px;
  background-color: #fff;
}
#article-body p {
  font: 400 18px/1.95 'bio-sans', sans-serif;
}
#article-body p + p,
#article-body p + ul {
  margin-top: 25px;
}
#article-body p + h2,
#article-body p + h3 {
  margin-top: 54px;
}
#article-body h2 {
  font: 600 25px/1.35 'bio-sans', sans-serif;
  margin-bottom: 15px;
}
#article-body h3 {
  font: 600 20px/1.35 'bio-sans', sans-serif;
  margin-bottom: 15px;
}
#article-body .content-block.quote {
  padding-left: 90px;
}
#article-body .content-block.quote .quote-arrow {
  width: 56px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  top: -28px;
}
#article-body .content-block.quote blockquote {
  font: 400 29px/1.8 'bio-sans', sans-serif;
  margin: 0;
}
#article-body .content-block.quote cite {
  font-size: 12px;
  opacity: .5;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: .05em;
  display: block;
  margin-top: 20px;
}
#article-body .content-block.quote:first-child {
  margin-top: 30px;
}
#article-body .content-block.image + .content-block.text {
  margin-top: 40px;
}
#article-body .content-block + .content-block.text {
  margin-top: 65px;
}
#article-body .content-block + .content-block.quote {
  margin-top: 100px;
}
#article-body .content-block + .content-block.image {
  margin-top: 50px;
}
#article-body .content-block a {
  color: #172d39;
  text-decoration: underline;
}
#article-body .content-block ul {
  list-style: none;
  padding-left: 40px;
}
#article-body .content-block ul + p {
  margin-top: 25px;
}
#article-body .content-block ul li {
  position: relative;
  font: 400 18px/1.95 'bio-sans', sans-serif;
}
#article-body .content-block ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #172d39;
  position: absolute;
  left: -12px;
  top: 17px;
}
#article-body .content-block ul li + li {
  margin-top: 25px;
}
.article-share {
  position: absolute;
  left: 0;
  top: 0;
  top: 12px;
  width: 66px;
  background-color: #fff;
  box-shadow: 15px 14px 103px 0px rgba(47, 73, 100, 0.07);
  text-align: center;
}
.article-share ul {
  list-style: none;
}
.article-share li.title {
  background-color: #172d39;
  height: 33px;
}
.article-share li.title span {
  font: 600 12px 'bio-sans', sans-serif;
  line-height: 31px;
  letter-spacing: .1em;
  color: #fff;
}
.article-share li:not(.title) {
  height: 66px;
  text-align: center;
}
.article-share li:not(.title) + li {
  border-top: 1px solid rgba(21, 38, 48, 0.1);
}
.article-share li a {
  display: block;
  width: 100%;
  height: 100%;
}
.article-share .icon {
  font-size: 22px;
  color: #172d39;
  line-height: 66px;
}
.sticky-share {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  top: 38px;
  z-index: 3;
}
.sticky-share.locked {
  position: fixed;
  top: 88px;
}
#next-posts {
  padding-top: 80px;
  padding-bottom: 160px;
  background-color: #f9fcfd;
}
#next-posts .contentContainer {
  max-width: 1300px;
}
#next-posts .contentContainer > h4 {
  font: 400 21px/1.4 'bio-sans', sans-serif;
  text-align: center;
  width: 100%;
  margin-bottom: 85px;
}
#next-posts .notices-wrap {
  margin-top: 0px;
}
#next-posts p {
  font: 400 21px/1.4 'bio-sans', sans-serif;
}
/*! - GLOBAL: 7 HOVERS */
@media screen and (min-width: 1025px) {
  a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  a:hover {
    color: #778aa7;
  }
  .header-parts .logo > a img {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .header-parts .logo:hover > a img {
    opacity: .5;
  }
  .header-parts .toplinks .hasFilter:hover > .langFilter {
    opacity: 1;
    visibility: visible;
  }
  .header-parts .toplinks .hasFilter:hover > .arr {
    transform: scaleY(-1);
  }
  .header-parts .toplinks .langFilter a:hover {
    color: #fff;
  }
  #globalMenu .menu-btn:hover > div .menu-btn-bg div {
    transform: translateY(0%);
  }
  #video-overlay .close-btn:hover > .close-btn-bg div {
    transform: translateY(0%);
  }
  .cta-btn {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .cta-btn:hover {
    background-color: #778aa7;
    color: #fff;
  }
  .global-form button {
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }
  .global-form button:hover {
    background-color: #778aa7;
  }
  .social-links a:hover > .icon,
  .header-parts .toplinks a:hover,
  #globalNav a:hover,
  #globalFooter a:hover {
    color: #778aa7;
  }
  #welcome .play-btn p,
  #welcome .play-btn .arr {
    -webkit-transition: transform 0.4s ease-out;
    -moz-transition: transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
  }
  #welcome .play-btn:hover > .bgcirc div p {
    transform: translateX(-3px);
  }
  #welcome .play-btn:hover > .bgcirc div .arr-wrap .arr {
    transform: translateX(7px);
  }
  #globalFooter .credit a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #globalFooter .credit a:hover {
    color: #fff;
    opacity: .6;
  }
  #segments .slide-controls .arrow-btn {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  #segments .slide-controls .arrow-btn:hover {
    color: #778aa7;
  }
  #segments .title-wrap {
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }
  #segments .seg-next-bar:not(.changing)[data-num="0"] .title-wrap:hover {
    background-color: #42799f;
  }
  #segments .seg-next-bar:not(.changing)[data-num="1"] .title-wrap:hover {
    background-color: #9b5f52;
  }
  #segments .seg-next-bar:not(.changing)[data-num="2"] .title-wrap:hover {
    background-color: #52565b;
  }
  #segments .seg-next-bar:not(.changing)[data-num="3"] .title-wrap:hover {
    background-color: #50468e;
  }
  .notices-box {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .notices-box:hover {
    transform: translateY(-15px);
  }
}
.subpage-body #loader {
  background-color: #172d39;
}
.subpage-body #globalMenu {
  display: none;
}
.subpage-body #main {
  padding-top: 252px;
  padding-bottom: 110px;
}
.subpage-body #main .bg-wrap {
  height: 1826px;
}
.subpage-body #main .background {
  width: 2300px;
  margin-left: -1140px;
}
.subpage-body #main p {
  padding: 16px;
  font-size: 21px;
}
.subpage-body #main p + p {
  margin-top: 15px;
}
.subpage-body #main h1 {
  letter-spacing: -0.02em;
}
.subpage-body #main h1 + p {
  margin-top: 40px;
}
/*! - ANIMATIONS ***************************** */
/*! - ANIMATIONS: 0 ACTIVATION */
#hero.on .shape[data-num="0"] .mover img {
  -webkit-animation: floatY2 infinite 4s ease-in-out;
  -moz-animation: floatY2 infinite 4s ease-in-out;
  animation: floatY2 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -1.5s;
}
#hero.on .shape[data-num="1"] {
  -webkit-animation: floatY infinite 4s ease-in-out;
  -moz-animation: floatY infinite 4s ease-in-out;
  animation: floatY infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .shape[data-num="2"] .mover {
  -webkit-animation: spin1 infinite 4s linear;
  -moz-animation: spin1 infinite 4s linear;
  animation: spin1 infinite 4s linear;
  animation-fill-mode: forwards;
}
#hero.on .shape[data-num="3"] {
  -webkit-animation: floatX infinite 4s ease-in-out;
  -moz-animation: floatX infinite 4s ease-in-out;
  animation: floatX infinite 4s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -1s;
}
#hero.on .shape[data-num="6"] .mover img {
  -webkit-animation: floatY3 infinite 4s ease-in-out;
  -moz-animation: floatY3 infinite 4s ease-in-out;
  animation: floatY3 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -1.5s;
}
#hero.on .shape[data-num="7"] {
  -webkit-animation: floatXY infinite 4s ease-in-out;
  -moz-animation: floatXY infinite 4s ease-in-out;
  animation: floatXY infinite 4s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -0.5s;
}
#hero.on .shape[data-num="10"] .mover {
  -webkit-animation: spin3 infinite 10s ease-in-out;
  -moz-animation: spin3 infinite 10s ease-in-out;
  animation: spin3 infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .shape[data-num="11"] {
  -webkit-animation: floatX infinite 4s ease-in-out;
  -moz-animation: floatX infinite 4s ease-in-out;
  animation: floatX infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .shape[data-num="11"] img {
  -webkit-animation: spin2 infinite 4s ease-in-out;
  -moz-animation: spin2 infinite 4s ease-in-out;
  animation: spin2 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#hero.on .shape[data-num="12"] .mover {
  -webkit-animation: spin1 infinite 4s linear;
  -moz-animation: spin1 infinite 4s linear;
  animation: spin1 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
  animation-duration: 6s;
}
#hero.on .shape[data-num="14"] {
  -webkit-animation: floatY infinite 4s ease-in-out;
  -moz-animation: floatY infinite 4s ease-in-out;
  animation: floatY infinite 4s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -2.5s;
}
#join.on .shape[data-num="1"] .mover {
  -webkit-animation: spin3 infinite 10s ease-in-out;
  -moz-animation: spin3 infinite 10s ease-in-out;
  animation: spin3 infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
#join.on .shape[data-num="2"] {
  -webkit-animation: floatX infinite 4s ease-in-out;
  -moz-animation: floatX infinite 4s ease-in-out;
  animation: floatX infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#join.on .shape[data-num="2"] img {
  -webkit-animation: spin2 infinite 4s ease-in-out;
  -moz-animation: spin2 infinite 4s ease-in-out;
  animation: spin2 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#join.on .shape[data-num="4"] .mover {
  -webkit-animation: spin3 infinite 10s ease-in-out;
  -moz-animation: spin3 infinite 10s ease-in-out;
  animation: spin3 infinite 10s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -2.5s;
  animation-direction: reverse;
}
#join.on .shape[data-num="6"] {
  -webkit-animation: floatY infinite 4s ease-in-out;
  -moz-animation: floatY infinite 4s ease-in-out;
  animation: floatY infinite 4s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -2.5s;
}
#join.on .shape[data-num="7"] .mover {
  -webkit-animation: spin1 infinite 4s linear;
  -moz-animation: spin1 infinite 4s linear;
  animation: spin1 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
  animation-duration: 6s;
}
#join.on .shape[data-num="10"] {
  -webkit-animation: floatXY infinite 4s ease-in-out;
  -moz-animation: floatXY infinite 4s ease-in-out;
  animation: floatXY infinite 4s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -0.5s;
}
#join.on .shape[data-num="12"] .mover {
  -webkit-animation: spin1 infinite 4s linear;
  -moz-animation: spin1 infinite 4s linear;
  animation: spin1 infinite 4s linear;
  animation-fill-mode: forwards;
}
#join.on .shape[data-num="13"] .mover img {
  -webkit-animation: floatY2 infinite 4s ease-in-out;
  -moz-animation: floatY2 infinite 4s ease-in-out;
  animation: floatY2 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -1.5s;
}
#uses.on .mover {
  -webkit-animation: txtMover infinite 50s linear;
  -moz-animation: txtMover infinite 50s linear;
  animation: txtMover infinite 50s linear;
  animation-fill-mode: forwards;
}
#uses.on .backmover02 {
  -webkit-animation: backMover infinite 50s linear;
  -moz-animation: backMover infinite 50s linear;
  animation: backMover infinite 50s linear;
  animation-fill-mode: backwards;
}
/* RETAINED BY CLARENCE - the erroneous LESS syntax was moved */
.txt-mover {
  -webkit-animation: txtMover infinite 50s linear;
  -moz-animation: txtMover infinite 50s linear;
  animation: txtMover infinite 50s linear;
  animation-fill-mode: forwards;
}
 .backmover02 {
    -webkit-animation: backMover infinite 50s linear;
    -moz-animation: backMover infinite 50s linear;
    animation: backMover infinite 50s linear;
    animation-fill-mode: backwards;
}

.float-x {
  -webkit-animation: floatX infinite 4s ease-in-out;
  -moz-animation: floatX infinite 4s ease-in-out;
  animation: floatX infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
.float-x2 {
  -webkit-animation: floatX2 infinite 4s ease-in-out;
  -moz-animation: floatX2 infinite 4s ease-in-out;
  animation: floatX2 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
.float-y {
  -webkit-animation: floatY infinite 4s ease-in-out;
  -moz-animation: floatY infinite 4s ease-in-out;
  animation: floatY infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
.float-y2 {
  -webkit-animation: floatY2 infinite 4s ease-in-out;
  -moz-animation: floatY2 infinite 4s ease-in-out;
  animation: floatY2 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
.float-y3 {
  -webkit-animation: floatY3 infinite 4s ease-in-out;
  -moz-animation: floatY3 infinite 4s ease-in-out;
  animation: floatY3 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
.float-xy {
  -webkit-animation: floatXY infinite 4s ease-in-out;
  -moz-animation: floatXY infinite 4s ease-in-out;
  animation: floatXY infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
.spin-1 {
  -webkit-animation: spin1 infinite 4s linear;
  -moz-animation: spin1 infinite 4s linear;
  animation: spin1 infinite 4s linear;
  animation-fill-mode: forwards;
}
.spin-2 {
  -webkit-animation: spin2 infinite 4s ease-in-out;
  -moz-animation: spin2 infinite 4s ease-in-out;
  animation: spin2 infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
.spin-3 {
  -webkit-animation: spin3 infinite 10s ease-in-out;
  -moz-animation: spin3 infinite 10s ease-in-out;
  animation: spin3 infinite 10s ease-in-out;
  animation-fill-mode: forwards;
}
/*! MEDIA QUERY ***************************** */
/*! mq: MENU */
@media screen and (max-width: 1400px) {
  #globalNav a {
    font-size: 90px;
  }
  #globalNav ul {
    max-width: 915px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  #globalNav a {
    font-size: 70px;
  }
  #globalNav ul {
    max-width: 710px;
  }
}
@media screen and (max-width: 1024px) {
  #globalMenu .menu-btn {
    left: 18px;
    transform: translateX(-90px) scale(0.8);
  }
  #globalMenu .menu-btn.on {
    transform: translateX(0px) scale(0.8);
  }
  #globalMenu .menu-scroller {
    padding: 0 20px 0 130px;
  }
  #globalMenu .menu-contents {
    padding: 70px 0;
  }
  #globalNav a {
    font-size: 60px;
  }
  #globalNav ul {
    max-width: 620px;
  }
  #globalNav li + li {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #globalMenu .menu-contents {
    padding: 50px 0;
  }
  #globalNav a {
    font-size: 45px;
  }
  #globalNav ul {
    max-width: 500px;
  }
  #globalNav li + li {
    margin-top: 75px;
  }
}
/*! mq: 1200 */
@media screen and (max-width: 1200px) {
  section h1,
  .global h1 {
    font-size: 64px;
  }
  section h2,
  .global h2 {
    font-size: 44px;
  }
  #welcome .intro .contentContainer {
    max-width: 575px;
  }
  #welcome .intro .bg-right {
    transform: scale(0.8);
    transform-origin: right top;
  }
  #build .col.text {
    padding: 25px;
  }
  #segments .seg-next-bar .title-wrap {
    width: 100px;
  }
  #segments .layer.img {
    padding: 0px 100px;
  }
  #segments .layer.img .col {
    padding: 0 25px;
  }
  #segments .slide-controls {
    right: 25px;
  }
  #segments .slide-controls .slide-count {
    padding: 0 25px;
    font-size: 25px;
  }
  #segments .slide-controls .vline-div {
    margin: 0 15px;
    height: 25px;
  }
  #segments .slide-controls .arrow-btn {
    top: 8px;
  }
  #cr .logo-mark {
    top: 18px;
  }
  #globalFooter .footer-contact {
    padding-left: 75px;
    padding-right: 25px;
  }
  #globalFooter .footer-contact .logo-mark {
    width: 50px;
    top: 124px;
  }
  #page-roadmap #main {
    padding-top: 157px;
    padding-bottom: 100px;
  }
  #page-roadmap #main p {
    width: 80%;
    max-width: 450px;
  }
  #page-roadmap #main .roadmap-box p {
    width: 100%;
    font-size: 18px;
  }
  #page-roadmap .roadmap-wrap {
    margin-top: 100px;
  }
  #page-roadmap .roadmap-row h2 {
    font-size: 26px;
  }
  #page-roadmap .roadmap-row .roadmap-box {
    padding: 20px;
  }
  #page-roadmap .roadmap-row + .roadmap-row {
    margin-top: 3%;
  }
  #page-notices #main {
    padding-top: 157px;
    padding-bottom: 100px;
  }
  #page-notices .notices-wrap {
    margin-top: 100px;
  }
  #page-notices .notices-wrap .notices-box {
    padding: 20px;
  }
  #page-notices .notices-wrap .notices-box br {
    display: none;
  }
  #page-notices .notices-wrap .row + .row {
    margin-top: 3%;
  }
  .subpage-body #main {
    padding-top: 157px;
    padding-bottom: 100px;
  }
  .subpage-body #main p {
    width: 100%;
    font-size: 16px;
    line-height: 2.5 !important;
  }
  .subpage-body .container-wrap {
    margin: 100px;
    line-height: 1.8;
  }
}
/*! mq: 1024 */
@media screen and (max-width: 1024px) {
  section,
  .global {
    padding-left: 25px;
    padding-right: 25px;
  }
  section h1,
  .global h1 {
    font-size: 54px;
  }
  section h2,
  .global h2 {
    font-size: 38px;
  }
  .header-parts .logo {
    left: 25px;
  }
  .header-parts .toplinks {
    top: 25px;
    right: 25px;
  }
  .header-parts .toplinks > ul > li + li {
    margin-left: 30px;
  }
  #stickyBar .logo {
    left: 25px;
  }
  #hero {
    padding-top: 200px;
    height: 946px;
  }
  #hero .bg-wrap {
    top: 50px;
    height: 964px;
  }
  #hero .background {
    transform: scale(0.8);
    margin-left: -900px;
  }
  #hero .col.left {
    width: 100%;
    max-width: 324px;
    margin-right: 30px;
  }
  #welcome .bg-wrap {
    height: 675px;
    margin-top: 25px;
  }
  #welcome .background {
    transform: scale(0.99);
  }
  #welcome .overview {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #welcome .intro {
    padding: 100px 25px 200px;
  }
  #welcome .intro .contentContainer {
    max-width: 490px;
  }
  #welcome .intro .bg-left {
    margin-left: -1095px;
  }
  #video-overlay .overlayWrap {
    padding: 40px;
  }
  #video-overlay .close-btn {
    transform: rotate(45deg) scale(0.6);
    left: 3px;
  }
  #video-overlay .mod-header {
    display: none;
  }
  #build {
    padding-top: 100px;
  }
  #build .col.title {
    padding: 30px;
  }
  #build .col.title .mod-header {
    top: 30px;
    left: 30px;
  }
  #join {
    padding-top: 160px;
    height: 988px;
  }
  #join .whitebg {
    height: 598px;
  }
  #join .bg-wrap {
    height: 1120px;
    top: 0px;
  }
  #join .background {
    transform: scale(0.8);
  }
  #segments {
    height: 780px;
  }
  #segments .layer.main {
    padding-left: 25px;
    padding-right: 25px;
  }
  #segments .layer.main .col {
    padding-right: 0px;
  }
  #segments .layer.main .seg-details {
    margin-top: 30px;
    padding-right: 10px;
  }
  #segments .layer.main .seg-benefits {
    padding-right: 15px;
  }
  #segments .layer.main .seg-benefits p {
    line-height: 1.7;
  }
  #segments .seg-text {
    height: 440px;
  }
  #segments .seg-next-bar .title-wrap {
    width: 60px;
  }
  #segments .layer.img {
    padding: 0px 60px;
  }
  #uses {
    padding-bottom: 100px;
  }
  #uses .intro {
    padding: 100px 25px 0;
    height: 570px;
  }
  #uses .scrolling-text {
    top: 270px;
  }
  #uses .case-rows {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: -30px;
  }
  #uses .case-row + .case-row {
    margin-top: 75px;
  }
  #uses .case-row .col {
    padding-top: 0px !important;
  }
  #uses .case-row h2 br,
  #uses .case-row ul br {
    display: none;
  }
  #uses .case-row[data-type="1"] .col.left {
    width: 58%;
    max-width: none;
  }
  #uses .case-row[data-type="1"] .col.right {
    width: 38%;
  }
  #uses .case-row[data-type="2"] .col.left {
    width: 42%;
    max-width: none;
  }
  #uses .case-row[data-type="2"] .col.right {
    width: 53%;
    max-width: none;
  }
  #uses .case-row[data-num="0"] .col.txt {
    padding-top: 60px !important;
  }
  #uses .case-row[data-num="1"] ul,
  #uses .case-row[data-num="3"] ul {
    max-width: none;
  }
  #cr {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #cr p {
    font-size: 19px;
  }
  #cr .txt {
    padding-left: 0px;
    width: 68%;
  }
  #cr .logo-mark {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 10px;
  }
  #cr .background {
    transform: scale(0.8);
    margin-left: -700px;
  }
  #globalFooter .contentContainer > * {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #globalFooter .footer-contact {
    padding-left: 0px;
  }
  #globalFooter .footer-contact .logo-mark {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 10px;
  }
  #globalFooter .footer-signup {
    max-width: 400px;
  }
  #globalFooter .footer-signup h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }
  #globalFooter .footer-links,
  #globalFooter .contact-zh {
    margin-bottom: 30px;
  }
  #globalFooter .social-links {
    margin-top: 55px;
  }
  #globalFooter .footer-pattern {
    background-size: 500px auto;
  }
  #page-roadmap #main .bg-wrap,
  #page-notices #main .bg-wrap,
  #page-zh-history #main .bg-wrap,
  .subpage-body #main .bg-wrap {
    height: 1460px;
    top: 30px;
  }
  #page-roadmap #main .background,
  #page-notices #main .background,
  #page-zh-history #main .background,
  .subpage-body #main .background {
    transform: scale(0.8);
    transform-origin: center top;
  }
}
/*! mq: 850 */
@media screen and (max-width: 850px) {
  #hero {
    height: 768px;
  }
  #hero .background {
    transform: scale(0.65);
    margin-left: -885px;
  }
  #hero .bg-wrap {
    height: 784px;
  }
  #welcome .intro {
    padding-bottom: 350px;
  }
  #welcome .intro .bg-right {
    transform: scale(0.6);
    top: 250px;
  }
  #welcome .intro .bg-left {
    transform: scale(0.66);
    transform-origin: center bottom;
    margin-left: -1020px;
  }
  #welcome .play-btn {
    transform: scale(0.85);
    transform-origin: left top;
    margin-top: 54px;
  }
  #welcome .play-btn .bgcirc p {
    font-size: 15px;
  }
  #welcome .overview .contentContainer {
    display: block;
  }
  #welcome .overview .col {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  #welcome .overview .col + .col {
    margin-top: 5px;
  }
  #build {
    padding-top: 75px;
    padding-bottom: 55px;
    overflow: visible;
    z-index: 2;
  }
  #build .col.text {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 30px;
  }
  #build .col.image,
  #build .col.title {
    width: 50%;
    margin: 0;
    max-width: none;
    height: 300px;
  }
  #build .row + .row {
    margin-top: 30px;
  }
  #join {
    padding-top: 120px;
    height: 790px;
  }
  #join .whitebg {
    height: 485px;
  }
  #join .background {
    transform: scale(0.65);
  }
  #uses .intro {
    height: 480px;
  }
  #uses .scrolling-text {
    top: 230px;
  }
  #uses .scrolling-text .scaler {
    transform: scale(0.8);
  }
  #uses .case-row[data-num="1"] .case-num,
  #uses .case-row[data-num="3"] .case-num {
    left: 20px;
  }
  #uses .case-row[data-num="0"] .case-num,
  #uses .case-row[data-num="2"] .case-num {
    right: 20px;
  }
  #globalFooter {
    padding-left: 0px;
    padding-right: 0px;
  }
  #globalFooter .contentContainer {
    display: block;
  }
  #globalFooter .footer-contact {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 450px;
    margin: 0 auto;
  }
  #globalFooter .footer-contact .logo-mark {
    position: absolute;
    width: 65px;
    height: auto;
    left: -80px;
    top: 38px;
  }
  #globalFooter .footer-signup {
    width: 100%;
    height: 460px;
    max-width: none;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 35px;
  }
  #globalFooter .footer-signup-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  #globalFooter .credit {
    left: 25px;
  }
  #page-roadmap #main .background,
  #page-notices #main .background,
  #page-zh-history #main .background,
  .subpage-body #main .background {
    transform: scale(0.65);
  }
}
/*! mq: 750 */
@media screen and (max-width: 750px) {
  #globalHeader .toplinks {
    display: none;
  }
  #globalHeader .logo {
    width: 127px;
    top: 27px;
  }
  #globalMenu {
    display: block;
    width: 100%;
    height: 0px;
  }
  #globalMenu .menu-btn,
  #globalMenu .menu-btn.on {
    left: auto;
    right: 5px;
    top: 8px;
    transform: translateX(0px) scale(0.625);
    margin: 0;
  }
  #globalMenu .menu-btn > div {
    box-shadow: 15px 14px 103px 0px rgba(47, 73, 100, 0.32);
  }
  #globalMenu .menu-contents.dsk {
    display: none;
  }
  #globalMenu .menu-contents.mob {
    display: block;
  }
  #globalMenu .menu-scroller {
    padding: 0px;
  }
  #segments {
    height: auto;
    padding-top: 0px;
    background-color: #fff;
  }
  #segments .seg-next-bar,
  #segments .side-cover,
  #segments .seg-benefits-bg {
    display: none !important;
  }
  #segments .layer.img {
    display: none;
  }
  #segments .layer.main {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  #segments .layer.main .col {
    width: 100%;
  }
  #segments .layer.main .dsk {
    display: none;
  }
  #segments .layer.main .mob {
    display: block;
  }
  #segments .seg-text {
    height: auto;
    margin-bottom: 30px;
  }
  #segments .seg-text {
    padding-left: 25px;
    padding-right: 25px;
  }
  #segments .seg-mobile-pad .osap{
     padding-left: 25px;
    padding-right: 25px;
  }
  #segments .benefits-mobile {
    padding: 40px 25px;
    margin-top: 30px;
  }
  #segments .benefits-mobile p,
  #segments .benefits-mobile h5 {
    color: #fff;
  }
  #segments .benefits-mobile h5 {
    opacity: .5;
  }
  #segments .seg-details {
    max-width: none;
    padding: 0;
  }
  #segments .seg-img {
    width: 100%;
    height: auto;
     
    margin-bottom: 30px;
  }
  #segments .seg-mobile-item h4 {
    margin-bottom: 10px;
  }
  #segments .seg-mobile-item + .seg-mobile-item {
    margin-top: 30px;
  }
  #segments .seg-mobile-item[data-num="0"] .benefits-mobile {
    background-color: #6f5c84;
  }
  #segments .seg-mobile-item[data-num="1"] .benefits-mobile {
    background-color: #698392;
  }
  #segments .seg-mobile-item[data-num="2"] .benefits-mobile {
    background-color: #898358;
  }
  #segments .seg-mobile-item[data-num="3"] .benefits-mobile {
    background-color: #8f8e91;
  }
  #segments .slide-controls.mob {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    width: 100%;
    height: 62px;
    padding: 14px 25px 0;
    background-color: #fff;
    box-shadow: 15px 14px 57px 0px rgba(39, 74, 102, 0.04);
    z-index: 2;
  }
  #segments .slide-controls.mob .slide-count {
    font-size: 20px;
    display: inline-block;
    padding: 0 35px;
  }
  #segments .slide-controls.mob .vline-div {
    margin: 0 28px;
    height: 22px;
  }
  #segments .slide-controls.mob .arrow-btn {
    top: 6px;
  }
  #segments .slide-controls.mob .arrow-btn.left {
    left: 0px;
  }
  #segments .slide-controls.mob .arrow-btn.right {
    right: 0px;
  }
  #page-roadmap #globalMenu,
  #page-notices #globalMenu,
  #page-zh-history #globalMenu,
  .subpage-body #globalMenu {
    display: block;
  }
  #page-roadmap .roadmap-row .roadmap-box {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin-top: 25px !important;
  }
  #page-roadmap .roadmap-row .roadmap-box.filler {
    display: none;
  }
  #page-roadmap .roadmap-row + .roadmap-row {
    margin-top: 0px;
  }
  #page-roadmap .roadmap-row[data-type="2"] .roadmap-box:nth-child(3) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #page-roadmap .roadmap-row[data-type="2"] .roadmap-box:nth-child(2) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #page-roadmap .roadmap-row[data-type="2"] .roadmap-box:nth-child(1) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #page-notices .notices-wrap .row + .row {
    margin-top: 25px;
  }
  #page-notices .notices-box {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
  }
  #page-notices .notices-box + .notices-box {
    margin-top: 25px;
  }
}
/*! mq: 700 */
@media screen and (max-width: 700px) {
  #join .email-wrap {
    max-width: 324px;
  }
  #uses .intro {
    height: 550px;
  }
  #uses .case-rows {
    margin-top: -100px;
  }
  #uses .case-row .col {
    width: 100% !important;
  }
  #uses .case-row .col.txt {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    max-width: none !important;
    margin-top: 30px !important;
  }
  #uses .case-row .col.img {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
  }
  #uses .case-row[data-num="0"] .col.txt {
    padding: 0px !important;
  }
  #uses .case-row[data-type="1"] .col.img {
    max-width: 350px !important;
  }
  #uses .case-row[data-type="2"] .col.img {
    max-width: 450px !important;
  }
  #cr {
    padding-bottom: 390px;
  }
  #cr .background {
    top: auto;
    bottom: 420px;
    transform: scale(0.6);
    margin-left: -960px;
  }
  #cr .txt {
    width: 100%;
  }
  #cr .cta-btn {
    margin-top: 36px;
  }
}
.trigrou-p03{

}
/*! mq: 650 */
@media screen and (max-width: 650px) {
  section h1 {
    font-size: 45px;
    line-height: 1.33;
  }
  #loader .load-clip {
    margin-left: -250px;
    transform: scale(0.6) translateX(143px);
  }
  .global-form .form-msg {
    font-size: 14px;
    margin-top: 15px;
  }
  #hero {
    padding-top: 158px;
  }
  #hero .row {
    margin-top: 18px;
  }
  #hero .col {
    display: block;
  }
  #hero .col p {
    margin-bottom: 10px;
  }
  #hero .col.left {
    margin: 0;
  }
  #hero .col.right {
    margin-top: 15px;
  }
  #hero .shape[data-num="4"] {
    display: none;
  }
  #welcome .intro .bg-right {
    display: none;
  }
  #globalFooter .footer-contact .logo-mark {
    width: 50px;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 10px;
  }
  #page-roadmap #main {
    padding-bottom: 30px;
    margin-top:0px;padding-top: 20px !important;
  }
 
  #page-roadmap .roadmap-wrap {
    margin-top: 25px;
  }
  #page-notices #main {
    padding-bottom: 30px;
  }
  #page-notices #main p {
    font-size: 17px;
    line-height: 1.7;
  }
  #page-notices .notices-wrap {
    margin-top: 45px;
  }
  #page-notices .notices-wrap time {
    margin-bottom: 45px;
  }
}
/*! mq: 550 */
@media screen and (max-width: 550px) {
  section h2 {
    font-size: 32px;
    line-height: 1.5;
  }
  section h2 br {
    display: none;
  }
  section p {
    font-size: 15px;
    line-height: 2;
  }
  section .contentContainer ul li {
    font-size: 15px;
    line-height: 2;
  }
  section .contentContainer ul li:before {
    top: 12px;
  }
  section p + p {
    margin-top: 15px;
  }
  .global-form input[type="email"] {
    font-size: 13px;
  }
  h3.mod-header {
    font-size: 11px;
  }
  .cta-btn {
    font-size: 13px;
  }
  #globalMenu .menu-form h2 {
    max-width: 300px;
  }
  #globalMenu .menu-form h2 br {
    display: none;
  }
  #globalMenu .menu-form h2 br.mob {
    display: block;
  }
  #hero {
    padding-right: 15px;
  }
  #hero h1 {
    max-width: 400px;
    letter-spacing: -0.01em;
    margin-left: -5px;
  }
  #hero h1 br {
    display: none;
  }
  #hero .bg-wrap {
    top: 12px;
  }
  #hero .background {
    transform: scale(0.39);
    margin-left: -915px;
  }
  #hero .shape[data-num="1"],
  #hero .shape[data-num="2"],
  #hero .shape[data-num="15"] {
    display: none;
  }
  #hero .shape[data-num="6"] {
    left: 697px;
    top: 1655px;
        width: 156px;
    transform: scale(1.3);
  }
  #hero .shape[data-num="9"] {
      left: 675px;
    top: 1174px;
    transform: scale(1.3);
  }
  #hero .shape[data-num="10"] {
       left: 764px;
    top: 1100px;
    transform: scale(1.3);
  }
  #hero .shape[data-num="12"] {
    left: 1190px;
    top: 960px;
  }
  #welcome {
    background-color: #fff;
  }
  #welcome .intro {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  #welcome .intro h3 {
    margin-bottom: 18px;
  }
  #welcome .intro .bg-left {
    margin-left: -920px;
  }
  #welcome .overview {
    padding-top: 48px;
  }
  #welcome .overview .img-icon {
    margin-bottom: 2px;
  }
  #welcome .overview h3 {
    margin-bottom: 10px;
  }
  #welcome .overview h4 {
    font-size: 15px;
  }
  #welcome .side-cover {
    display: none;
  }
  #welcome .bg-wrap {
    height: 438px;
    margin-top: 88px;
  }
  #welcome .background {
    /*transform: scale(0.52);*/
    transform-origin: center top;
  }
  #video-overlay .overlayWrap {
    padding: 25px;
  }
  #video-overlay .close-btn {
    transform: rotate(45deg) scale(0.4);
    left: -10px;
  }
  #build {
    padding-top: 35px;
    padding-bottom: 55px;
    overflow: visible;
    z-index: 2;
  }
  #build h2 br.sp {
    display: block;
  }
  #build .col.text {
    padding: 20px 30px;
  }
  #build .col.image {
    width: 100%;
    height: 445px;
  }
  #build .col.title {
    width: 100%;
    height: 240px;
  }
  #join {
    height: 960px;
  }
  #join h2 {
    max-width: 300px;
  }
  #join h2 br.mob {
    display: block;
  }
  #join .whitebg {
    height: 330px;
  }
  #join .background {
    transform: scale(0.6);
  }
  #join .shape[data-num="3"] {
    left: 844px;
  }
  #join .shape[data-num="4"] {
    left: 1058px;
  }
  #join .shape[data-num="12"] {
     top: 920px;
    left: 823px;
    transform: scale(1.13);
  }
  #join .shape[data-num="8"] {
    left: 1350px;
    top: 1046px;
    transform: scale(1.2);
  }
  #join .shape[data-num="9"] {
       left: 1114px;
    top: 489px;
    transform: scale(1.2);
  }
  #join .shape[data-num="10"] {
       left: 907px;
    top: 540px;
    transform: scale(1.2);
  }
  #join .shape[data-num="11"] {
      left: 850px;
    top: 698px;
    transform: scale(1.22);
  }
  #join-form {
    margin-top: 40px;
  }
  #join-form .radio-btns {
    margin-bottom: 40px;
  }
  #join-form .radio-btns fieldset {
    display: block;
  }
  #join-form .radio-btns fieldset + fieldset {
    margin-top: 22px;
    margin-left: 0px;
  }
  #uses {
    padding-bottom: 50px;
  }
  #uses .intro {
    padding-top: 50px;
    height: 470px;
  }
  #uses h3.mod-header {
    margin-bottom: 12px;
  }
  #uses .scrolling-text {
    top: 155px;
  }
  #uses .scrolling-text .scaler {
    transform: scale(0.6);
  }
  #uses .scrolling-text .scroll-txt + .scroll-txt {
    top: 100px;
  }
  #uses .case-rows h2 {
    margin-bottom: 10px;
    margin-left: 0px;
  }
  #uses .case-row + .case-row {
    margin-top: 60px;
  }
  #uses .case-row[data-num="0"] .case-icon {
    width: 28px;
    margin-bottom: 8px;
  }
  #uses .case-row[data-num="1"] .case-icon {
    width: 25px;
    margin-bottom: 8px;
  }
  #uses .case-row[data-num="2"] .case-icon {
    width: 23px;
    margin-bottom: 8px;
  }
  #uses .case-row[data-num="3"] .case-icon {
    width: 23px;
    margin-bottom: 8px;
  }
  #uses .case-row[data-num="3"] .col.txt {
    padding-right: 40px;
  }
  #uses .case-row[data-num="0"] .case-num,
  #uses .case-row[data-num="2"] .case-num {
    right: 32px;
  }
  #uses .case-row[data-num="1"] .case-num,
  #uses .case-row[data-num="3"] .case-num {
    left: 32px;
    margin-top: -30px;
  }
  #uses .case-image .case-num {
    width: 32px;
    height: 80px;
    margin-top: -43px;
  }
  #uses .case-image .case-num h4 {
    font-size: 11px;
    width: 70px;
    top: 20px;
  }
  #uses .case-image .case-num h5 {
    font-size: 20px;
  }
  #cr {
    padding-top: 45px;
  }
  #cr .logo-mark {
    width: 50px;
  }
  #cr .cta-btn {
    font-size: 13px;
  }
  #page-roadmap #main .bg-wrap,
  #page-notices #main .bg-wrap,
  #page-zh-history #main .bg-wrap,
  .subpage-body #main .bg-wrap {
    top: 12px;
  }
  #page-roadmap #main .background,
  #page-notices #main .background,
  #page-zh-history #main .background,
  .subpage-body #main .background {
    transform: scale(0.39);
  }
  #page-roadmap #main p {
    font-size: 17px;
    width: 100%;
  }
  #page-roadmap #main h1 + p {
    margin-top: 15px;
  }
  #page-roadmap #main .roadmap-box p {
    font-size: 15px;
  }
  #page-roadmap .roadmap-row h2 {
    font-size: 22px;
  }
}
/*! mq: 450 */
@media screen and (max-width: 450px) {
  #welcome .intro h2 {
   
  }
  #welcome .overview .col.right {
    padding: 0 15px;
  }
  #segments .seg-img {
    /*max-width: 204px;*/
    margin-bottom: 10px;
  }
  #segments .seg-mobile-item h4 {
    font-size: 15px;
  }
  #segments h3.mod-header {
    margin-bottom: 14px;
  }#globalFooter .social-zh li
  #segments .benefits-mobile {
    padding: 35px 25px 30px;
  }
  #segments .benefits-mobile h5 {
    font-size: 11px;
    margin-bottom: 14px;
  }
  #uses .case-row[data-num="3"] .col.txt h2 {
    max-width: 250px;
  }
  #globalFooter h2 {
    font-size: 19px;
    margin-bottom: 33px;
  }
  #globalFooter .footer-links ul {
    max-width: 425px;
  }
  #globalFooter .footer-contact {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #globalFooter .social-links ul {
    max-width: 310px;
  }
  #globalFooter .social-links li {
    width: 25%;
    margin-bottom: 35px;
  }
  #globalFooter .social-links li.mob {
    display: block;
  }
  #globalFooter .social-zh ul {
    max-width: 300px;
  }
  #globalFooter .social-zh li {
    width: 47.5%;
    max-width: 140px;
  }
  #globalFooter .social-zh li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.bg-white {
  background-color: #fff;
}
.ant-back-top {
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
    position: fixed;
    right: 20px;
    bottom: 125px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}.ant-back-top-content {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: rgba(0,0,0,.45);
    color: #fff;
    text-align: center;
    overflow: hidden;
}.ant-back-top-icon {
    margin: 12px auto;
    width: 14px;
    height: 16px;
    background: url(images/xiazai.png) 100%/100% no-repeat !important;
}.p_landingBg #what.on .radio-circle {
    -webkit-animation: radioPing infinite 3s linear;
    animation: radioPing infinite 3s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
