@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Roboto, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Jhenghei", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #212121;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-left: 0;
    margin-right: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Roboto, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Jhenghei", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.2rem;
  line-height: 1.3; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.125rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #14b1d1;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #21b2bb; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #ebebeb;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #212121;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e0e0e0;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e0e0e0;
  color: #0a0a0a;
  font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 3px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.75em 1.1em 0.65em;
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  background-color: #35c8e6;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1ab6d6;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #35c8e6;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #19acc9;
      color: #fefefe; }
  .button.secondary {
    background-color: #eeeeee;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #bebebe;
      color: #0a0a0a; }
  .button.success {
    background-color: #66bb6a;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #47a04b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffb300;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8f00;
      color: #fefefe; }
  .button.alert {
    background-color: #ef5350;
    color: #0a0a0a; }
    .button.alert:hover, .button.alert:focus {
      background-color: #ea1a16;
      color: #0a0a0a; }
  .button.hollow {
    border: 1px solid #35c8e6;
    color: #35c8e6; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #106b7e;
      color: #106b7e; }
    .button.hollow.primary {
      border: 1px solid #35c8e6;
      color: #35c8e6; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #106b7e;
        color: #106b7e; }
    .button.hollow.secondary {
      border: 1px solid #eeeeee;
      color: #eeeeee; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #777777;
        color: #777777; }
    .button.hollow.success {
      border: 1px solid #66bb6a;
      color: #66bb6a; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #2c642f;
        color: #2c642f; }
    .button.hollow.warning {
      border: 1px solid #ffb300;
      color: #ffb300; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805a00;
        color: #805a00; }
    .button.hollow.alert {
      border: 1px solid #ef5350;
      color: #ef5350; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #92100d;
        color: #92100d; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #35c8e6;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #35c8e6;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #eeeeee;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #66bb6a;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffb300;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ef5350;
        color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: none;
  border-radius: 3px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e0e0e0;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #757575; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 3px 0 0 3px; }
  .input-group > :last-child > * {
    border-radius: 0 3px 3px 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e0e0e0;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e0e0e0;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(239, 83, 80, 0.1);
  border-color: #ef5350; }

.is-invalid-label {
  color: #ef5350; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ef5350; }
  .form-error.is-visible {
    display: block; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #35c8e6;
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #e0e0e0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e0e0e0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  background-color: #fefefe;
  color: #35c8e6; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e0e0e0; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #35c8e6 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #35c8e6;
  color: #fefefe; }
  .badge.secondary {
    background: #eeeeee;
    color: #0a0a0a; }
  .badge.success {
    background: #66bb6a;
    color: #fefefe; }
  .badge.warning {
    background: #ffb300;
    color: #fefefe; }
  .badge.alert {
    background: #ef5350;
    color: #0a0a0a; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #35c8e6; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.875rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #35c8e6;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #19acc9;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #eeeeee;
    color: #0a0a0a; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #bebebe;
      color: #0a0a0a; }
  .button-group.success .button {
    background-color: #66bb6a;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #47a04b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffb300;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8f00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ef5350;
    color: #0a0a0a; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #ea1a16;
      color: #0a0a0a; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  position: relative;
  color: #212121;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e1f7fb; }
  .callout.secondary {
    background-color: #fcfcfc; }
  .callout.success {
    background-color: #e8f5e9; }
  .callout.warning {
    background-color: #fff4d9; }
  .callout.alert {
    background-color: #fde5e5; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #35c8e6; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #35c8e6;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #35c8e6 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 3px;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #14b1d1 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #14b1d1 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #14b1d1;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #14b1d1 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #14b1d1 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #14b1d1;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #14b1d1 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #14b1d1 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #14b1d1;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #14b1d1 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #14b1d1;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 3px;
  background: #35c8e6;
  color: #fefefe; }
  .label.secondary {
    background: #eeeeee;
    color: #0a0a0a; }
  .label.success {
    background: #66bb6a;
    color: #fefefe; }
  .label.warning {
    background: #ffb300;
    color: #fefefe; }
  .label.alert {
    background: #ef5350;
    color: #0a0a0a; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e0e0e0;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -ms-transform: translateX(0);
      transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 3px;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e0e0e0; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #35c8e6;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px; }
  .progress.primary .progress-meter {
    background-color: #35c8e6; }
  .progress.secondary .progress-meter {
    background-color: #eeeeee; }
  .progress.success .progress-meter {
    background-color: #66bb6a; }
  .progress.warning .progress-meter {
    background-color: #ffb300; }
  .progress.alert .progress-meter {
    background-color: #ef5350; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #35c8e6;
  border-radius: 3px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 3px; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e0e0e0;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #35c8e6;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 3px; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1ab6d6; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 3px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 3px;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 3px; }
  input:checked ~ .switch-paddle {
    background: #35c8e6; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead {
    background: #f8f8f8;
    color: #212121; }
  tfoot {
    background: #f1f1f1;
    color: #212121; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e0e0e0; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #35c8e6; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #28c5e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e0e0e0; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e0e0e0;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e0e0e0;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 3px;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(53, 200, 230, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 3px; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e0e0e0; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.driver-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08); }

.vertically-middle__by_position {
  position: relative; }
  .vertically-middle__by_position > div {
    position: absolute;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    top: 50%; }

.gray-desc {
  opacity: .7; }

.solution-contact {
  background: linear-gradient(127deg, #1444AD 0%, #0E82B7 100%);
  padding: 4.6875rem 0; }
  .solution-contact .solution-contact-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #FFF;
    line-height: 2.25rem;
    letter-spacing: 1px;
    margin-bottom: 2.5rem; }
  .solution-contact .solution-contact-text {
    font-size: 1.375rem;
    color: #FFF;
    line-height: 2.25rem;
    margin-bottom: 0.9375rem; }
  .solution-contact .contact-us {
    padding: 0.75rem 3rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.5rem;
    border-radius: 5px;
    border: 1px solid #FFF;
    background-color: transparent; }

@media screen and (max-width: 39.9375em) {
  .solution-contact .solution-contact-title {
    font-size: 1.25rem; }
  .solution-contact .solution-contact-text {
    font-size: 1rem; }
  .solution-contact .contact-us {
    font-size: 0.8125rem; } }

@media screen and (min-width: 40em) {
  h1, h2 {
    font-weight: 300; } }

h1 .punctuation, h2 .punctuation, h3 .punctuation, h4 .punctuation, h5 .punctuation, h6 .punctuation {
  letter-spacing: -0.5em; }

h6 {
  font-weight: 500; }

h1 {
  letter-spacing: -0.012em; }

h2 {
  letter-spacing: -0.008em; }

h3 {
  letter-spacing: -0.008em; }

h6 {
  letter-spacing: 0.012em; }
  h6.caps {
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.03em; }

span.anchor:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 0.2em;
  content: "\e909"; }

a.anchor:hover, a.external:hover, a.underline:hover {
  text-decoration: underline; }

a.anchor:after, a.external:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 0.2em; }

a.anchor:after {
  content: "\e909"; }

a.external:after {
  content: "\e907"; }

a.icon {
  color: #cacaca;
  text-decoration: none; }
  a.icon:hover {
    background: none;
    color: #14b1d1; }

a.invert {
  color: #cacaca; }

p.small {
  font-size: 0.875rem; }

p.xsmall {
  font-size: 0.75rem; }

p em {
  font-weight: 600;
  font-style: normal; }

p.gray {
  color: #9e9e9e; }

.text-markup {
  font-size: 0.8125rem;
  color: #9E9E9E;
  letter-spacing: 0px;
  line-height: 1.41;
  padding-bottom: 3rem;
  padding-right: 2rem; }
  .text-markup:before {
    content: ' ';
    width: 30px;
    height: 1px;
    background: #E0E0E0;
    display: block;
    margin-bottom: 2em; }
  @media screen and (max-width: 39.9375em) {
    .text-markup {
      text-align: center;
      padding-left: 2rem;
      padding-top: 2rem; }
      .text-markup:before {
        margin: 0 auto;
        margin-bottom: 2em; } }

@keyframes item-hover {
  0% {
    transform: translateY(-8px); }
  to {
    transform: translateY(8px); } }

@keyframes item-hover1em {
  0% {
    transform: translateY(1em); }
  to {
    transform: translateY(-1em); } }

@keyframes item-hover2em {
  0% {
    transform: translateY(-5em); }
  to {
    transform: translateY(5em); } }

@keyframes item-hover3em {
  0% {
    transform: translateY(-3em); }
  to {
    transform: translateY(3em); } }

@keyframes piece-appear {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes apple-pay-intro {
  0% {
    opacity: 0;
    transform: scale(0); }
  70% {
    opacity: 1;
    transform: scale(0.6); }
  100% {
    opacity: 0;
    transform: scale(1);
    visibility: hidden; } }

@keyframes apple-pay-hand-intro {
  0% {
    opacity: 0;
    transform: translateY(155px);
    transform-origin: bottom; }
  to {
    opacity: 1;
    transform: translateY(125px); } }

@keyframes apple-pay-copy-intro {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    transform-origin: top left; }
  to {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes apple-pay-hand-intro-small {
  0% {
    opacity: 0;
    transform: translateY(155px) translateX(2em);
    transform-origin: bottom; }
  50% {
    opacity: 1;
    transform: translateY(0em) translateX(2em); }
  70% {
    opacity: 1;
    transform: translateY(0em) translateX(2em); }
  100% {
    opacity: 0;
    visibility: hidden; } }

@keyframes apple-pay-copy-intro-small {
  0% {
    opacity: 0;
    transform: translateY(20em) translateX(2em);
    transform-origin: top left; }
  to {
    opacity: 1;
    transform: translateY(20em) translateX(0em); } }

@keyframes dashboard-pic-intro {
  0% {
    opacity: 0;
    transform: translateY(12em) rotateX(45deg); }
  to {
    opacity: 1;
    transform: translateY(10em) rotateX(0deg); } }

@keyframes starwars-opening {
  0% {
    transform: translateY(0em) translateX(0.5em); }
  to {
    transform: translateY(-25em) translateX(0.5em); } }

@keyframes starwars-ending {
  0% {
    height: 15em; }
  to {
    height: 0; } }

[class*="cubic-easeinout"] {
  transition: transform cubic-bezier(0.19, 1, 0.22, 1), opacity cubic-bezier(0.19, 1, 0.22, 1), background-color cubic-bezier(0.19, 1, 0.22, 1); }

[class*="--snap"] {
  transition-duration: 0.75s, 0.75s, 0.75s; }

[class*="--fast"] {
  transition-duration: 1s, 1s, 1s; }

[class*="--quick"] {
  transition-duration: 1.35s, 1.35s, 1.35s; }

[class*="--medium"] {
  transition-duration: 1.75s, 1.75s, 1.75s; }

[class*="--modal"] {
  transition-duration: 1.5s, 0.35s, 0.35s; }

[class*="--slow-2500ms"] {
  transition-duration: 2.5s, 2.5s, 2.5s; }

[class*="--slow-4s"] {
  transition-duration: 4s, 4s, 4s; }

.delay-075s {
  transition-delay: 0.075s; }

.button {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

.text-mask-reveal {
  transform: translate(0%, 0%) translateZ(0) !important; }

.text-mask-hidden-left {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.cube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40vw;
  height: 40vw;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }
  .cube.bottom-right {
    top: auto;
    left: auto;
    bottom: 15%;
    right: -5%; }
    .cube.bottom-right .side {
      border: 2px solid rgba(255, 255, 255, 0.1); }
  .cube .inner {
    position: relative;
    width: 40vw;
    height: 40vw;
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d; }
  .cube .side {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.15);
    opacity: 0; }
    .cube .side--1 {
      transform: translateZ(20vw);
      animation: cubepush--1 3s ease-in-out forwards; }
    .cube .side--2 {
      transform: rotateY(180deg) translateZ(40vw);
      animation: cubepush--2 3s ease-in-out forwards;
      animation-delay: 0.3s; }
    .cube .side--3 {
      transform: rotateY(90deg) translateZ(20vw);
      animation: cubepush--3 3s ease-in-out forwards;
      animation-delay: 0.6s; }
    .cube .side--4 {
      transform: rotateY(-90deg) translateZ(20vw);
      animation: cubepush--4 3s ease-in-out forwards;
      animation-delay: 0.9s; }
    .cube .side--5 {
      transform: rotateX(90deg) translateZ(20vw);
      animation: cubepush--5 3s ease-in-out forwards;
      animation-delay: 1.2s; }
    .cube .side--6 {
      transform: rotateX(-90deg) translateZ(20vw);
      animation: cubepush--6 3s ease-in-out forwards;
      animation-delay: 1.5s; }
  .cube.nofill .side {
    background: none; }

.cube {
  transition: transform 15s; }
  .cube .inner {
    animation: rotate 20s linear infinite; }
  .cube.start {
    -ms-transform: scale(0.2);
        transform: scale(0.2);
    transition: transform 5s; }

@keyframes rotate {
  0% {
    transform: rotateX(0deg) rotateY(0deg); }
  100% {
    transform: rotateX(360deg) rotateY(360deg); } }

@keyframes cubepush--1 {
  0% {
    transform: translateZ(160vw); }
  100% {
    transform: translateZ(20vw);
    opacity: 1; } }

@keyframes cubepush--2 {
  0% {
    transform: rotateY(0deg) translateZ(160vw); }
  100% {
    transform: rotateY(180deg) translateZ(20vw);
    opacity: 0.9; } }

@keyframes cubepush--3 {
  0% {
    transform: rotateY(0deg) translateZ(160vw); }
  100% {
    transform: rotateY(90deg) translateZ(20vw);
    opacity: 0.8; } }

@keyframes cubepush--4 {
  0% {
    transform: rotateY(0deg) translateZ(160vw); }
  100% {
    transform: rotateY(-90deg) translateZ(20vw);
    opacity: 0.7; } }

@keyframes cubepush--5 {
  0% {
    transform: rotateX(0deg) translateZ(160vw); }
  100% {
    transform: rotateX(90deg) translateZ(20vw);
    opacity: 0.6; } }

@keyframes cubepush--6 {
  0% {
    transform: rotateX(0deg) translateZ(160vw); }
  100% {
    transform: rotateX(-90deg) translateZ(20vw);
    opacity: 0.5; } }

@keyframes cmb-payment-select {
  0% {
    opacity: 0;
    transform: scale(0); }
  20% {
    transform: scale(1);
    opacity: .6; }
  80% {
    transform: scale(1);
    opacity: .6; }
  100% {
    opacity: 0; } }

@keyframes cmb-payment-screen-overlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.6; } }

@keyframes cmb-payment-password {
  0% {
    opacity: 0;
    transform: translateY(15%); }
  15% {
    opacity: 1;
    transform: translateY(0); }
  85% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    transform: translateY(5%);
    opacity: 0; } }

@keyframes cmb-payment-pay {
  0% {
    background-color: #F66869; }
  100% {
    background-color: #e23233; } }

@keyframes cmb-payment-result {
  0% {
    opacity: 0;
    transform: translateY(-5%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.button {
  font-weight: 500;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .button.secondary {
    color: black;
    border: 1px solid #ccc; }
    .button.secondary:hover {
      color: black; }
  .button.hollow {
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    background: none;
    color: #575757; }
    .button.hollow:hover {
      border-color: #bdbdbd;
      color: #21b2bb; }
  .button.invert {
    color: black;
    background: #F4F4F4;
    text-shadow: none; }
    .button.invert:hover {
      opacity: 0.7; }
    .button.invert.secondary {
      background: none;
      border: 1px solid #f4f4f4;
      color: #f4f4f4; }
  .button.tiny {
    text-transform: uppercase;
    font-weight: 600; }
  .button.white {
    background: #FFFFFF;
    color: #C7152D; }
    .button.white:hover {
      box-shadow: 0px 10px 10px HSLA(0, 0%, 100%, 0.2) !important; }
  .button.green {
    background: #66BB6A; }
    .button.green:hover {
      box-shadow: 0px 10px 10px HSLA(123, 38%, 57%, 0.2) !important; }
  .button.cyan {
    background: #3fad86; }
    .button.cyan:hover {
      box-shadow: 0px 10px 10px rgba(63, 173, 134, 0.2) !important; }
  .button.red {
    background: #F66869; }
    .button.red:hover {
      box-shadow: 0px 10px 10px HSLA(360, 89%, 69%, 0.2) !important; }
  .button.cta {
    border-radius: 10em;
    text-transform: uppercase;
    letter-spacing: 0.022em;
    transition: all 0.2s ease;
    margin: 0 0.2em; }
    .button.cta:hover {
      box-shadow: 0px 10px 10px rgba(0, 189, 229, 0.2);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px); }
    .button.cta.nohover {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .button.cta:active {
      box-shadow: 0px 4px 5px rgba(0, 189, 229, 0.2);
      -ms-transform: translateY(1px);
          transform: translateY(1px); }
    .button.cta.hollow {
      border-radius: 10em;
      text-transform: none;
      background: transparent;
      border: 1px solid #14b1d1;
      color: #14b1d1; }
      .button.cta.hollow.white {
        color: #fefefe;
        border: 1px solid #fefefe; }
      .button.cta.hollow:hover {
        background-color: #14b1d1;
        border-color: #14b1d1;
        color: white; }

.top-bar {
  background: transparent;
  width: 100%;
  padding: 0.57rem 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-bar ul {
    background: transparent; }
    .top-bar ul li a {
      font-size: 0.875rem;
      font-weight: 500;
      color: #4a4a4a;
      transition: color 0.2s ease;
      padding: 0.7rem 1rem; }
      .top-bar ul li a:hover {
        color: #21b2bb; }
      .top-bar ul li a img {
        width: 24px;
        height: 24px;
        margin-right: 14px; }
        @media screen and (max-width: 78.125rem) {
      .top-bar ul li a {
        padding: 0.7rem 0.5rem; } }
    .top-bar ul .submenu {
      padding: 9px;
      background: #fefefe;
      border-radius: 3px;
      border: 1px solid #f3f3f3 !important;
      box-shadow: 0px 5px 10px 0px rgba(12, 14, 44, 0.12) !important; }
  .top-bar .cta.hollow {
    padding: 0 0.9375rem;
    height: 1.75rem;
    line-height: 1.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    background: #21b2bb;
    border-radius: 0.46875rem;
    color: #ffffff; }
    .top-bar .cta.hollow.login-link {
      background: transparent;
      color: #21b2bb;
      border: 1px solid #21b2bb;
      border-radius: 0.46875rem;
      margin-right: 0.625rem; }

.dropdown.menu > li.is-dropdown-submenu-parent a {
  white-space: nowrap; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '\e906';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  border: none;
  width: auto;
  top: 35%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.top-bar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  @media screen and (min-width: 40em) {
    .top-bar-wrapper {
      position: fixed;
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
      background: rgba(255, 255, 255, 0); } }
  .top-bar-wrapper.index-with-activity {
    top: auto; }
  .top-bar-wrapper.fixed2 {
    background: rgba(255, 255, 255, 0.95);
    padding: 0.1em 0;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
    top: 0 !important; }
    .top-bar-wrapper.fixed2 .top-bar .submenu a {
      color: rgba(0, 0, 0, 0.6); }
      .top-bar-wrapper.fixed2 .top-bar .submenu a:hover {
        color: rgba(0, 0, 0, 0.8); }
    .top-bar-wrapper.fixed2 .top-bar__logo, .top-bar-wrapper.fixed2 .countdown-logo {
      background: url("../img/newhome/logo-black.svg") left center no-repeat;
      background-size: 100%;
      height: 16px;
      width: 130px;
      padding: 1.1rem 1rem; }
      
      .top-bar-left {
  min-width: 485px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto; }

.top-bar-left .big a {
  font-size: 1rem; }

.top-bar__logo, .countdown-logo {
  background: url("../img/newhome/logo-black.svg") left center no-repeat;
  background-size: 100%;
  height: 16px;
  width: 130px;
  padding: 1.1rem 1rem; }

.title-bar .top-bar__logo, .title-bar .countdown-logo {
  background: url("../img/newhome/logo-black.svg") left center no-repeat;
  background-size: 90%;
  height: 16px;
  width: 130px;
  padding: 1.1rem 1rem; }

.tabs {
  border-radius: 3px 3px 0 0; }
  .tabs .tabs-title a {
    background-color: transparent;
    font-weight: 500;
    color: #616161;
    font-size: 0.875rem;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px; }
  .tabs .tabs-title.is-active a {
    color: #0a0a0a;
    border-bottom: 2px solid #35c8e6; }

.tabs-content {
  border-radius: 0 0 3px 3px; }

.nav.block-grid {
  background: #fafafa; }
  .nav.block-grid.no-border ul li {
    border: none; }
  .nav.block-grid ul {
    width: 100%;
    text-align: center;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .nav.block-grid ul li {
      list-style: none;
      width: 33%;
      display: -ms-flexbox;
      display: flex;
      border-right: 1px solid #eeeeee; }
      @media screen and (max-width: 39.9375em) {
        .nav.block-grid ul li {
          width: 100%;
          border: none;
          border-bottom: 1px solid #eeeeee; } }
      .nav.block-grid ul li > a {
        padding: 2em;
        padding-bottom: 2.5em;
        width: 100%;
        display: block;
        transition: background 0.2s ease;
        height: inherit;
        position: relative; }
        @media screen and (max-width: 39.9375em) {
          .nav.block-grid ul li > a {
            padding: 2em 1em; } }
        .nav.block-grid ul li > a h5 {
          font-size: 1rem;
          color: #0a0a0a;
          margin-bottom: 8px; }
        .nav.block-grid ul li > a span {
          display: block;
          font-size: 0.875rem; }
          .nav.block-grid ul li > a span.description {
            color: #0a0a0a;
            line-height: 1.4;
            margin-bottom: 3em; }
          .nav.block-grid ul li > a span.anchor {
            position: absolute;
            bottom: 2.5em;
            width: 100%;
            text-align: center;
            left: 0.2em; }
        .nav.block-grid ul li > a:hover {
          background-color: #f2f2f2; }
          .nav.block-grid ul li > a:hover .anchor {
            text-decoration: underline; }
      .nav.block-grid ul li:last-child {
        border: none; }

.nav-block-grid__icon {
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 8px; }

.subnav-container {
  background: #f0f0f0;
  height: 50px;
  z-index: 99 !important;
  transition: all 0.2s ease; }
  .subnav-container.dark-mode.is-stuck {
    background: HSL(300, 14%, 1%); }
    .subnav-container.dark-mode.is-stuck .subnav-bar li a {
      color: rgba(255, 255, 255, 0.4); }
      .subnav-container.dark-mode.is-stuck .subnav-bar li a.active {
        color: rgba(255, 255, 255, 0.85); }
    .subnav-container.dark-mode.is-stuck .button.hollow {
      color: #fefefe; }
  .subnav-container.is-stuck {
    background: #fcfcfc;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }
  .subnav-container .button.cta {
    color: #fefefe;
    font-weight: 500; }
  .subnav-container .subnav-bar {
    opacity: 0;
    transition: opacity 0.2s ease; }
  .subnav-container.is-stuck .subnav-bar {
    opacity: 1; }

.float-right {
  float: right; }

.subnav-bar li a {
  padding: 1rem 1.2rem;
  color: #bdbdbd;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.012rem; }
  .subnav-bar li a:hover {
    color: #21b2bb; }
  .subnav-bar li a.active {
    color: #0a0a0a; }

.subnav-bar ul.menu.left li:first-child a {
  padding-left: 0rem; }

.subnav-bar .button {
  padding: 0.3rem 1rem;
  margin-top: 0.6rem; }
  .subnav-bar .button.hollow {
    border-color: transparent;
    border-radius: 50px; }

.side-bar {
  font-size: 0.875rem;
  font-weight: 500; }
  .side-bar ul.menu li {
    margin-bottom: 0.5em; }
  .side-bar a {
    color: #0a0a0a;
    border-radius: 3px;
    transition: background-color 0.2s ease; }
    .side-bar a:hover {
      background-color: #f5f5f5; }
    .side-bar a span.description {
      display: block;
      color: #757575;
      font-size: 0.75rem;
      margin-top: 0.12em; }
    .side-bar a.active {
      background-color: #e0e0e0;
      color: #0a0a0a; }
      .side-bar a.active span.description {
        color: #0a0a0a; }

.accordion .accordion-title, .accordion .accordion-content {
  border: 1px solid transparent;
  border-bottom-color: #e0e0e0; }

.accordion .accordion-title {
  padding-left: 0;
  padding-right: 2rem;
  line-height: 1.5; }
  .accordion .accordion-title:hover, .accordion .accordion-title:focus {
    background-color: inherit; }

.accordion .accordion-content {
  color: currentColor;
  padding-left: 0; }

.title-bar {
  background: transparent;
  width: 100%;
  color: #212121;
  padding: 0.5rem 1rem; }
  .title-bar .top-bar__logo, .title-bar .countdown-logo {
    padding: 0; }
  .title-bar--active .top-bar__logo, .title-bar--active .countdown-logo {
    background-image: url("../img/newhome/logo-white.png"); }

body.no-scrolling {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.menu-icon {
  float: right; }

.title-bar__toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: right;
  width: 16px;
  height: 18px;
  cursor: pointer;
  z-index: 1;
  margin-top: 0.25rem; }

.title-bar__toggle span {
  transition: all 0.25s ease;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: block;
  margin: 3px 0;
  height: 2px;
  background: #22222a; }

.is-resizing .title-bar__toggle span {
  transition: none; }

.title-bar--active .title-bar__toggle span {
  background: white; }

.title-bar--active .title-bar__toggle span:nth-child(1) {
  -ms-transform: scale(0) translateY(7px);
  transform: scale(0) translateY(7px); }

.title-bar--active .title-bar__toggle span:nth-child(2) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0.25rem; }

.title-bar--active .title-bar__toggle span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -0.3125rem; }

.title-bar--active .title-bar__toggle span:nth-child(4) {
  -ms-transform: scale(0) translateY(-7px);
  transform: scale(0) translateY(-7px); }

.mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  padding-top: 4em;
  padding-bottom: 2em;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -ms-transform: translateY(-2em);
      transform: translateY(-2em);
  opacity: 0;
  display: none;
  transition: all 0.2s ease;
  font-size: 1rem; }
  .mobile-nav dl {
    margin-bottom: 0; }
  .mobile-nav.show {
    opacity: 1;
    display: block;
    -ms-transform: translateY(0);
        transform: translateY(0); }
  .mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .mobile-nav ul li.divider {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .mobile-nav ul li a {
      display: block;
      color: rgba(255, 255, 255, 0.8);
      transition: color 0.2s ease;
      padding: 0.7rem 1rem;
      font-weight: 300; }
      .mobile-nav ul li a:hover {
        color: white;
        background-color: rgba(255, 255, 255, 0.2); }
    .mobile-nav ul dd > a {
      padding: 0.4rem 1.2rem; }

.ui-mask {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  position: fixed;
  display: none;
  transition: all 0.5s; }
  .ui-mask.show {
    display: block; }

.callout {
  border: 1px solid #e0e0e0; }
  .callout h6 {
    font-size: 0.875rem;
    margin-bottom: 0.35em; }
  .callout p.small, .callout p.xsmall {
    line-height: 1.2; }
  .callout.fill {
    border: none;
    background: #f5f5f5; }

.stat-number {
  font-weight: 300; }
  .stat-number h1 {
    font-weight: 200;
    font-size: 4.25rem;
    margin-bottom: -0.2em; }
    .stat-number h1 span.small {
      font-size: 30%;
      font-weight: 400; }

.reveal {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 3px; }

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.24); }

.code {
  background: #FFFFFF;
  padding: 16px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #E0E0E0, inset 49px 0 0 #FAFAFA, inset 50px 0 0 #E8E8EB;
  margin-bottom: 1.2rem; }
  .code pre {
    counter-reset: linenumbers; }
    .code pre div {
      font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace;
      font-size: 0.75rem;
      width: 100%; }
      .code pre div:before {
        font-size: 0.625rem;
        font-weight: 400;
        position: relative;
        top: 2px;
        float: left;
        width: 12px;
        margin-right: 40px;
        content: counter(linenumbers);
        counter-increment: linenumbers;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        text-align: right;
        color: #BDBDBD; }

ul.menu li a {
  transition: color 0.2s ease, border-color 0.2s ease; }

table thead, table tfoot {
  background: transparent;
  border-left: none;
  border-right: none; }

table thead tr, table tfoot tr {
  border-bottom: 1px solid #bdbdbd; }

table thead, table tbody, table tfoot {
  border: none;
  background-color: transparent; }

table tbody tr {
  border-bottom: 1px solid #e0e0e0; }

table tbody tr:nth-child(even) {
  background: transparent; }

table tbody th, table tbody td {
  padding: 1rem 1rem 1.225rem; }

table thead th, table thead td, table tfoot th, table tfoot td {
  padding: 0.625rem 1rem 0.825rem; }

@media screen and (max-width: 39.9375em) {
  table tbody tr {
    padding: 2em 0em 1.5em; }
  table tbody tr:first-child {
    border-top: 1px solid #e0e0e0; }
  table tbody tr td:first-child {
    font-weight: 600; } }

.pricing-table {
  text-align: left; }
  .pricing-table td h3 {
    text-align: left;
    margin-bottom: 0; }
    .pricing-table td h3 .small {
      font-size: 1rem;
      font-weight: 400;
      padding-left: 0.2em; }

.news {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0; }
  .news h1, .news h2, .news h3, .news h4, .news h5, .news h6, .news p, .news a {
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .news h1, .news h2, .news h3, .news h4, .news h5, .news h6, .news p, .news a {
        margin: 0.5em 0 0em; } }
  .news.ld-content > .row {
    padding: 1em 0; }

.list--style-none {
  list-style: none;
  margin: 0; }

.noselect, ul.device-wall li, ul.device-wall li .device, .scene-viewes .scene {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fullscreen, .countdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }

.hero.fullscreen, .hero.countdown {
  padding: 0; }

footer {
  width: 100%;
  padding-top: 3.75rem;
  background: #fff; }
  footer ul.row {
    margin: 0 auto 3.125rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    footer ul.row li {
      list-style: none;
      margin-bottom: 1.875rem; }
      footer ul.row li a {
        font-size: 0.875rem;
        line-height: 1.125rem;
        color: #606060; }
    footer ul.row dt {
      margin-bottom: 0.875rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
      color: #202020;
      font-weight: 500; }
    footer ul.row dd {
      font-size: 0.875rem;
      line-height: 1.125rem;
      margin-bottom: 0.625rem;
      color: #4a4a4a;
      font-weight: 500; }
    footer ul.row .phone {
      font-size: 1.125rem;
      line-height: 1.75rem; }
    footer ul.row .time {
      margin-bottom: 2.0625rem;
      font-size: 0.875rem;
      color: #606060;
      line-height: 1.375rem; }
  footer .weixin {
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    footer .weixin .we-douyin {
      margin-right: 2.125rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      footer .weixin .we-douyin .we-douyin-service-a {
        width: 1.375rem; }
        footer .weixin .we-douyin .we-douyin-service-a .we-douyin-service-ico {
          width: 1.375rem;
          height: 1.375rem;
          z-index: 3; }
      footer .weixin .we-douyin .we-douyin-service-qr {
        display: none;
        position: absolute;
        left: -2.5875rem;
        top: -10.5625rem;
        width: 7.375rem;
        height: 9.875rem;
        background-color: white;
        box-shadow: 0px 1px 3px 0px rgba(194, 203, 212, 0.5);
        border-radius: 4px 4px 4px 0px; }
        footer .weixin .we-douyin .we-douyin-service-qr .we-douyin-service-qr-div {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-direction: column;
              flex-direction: column; }
          footer .weixin .we-douyin .we-douyin-service-qr .we-douyin-service-qr-div .we-douyin-service-qr-span1 {
            font-size: 0.75rem;
            font-weight: 500;
            color: #202020;
            margin-top: 0.3125rem; }
          footer .weixin .we-douyin .we-douyin-service-qr .we-douyin-service-qr-div .we-douyin-service-qr-span2 {
            font-size: 0.75rem;
            color: #9b9b9b; }
          footer .weixin .we-douyin .we-douyin-service-qr .we-douyin-service-qr-div img {
            width: 7rem;
            height: 7rem; }
      footer .weixin .we-douyin .we-douyin-service-trip {
        display: none;
        position: absolute;
        left: 0.5625rem;
        top: -0.6875rem;
        width: 0;
        height: 0;
        border-top: 7px solid white;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid transparent;
        z-index: 2; }
      footer .weixin .we-douyin .we-douyin-service-trip2 {
        display: none;
        position: absolute;
        left: 0.75rem;
        top: -0.625rem;
        width: 0;
        height: 0;
        border-top: 7px solid rgba(194, 203, 212, 0.3);
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid transparent;
        z-index: 1; }
      footer .weixin .we-douyin .we-douyin-service-text {
        font-size: 0.625rem;
        font-weight: 400;
        color: #7c8486;
        margin-top: 0.3125rem;
        white-space: nowrap;
        overflow: hidden;
        position: relative; }
      footer .weixin .we-douyin .we-douyin-service-a:hover + .we-douyin-service-qr {
        display: inline-block; }
      footer .weixin .we-douyin .we-douyin-service-a:hover ~ .we-douyin-service-trip {
        display: block; }
      footer .weixin .we-douyin .we-douyin-service-a:hover ~ .we-douyin-service-trip2 {
        display: block; }    
    footer .weixin .we-customer {
      margin-right: 2.125rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      footer .weixin .we-customer .we-customer-service-a {
        width: 1.375rem; }
        footer .weixin .we-customer .we-customer-service-a .we-customer-service-ico {
          width: 1.375rem;
          height: 1.375rem;
          z-index: 3; }
      footer .weixin .we-customer .we-customer-service-qr {
        display: none;
        position: absolute;
        left: 1.7125rem;
        top: -10.5625rem;
        width: 7.375rem;
        height: 9.875rem;
        background-color: white;
        box-shadow: 0px 1px 3px 0px rgba(194, 203, 212, 0.5);
        border-radius: 4px 4px 4px 0px; }
        footer .weixin .we-customer .we-customer-service-qr .we-customer-service-qr-div {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-direction: column;
              flex-direction: column; }
          footer .weixin .we-customer .we-customer-service-qr .we-customer-service-qr-div .we-customer-service-qr-span1 {
            font-size: 0.75rem;
            font-weight: 500;
            color: #202020;
            margin-top: 0.3125rem; }
          footer .weixin .we-customer .we-customer-service-qr .we-customer-service-qr-div .we-customer-service-qr-span2 {
            font-size: 0.75rem;
            color: #9b9b9b; }
          footer .weixin .we-customer .we-customer-service-qr .we-customer-service-qr-div img {
            width: 7rem;
            height: 7rem; }
      footer .weixin .we-customer .we-customer-service-trip {
        display: none;
        position: absolute;
        left: 4.8625rem;
        top: -0.6875rem;
        width: 0;
        height: 0;
        border-top: 7px solid white;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid transparent;
        z-index: 2; }
      footer .weixin .we-customer .we-customer-service-trip2 {
        display: none;
        position: absolute;
        left: 5.05rem;
        top: -0.625rem;
        width: 0;
        height: 0;
        border-top: 7px solid rgba(194, 203, 212, 0.3);
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid transparent;
        z-index: 1; }
      footer .weixin .we-customer .we-customer-service-text {
        font-size: 0.625rem;
        font-weight: 400;
        color: #7c8486;
        margin-top: 0.3125rem;
        white-space: nowrap;
        overflow: hidden;
        position: relative; }
      footer .weixin .we-customer .we-customer-service-a:hover + .we-customer-service-qr {
        display: inline-block; }
      footer .weixin .we-customer .we-customer-service-a:hover ~ .we-customer-service-trip {
        display: block; }
      footer .weixin .we-customer .we-customer-service-a:hover ~ .we-customer-service-trip2 {
        display: block; }
    footer .weixin .we-public {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      footer .weixin .we-public .we-public-a {
        width: 22px; }
        footer .weixin .we-public .we-public-a .we-ico {
          width: 1.375rem;
          height: 1.375rem;
          z-index: 3; }
      footer .weixin .we-public .we-public-qr {
        display: none;
        position: absolute;
        left: 6.4375rem;
        top: -10.5625rem;
        width: 7.375rem;
        height: 9.875rem;
        background-color: white;
        box-shadow: 0px 1px 3px 0px rgba(194, 203, 212, 0.5);
        border-radius: 4px 4px 4px 0px; }
        footer .weixin .we-public .we-public-qr .we-public-qr-div {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-direction: column;
              flex-direction: column; }
          footer .weixin .we-public .we-public-qr .we-public-qr-div .we-public-qr-span1 {
            font-size: 0.75rem;
            font-weight: 500;
            color: #202020;
            margin-top: 5px; }
          footer .weixin .we-public .we-public-qr .we-public-qr-div .we-public-qr-span2 {
            font-size: 0.75rem;
            color: #9b9b9b; }
          footer .weixin .we-public .we-public-qr .we-public-qr-div img {
            width: 7rem;
            height: 7rem; }
      footer .weixin .we-public .we-public-trip {
        display: none;
        position: absolute;
        left: 9.7rem;
        top: -0.6875rem;
        width: 0;
        height: 0;
        border-top: 7px solid white;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid transparent;
        z-index: 2; }
      footer .weixin .we-public .we-public-trip2 {
        display: none;
        position: absolute;
        left: 9.9125rem;
        top: -0.625rem;
        width: 0;
        height: 0;
        border-top: 7px solid rgba(194, 203, 212, 0.3);
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid transparent;
        z-index: 1; }
      footer .weixin .we-public .we-public-text {
        font-size: 0.625rem;
        font-weight: 400;
        color: #7c8486;
        margin-top: 5px;
        white-space: nowrap;
        overflow: hidden;
        position: relative; }
      footer .weixin .we-public .we-public-a:hover + .we-public-qr {
        display: inline-block; }
      footer .weixin .we-public .we-public-a:hover ~ .we-public-trip {
        display: block; }
      footer .weixin .we-public .we-public-a:hover ~ .we-public-trip2 {
        display: block; }
  footer .beian {
    margin: 0 auto;
    color: #606060;
    font-size: 0.75rem;
    height: 3.75rem;
    background: #f7f8fa; }
    footer .beian a {
      color: #606060; }
    footer .beian p > span {
      margin-right: 10px;
      margin-bottom: 0;
      line-height: 2rem; }

.footer__language-switcher {
  position: relative;
  width: 25px;
  height: 16px;
  cursor: pointer;
  float: right;
  margin-top: 5px;
  transition: transform 0.2s ease; }
  .footer__language-switcher .lang {
    color: #616161;
    border: 1px solid #616161;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #fafafa; }
    .footer__language-switcher .lang.han {
      top: -2px;
      left: -2px;
      font-size: 11px;
      font-weight: 600;
      padding-left: 1px;
      transition: top 0.2s ease-out, left 0.2s ease-in, background 0.2s ease, color 0.2s ease; }
    .footer__language-switcher .lang.en {
      top: 2px;
      left: 11px;
      font-weight: 500;
      padding-left: 1px;
      transition: top 0.2s ease-out, left 0.2s ease-in, background 0.2s ease, color 0.2s ease; }
  .footer__language-switcher:hover .lang.han {
    top: 2px;
    left: 11px;
    border-color: #616161;
    color: #fafafa;
    background: #616161; }
  .footer__language-switcher:hover .lang.en {
    top: -2px;
    left: -2px; }
  .footer__language-switcher:active {
    -ms-transform: scale(0.95);
        transform: scale(0.95); }

footer.invert .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

footer.invert .xsmall {
  text-align: center; }

footer.invert .beian {
  background: #ffffff; }

@media screen and (max-width: 39.9375em) {
  footer {
    padding-top: 2.5rem !important;
    padding-bottom: 1.25rem; }
    footer ul {
      list-style: none;
      border-bottom: 1px solid #d9d9d9;
      padding-bottom: 0.625rem; }
    footer .nav-title {
      font-size: 0.9375rem;
      font-weight: 600;
      color: #202020;
      line-height: 2.5rem;
      height: 2.5rem;
      margin-bottom: 0;
      position: relative; }
      footer .nav-title:after {
        content: '\e906';
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        border: none;
        width: auto;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -0.375rem;
        -webkit-font-smoothing: antialiased;
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        display: inline-block; }
    footer .nav-content {
      display: none; }
      footer .nav-content.expand {
        display: block; }
      footer .nav-content p {
        margin-bottom: 0;
        padding: 0.5rem 0.9375rem; }
      footer .nav-content a {
        font-size: 0.75rem;
        font-weight: 400;
        color: #202020;
        line-height: rem-cacl(18); }
    footer .nav-consult .title {
      width: 100%;
      font-size: 0.9375rem;
      font-weight: 600;
      color: #202020;
      line-height: 1.4375rem;
      margin-bottom: 10; }
    footer .nav-consult .phone {
      width: 100%;
      font-size: 0.875rem;
      font-weight: 500;
      color: #202020;
      line-height: 1.4375rem;
      margin-bottom: 0; }
    footer .nav-consult .time {
      width: 100%;
      font-size: 0.75rem;
      font-weight: 400;
      color: #202020;
      line-height: 1.125rem;
      margin-bottom: 1rem; }
    footer .we-public {
      -ms-flex-align: center;
          align-items: center; }
    footer .beian {
      margin: 0 auto;
      color: #606060;
      font-size: 0.75rem;
      height: auto;
      background: #ffffff;
      padding: 2.5rem 0 0; }
      footer .beian a {
        color: #606060; }
      footer .beian p {
        text-align: center;
        width: 100%;
        margin: 0; }
      footer .beian p > span {
        display: block;
        font-size: 0.75rem;
        font-weight: 400;
        color: #202020;
        line-height: 1.3125rem; }
  footer.invert .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column; }
  footer.invert .xsmall {
    text-align: center;
    padding-top: 0.625rem;
    margin-bottom: 0; }
  footer.invert .beian {
    padding: 0;
    background: #ffffff; } }

.ld-content > .row {
  padding: 4rem 0em; }
  @media screen and (max-width: 39.9375em) {
    .ld-content > .row {
      padding: 2rem 0em; } }

.ld-content p:last-child {
  margin-bottom: 0; }

.ld-content p.gray {
  color: rgba(0, 0, 0, 0.4); }

.ld-content dl dt {
  margin-top: 1em; }

.ld-content--center {
  text-align: center; }
  .ld-content--center h3, .ld-content--center p, .ld-content--center img {
    text-align: center; }

.ld-content--no-overflow {
  width: 100%;
  overflow: hidden; }

.ld-content--no-padding {
  width: 100%;
  overflow: hidden; }
  .ld-content--no-padding > .row {
    padding: 0; }
  @media screen and (max-width: 39.9375em) {
    .ld-content--no-padding .ld-content__body {
      padding: 4rem 2em 0em; } }

.ld-content--no-padding-bottom > .row {
  padding-bottom: 0; }

.ld-content--blue {
  background: linear-gradient(90deg, #3396f2, #4693ff);
  color: #fff; }

.ld-content--gray {
  background: #fafafa;
  border-bottom: 1px solid #ebebeb; }
  .ld-content--gray > .row {
    border-bottom: none !important; }

.ld-content--no-border {
  border-bottom: none; }
  .ld-content--no-border > .row {
    border-bottom: none !important; }

.ld-content--invert, .ld-content--bluegreen, .ld-content--darkgray, .ld-content--midgray {
  color: #fefefe;
  background: linear-gradient(-180deg, #0f0f0f 0%, #0a0a0a 100%); }
  .ld-content--invert h1, .ld-content--bluegreen h1, .ld-content--darkgray h1, .ld-content--midgray h1, .ld-content--invert h2, .ld-content--bluegreen h2, .ld-content--darkgray h2, .ld-content--midgray h2, .ld-content--invert h3, .ld-content--bluegreen h3, .ld-content--darkgray h3, .ld-content--midgray h3, .ld-content--invert h4, .ld-content--bluegreen h4, .ld-content--darkgray h4, .ld-content--midgray h4, .ld-content--invert h5, .ld-content--bluegreen h5, .ld-content--darkgray h5, .ld-content--midgray h5, .ld-content--invert h6, .ld-content--bluegreen h6, .ld-content--darkgray h6, .ld-content--midgray h6 {
    color: #fefefe;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); }
  .ld-content--invert p, .ld-content--bluegreen p, .ld-content--darkgray p, .ld-content--midgray p, .ld-content--invert .ld-content__hero h5, .ld-content--bluegreen .ld-content__hero h5, .ld-content--darkgray .ld-content__hero h5, .ld-content--midgray .ld-content__hero h5 {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.8); }
  .ld-content--invert > .row, .ld-content--bluegreen > .row, .ld-content--darkgray > .row, .ld-content--midgray > .row {
    border-bottom: none !important; }

.ld-content--bluegreen {
  background: #2A6591;
  background: radial-gradient(circle farthest-side at left bottom, #43a1bf 0%, #3A9CC9 10%, #2A6591 34%, #284682 63%, #223054 100%); }

.ld-content--darkgray {
  background: #4C5B6E;
  background-image: linear-gradient(163deg, #1b2128, #61758e); }

.ld-content--midgray {
  background: #607485;
  background: radial-gradient(circle farthest-side at left top, #98AEB9 0%, #798F9D 30%, #607485 100%); }

.ld-content--lightgray {
  background: #eeeeee;
  background: radial-gradient(circle farthest-side at left top, #fcfcfc 0%, #eaeaea 100%); }

.ld-content--productgray {
  background: #f0f0f0;
  border-bottom: 1px solid #ebebeb; }

.ld-content--white {
  background: #fff;
  border-bottom: 1px solid #ebebeb; }

.ld-content--productblue {
  background: #F7FAFC;
  background-image: linear-gradient(-180deg, #F7FAFC 3%, #F0F4FA 98%); }

.ld-content-productyellow {
  background: #FDFCF9;
  background-image: linear-gradient(-180deg, #FDFCF9 0%, #FCFAF0 95%);
  border-bottom: 1px solid #ebebeb; }

.ld-content-productwhite {
  background: #ffffff;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #FAFAFA 100%);
  border-bottom: 1px solid #ebebeb; }

.bottom-cta {
  text-align: center;
  padding: 60px 0 120px; }
  .bottom-cta p:last-child {
    margin-bottom: 0; }
  .bottom-cta--border-top > .row {
    border-top: 1px solid #ebebeb; }
  .bottom-cta .logo-grid__column {
    padding: 0; }

.bottom-divider {
  height: 3px;
  background: #fafafa; }
  .bottom-divider hr {
    border-color: #EBEBEB;
    margin-top: 0; }

.bottom-cta--gray {
  background: #fafafa; }

.bottom-cta--blue {
  background: #35C8E6;
  color: white;
  padding-top: 138px;
  height: 420px;
  box-sizing: border-box; }

.bottom-cta--bottom {
  margin-top: 24px;
  font-weight: bold; }
  .bottom-cta--bottom a {
    color: white; }

.button.register {
  margin-top: 36px;
  background-color: #fff;
  color: #35C8E6; }

.bottom-cta--black {
  background: #474747;
  color: white; }

.bottom-cta--nonprofit {
  background-image: url("../img/bottom-cta--nonprofit.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #29614E; }

.bottom-cta--outline > .row {
  border: 1px solid #ebebeb !important;
  padding: 4rem 0 2.5rem;
  border-radius: 3px; }

.ld-feature-grid {
  text-align: center; }

.ld-feature-grid__column {
  padding: 2rem 0 4rem; }
  .ld-feature-grid__column p {
    padding: 0em 3em;
    color: #616161; }
    @media screen and (max-width: 39.9375em) {
      .ld-feature-grid__column p {
        padding: 0em 1em; } }
  .ld-feature-grid__column h5, .ld-feature-grid__column h6 {
    margin-bottom: 0.5em; }

.ld-feature-grid--left {
  text-align: left; }
  .ld-feature-grid--left .ld-feature-grid__column p {
    padding-left: 0; }

.ld-feature-grid--no-padding .ld-feature-grid__column {
  padding-bottom: 0; }

.ld-feature-grid__icon {
  padding: 2rem 0;
  height: 7.5rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.ld-feature-grid__digit {
  color: #bdbdbd; }
  .ld-feature-grid__digit h1 {
    margin-bottom: 0.5rem; }

.ld-faq > .row {
  padding: 4rem 0;
  border-bottom: none !important; }
  @media screen and (max-width: 39.9375em) {
    .ld-faq > .row {
      padding: 2rem 0; } }

.ld-faq h4 {
  text-align: center; }

.ld-faq .accordion {
  border: none; }
  .ld-faq .accordion .accordion-item a {
    font-size: 1rem;
    color: #14b1d1; }
  .ld-faq .accordion .accordion-item.is-active {
    background: none; }
  .ld-faq .accordion .accordion-item:last-child a {
    border: none; }
  .ld-faq .accordion .accordion-title {
    transition: background 0.2s ease; }
  .ld-faq .accordion .accordion-title:hover {
    background: #f5f5f5; }
  .ld-faq .accordion .accordion-title:focus {
    background: none; }

.ld-content-container section:last-child > .row {
  border: none; }

.ld-logo-wall {
  text-align: center; }
  .ld-logo-wall > .row {
    padding: 2rem 0; }
    @media screen and (max-width: 39.9375em) {
      .ld-logo-wall > .row {
        padding: 0 0; } }
  .ld-logo-wall img {
    max-height: 25px; }
  .ld-logo-wall .ld-logo-wall__grid {
    margin: 2.48447rem 0; }

.typical-case-logo-wall {
  padding: 0  0 3rem 0; }
  .typical-case-logo-wall img {
    max-height: 18px; }
  .typical-case-logo-wall h4, .typical-case-logo-wall p {
    text-align: left; }
  .typical-case-logo-wall .text-gray {
    color: #9a9a9a; }
  .typical-case-logo-wall .thumbnail-bg {
    position: relative;
    width: 100%;
    height: 252px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2rem; }
    .typical-case-logo-wall .thumbnail-bg.shiji {
      background-image: url("/assets/img/customer-case-shiji.png");
      background-position: center right; }
    .typical-case-logo-wall .thumbnail-bg.mmcar {
      background-image: url("/assets/img/customer-case-mmcar.jpg");
      background-position: center center; }
    .typical-case-logo-wall .thumbnail-bg .small-logo {
      position: absolute;
      bottom: -1em;
      right: -1rem;
      width: 55px;
      height: 55px;
      border-radius: 14px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 8px 12px rgba(0, 0, 0, 0.1);
      background-size: cover;
      background-repeat: no-repeat; }
      .typical-case-logo-wall .thumbnail-bg .small-logo.shiji {
        background-image: url("../img/shiji-small-logo.png"); }
      .typical-case-logo-wall .thumbnail-bg .small-logo.mmcar {
        background-image: url("../img/mmcar-small-logo1.png"); }
  .typical-case-logo-wall .logo-icon {
    margin-bottom: 1rem; }

.ld-logo-wall--grayscale img {
  transition: all 0.2s ease;
  filter: grayscale(100%) brightness(120%); }
  .ld-logo-wall--grayscale img:hover {
    filter: grayscale(0%) brightness(100%); }

.device-android-shell {
  background: url("../img/device-white-android-shell.png") no-repeat;
  background-size: 265px 502px;
  width: 265px;
  height: 502px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .device-android-shell {
      background-image: url("../img/device-white-android-shell@2x.png"); } }
  .device-android-shell .device-screen {
    width: 213px;
    height: 377px;
    margin-top: 58px;
    margin-left: 25px;
    background-color: #e0e0e0;
    background-size: 213px 377px;
    background-repeat: no-repeat; }

.ld-content__hero {
  padding-bottom: 2rem;
  text-align: center; }
  .ld-content__hero h2 {
    text-align: center;
    margin-bottom: 0.2em; }
  .ld-content__hero h5 {
    text-align: center;
    margin-bottom: 0.5em;
    color: #616161; }
  .ld-content__hero h3 {
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 0.5em;
    margin-top: 1em; }
  .ld-content__hero h6 {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem; }
  .ld-content__hero--left {
    text-align: left; }
    .ld-content__hero--left h2, .ld-content__hero--left h3, .ld-content__hero--left h4, .ld-content__hero--left h5, .ld-content__hero--left h6 {
      text-align: left; }
  .ld-content__hero .ld-content__heroicon {
    margin-bottom: 1.2em; }

.ld-content__hero--no-padding {
  padding-bottom: 0; }

.ld-content__heroicon {
  border-radius: 100%;
  width: 61px;
  height: 61px;
  margin: 0 auto; }

.ld-content__heroicon--small {
  width: 32px;
  height: 32px;
  background-size: contain !important; }

.ld-content__callout {
  margin-bottom: 2em; }
  .ld-content__callout .left, .ld-content__callout .left h3 {
    text-align: right;
    margin: 0;
    margin-top: 0.15em; }
  .ld-content__callout .right, .ld-content__callout .right h1 {
    text-align: left;
    font-size: 4.25rem;
    font-weight: 100;
    margin: 0; }

.ld-ingridcta .inner-row {
  padding: 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  margin-bottom: 4em; }
  @media screen and (max-width: 39.9375em) {
    .ld-ingridcta .inner-row {
      margin-bottom: 1em; } }
  .ld-ingridcta .inner-row p {
    margin: 0; }

.ld-icongrid__icon {
  padding-bottom: 1em; }

.hero {
  padding: 100px 0 70px;
  position: relative; }
  .hero h1,
  .hero h2,
  .hero h3,
  .hero h4,
  .hero p {
    width: 100%;
    text-align: center; }
  .hero.text-left h1,
  .hero.text-left h2,
  .hero.text-left h3,
  .hero.text-left h4,
  .hero.text-left p {
    width: 100%;
    text-align: left; }
  .hero--large-padding {
    padding: 12em 0em 7em; }
    @media screen and (max-width: 39.9375em) {
      .hero--large-padding {
        padding: 8em 0 5em; } }
  .hero--text-align-left h1,
  .hero--text-align-left h2,
  .hero--text-align-left h3,
  .hero--text-align-left h4,
  .hero--text-align-left h5,
  .hero--text-align-left h6,
  .hero--text-align-left p {
    text-align: left;
    width: auto; }
    @media screen and (max-width: 39.9375em) {
      .hero--text-align-left h1,
      .hero--text-align-left h2,
      .hero--text-align-left h3,
      .hero--text-align-left h4,
      .hero--text-align-left h5,
      .hero--text-align-left h6,
      .hero--text-align-left p {
        text-align: center; } }
  .hero--text-align-left .align-self-middle svg {
    margin: 0 auto;
    display: block; }
  .hero.is-full-height {
    padding: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .hero.no-padding-with-bottom {
    padding-bottom: 0 !important; }

.slide-line-box {
  margin-top: -50px;
  height: 50px !important; }

.slide-line .column, .slide-line .columns {
  opacity: 0.75; }

.slide-line .bg-line {
  height: 2px;
  background-color: rgba(0, 0, 0, 0.08); }

.slide-line .active-line {
  background-color: #202020;
  height: 100%;
  width: 0; }

.slide-line .line-desc {
  margin-top: 20px; }

.slide-line img {
  height: 28px;
  margin-right: 16px; }

.activity-box {
  position: relative; }
  .activity-box .close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer; }
    .activity-box .close-btn span {
      float: left;
      color: #b7b5b5;
      font-size: 16px;
      line-height: 28px; }
  .activity-box img {
    max-width: none;
    width: 100%;
    height: 100%; }
  .activity-box .close-img {
    width: 20px; }

@media screen and (max-width: 414px) {
  .hero-activity {
    min-width: 100%;
    bottom: 0px;
    font-size: 12px; }
  .iconwall-item {
    margin-bottom: 10px; } }

@media screen and (min-width: 414px) {
  .hero-scene-intro {
    top: -50px; }
  .line-box-wrap {
    margin-top: -80px; } }

.hero--no-padding > .row .columns {
  padding: 0; }

.hero--no-content {
  padding: 0;
  height: 5.125em; }

.hero-link {
  font-size: 16px;
  margin-right: 24px; }

.hero--clip {
  overflow: hidden;
  border-bottom: 1px solid #ebebeb; }

.hero-copy {
  margin: 0 auto;
  transition: all 0.5s ease;
  z-index: 9; }
  .hero-copy.text-animate {
    transform: translateY(-10px) rotateY(0deg) rotateX(45deg) rotateZ(0deg) scale(0.5);
    -ms-transform-origin: bottom;
        transform-origin: bottom;
    opacity: 0; }
  .hero-copy h1 {
    margin-bottom: 0.2rem; }
  .hero-copy.is-animated {
    opacity: 1;
    transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(1); }

.hero-copy--longform h1 {
  margin-bottom: 1rem; }

.hero-copy--longform h4 {
  text-align: center;
  -ms-transform: translateX(0.5rem);
      transform: translateX(0.5rem);
  animation: starwars-opening 20s forwards linear;
  animation-delay: 2s;
  padding-top: 2rem; }

.hero-copy__starwars {
  height: 15rem;
  overflow: hidden;
  animation: starwars-ending 1s forwards ease;
  animation-delay: 22s;
  position: relative; }

.starwars-mask {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-180deg, #fcfcfc 1%, rgba(252, 252, 252, 0) 20%, rgba(252, 252, 252, 0) 80%, #fbfbfb 100%);
  z-index: 2; }

.hero-pic {
  text-align: center;
  -ms-transform: translateY(10rem);
      transform: translateY(10rem);
  margin-top: -10rem;
  padding-top: 2rem; }

.hero-bg,
.countdown-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.hero-bg {
  z-index: -1 !important; }

@media screen and (min-width: 40em) {
  .hero-bg.home {
    -webkit-mask-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 22%, #000000 48%, rgba(0, 0, 0, 0.2) 78%, rgba(0, 0, 0, 0) 100%);
    height: 107%; } }

.hero-bg.home > .row {
  height: 100%; }

.hero-coin {
  width: 30px;
  height: 30px;
  background: #e0e0e0;
  position: absolute;
  top: -10%;
  left: 50%; }

.hero-icons {
  padding: 1rem 0; }

.device-wall-wrap {
  width: 100%;
  overflow-x: hidden;
  overflow: hidden;
  margin-bottom: 2rem; }
  @media screen and (max-width: 39.9375em) {
    .device-wall-wrap {
      overflow-x: scroll; } }

ul.device-wall {
  list-style: none;
  list-style-type: none;
  width: 100%;
  transform: rotateY(0deg) rotateX(-15deg) rotateZ(0deg) scale(1);
  transition: all 1s ease; }
  ul.device-wall.is-animated {
    transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(1); }
  ul.device-wall li {
    margin-right: 1rem;
    vertical-align: bottom;
    padding-bottom: 2rem;
    transition: all 0.4s ease;
    opacity: 0;
    -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
    ul.device-wall li.is-animated {
      opacity: 1;
      -ms-transform: translateY(0px);
          transform: translateY(0px); }
    ul.device-wall li .device {
      background-repeat: no-repeat;
      background-position: bottom;
      position: relative; }
      ul.device-wall li .device.web {
        width: 34.75rem;
        height: 24.625rem;
        background-size: contain;
        background-image: url("../img/web-chrome.png"); }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          ul.device-wall li .device.web {
            background-image: url("../img/web-chrome@2x.png"); } }
      ul.device-wall li .device.apple-pay {
        width: 12.875rem;
        height: 25.375rem;
        background-size: contain;
        background-image: url("../img/phone-apple-pay.png"); }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          ul.device-wall li .device.apple-pay {
            background-image: url("../img/phone-apple-pay@2x.png"); } }
      ul.device-wall li .device.wechat {
        width: 13.5625rem;
        height: 27.1875rem;
        background-size: contain;
        background-image: url("../img/phone-hongbao.png"); }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          ul.device-wall li .device.wechat {
            background-image: url("../img/phone-hongbao@2x.png"); } }
      ul.device-wall li .device.qr {
        width: 12.25rem;
        height: 14.8125rem;
        background-size: contain;
        background-image: url("../img/qr-card.png"); }
        @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          ul.device-wall li .device.qr {
            background-image: url("../img/qr-card@2x.png"); } }
        ul.device-wall li .device.qr .qr-label {
          width: 100%;
          position: absolute;
          padding: 1.25rem;
          text-align: center;
          color: #757575; }
    ul.device-wall li .device-label {
      display: block;
      width: 100%;
      text-align: center;
      z-index: 1;
      position: relative;
      font-size: 0.875rem;
      font-weight: 500; }
      ul.device-wall li .device-label span {
        transition: all 0.2s ease;
        position: absolute;
        display: block;
        width: 100%; }
      ul.device-wall li .device-label .title {
        bottom: -1rem; }
      ul.device-wall li .device-label .description {
        bottom: -0.5rem;
        opacity: 0;
        text-align: center;
        font-weight: 400; }
    ul.device-wall li:hover {
      cursor: pointer; }
      ul.device-wall li:hover .device-label .title {
        bottom: -1.5rem;
        opacity: 0; }
      ul.device-wall li:hover .device-label .description {
        bottom: -1rem;
        opacity: 1; }
    ul.device-wall li.focus-out {
      opacity: 0.6;
      -ms-transform: scale(0.95);
          transform: scale(0.95);
      filter: grayscale(100%); }

.phone-title:not(:nth-child(1)) {
  display: none; }

.text-mask {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 6.25rem; }
  @media screen and (max-width: 39.9375em) {
    .text-mask {
      height: 3.75rem;
      margin-bottom: 1em; } }
  .text-mask.multi {
    height: 12.5rem; }

.hero-title-carousel {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  margin-left: 0; }

.hero-title-carousel li {
  display: block;
  position: absolute;
  width: 100%; }

.hero-title-carousel-hide {
  opacity: 0 !important;
  -ms-transform: translateY(-100%) translateZ(0) !important;
  transform: translateY(-100%) translateZ(0) !important; }

.hero-title-carousel-reveal {
  /* Safari */
  -ms-transform: translateY(100%) translateZ(0);
  /* IE 9 */
  transform: translateY(100%) translateZ(0); }

.hero footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  padding-top: 0;
  padding-bottom: 1em;
  opacity: 0.4;
  transition: all 0.5s ease; }
  .hero footer:hover {
    opacity: 0.7; }
  .hero footer p {
    text-align: left;
    display: none; }
  @media screen and (max-width: 39.9375em) {
    .hero footer {
      display: none; } }

.line-box-wrap {
  width: 580px;
  height: 480px;
  overflow: hidden;
  position: relative;
  margin-left: 100px; }
  @media screen and (max-width: 39.9375em) {
    .line-box-wrap {
      width: auto;
      -ms-transform: scale(0.8) translateY(20%);
          transform: scale(0.8) translateY(20%);
      margin: 80px 0 0; } }

.line-box-viewport {
  position: absolute;
  width: 105%;
  height: 100%;
  margin-left: -1em; }
  @media screen and (max-width: 39.9375em) {
    .line-box-viewport {
      margin-left: auto; } }

.line-boxes {
  position: relative;
  width: 2500px;
  padding-top: 52px;
  transform: translate3d(-430px, 0, 0); }
  @media screen and (max-width: 39.9375em) {
    .line-boxes {
      opacity: 0; } }
  .line-boxes:last-child {
    margin-right: 0; }
  .line-boxes .box {
    float: left;
    width: 166px;
    height: 294px;
    margin-right: 17px;
    background-repeat: no-repeat;
    background-size: cover; }
    .line-boxes .box.web {
      width: 424px;
      background-image: url("../img/wireframe-dashboard.png"); }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .line-boxes .box.web {
          background-image: url("../img/wireframe-dashboard.png"); } }
    .line-boxes .box.apple-pay {
      background-image: url("../img/wireframe-app.png"); }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .line-boxes .box.apple-pay {
          background-image: url("../img/wireframe-app@2x.png"); } }
    .line-boxes .box.hongbao {
      background-image: url("../img/wireframe-hongbao.png"); }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .line-boxes .box.hongbao {
          background-image: url("../img/wireframe-hongbao@2x.png"); } }
    .line-boxes .box.qr {
      background-image: url("../img/wireframe-coupon.png"); }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .line-boxes .box.qr {
          background-image: url("../img/wireframe-coupon@2x.png"); } }

.scene-slider-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .scene-slider-wrap .iphone-hand-bg {
    position: absolute;
    top: 80px;
    width: 378px;
    height: 573px;
    background-image: url("../img/home-phone-hand.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: none; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .scene-slider-wrap .iphone-hand-bg {
        background-image: url("../img/home-phone-hand@2x.png"); } }

.device-iphone6 {
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  left: 44px;
  width: 182px;
  height: 380px;
  padding: 44px 8px 40px;
  background-color: #fcfcfc;
  border-radius: 25px;
  z-index: 2;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 5px 10px 0px rgba(0, 0, 0, 0.05), 0px 15px 15px 0px rgba(0, 0, 0, 0.03), inset 0px 0px 1px 0px rgba(0, 0, 0, 0.14); }
  .device-iphone6 .topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background-color: #fcfcfc;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px; }
  .device-iphone6 .screen {
    position: relative;
    width: 100%;
    height: 294px;
    overflow: hidden;
    border-radius: 1px; }
  .device-iphone6 .camera {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    height: 4px;
    background-color: #1d1c1c;
    border-radius: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .device-iphone6 .speaker {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 28px;
    height: 3px;
    background-color: #1d1c1c;
    border-radius: 4px;
    -ms-transform: translateX(-49%);
        transform: translateX(-49%); }
  .device-iphone6 .speaker-before {
    position: absolute;
    top: 18px;
    left: 33%;
    width: 6px;
    height: 6px;
    background: #272626;
    border-radius: 50%;
    -ms-transform: translateX(-49%);
        transform: translateX(-49%); }
  .device-iphone6 .home {
    position: absolute;
    bottom: 6px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d9d9d9; }
  .device-iphone6 .home:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fcfcfc; }

.scene-viewes {
  position: relative;
  height: 100%; }
  .scene-viewes .scene {
    position: relative;
    float: left;
    width: 580px;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover; }
    .scene-viewes .scene.aggregate-pay {
      background-image: url("../img/tweenlite/img/aggregate-pay.png");
      width: 527px;
      height: 480px; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .scene-viewes .scene.aggregate-pay {
          -ms-transform: scale(0.8);
              transform: scale(0.8);
          background-image: url("../img/tweenlite/img/aggregate-pay@2x.png"); } }
    .scene-viewes .scene.aggregate-deposit {
      background-image: url("../img/tweenlite/img/aggregate-deposit.png");
      width: 580px;
      height: 480px; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .scene-viewes .scene.aggregate-deposit {
          -ms-transform: scale(0.8);
              transform: scale(0.8);
          background-image: url("../img/tweenlite/img/aggregate-deposit@2x.png"); } }
    .scene-viewes .scene.pay-system {
      background-image: url("../img/tweenlite/img/pay-system.png");
      width: 580px;
      height: 480px;
      margin-left: 30px; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .scene-viewes .scene.pay-system {
          -ms-transform: scale(0.8);
              transform: scale(0.8);
          background-image: url("../img/tweenlite/img/pay-system@2x.png"); } }
    .scene-viewes .scene.cross-border-pay {
      background-image: url("../img/tweenlite/img/cross-border-pay.png");
      width: 580px;
      height: 480px; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .scene-viewes .scene.cross-border-pay {
          -ms-transform: scale(0.8);
              transform: scale(0.8);
          background-image: url("../img/tweenlite/img/cross-border-pay@2x.png"); } }
    .scene-viewes .scene.apple-pay {
      border: 1px solid rgba(0, 0, 0, 0.3);
      background-image: url("../img/screen-app-pay.jpg"); }
    .scene-viewes .scene.hongbao {
      background-image: url("../img/newhome/account-system.png"); }
    .scene-viewes .scene.qr {
      width: 425px;
      height: 293px;
      background-size: cover;
      background-image: url("../img/newhome/solutionfund.png"); }
    .scene-viewes .scene.web {
      width: 425px;
      height: 293px;
      background-image: url("../img/newhome/merchants-system.png");
      background-size: cover; }
    .scene-viewes .scene.bank {
      width: 425px;
      height: 293px;
      background-image: url("../img/newhome/bank.png");
      background-size: cover; }

.home-feature__copy p {
  font-size: 16px;
  color: #606060; }

.hero-scene-intro {
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 39.9375em) {
    .hero-scene-intro {
      margin-left: auto;
      margin-right: auto; } }
  .hero-scene-intro .viewport {
    position: relative;
    width: 100%;
    min-width: 370px;
    margin-bottom: -40px;
    height: 480px;
    overflow: hidden; }
    @media screen and (max-width: 39.9375em) {
      .hero-scene-intro .viewport {
        height: 88px; } }
    .hero-scene-intro .viewport li {
      height: 480px;
      box-sizing: border-box; }
      .hero-scene-intro .viewport li:first-child, .hero-scene-intro .viewport li:last-child {
        padding-top: 103px; }
      .hero-scene-intro .viewport li:nth-child(2) {
        padding-top: 81px; }
      .hero-scene-intro .viewport li:nth-child(3) {
        padding-top: 116px; }
      .hero-scene-intro .viewport li:nth-child(4) {
        padding-top: 116px; }
  .hero-scene-intro h1,
  .hero-scene-intro h4,
  .hero-scene-intro p {
    text-align: left; }
    @media screen and (max-width: 39.9375em) {
      .hero-scene-intro h1,
      .hero-scene-intro h4,
      .hero-scene-intro p {
        text-align: center; } }
  .hero-scene-intro h1 {
    word-break: keep-all; }
    .hero-scene-intro h1.title {
      font-size: 2.65rem;
      font-weight: 500;
      font-weight: 500;
      color: #202020;
      line-height: 72px; }
  .hero-scene-intro h4 {
    font-size: 1.25rem;
    margin-bottom: 1em;
    white-space: nowrap;
    font-weight: 400;
    color: #7c8486;
    line-height: 24px; }
  .hero-scene-intro .cta {
    margin-top: 1.25rem; }

.hero-scene-text {
  position: relative;
  display: block;
  width: 100%;
  height: 646px;
  min-width: 370px;
  list-style: none;
  margin-left: 0; }

.hero.fullheight {
  height: 700px;
  min-height: 485px; }
  .hero.fullheight > .row {
    height: 100%; }
  @media screen and (max-width: 39.9375em) {
    .hero.fullheight {
      padding-top: 7rem;
      min-height: 600px;
      height: 600px; }
      .hero.fullheight h1.show-for-small-only {
        margin-bottom: 0.2em; } }

.fullheight-column-align {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
  @media screen and (max-width: 39.9375em) {
    .fullheight-column-align {
      -ms-flex-item-align: start;
          align-self: flex-start; } }

.styleguide .top-bar {
  background: #fefefe;
  border-bottom: 1px solid #ebebeb; }

.styleguide .side-bar {
  font-size: 0.875rem;
  font-weight: 500; }
  .styleguide .side-bar ul.menu li {
    margin-bottom: 0.5em; }
  .styleguide .side-bar a {
    color: #0a0a0a;
    border-radius: 3px;
    transition: background-color 0.2s ease; }
    .styleguide .side-bar a:hover {
      background-color: #e0e0e0; }
    .styleguide .side-bar a span.description {
      display: block;
      color: #757575;
      font-size: 0.75rem;
      margin-top: 0.12em; }
    .styleguide .side-bar a.active {
      background-color: #35c8e6;
      color: #fefefe; }
      .styleguide .side-bar a.active span.description {
        color: #fefefe; }

.styleguide-element {
  border: 1px solid #e0e0e0;
  padding: 1em;
  border-radius: 3px;
  margin-bottom: 0.5em; }
  .styleguide-element.no-padding {
    padding: 0; }
  .styleguide-element.h1-no-margin h1 {
    margin-bottom: 0.5rem; }
  .styleguide-element .row:last-child .callout {
    margin: 0; }

.styleguide-caption {
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
  color: #8a8a8a;
  line-height: 1.2; }

.styleguide-content {
  margin-top: 2em; }

.styleguide-head {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ebebeb; }
  .styleguide-head h2 {
    margin-bottom: 0.1em; }

.styleguide-section {
  padding: 1em 0; }
  .styleguide-section h3 {
    margin-bottom: 0.45em; }
  .styleguide-section h6.styleguide-section--title {
    margin-bottom: 0.7em;
    font-size: 0.875rem;
    margin-top: 1em; }

.color-palette {
  list-style: none;
  margin: 0;
  clear: both; }
  .color-palette .color-palette-item {
    width: 10em;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5em; }
    .color-palette .color-palette-item .fill {
      width: 100%;
      height: 6.21118em;
      border-radius: 3px 3px 0 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .color-palette .color-palette-item .info {
      font-size: 0.75rem;
      padding: 0.5em; }
      .color-palette .color-palette-item .info .name {
        font-weight: 500;
        font-size: 0.875rem; }
      .color-palette .color-palette-item .info .var, .color-palette .color-palette-item .info .meta {
        font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace;
        display: block;
        text-transform: lowercase;
        font-size: 0.75rem; }

.theme-invert .hero, .theme-pink-black .hero, .theme-orange-purple .hero, .theme-career .hero,
.hero.invert {
  color: #fefefe; }
  .theme-invert .hero h1, .theme-pink-black .hero h1, .theme-orange-purple .hero h1, .theme-career .hero h1,
  .theme-invert .hero h2,
  .theme-pink-black .hero h2,
  .theme-orange-purple .hero h2,
  .theme-career .hero h2,
  .theme-invert .hero h3,
  .theme-pink-black .hero h3,
  .theme-orange-purple .hero h3,
  .theme-career .hero h3,
  .theme-invert .hero h4,
  .theme-pink-black .hero h4,
  .theme-orange-purple .hero h4,
  .theme-career .hero h4,
  .theme-invert .hero h5,
  .theme-pink-black .hero h5,
  .theme-orange-purple .hero h5,
  .theme-career .hero h5,
  .theme-invert .hero h6,
  .theme-pink-black .hero h6,
  .theme-orange-purple .hero h6,
  .theme-career .hero h6,
  .hero.invert h1,
  .hero.invert h2,
  .hero.invert h3,
  .hero.invert h4,
  .hero.invert h5,
  .hero.invert h6 {
    color: #fefefe;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); }
  .theme-invert .hero p, .theme-pink-black .hero p, .theme-orange-purple .hero p, .theme-career .hero p,
  .theme-invert .hero label,
  .theme-pink-black .hero label,
  .theme-orange-purple .hero label,
  .theme-career .hero label,
  .hero.invert p,
  .hero.invert label {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.8); }

.theme-invert--image .hero {
  color: #fefefe; }
  .theme-invert--image .hero h1,
  .theme-invert--image .hero h2,
  .theme-invert--image .hero h3,
  .theme-invert--image .hero h4,
  .theme-invert--image .hero h5,
  .theme-invert--image .hero h6 {
    color: #fefefe;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); }
  .theme-invert--image .hero p {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.8); }

.theme-invert.theme-invert--pattern .hero, .theme-invert--pattern.theme-pink-black .hero, .theme-invert--pattern.theme-orange-purple .hero, .theme-invert--pattern.theme-career .hero {
  background: url("../img/invert-bg.png") top left/991px 605px no-repeat, linear-gradient(-180deg, #0f0f0f 0%, #0a0a0a 100%); }

.theme-products {
  overflow-x: hidden; }
  .theme-products .top-bar ul li a {
    color: rgba(255, 255, 255, 0.7); }
    .theme-products .top-bar ul li a:hover {
      color: white; }
  .theme-products .top-bar .submenu a {
    color: rgba(0, 0, 0, 0.6); }
    .theme-products .top-bar .submenu a:hover {
      color: rgba(0, 0, 0, 0.8); }
  .theme-products .button.cta.hollow {
    color: rgba(255, 255, 255, 0.7); }
    .theme-products .button.cta.hollow:hover {
      color: rgba(0, 0, 0, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.7);
      background: #fff;
      box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.2); }
  .theme-products .hero {
    background-color: HSL(225, 17%, 5%);
    background-image: url("../img/bg-products.jpg");
    background-size: cover;
    background-position: center; }
  .theme-products .hero-copy h1,
  .theme-products .hero-copy h2,
  .theme-products .hero-copy h3,
  .theme-products .hero-copy h4,
  .theme-products .hero-copy h5,
  .theme-products .hero-copy h6 {
    color: #fefefe;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); }

.theme-solution {
  overflow-x: hidden; }
  .theme-solution .top-bar ul li a {
    color: rgba(255, 255, 255, 0.7); }
    .theme-solution .top-bar ul li a:hover {
      color: white; }
  .theme-solution .top-bar .submenu a {
    color: rgba(0, 0, 0, 0.6); }
    .theme-solution .top-bar .submenu a:hover {
      color: #14b1d1; }
  .theme-solution .button.cta.hollow {
    color: rgba(255, 255, 255, 0.7); }
    .theme-solution .button.cta.hollow:hover {
      color: rgba(0, 0, 0, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.7);
      background: #fff;
      box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.2); }
  .theme-solution .hero {
    background-image: url("../img/solution-bg.png");
    background-size: cover;
    background-position: center top; }
  .theme-solution .hero-copy h1,
  .theme-solution .hero-copy h2,
  .theme-solution .hero-copy h3,
  .theme-solution .hero-copy h4,
  .theme-solution .hero-copy h5,
  .theme-solution .hero-copy h6 {
    color: #fefefe;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25); }

.theme-solicit {
  overflow-x: hidden;
  background-color: #f3faf7; }
  .theme-solicit .top-bar a {
    cursor: pointer; }
  .theme-solicit .top-bar ul li a {
    color: #666666; }
    .theme-solicit .top-bar ul li a:hover {
      color: rgba(0, 0, 0, 0.8); }
  .theme-solicit .top-bar .submenu a {
    color: rgba(0, 0, 0, 0.6); }
    .theme-solicit .top-bar .submenu a:hover {
      color: rgba(0, 0, 0, 0.8); }

.theme-new-products {
  overflow-x: hidden; }
  .theme-new-products .top-bar ul li a {
    color: rgba(255, 255, 255, 0.7); }
    .theme-new-products .top-bar ul li a:hover {
      color: white; }
  .theme-new-products .top-bar .submenu a {
    color: rgba(0, 0, 0, 0.6); }
    .theme-new-products .top-bar .submenu a:hover {
      color: rgba(0, 0, 0, 0.8); }
  .theme-new-products .button.cta.hollow {
    color: rgba(255, 255, 255, 0.7); }
    .theme-new-products .button.cta.hollow:hover {
      color: rgba(0, 0, 0, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.7);
      background: #fff;
      box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.2); }
  .theme-new-products .hero {
    background-image: url("../img/solution/fund/solution-fund-banner.jpg");
    background-size: cover;
    background-position: center;
    height: 480px; }
  .theme-new-products .hero-copy h1,
  .theme-new-products .hero-copy h2,
  .theme-new-products .hero-copy h3,
  .theme-new-products .hero-copy h4,
  .theme-new-products .hero-copy h5,
  .theme-new-products .hero-copy h6 {
    color: #fefefe; }

.theme-customers {
  background-color: #edeef1; }

.theme-in footer.invert {
  background: #212121;
  color: #757575; }
  .theme-in footer.invert ul.menu li a {
    color: #f5f5f5; }
    .theme-in footer.invert ul.menu li a:hover {
      color: white; }
  .theme-in footer.invert .footer__language-switcher .lang {
    border: 1px solid #f5f5f5;
    background: #212121;
    color: #f5f5f5; }
  .theme-in footer.invert .footer__language-switcher:hover .lang.han {
    border-color: #f5f5f5;
    color: #212121;
    background: #f5f5f5; }

.theme-invert .top-bar ul li a, .theme-pink-black .top-bar ul li a, .theme-orange-purple .top-bar ul li a, .theme-career .top-bar ul li a,
.top-bar.invert ul li a {
  color: rgba(255, 255, 255, 0.7); }
  .theme-invert .top-bar ul li a:hover, .theme-pink-black .top-bar ul li a:hover, .theme-orange-purple .top-bar ul li a:hover, .theme-career .top-bar ul li a:hover,
  .top-bar.invert ul li a:hover {
    color: white; }

.theme-invert .top-bar ul li .submenu li a, .theme-pink-black .top-bar ul li .submenu li a, .theme-orange-purple .top-bar ul li .submenu li a, .theme-career .top-bar ul li .submenu li a,
.top-bar.invert ul li .submenu li a {
  color: rgba(0, 0, 0, 0.6); }
  .theme-invert .top-bar ul li .submenu li a:hover, .theme-pink-black .top-bar ul li .submenu li a:hover, .theme-orange-purple .top-bar ul li .submenu li a:hover, .theme-career .top-bar ul li .submenu li a:hover,
  .top-bar.invert ul li .submenu li a:hover {
    color: #1198b4; }

.theme-invert .button.cta.hollow, .theme-pink-black .button.cta.hollow, .theme-orange-purple .button.cta.hollow, .theme-career .button.cta.hollow {
  color: rgba(255, 255, 255, 0.7); }
  .theme-invert .button.cta.hollow:hover, .theme-pink-black .button.cta.hollow:hover, .theme-orange-purple .button.cta.hollow:hover, .theme-career .button.cta.hollow:hover {
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: #fff;
    box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.2); }

.theme-invert .title-bar, .theme-pink-black .title-bar, .theme-orange-purple .title-bar, .theme-career .title-bar,
.theme-cmbwallet .title-bar {
  color: white; }

.theme-invert .title-bar__toggle span, .theme-pink-black .title-bar__toggle span, .theme-orange-purple .title-bar__toggle span, .theme-career .title-bar__toggle span,
.theme-cmbwallet .title-bar__toggle span,
.theme-products .title-bar__toggle span,
.theme-solution .title-bar__toggle span {
  background: white; }

.theme-invert .top-bar__logo, .theme-pink-black .top-bar__logo, .theme-orange-purple .top-bar__logo, .theme-career .top-bar__logo, .theme-invert .countdown-logo, .theme-pink-black .countdown-logo, .theme-orange-purple .countdown-logo, .theme-career .countdown-logo,
.theme-cmbwallet .top-bar__logo,
.theme-cmbwallet .countdown-logo,
.theme-products .top-bar__logo,
.theme-products .countdown-logo,
.theme-solution .top-bar__logo,
.theme-solution .countdown-logo,
.theme-new-products .top-bar__logo,
.theme-new-products .countdown-logo {
  background: url("../img/newhome/logo-white.png") left center no-repeat;
  background-size: 90%; }

.top-bar__logo.invert, .invert.countdown-logo {
  background: url("../img/newhome/logo-white.png") left center no-repeat;
  background-size: 90%; }

.theme-orange-blue .hero {
  background-image: linear-gradient(-180deg, #fff7eb 8%, #cde9ff 100%); }

.theme-light-gray .hero {
  background-image: linear-gradient(-180deg, #f6f8fa 0%, #f1f3f4 100%); }

.theme-medium-white {
  background-color: #ffffff; }
  .theme-medium-white .hero {
    background: #ffffff; }

.theme-pink-blue .hero {
  background-image: linear-gradient(-180deg, #feebff 8%, #aadbff 100%); }

.theme-nonprofit {
  background: #f3fffe; }
  .theme-nonprofit h1,
  .theme-nonprofit h2,
  .theme-nonprofit h3 {
    color: #29614e; }
  .theme-nonprofit h4,
  .theme-nonprofit h6,
  .theme-nonprofit p,
  .theme-nonprofit span {
    color: #48b691; }
  .theme-nonprofit h5 {
    color: #9e9e9e; }
  .theme-nonprofit .hero {
    background-image: linear-gradient(0deg, #f3fffe 0%, #e1fefc 100%); }
  .theme-nonprofit .ld-content-container section > .row {
    border-color: #c8ede3; }
  .theme-nonprofit footer {
    background: #f3fffe; }
    .theme-nonprofit footer .beian {
      background: #f3fffe !important; }
    .theme-nonprofit footer .beian a {
      color: #48b691; }
  .theme-nonprofit .button {
    background: #48b691; }
  .theme-nonprofit .ld-content dl dt,
  .theme-nonprofit .ld-content dl dd {
    color: #48b691; }
  .theme-nonprofit .ld-content__callout h1,
  .theme-nonprofit .ld-content__callout h2,
  .theme-nonprofit .ld-content__callout h3 {
    color: #48b691; }
  .theme-nonprofit .ld-content__hero h6 {
    color: #29614e; }
  .theme-nonprofit .ld-ingridcta .inner-row {
    border: 1px solid rgba(72, 182, 145, 0.25); }
    .theme-nonprofit .ld-ingridcta .inner-row p {
      margin-bottom: 1rem; }
    .theme-nonprofit .ld-ingridcta .inner-row.noborder {
      border: 0; }

.theme-cmbwallet .top-bar ul li a {
  color: rgba(255, 255, 255, 0.7); }
  .theme-cmbwallet .top-bar ul li a:hover {
    color: white; }

.theme-cmbwallet .top-bar .submenu a {
  color: rgba(0, 0, 0, 0.6); }
  .theme-cmbwallet .top-bar .submenu a:hover {
    color: rgba(0, 0, 0, 0.8); }

.theme-cmbwallet .button.cta.hollow {
  color: rgba(255, 255, 255, 0.7); }
  .theme-cmbwallet .button.cta.hollow:hover {
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: #fff;
    box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.2); }

.theme-cmbwallet .ld-feature-grid__icon {
  height: 9.5rem; }

@media screen and (max-width: 39.9375em) {
  .theme-cmbwallet .ld-feature-grid__column {
    padding: 2rem 0 0rem; } }

.theme-cmbwallet .hero--large-padding {
  padding: 12em 0em 14em; }
  @media screen and (max-width: 39.9375em) {
    .theme-cmbwallet .hero--large-padding {
      padding: 9em 0em 10em; } }

@media screen and (max-width: 39.9375em) {
  .theme-cmbwallet h2 {
    font-size: 1.5rem; } }

.theme-pink-black .hero {
  background-image: radial-gradient(circle farthest-side at left bottom, #f8cdda, #1d2b64 80%, #0e153a); }

.theme-orange-purple .hero {
  background-image: radial-gradient(circle farthest-corner at right bottom, #ffd08a 0, #ffa376 28%, #d26578 52%, #682a84 79%, #241668 100%); }

.theme-career {
  color: #9e9e9e; }
  .theme-career,
  .theme-career .hero {
    background: #2c2c2c; }
  .theme-career .nav.block-grid {
    background: #2c2c2c; }
  .theme-career .ld-content__hero h5 {
    color: #9e9e9e; }
  .theme-career .ld-faq .accordion .accordion-item a {
    color: #fefefe; }
  .theme-career .ld-faq .accordion .accordion-title:hover {
    background: #212121; }
  .theme-career .accordion {
    background: #2c2c2c; }
    .theme-career .accordion .accordion-title,
    .theme-career .accordion .accordion-content {
      border-bottom-color: #212121; }
    .theme-career .accordion .accordion-content {
      background-color: #2c2c2c; }
  .theme-career .ld-career-list span.location {
    color: #9e9e9e; }
  .theme-career .nav.block-grid ul li {
    border-right-color: #2c2c2c;
    border-bottom-color: #212121; }
    .theme-career .nav.block-grid ul li > a:hover {
      background: rgba(33, 33, 33, 0.3); }
    .theme-career .nav.block-grid ul li > a h5 {
      color: #fefefe; }
    .theme-career .nav.block-grid ul li > a span.description {
      color: #9e9e9e; }
  .theme-career h2,
  .theme-career h3 {
    color: #fefefe; }

.theme-new-solution .top-bar-wrapper {
  background: #fff;
  padding: 0; }

@media screen and (max-width: 39.9375em) {
  .theme-new-solution .top-bar-wrapper {
    background: transparent; }
  .theme-new-solution .top-bar__logo, .theme-new-solution .countdown-logo {
    background: url("../img/newhome/logo-white.png") left center no-repeat;
    background-size: 90%;
    opacity: 0.8; }
  .theme-new-solution .title-bar__toggle span {
    background: rgba(255, 255, 255, 0.8); }
  
  .theme-new-products .top-bar__logo,
  .theme-new-products .countdown-logo {
    background: url("../img/newhome/logo-white.png") left center no-repeat;
    background-size: 90%;
    opacity: 0.8; }
  .theme-new-products .title-bar__toggle span {
    background: rgba(255, 255, 255, 0.8); }
  .theme-nonprofit footer .beian a {
    color: #606060; }
    .theme-nonprofit footer .beian a span {
      color: #202020; } }

.hljs-comment,
.hljs-quote {
  color: #8e908c; }

/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #c82829; }

/* Tomorrow Orange */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #f5871f; }

/* Tomorrow Yellow */
.hljs-attribute {
  color: #eab700; }

/* Tomorrow Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #718c00; }

/* Tomorrow Blue */
.hljs-title,
.hljs-section {
  color: #4271ae; }

/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #8959a8; }

.hljs {
  display: block;
  overflow-x: auto;
  color: #4d4d4c; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

.stickers-wrap .business-friend {
  background-color: #F5F7F8; }
  .stickers-wrap .business-friend.h5 {
    padding-top: 0; }

.stickers-wrap .h4title {
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 40px;
  border-bottom: 1px rgba(0, 0, 0, 0.08) solid; }

.stickers-wrap .stickers {
  background-color: #F5F7F8; }
  .stickers-wrap .stickers ul {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    margin: 0; }
  .stickers-wrap .stickers li {
    display: inline-block;
    margin: 0 -21px; }
  .stickers-wrap .stickers img {
    margin-bottom: 20px;
    height: 300px; }

.bottom-contact-us {
  height: 20rem;
  background: linear-gradient(127deg, #1444ad 0%, #0e82b7 100%);
  color: #ffffff;
  -ms-flex-align: center;
      align-items: center; }
  .bottom-contact-us .contact-content {
    margin-right: -15%; }
  .bottom-contact-us h3 {
    font-size: 2.125rem;
    line-height: 2.5rem;
    font-weight: 500;
    margin-bottom: 0.625rem;
    letter-spacing: 1px; }
  .bottom-contact-us p {
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin-bottom: 1.875rem;
    letter-spacing: 1px; }
  .bottom-contact-us .contact-btn {
    display: inline-block;
    width: 8.625rem;
    height: 2.5rem;
    border-radius: 4px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 2.5rem; }
  .bottom-contact-us img {
    width: auto;
    height: 20.0625rem;
    margin-left: -9.875rem;
    padding-top: 2.5rem; }

@media screen and (max-width: 39.9375em) {
  .bottom-contact-us {
    height: 13.375rem;
    background: linear-gradient(134deg, #1444ad 0%, #0e82b7 100%);
    color: #ffffff; }
    .bottom-contact-us h3 {
      font-size: 1.5rem;
      line-height: 2.25rem;
      font-weight: 600;
      margin-bottom: 0.75rem;
      letter-spacing: 0.125rem; }
    .bottom-contact-us p {
      font-size: 0.875rem;
      line-height: 2.25rem;
      margin-bottom: 1.25rem;
      letter-spacing: normal; }
    .bottom-contact-us .contact-btn {
      display: inline-block;
      width: 6.75rem;
      height: 2.5rem;
      border-radius: 4px;
      color: #ffffff;
      font-size: 0.875rem;
      font-weight: 500;
      text-align: center;
      line-height: 2.5rem; }
    .bottom-contact-us .contact-content {
      margin-right: 0; } }

.customer-case {
  width: 100%;
  height: 30rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 5rem; }
  .customer-case .case-container {
    margin: 0;
    position: absolute;
    width: calc(360px * 20); }
    .customer-case .case-container .case-item {
      list-style: none;
      float: left;
      width: 20rem;
      height: 25rem;
      border-radius: 4px;
      margin: 0 10px;
      box-shadow: 0 0.625rem 0.625rem 0 rgba(231, 233, 238, 0.5); }
      .customer-case .case-container .case-item:hover {
        box-shadow: 0 1.25rem 1.25rem 0 #e7e9ee; }
      .customer-case .case-container .case-item div {
        width: 20rem;
        height: 25rem; }
      .customer-case .case-container .case-item .case-img {
        width: 20rem;
        height: 14.125rem; }
      .customer-case .case-container .case-item .content {
        font-size: 1.125rem;
        font-weight: 600;
        color: #252525;
        line-height: 1.5625rem;
        padding: 2.5rem 0.9375rem 1.5625rem;
        margin: 0;
        text-align: left;
        height: 7.1875rem; }
      .customer-case .case-container .case-item .case-icon {
        width: 7.375rem;
        height: 2.625rem; }

@media screen and (max-width: 39.9375em) {
  .customer-case {
    width: 100%;
    height: auto;
    position: relative;
    overflow: auto;
    padding-bottom: 2.5rem; }
    .customer-case .case-container {
      margin: 0;
      position: static;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      max-width: 100% !important;
      margin-left: auto !important;
      margin-right: auto !important; }
      .customer-case .case-container .case-item {
        list-style: none;
        float: none;
        width: 100%;
        height: 22.5rem;
        border-radius: 4px;
        margin: 0 0 1.25rem; }
        .customer-case .case-container .case-item div {
          width: 100%;
          height: 22.5rem; }
        .customer-case .case-container .case-item .case-img {
          width: 100%;
          height: auto; }
        .customer-case .case-container .case-item .content {
          font-size: 0.875rem;
          font-weight: 500;
          color: #252525;
          line-height: 1.25rem;
          padding: 1.25rem 0.9375rem 0.625rem;
          margin: 0;
          text-align: left;
          height: 3.75rem; } }

.event-banner {
  text-align: center;
  line-height: 30px;
  background-color: #f0f0f0;
  font-size: 12px;
  padding: 0 .5rem; }
  @media screen and (max-width: 39.9375em) {
    .event-banner {
      display: none; } }
  .event-banner a {
    display: inline-block;
    color: #212121; }
    .event-banner a:hover {
      text-decoration: underline; }

.row {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.row-d {
  max-width: 75rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

@media screen and (max-width: 414px) {
  .home-main-con {
    padding: 48px 0; }
  .iconwall-item {
    text-align: center; } }

.nav.block-grid.new-features ul {
  margin: 0px; }

.nav.block-grid.new-features li {
  position: relative;
  padding: 0 0px;
  transition: transform 0.2s ease;
  width: auto;
  -ms-flex: 1;
      flex: 1; }
  @media screen and (max-width: 39.9375em) {
    .nav.block-grid.new-features li {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-bottom: 0.5em; } }
  @media screen and (max-width: 39.9375em) {
    .nav.block-grid.new-features li:not(:last-child) a.block-grid-link {
      border-bottom: none; } }
  .nav.block-grid.new-features li:last-child {
    border-right: none; }
    .nav.block-grid.new-features li:last-child a.block-grid-link {
      border-right: none; }
  .nav.block-grid.new-features li a.block-grid-link {
    z-index: 1;
    border-radius: 0px;
    border: 1px solid #ebebeb;
    border-left: none; }
    .nav.block-grid.new-features li a.block-grid-link h5 {
      z-index: 1; }
    .nav.block-grid.new-features li a.block-grid-link .description {
      margin: 0 auto 0.5em;
      z-index: 1;
      max-width: 265px;
      opacity: 0.6; }
    .nav.block-grid.new-features li a.block-grid-link .anchor {
      margin-bottom: -0.5em;
      display: none;
      z-index: 1; }
    .nav.block-grid.new-features li a.block-grid-link .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      opacity: 0;
      transition: opacity 0.2s ease; }
    .nav.block-grid.new-features li a.block-grid-link a {
      color: #0a0a0a; }
  .nav.block-grid.new-features li::after {
    width: calc(100% - 0px);
    height: 100%;
    position: absolute;
    bottom: -5px;
    left: 0px;
    content: ' ';
    filter: blur(10px) brightness(0.9);
    z-index: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out; }
  .nav.block-grid.new-features li.white-text a h5, .nav.block-grid.new-features li.white-text a .description {
    text-shadow: none;
    font-weight: normal; }
  .nav.block-grid.new-features li.white-text:hover a h5, .nav.block-grid.new-features li.white-text:hover a .description {
    color: white;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    font-weight: 400; }
  .nav.block-grid.new-features li.payments span.bg, .nav.block-grid.new-features li.payments::after {
    background-image: linear-gradient(-41deg, #E82B4D 0%, #FFACAC 100%);
    background-position: 20% 50%; }
  .nav.block-grid.new-features li.account span.bg, .nav.block-grid.new-features li.account::after {
    background-image: linear-gradient(-163deg, #6FCFD3 4%, #48B8D0 100%); }
  .nav.block-grid.new-features li.platform span.bg, .nav.block-grid.new-features li.platform::after {
    background-image: linear-gradient(110deg, #64ADEE 10%, #3F6AAF 100%); }
  .nav.block-grid.new-features li.bi span.bg, .nav.block-grid.new-features li.bi::after {
    background-image: linear-gradient(-63deg, #83D8DD 0%, #5DD5B1 100%); }
  .nav.block-grid.new-features li.sky span.bg, .nav.block-grid.new-features li.sky::after {
    background-image: linear-gradient(36deg, #D3F1F9 0%, #F9FDEE 89%); }
  .nav.block-grid.new-features li:hover {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
    z-index: 9; }
    .nav.block-grid.new-features li:hover a h5 {
      opacity: 1; }
    .nav.block-grid.new-features li:hover a span.bg {
      opacity: 1; }
    .nav.block-grid.new-features li:hover::after {
      bottom: -12px;
      filter: blur(12px) brightness(0.9);
      opacity: 0.5; }
    .nav.block-grid.new-features li:hover a a {
      color: white;
      opacity: 0.7;
      text-decoration: underline; }
      .nav.block-grid.new-features li:hover a a:hover {
        opacity: 1; }
  .nav.block-grid.new-features li:active::after {
    bottom: -5px;
    filter: blur(8px) brightness(0.9);
    opacity: 0.5; }

.home-feature {
  padding: 6.25rem 0;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .home-feature {
      padding: 3rem 0; } }
  .home-feature--text-centered .home-feature__copy {
    margin: 120px auto 0; }
    .home-feature--text-centered .home-feature__copy h2 {
      margin-bottom: 24px; }
    .home-feature--text-centered .home-feature__copy h2, .home-feature--text-centered .home-feature__copy h5, .home-feature--text-centered .home-feature__copy p {
      text-align: center; }

.home-content h2 {
  font-weight: 400; }

.home-content .difficult {
  background-color: #F5F7F8;
  padding: 40px 0;
  margin-bottom: 80px; }
  .home-content .difficult h3 {
    margin-bottom: 24px; }
  .home-content .difficult-box > div {
    overflow: hidden;
    height: 160px;
    padding: 0 71px;
    text-align: center;
    border-right: 1px rgba(0, 0, 0, 0.08) solid;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 48px; }
    .home-content .difficult-box > div h4 {
      font-weight: bold;
      font-size: 18px;
      line-height: 160px;
      margin-bottom: 16px; }
    .home-content .difficult-box > div:nth-child(1) {
      background-image: url("../img/newhome/1.png"); }
    .home-content .difficult-box > div:nth-child(2) {
      background-image: url("../img/newhome/2.png"); }
    .home-content .difficult-box > div:nth-child(3) {
      background-image: url("../img/newhome/3.png"); }
    .home-content .difficult-box > div:nth-child(4) {
      background-image: url("../img/newhome/4.png"); }
  .home-content .difficult-desc {
    display: none; }
    .home-content .difficult-desc p {
      margin-bottom: 10px;
      font-size: 14px; }

.home-content .product-box {
  margin: 33px 0 0 0;
  padding-top: 67px;
  border-top: 1px rgba(0, 0, 0, 0.08) solid;
  color: #202020;
  font-size: 14px; }
  .home-content .product-box p {
    opacity: .7; }
  .home-content .product-box-bottom h2 {
    margin-top: 24px;
    margin-bottom: 0; }
  .home-content .product-box img {
    margin-top: -50px;
    height: 360px;
    display: inline; }
  .home-content .product-box .product-item {
    margin-bottom: 90px; }
    .home-content .product-box .product-item:nth-child(2n) img {
      float: left;
      margin-left: -60px; }
    .home-content .product-box .product-item:nth-child(2n-1) img {
      float: right;
      margin-right: -60px; }
    .home-content .product-box .product-item .privatization-img img {
      height: 300px;
      margin-left: 40px;
      margin-top: -20px; }

.home-content .business-friend {
  background-color: #F5F7F8;
  padding-top: 72px; }
  .home-content .business-friend.h5 {
    padding-top: 0; }
  .home-content .business-friend .home-feature__copy {
    margin-bottom: 48px; }
  .home-content .business-friend .h4title {
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 40px;
    border-bottom: 1px rgba(0, 0, 0, 0.08) solid; }

.home-content .stickers {
  background-color: #F5F7F8; }
  .home-content .stickers ul {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    margin: 0; }
  .home-content .stickers li {
    display: inline-block;
    margin: 0 -21px; }
  .home-content .stickers img {
    margin-bottom: 20px;
    height: 300px; }

.bottom-tools {
  padding: 40px 0; }
  .bottom-tools > div {
    padding: 35px 0 28px 0;
    cursor: pointer; }
  .bottom-tools > div:not(:last-child) {
    border-right: 1px rgba(0, 0, 0, 0.08) solid; }
  .bottom-tools img {
    height: 48px;
    margin-bottom: 25px; }
  .bottom-tools .had-hover {
    display: none; }
    .bottom-tools .had-hover img {
      height: 160px;
      margin-bottom: 0; }

.video video {
  width: 100%; }

@media screen and (max-width: 414px) {
  .home-main-con {
    padding-bottom: 0 !important; }
  .home-content .product-module .outer:first-child {
    padding-right: 0; }
  .home-content .product-module .outer:last-child {
    padding-left: 0; }
  .home-content .product-module .outer .product-module-item {
    margin-bottom: 2px;
    padding: 44px 54px 36px; }
  .link-all {
    padding: 32px 0;
    margin-top: -50px;
    background-color: #F5F7F8; }
  .product-box {
    border-top: none !important;
    padding-top: 0 !important; }
  .product-box img {
    height: auto !important;
    margin-top: 0 !important; }
  .product-box .product-item:nth-child(2n-1) img {
    margin-right: 0 !important; }
  .product-box .product-item:nth-child(2n) img {
    margin-left: 0 !important; }
  .bottom-tools {
    padding: 0 !important; }
    .bottom-tools > div:nth-child(1), .bottom-tools > div:nth-child(2) {
      border-bottom: 1px rgba(0, 0, 0, 0.08) solid; } }

.home-feature__copy h2 {
  font-weight: 300;
  font-size: 2.125rem; }
  @media screen and (max-width: 39.9375em) {
    .home-feature__copy h2 {
      font-size: 1.75rem; } }

.home-feature__copy h5 {
  color: #9E9E9E; }
  @media screen and (max-width: 39.9375em) {
    .home-feature__copy h5 {
      font-size: 1rem; } }

.home-feature__copy p {
  line-height: 1.75; }
  @media screen and (max-width: 39.9375em) {
    .home-feature__copy p {
      font-size: 0.875rem; } }
  .home-feature__copy p a {
    font-weight: 400; }

.home-header-container {
  padding-top: 5.625rem;
  height: 37.5rem; }
  .home-header-container h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #252525;
    line-height: 2.875rem; }
  .home-header-container p {
    font-size: 1.25rem;
    color: #4a4a4a;
    line-height: 2rem;
    margin-bottom: 1.9375rem; }
  .home-header-container .free_try {
    display: inline-block;
    width: 10.5rem;
    height: 3rem;
    background: #21b2bb;
    border-radius: 4px;
    border: 1px solid #21b2bb;
    font-size: 1.125rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 3rem;
    text-align: center; }
  .home-header-container .home-img-box {
    -ms-flex-pack: end;
        justify-content: flex-end; }

.service-box {
  position: relative; }
  .service-box .controls-nav {
    position: absolute;
    left: 12%;
    top: 50%;
    margin-top: -2.5rem;
    list-style: none; }
    .service-box .controls-nav .controls-item {
      width: 0.8125rem;
      height: 0.8125rem;
      background: #d9d9d9;
      border-radius: 50%;
      margin: 0.625rem 0; }
      .service-box .controls-nav .controls-item.active {
        background: #21b2bb; }
  .service-box .left-content {
    padding-left: 16.67%;
    height: calc(100vh - 55px); }
  .service-box .left-text {
    margin: 0;
    background: #ffffff;
    height: calc(100vh - 55px); }
    .service-box .left-text .cont-box {
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      visibility: hidden;
      contain: size;
      width: 22.125rem;
      height: 0; }
      .service-box .left-text .cont-box.active {
        height: calc(100vh - 55px);
        visibility: visible;
        contain: none; }
      .service-box .left-text .cont-box h4 {
        font-size: 2rem;
        font-weight: 600;
        color: #252525;
        line-height: 2.875rem; }
      .service-box .left-text .cont-box p {
        font-size: 1.125rem;
        font-weight: 400;
        color: #252525;
        line-height: 2rem;
        margin-bottom: 1.25rem; }
      .service-box .left-text .cont-box img {
        height: 3.75rem;
        width: auto;
        margin-bottom: 1.875rem; }
      .service-box .left-text .cont-box a {
        font-size: 1rem;
        font-weight: 600;
        color: #21b2bb;
        line-height: 2rem; }
  .service-box .right-bg {
    width: 42%;
    height: calc(100vh - 55px);
    background: #c8f4f9;
    opacity: 0.3;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -4;
    overflow: hidden; }
    .service-box .right-bg .circle-bg {
      width: 18.75rem;
      height: 18.75rem;
      border-radius: 9.375rem;
      background: linear-gradient(335deg, #48bfb1 0%, #47bdab 100%);
      position: absolute;
      top: 50%;
      left: -9.375rem;
      margin-top: -9.375rem;
      z-index: -3; }
    .service-box .right-bg .dashed1 {
      width: 10.9375rem;
      height: 10.9375rem;
      border-radius: 5.4375rem;
      background: #c8f4f9;
      border: 2px dashed #5f969d;
      position: absolute;
      top: 50%;
      left: -5.4375rem;
      margin-top: -5.4375rem;
      z-index: -2; }
    .service-box .right-bg .dashed2 {
      width: 8.8125rem;
      height: 8.8125rem;
      border-radius: 8.8125rem;
      background: #c8f4f9;
      border: 2px dashed #5f969d;
      position: absolute;
      top: 50%;
      left: -4.375rem;
      margin-top: -4.375rem;
      z-index: -1; }
  .service-box .right-content {
    padding-right: 6.875rem; }
    .service-box .right-content .cont-box {
      list-style: none;
      height: calc(100vh - 55px);
      border-radius: 20px 0px 0px 20px;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .service-box .right-content .cont-box img {
        width: 100%;
        max-width: 37.375rem;
        min-width: 26.75rem;
        height: auto; }

.customer-message {
  padding: 7.5rem 0 2.5rem; }
  .customer-message h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    line-height: 2.8125rem;
    margin-bottom: 2.5rem; }
  .customer-message ul {
    list-style: none; }
  .customer-message .message-banner-outer-box {
    position: relative; }
    .customer-message .message-banner-outer-box .message-banner-box {
      width: 66.67vw;
      padding: 20px;
      position: relative; }
      .customer-message .message-banner-outer-box .message-banner-box::before {
        content: ' ';
        width: 10.125rem;
        height: 6.25rem;
        background: #dbe7f7;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      .customer-message .message-banner-outer-box .message-banner-box::after {
        content: ' ';
        width: 10.5625rem;
        height: 13.0625rem;
        background: #fae2e2;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1; }
    .customer-message .message-banner-outer-box .message-banner-inner-box {
      overflow: hidden;
      width: 100%;
      height: 19.3125rem;
      position: relative;
      margin: 0;
      padding: 0;
      box-shadow: 10px 15px 30px 0px rgba(217, 229, 235, 0.5); }
      .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container {
        width: calc(66.67vw * 4);
        position: absolute;
        padding: 0;
        margin: 0;
        left: 0; }
        .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide {
          width: calc(66.67vw - 40px);
          height: 19.3125rem;
          position: relative;
          display: -ms-flexbox;
          display: flex;
          border-radius: 6px;
          padding: 0;
          float: left; }
          .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide .message-item {
            background: #ffffff;
            box-shadow: 10px 15px 30px 0px rgba(217, 229, 235, 0.5);
            padding: 20px; }
            .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide .message-item .message-cont {
              padding: 40px 26px 0 32px; }
              .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide .message-item .message-cont p {
                font-size: 1.125rem;
                font-weight: 500;
                color: #4a4a4a;
                line-height: 1.5625rem;
                letter-spacing: 0.0625rem;
                position: relative; }
                .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide .message-item .message-cont p::before {
                  content: '';
                  width: 2px;
                  height: 100%;
                  background: #ffc961;
                  position: absolute;
                  left: -0.625rem;
                  top: 0; }
              .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide .message-item .message-cont .name {
                font-size: 1.125rem;
                font-weight: 600;
                color: #252525;
                line-height: 1.5625rem; }
              .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide .message-item .message-cont .job {
                font-size: 1.125rem;
                font-weight: 600;
                color: #a1a1a1;
                line-height: 1.5625rem;
                padding-left: 1.25rem; }
              .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide .message-item .message-cont a {
                font-size: 0.875rem;
                font-weight: 600;
                color: #4a90e2;
                line-height: 1.25rem;
                margin-top: 1.875rem;
                display: block; }
            .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide .message-item .img-cont {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
              .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide .message-item .img-cont div {
                position: relative;
                width: 19.75rem;
                height: 15.5625rem; }
                .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide .message-item .img-cont div img {
                  width: 19.75rem;
                  height: 15.5625rem;
                  position: relative; }
                .customer-message .message-banner-outer-box .message-banner-inner-box .message-banner-container .message-banner-slide .message-item .img-cont div .icon {
                  position: absolute;
                  top: 2.3125rem;
                  left: -2.625rem;
                  width: 5.25rem;
                  height: 5.25rem; }
    .customer-message .message-banner-outer-box .point {
      position: absolute;
      bottom: -1.875rem;
      left: 50%;
      margin-left: -3.75rem;
      z-index: 5; }
      .customer-message .message-banner-outer-box .point .point-item {
        display: inline-block;
        width: 0.625rem;
        height: 0.625rem;
        margin: 0 0.625rem;
        border-radius: 50%;
        background: #d9d9d9; }
        .customer-message .message-banner-outer-box .point .point-item.active {
          background: #21b2bb; }

.company-icons {
  margin-bottom: 7.5rem; }

.home-bottom-case h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  line-height: 2.8125rem;
  text-align: center;
  margin-bottom: 2.5rem; }

@media screen and (max-width: 39.9375em) {
  .company-icons {
    margin-bottom: 2.5rem; }
  .home-bottom-case h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
    line-height: 1.875rem;
    text-align: center;
    margin-bottom: 0.625rem; }
  .home-header-container {
    padding: 5.625rem 0 1.5625rem;
    height: auto; }
    .home-header-container h2 {
      font-size: 1.25rem;
      line-height: 2.125rem;
      margin-bottom: 0.625rem;
      text-align: center; }
    .home-header-container p {
      font-size: 0.75rem;
      line-height: 1.25rem;
      margin-bottom: 1.25rem; }
    .home-header-container .free_try {
      display: block;
      width: 5.5rem;
      height: 2rem;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 2rem;
      text-align: center;
      margin: 0 auto; }
    .home-header-container .home-img-box {
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 2.5rem; }
  .service-box-m {
    background: rgba(200, 244, 249, 0.1);
    padding-bottom: 1.25rem; }
    .service-box-m .service-content-item-m {
      padding-top: 2.5rem; }
      .service-box-m .service-content-item-m img {
        width: 100%;
        height: auto; }
      .service-box-m .service-content-item-m .icon {
        height: 1.5rem !important;
        width: auto !important;
        margin-bottom: 0.625rem; }
      .service-box-m .service-content-item-m h4 {
        font-size: 1.125rem;
        font-weight: 600;
        color: #202020;
        line-height: 1.5rem;
        margin-bottom: 1.25rem; }
      .service-box-m .service-content-item-m p {
        font-size: 0.875rem;
        font-weight: 400;
        color: #252525;
        line-height: 1.5rem;
        margin-bottom: 0; }
      .service-box-m .service-content-item-m a {
        font-size: 0.875rem;
        font-weight: 600;
        color: #21b2bb;
        line-height: 2rem; }
  .customer-message-m {
    padding: 2.5rem 0 2.0625rem; }
    .customer-message-m h3 {
      font-size: 1.25rem;
      font-weight: 600;
      color: #000000;
      line-height: 1.75rem;
      margin-bottom: 1.25rem;
      text-align: center; }
    .customer-message-m .message-banner-box-m {
      width: 100%;
      overflow-x: scroll; }
      .customer-message-m .message-banner-box-m ul {
        list-style: none;
        width: 45rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
        .customer-message-m .message-banner-box-m ul .message-item-m {
          width: 15rem;
          background: #ffffff;
          box-shadow: 0px 4px 13px 0px rgba(179, 195, 208, 0.5);
          border-radius: 4px;
          margin-right: 1.25rem;
          position: relative; }
          .customer-message-m .message-banner-box-m ul .message-item-m .icon {
            height: 1.75rem;
            width: auto;
            margin-left: -0.5rem; }
          .customer-message-m .message-banner-box-m ul .message-item-m .content {
            padding: 0.8125rem 1rem 3.3125rem;
            font-size: 0.75rem;
            font-family: LucidaGrande;
            color: #252525;
            line-height: 1.25rem; }
            .customer-message-m .message-banner-box-m ul .message-item-m .content .person {
              position: absolute;
              right: 1.25rem;
              bottom: 1.25rem;
              width: 80%;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
            .customer-message-m .message-banner-box-m ul .message-item-m .content .name {
              font-size: 0.8125rem;
              font-weight: 600;
              color: #252525;
              line-height: 1.125rem; }
            .customer-message-m .message-banner-box-m ul .message-item-m .content .job {
              color: #a1a1a1;
              padding-left: 0.625rem; } }

.aggregate-header {
  background: linear-gradient(61deg, #2f4081 0%, #1550ac 100%);
  padding: 0;
  margin-top: 3.4375rem;
  height: 19.875rem;
  position: relative;
  z-index: -1; }
  .aggregate-header::before {
    content: '';
    width: 50%;
    height: 19.875rem;
    position: absolute;
    background: linear-gradient(to left bottom, transparent 50%, rgba(0, 211, 255, 0.03) 50%, rgba(0, 211, 255, 0.03) 100%);
    bottom: 0;
    left: 0;
    z-index: -1; }
  .aggregate-header::after {
    content: '';
    width: 50%;
    height: 19.875rem;
    position: absolute;
    background: linear-gradient(to right bottom, transparent 50%, rgba(0, 211, 255, 0.03) 50%, rgba(0, 211, 255, 0.03) 100%);
    bottom: 0;
    right: 0;
    z-index: -1; }
  .aggregate-header .header-section .header-section-item {
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .aggregate-header .header-section .header-section-item:first-of-type {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .aggregate-header .header-section .header-section-item:last-of-type {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .aggregate-header .header-section .header-section-item .banner-img {
      height: 19.875rem;
      width: auto; }
  .aggregate-header .header-section .header-section-title {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .aggregate-header .header-section .header-section-title .title {
      color: #fff;
      font-size: 2.125rem;
      line-height: 2.5rem;
      font-weight: 500;
      margin-bottom: 0.625rem;
      letter-spacing: 1px;
      text-align: left; }
    .aggregate-header .header-section .header-section-title .text {
      color: #fff;
      font-size: 1.25rem;
      line-height: 2.25rem;
      margin-bottom: 1.875rem;
      letter-spacing: 1px;
      text-align: left;
      margin-bottom: 0; }

.aggregate-sol {
  margin-top: 5rem;
  margin-bottom: 2.5rem; }

.aggregate-sol-nav-container {
  position: relative; }

.aggregate-sol-nav-box {
  position: relative;
  border-left: 2px #f3f6ff solid; }
  .aggregate-sol-nav-box .box-list {
    padding: 0 0.625rem;
    opacity: 0.75;
    cursor: pointer;
    transition: font-size 0.25s, color 0.25s;
    font-size: 1.5rem;
    line-height: 2.0625rem;
    font-weight: 400;
    color: #000000; }
    .aggregate-sol-nav-box .box-list:not(:first-of-type) {
      margin-top: 1.875rem; }
    .aggregate-sol-nav-box .box-list.active {
      color: #21b2bb;
      opacity: 1;
      font-weight: 600;
      position: relative; }
      .aggregate-sol-nav-box .box-list.active::before {
        content: ' ';
        width: 0.125rem;
        height: 2rem;
        left: -0.125rem;
        top: 50%;
        margin-top: -1rem;
        position: absolute;
        background: #21b2bb; }

.aggregate-sol-content {
  margin-bottom: 3.75rem; }
  .aggregate-sol-content .aggregate-sol-item:not(:first-of-type) {
    margin-top: 5rem; }
  .aggregate-sol-content .aggregate-sol-item .title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 2.1875rem;
    line-height: 2.5rem;
    height: 2.5rem;
    position: relative;
    padding-left: 1.125rem; }
    .aggregate-sol-content .aggregate-sol-item .title::before {
      width: 0.5rem;
      height: 1.625rem;
      background: #21b2bb;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -0.8125rem;
      content: ''; }

.aggregate-point-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .aggregate-point-content .pain-box-left {
    box-shadow: 0px 0px 20px 0px rgba(215, 223, 233, 0.69);
    border-radius: 0.25rem;
    padding: 1.875rem;
    margin-right: 1.875rem; }
  .aggregate-point-content .pain-box-right {
    box-shadow: 0px 0px 20px 0px rgba(215, 223, 233, 0.69);
    border-radius: 0.25rem;
    padding: 1.875rem;
    margin-left: 1.875rem; }
  .aggregate-point-content .aggregate-point-item {
    text-align: center; }
    .aggregate-point-content .aggregate-point-item .aggregate-point-img {
      width: 2.875rem;
      height: auto; }
    .aggregate-point-content .aggregate-point-item .aggregate-point-text {
      font-size: 1.125rem;
      line-height: 2.0625rem;
      font-weight: 400;
      margin: 0.9375rem 0 0; }

.aggregate-service-content .aggregate-service-item {
  width: 100%; }
  .aggregate-service-content .aggregate-service-item:not(:first-of-type) {
    margin-top: 2.5rem; }
  .aggregate-service-content .aggregate-service-item .aggregate-service-info {
    margin: 0; }
    .aggregate-service-content .aggregate-service-item .aggregate-service-info .aggregate-service-info-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      position: relative; }
      .aggregate-service-content .aggregate-service-item .aggregate-service-info .aggregate-service-info-item:not(:first-of-type) {
        margin-top: 1.25rem; }
      .aggregate-service-content .aggregate-service-item .aggregate-service-info .aggregate-service-info-item .aggregate-service-info-img {
        margin-right: 1.25rem;
        width: 1.5rem;
        height: ren-calc(24);
        position: absolute;
        top: 0.3125rem;
        left: 0; }
      .aggregate-service-content .aggregate-service-item .aggregate-service-info .aggregate-service-info-item .aggregate-service-info-text {
        font-size: 1.5rem;
        line-height: 2.0625rem;
        color: #000;
        padding-left: 1.875rem; }
  .aggregate-service-content .aggregate-service-item .aggregate-service-title {
    font-size: 1.5rem;
    line-height: 3.375rem;
    font-weight: 400;
    color: #202020;
    margin-bottom: 0; }
  .aggregate-service-content .aggregate-service-item .aggregate-merchant-info {
    list-style: none;
    margin: 0; }
    .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item {
      padding: 0 1.25rem 1.25rem 0; }
      .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item:nth-child(n + 5) {
        padding: 0 1.25rem 0 0; }
      .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item:nth-child(4n) {
        padding: 0 0 1.25rem 0; }
      .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item:nth-child(8) {
        padding: 0; }
        .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item:nth-child(8) .aggregate-merchant-content {
          padding: 1.25rem 1.875rem; }

.aggregate-merchant-content {
  background-color: #f5f7f8;
  padding: 1.25rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  height: 100%; }
  .aggregate-merchant-content .aggregate-merchant-text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #202020;
    margin-top: 0.75rem;
    margin-bottom: 0;
    text-align: center; }

.products-grid > .column, .products-grid > .columns {
  padding-bottom: 1em;
  width: 33%;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .products-grid > .column, .products-grid > .columns {
      width: 50%; } }

.products-filters a::before {
  content: ' ';
  width: 10px;
  height: 10px;
  background: #bdbdbd;
  float: left;
  margin-right: 0.7em;
  margin-top: 0.1em;
  border-radius: 2px; }

.products-filters a.pc-web::before {
  background-color: #5b69c3; }

.products-filters a.qr::before {
  background-color: #d4e24a; }

.products-filters a.wechat::before {
  background-color: #3ea142; }

.products-filters a.mobile-web::before {
  background-color: #3ba3f8; }

.products-filters a.app::before {
  background-color: #f2514b; }

@media screen and (max-width: 39.9375em) {
  .products-filters a {
    width: 100%; } }

.products-card {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 1px 1px 5px 5px;
  padding: 1.5rem; }

.product-card__info {
  text-align: left; }
  .product-card__info h5 {
    margin-bottom: 0.4em; }
  .product-card__info h6 {
    margin-bottom: 0; }

.product-card__rates h2 {
  text-align: right;
  margin-bottom: 0;
  color: #bdbdbd; }

.product-card__logo {
  font-size: 2rem;
  width: 2rem;
  color: #616161; }

.ld-content__heroicon.financing {
  background: url("../img/products-heroicon-financing.png") no-repeat;
  background-size: 61px 61px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ld-content__heroicon.financing {
      background-image: url("../img/products-heroicon-financing@2x.png"); } }

.ld-content__heroicon.payment {
  background: url("../img/products-heroicon-payment.png") no-repeat;
  background-size: 61px 61px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ld-content__heroicon.payment {
      background-image: url("../img/products-heroicon-payment@2x.png"); } }

.ld-content__heroicon.transfer {
  background: url("../img/products-heroicon-transfer.png") no-repeat;
  background-size: 61px 61px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ld-content__heroicon.transfer {
      background-image: url("../img/products-heroicon-transfer@2x.png"); } }

.hero-bg-circle {
  width: 30rem;
  height: 30rem;
  background-color: #0a0a0a;
  position: absolute;
  top: 50%;
  left: 30%;
  border-radius: 100%; }
  .hero-bg-circle.green {
    background-color: HSLA(128, 41%, 62%, 0.15);
    top: 65%;
    left: -20%;
    animation: item-hover1em 10s ease-in-out infinite alternate;
    width: 80em;
    height: 80em; }
  .hero-bg-circle.yellow {
    background-color: HSLA(47, 100%, 55%, 0.3);
    top: 50%;
    left: 70%;
    width: 40em;
    height: 40em;
    animation: item-hover3em 10s ease-in-out infinite alternate; }
  .hero-bg-circle.blue {
    background-color: HSLA(201, 100%, 67%, 0.2);
    top: 70%;
    left: 30%;
    animation: item-hover2em 10s ease-in-out infinite alternate;
    width: 60em;
    height: 60em; }

.products-hero {
  background-image: linear-gradient(180deg, #267cd2 0%, #001a7f 100%) !important; }
  .products-hero .header-section .header-section-title h3 {
    color: #fff;
    font-weight: bold; }

@media screen and (max-width: 39.9375em) {
  .aggregate-header {
    padding-bottom: 0 !important;
    margin-top: 0;
    height: 24.5rem;
    padding-top: 3.4375rem; }
    .aggregate-header::before, .aggregate-header::after {
      content: none; }
    .aggregate-header .header-section .header-section-title .title {
      line-height: 2.8125rem;
      font-size: 1.75rem;
      margin-bottom: 0.9375rem;
      text-align: center; }
    .aggregate-header .header-section .header-section-title .text {
      line-height: 1.3125rem;
      font-size: 0.875rem;
      margin-bottom: 0;
      text-align: center; }
    .aggregate-header .header-section .header-section-item .banner-img {
      margin-right: 1.875rem;
      height: 14.125rem; }
  .aggregate-sol {
    margin-top: 2.5rem;
    margin-bottom: 0; }
  .aggregate-sol-content {
    margin-bottom: 2.5rem; }
    .aggregate-sol-content .aggregate-sol-title {
      margin-bottom: 1.25rem;
      font-size: 1.5rem;
      line-height: 2.0625rem;
      color: #252525;
      font-weight: 600;
      text-align: center; }
    .aggregate-sol-content .aggregate-sol-item:not(:first-of-type) {
      margin-top: 2.5rem; }
    .aggregate-sol-content .aggregate-sol-item .title {
      font-size: 1.125rem;
      color: #202020;
      margin-bottom: 1.25rem;
      padding-left: 0.75rem;
      line-height: 1.125rem;
      height: 1.125rem; }
      .aggregate-sol-content .aggregate-sol-item .title::before {
        width: 4px;
        height: 16px;
        margin-top: -0.5rem !important;
        content: ''; }
  .aggregate-point-content .aggregate-point-item {
    height: 6.8125rem; }
    .aggregate-point-content .aggregate-point-item .pain-box-left {
      height: 6.8125rem;
      margin-right: 0.625rem;
      padding: 1.25rem; }
    .aggregate-point-content .aggregate-point-item .pain-box-right {
      height: 6.8125rem;
      margin-left: 0.625rem;
      padding: 1.25rem; }
    .aggregate-point-content .aggregate-point-item .aggregate-point-img {
      width: 1.5rem;
      height: auto; }
      .aggregate-point-content .aggregate-point-item .aggregate-point-img.aggregate-point-b2b-img {
        width: 2rem;
        height: auto; }
    .aggregate-point-content .aggregate-point-item .aggregate-point-text {
      font-size: 0.75rem;
      line-height: 1.0625rem;
      margin: 0.625rem 0 0; }
  .aggregate-service-content .aggregate-service-item {
    width: 100%; }
    .aggregate-service-content .aggregate-service-item:not(:first-of-type) {
      margin-top: 1.25rem; }
    .aggregate-service-content .aggregate-service-item .aggregate-service-info {
      margin: 0; }
      .aggregate-service-content .aggregate-service-item .aggregate-service-info .aggregate-service-info-item {
        -ms-flex-align: start;
            align-items: flex-start; }
        .aggregate-service-content .aggregate-service-item .aggregate-service-info .aggregate-service-info-item:not(:first-of-type) {
          margin-top: 0.625rem; }
        .aggregate-service-content .aggregate-service-item .aggregate-service-info .aggregate-service-info-item .aggregate-service-info-img {
          margin-right: 0.5rem;
          -ms-transform: scale(0.5);
              transform: scale(0.5);
          top: -0.125rem; }
        .aggregate-service-content .aggregate-service-item .aggregate-service-info .aggregate-service-info-item .aggregate-service-info-text {
          font-size: 0.75rem;
          line-height: 1.0625rem; }
    .aggregate-service-content .aggregate-service-item .aggregate-service-title {
      font-size: 0.875rem;
      line-height: 1.25rem;
      margin-bottom: 0.625rem; }
    .aggregate-service-content .aggregate-service-item .aggregate-merchant-info {
      list-style: none;
      margin: 0; }
      .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item {
        padding: 0; }
        .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item:nth-child(n) {
          padding-bottom: 0.625rem; }
        .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item:nth-child(n + 1) {
          padding-right: 0.625rem; }
        .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item:nth-child(7) {
          padding-bottom: 0; }
        .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item:last-of-type {
          padding-bottom: 0; }
        .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item:nth-child(even) {
          padding-left: 0.625rem;
          padding-right: 0; }
        .aggregate-service-content .aggregate-service-item .aggregate-merchant-info .aggregate-merchant-item:nth-child(8) .aggregate-merchant-content {
          padding: 1.25rem; }
  .aggregate-merchant-content {
    padding: 0.625rem; }
    .aggregate-merchant-content .aggregate-merchant-logo {
      -ms-transform: scale(0.8);
          transform: scale(0.8); }
    .aggregate-merchant-content .aggregate-merchant-text {
      font-size: 0.75rem;
      line-height: 1.125rem;
      margin-top: 0; } }

.contact-outer-box {
  position: relative; }
  .contact-outer-box .bg {
    position: absolute;
    width: 100%;
    height: 18.75rem;
    top: 31.25rem;
    left: 0;
    z-index: -2; }

.types {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
  padding-top: 4.375rem; }
  .types::after {
    content: '';
    display: inline-block;
    width: 11.25rem;
    height: 7.3125rem;
    background-image: url("../img/contact/point.png");
    background-size: cover;
    position: absolute;
    top: 2.8125rem;
    right: 17.5rem;
    z-index: -1; }
  .types::before {
    content: '';
    display: inline-block;
    width: 11.25rem;
    height: 7.3125rem;
    background: #faf7f7;
    opacity: 0.2;
    position: absolute;
    bottom: -0.625rem;
    left: 40%;
    border-radius: 10px;
    z-index: -1; }
  .types .left-box {
    -ms-flex: 1;
        flex: 1;
    margin-right: 2vw;
    margin-bottom: 1.875rem; }
    .types .left-box::before {
      content: '';
      display: inline-block;
      width: 11.25rem;
      height: 7.3125rem;
      background: rgba(87, 161, 240, 0.2);
      opacity: 0.2;
      position: absolute;
      bottom: 0;
      left: -1.875rem;
      border-radius: 10px; }
  .types .right-img {
    width: 20vw;
    height: 13.2vw;
    min-width: 20.625rem;
    min-height: 13.75rem;
    margin-right: -2.5rem; }

.contact-box {
  padding-top: 7.5rem;
  padding-bottom: 3.4375rem;
  position: relative; }
  .contact-box .banner-desc {
    font-size: 1.75rem;
    color: #0a0a0a;
    font-weight: 500;
    padding-left: 0.5rem;
    position: absolute;
    top: 0;
    left: 0; }
    .contact-box .banner-desc::before {
      display: inline-block;
      content: '';
      width: 0.375rem;
      height: 1.625rem;
      background: #55b2ba;
      position: absolute;
      left: -8px;
      top: 8px; }
  .contact-box .contact-types {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    -ms-flex-align: end;
        align-items: flex-end; }
    .contact-box .contact-types .type-item {
      min-width: 9.375rem;
      min-height: 9.375rem;
      position: relative;
      text-align: center;
      padding-top: 0.3125rem;
      box-shadow: 1px 0px 20px 0px rgba(87, 161, 240, 0.2);
      border-radius: 0.625rem;
      background: #fff; }
      .contact-box .contact-types .type-item img {
        width: 4.375rem;
        height: 4.375rem; }
      .contact-box .contact-types .type-item .type-title {
        color: #0a0a0a;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0.25rem; }
      .contact-box .contact-types .type-item .type-desc {
        font-size: 0.8125rem;
        color: #62676c; }
      .contact-box .contact-types .type-item .open-form-btn {
        cursor: pointer;
        color: #21b2bb; }
  .contact-box .contact-right {
    overflow: hidden;
    height: 21.625rem;
    background-image: url("../img/contact/bg.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 2.5rem;
    position: relative; }
    .contact-box .contact-right .right-bottom-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding-top: 10rem; }
    .contact-box .contact-right .info {
      margin-bottom: 1.25rem;
      font-size: 0.875rem;
      color: #ffffff;
      line-height: 1.25rem;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
      width: 700px; }
      .contact-box .contact-right .info p {
        margin: 0; }
      .contact-box .contact-right .info .big {
        font-size: 1.5rem;
        font-weight: 600;
        color: #ffffff;
        line-height: 2.0625rem;
        font-family: DINAlternate-Bold, DINAlternate; }
        .contact-box .contact-right .info .big span {
          font-size: 3.375rem;
          font-weight: bold;
          line-height: 3.9375rem; }

@media screen and (max-width: 39.9375em) {
  .contact-outer-box {
    position: relative; }
    .contact-outer-box .bg {
      display: none; }
  .contact-box {
    padding-top: 3.75rem;
    padding-bottom: 0;
    position: relative; }
    .contact-box .banner-desc {
      font-size: 1.375rem; }
      .contact-box .banner-desc::before {
        left: -8px;
        top: 4px; }
  .contact-types {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    grid-gap: 0.75rem; }
    .contact-types .type-item::before {
      content: unset !important; } }

@media screen and (max-width: 78.125rem) {
  .contact-box .types {
    -ms-flex-align: center;
        align-items: center; }
    .contact-box .types::before, .contact-box .types::after {
      content: unset !important; }
  .contact-box .left-box {
    margin-bottom: unset; }
  .contact-box .left-box::before {
    content: unset !important; }
  .contact-box .contact-types {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr); }
  .contact-box .right-img {
    width: 40vw;
    height: 26.68vw;
    margin-right: unset; } }

.countdown {
  text-align: center;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, #F5F5F5 100%);
  overflow: hidden; }

.countdown-timer {
  padding-top: 3em; }

.countdown-timer__digit {
  font-size: 6rem;
  margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .countdown-timer__digit {
      font-size: 3rem; } }

.countdown-timer__unit {
  font-weight: 400; }

.countdown-row {
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.countdown-mask {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  height: 40%;
  width: 100%;
  background-image: linear-gradient(-180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 95%); }

.countdown-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  perspective: 500px; }

.countdown-bg__piece {
  height: 7.5rem;
  width: 7.5rem;
  background: #f5f5f5;
  position: absolute;
  top: -8rem; }

.countdown-logo {
  margin: 0 auto; }

.countdown-copy {
  padding: 2em 0; }

.apple-pay-hero-intro {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: -1; }

.apple-pay-logo {
  animation: apple-pay-intro 1s forwards ease-in-out; }

.hero-delay {
  width: 100%;
  z-index: 1; }
  .hero-delay h1, .hero-delay h2, .hero-delay h3, .hero-delay h4, .hero-delay h5, .hero-delay h6, .hero-delay p {
    text-align: left; }

.hero-delay-copy {
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0);
  animation: apple-pay-copy-intro 0.8s forwards ease;
  animation-delay: 1s; }
  @media screen and (max-width: 39.9375em) {
    .hero-delay-copy {
      animation: apple-pay-copy-intro-small 0.8s forwards ease;
      animation-delay: 2s; } }
  .hero-delay-copy .links a {
    margin-right: 1.5em; }
  .hero-delay-copy .typical-case-logo-wall {
    margin-top: 1.5rem; }
    @media screen and (max-width: 39.9375em) {
      .hero-delay-copy .typical-case-logo-wall {
        padding: 0; } }

.apple-pay-hand {
  background-image: url("../img/apple-pay-hand.png");
  background-size: 377px 634px;
  width: 377px;
  height: 634px;
  position: relative;
  opacity: 0;
  animation: apple-pay-hand-intro 0.8s forwards ease;
  animation-delay: 1.1s;
  margin: 0 auto; }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .apple-pay-hand {
      background-image: url("../img/apple-pay-hand@2x.png"); } }
  @media screen and (max-width: 39.9375em) {
    .apple-pay-hand {
      animation: apple-pay-hand-intro-small 0.8s forwards ease;
      animation-delay: 1s; } }

.apple-pay-hand-mask {
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(-179deg, rgba(0, 0, 0, 0) 0%, #0A0A0A 100%); }

.apple-pay-screen {
  width: 160px;
  height: 282px;
  position: absolute;
  top: 53px;
  left: 57px;
  background: url("../img/apple-pay-screen@2x.png");
  background-size: contain;
  overflow: hidden; }

.apple-pay-screen-form {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/apple-pay-form@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  -ms-transform: translateY(200px);
      transform: translateY(200px);
  transition: all 0.3s ease-in-out;
  z-index: 2; }

.apple-pay-screen-mask {
  width: 100%;
  height: 100%;
  background: #0a0a0a;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1; }

.apple-pay-screen:hover {
  cursor: pointer; }
  .apple-pay-screen:hover .apple-pay-screen-form {
    -ms-transform: translateY(0);
        transform: translateY(0); }
  .apple-pay-screen:hover .apple-pay-screen-mask {
    opacity: 0.5; }

.dashboard-hero-pic {
  animation: dashboard-pic-intro 0.5s forwards ease; }

.docs-nav {
  text-align: center; }
  .docs-nav .row {
    border-bottom: 1px solid #E0E0E0; }
    @media screen and (max-width: 39.9375em) {
      .docs-nav .row {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%; }
        .docs-nav .row .columns {
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  .docs-nav a {
    padding: 1.21em 0em;
    display: block;
    width: 100%;
    color: #616161;
    font-weight: 500;
    margin-bottom: -1px; }
    .docs-nav a.active {
      color: #0a0a0a;
      border-bottom: 2px solid #35c8e6; }
      @media screen and (max-width: 39.9375em) {
        .docs-nav a.active {
          color: #14b1d1; } }

.doc-filters {
  width: 100%; }

.docs-upnext {
  float: right;
  margin-top: 1.5em; }
  .docs-upnext a {
    display: block; }

.docs-head .language-select-item,
.docs-head .channel-select-item {
  opacity: 0;
  transition: all 0.2s ease;
  transition-delay: 0.2s; }
  .docs-head .language-select-item.on,
  .docs-head .channel-select-item.on {
    opacity: 1; }

.docs-head .dropdown.menu {
  float: right; }
  .docs-head .dropdown.menu > li {
    font-size: 0.75rem;
    padding-left: 10px; }
  .docs-head .dropdown.menu > li > a {
    padding-left: 0;
    font-size: 0.875rem;
    margin-top: -10px; }
  .docs-head .dropdown.menu .submenu {
    background: #fefefe;
    border-radius: 3px;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    font-size: 0.875rem;
    overflow-y: auto;
    max-height: 20.5em; }

.docs-content-container {
  padding: 2em 0em; }

.docs-article-select-toggle {
  border: 1px solid #e0e0e0;
  text-align: center;
  width: 100%;
  display: block;
  padding: 1em 0em;
  margin-top: -1em;
  font-weight: 300;
  color: #14b1d1; }

.docs-article-select li.subcategory:not(.is-index) {
  display: none; }

.docs-article-select li.subcategory.disabled {
  pointer-events: none; }

.docs-article-select a.active {
  background: #35c8e6;
  color: #fefefe; }

.docs-article-select a.subcategory {
  margin-left: 1em; }
  .docs-article-select a.subcategory.is-index {
    margin-left: 0; }
  .docs-article-select a.subcategory.disabled {
    pointer-events: none;
    cursor: default;
    color: #757575;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.0125em; }

.docs-article-select a.thirdcategory {
  margin-left: 2em; }

@media screen and (max-width: 39.9375em) {
  .docs-article-select {
    max-height: 0px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    margin-bottom: 2em;
    opacity: 0; }
    .docs-article-select.on {
      max-height: 999px;
      padding: 1em 0;
      border-bottom: 1px solid #ebebeb;
      opacity: 1; } }

.docs-content {
  color: #616161; }
  .docs-content a:hover {
    text-decoration: underline; }
  .docs-content p {
    line-height: 1.67rem;
    margin-bottom: 1.67rem; }
  .docs-content h1,
  .docs-content h2,
  .docs-content h3,
  .docs-content h4,
  .docs-content h5,
  .docs-content h6 {
    color: #0a0a0a; }
  .docs-content h3 {
    font-size: 1.25rem;
    border-top: 1px solid #E0E0E0;
    padding-top: 1.67rem;
    margin-top: 1.67rem; }
  .docs-content h4,
  .docs-content h5,
  .docs-content h6 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    margin-top: 2.505rem;
    font-weight: 500; }
  .docs-content code {
    background: #FFFFFF;
    border-radius: 4px;
    font-family: Menlo, Consolas, "Liberation Mono", Courier, monospace;
    font-size: 0.9375rem;
    color: #c82829;
    border: 1px solid #E8E8EB; }
  .docs-content pre > code {
    background: none;
    border: none;
    padding: 0; }
    .docs-content pre > code.hide {
      visibility: hidden; }
  .docs-content ol li {
    padding-left: 0.5em;
    padding-bottom: 0.5em; }
  .docs-content ul:not(.menu) {
    list-style: none;
    margin-left: 0; }
    .docs-content ul:not(.menu) li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 0.5em; }
      .docs-content ul:not(.menu) li::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        left: 10px;
        top: 9px;
        border-radius: 50%;
        background: #939da3; }
  .docs-content .code-filter .channel-description {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 0.2em; }
  .docs-content img {
    border: 1px solid #ebebeb; }

.hero-top {
  position: relative;
  top: -87px;
  margin-top: 0; }

.hero-docs h1 {
  font-size: 4.25rem;
  font-weight: 100;
  text-align: right; }
  @media screen and (max-width: 39.9375em) {
    .hero-docs h1 {
      text-align: left;
      margin-left: 16px;
      font-size: 3rem; } }

.hero-docs h4 {
  text-align: left;
  color: rgba(255, 255, 255, 0.6) !important;
  width: auto; }
  @media screen and (max-width: 39.9375em) {
    .hero-docs h4 {
      margin-left: 16px;
      margin-top: 0.5em; } }
  .hero-docs h4 a {
    color: white;
    position: relative; }
    .hero-docs h4 a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      border-bottom: 1px solid #fefefe;
      transition: 0.4s; }
    .hero-docs h4 a:hover:after {
      width: 100%; }

.hero-docs .hero-copy {
  margin: 3.5em 0 2em; }

.hero-docs p.buttons {
  margin-bottom: 0; }
  .hero-docs p.buttons a:first-child {
    margin-right: 0.5em; }

.hero-docs footer .menu > li > a {
  color: #FFF; }

.hero-downloads {
  padding: 8rem 0rem 8rem;
  min-height: 100vh;
  background-color: #000; }
  .hero-downloads h1,
  .hero-downloads h2,
  .hero-downloads h3,
  .hero-downloads h4 {
    text-align: left;
    width: auto; }
  .hero-downloads h1 {
    margin-bottom: 1em; }
  .hero-downloads h3 {
    margin-bottom: 0.5em; }
  .hero-downloads p.buttons {
    color: rgba(255, 255, 255, 0.5); }

.downloads-list {
  list-style: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em; }
  .downloads-list li {
    padding: 0 1.875rem 1.875rem 0; }
    .downloads-list li a {
      display: block;
      width: 12.5rem;
      height: 7.5rem;
      padding: 1.25rem 1.875rem 1.0625rem;
      background: #202020;
      border-radius: 3px;
      transition: all 0.5s ease;
      font-size: 1.25rem;
      color: #fefefe; }
      .downloads-list li a span {
        display: block;
        margin-bottom: 2rem; }
        .downloads-list li a span:after {
          position: relative;
          top: -0.125rem;
          left: -1.25rem;
          margin-left: 0.5rem;
          font-family: 'icomoon' !important;
          content: "\e904";
          color: #35C8E6;
          font-size: 0.75rem;
          opacity: 0; }
      .downloads-list li a small {
        display: block;
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.35); }
      .downloads-list li a:hover {
        background: #2A2A2A;
        box-shadow: 0 0 5px 0 #000000, inset 0 1px 0 0 rgba(255, 255, 255, 0.05); }
        .downloads-list li a:hover span:after {
          opacity: 1;
          left: 0;
          animation: icon-opacity .5s; }

@keyframes icon-opacity {
  0% {
    left: -1.25rem;
    opacity: .3; }
  50% {
    opacity: .6; }
  100% {
    left: 0;
    opacity: 1; } }

.downloads-content h3 {
  font-weight: 400; }
  .downloads-content h3:after {
    content: '';
    display: inline-block;
    margin-left: 2px;
    width: 0.875rem;
    height: 0;
    border-bottom: 2px solid #35C8E6;
    overflow: hidden; }

@media screen and (max-width: 39.9375em) {
  .downloads-content {
    margin-left: 16px !important; } }

summary ::-webkit-details-marker, summary ::marker {
  display: none;
  content: ''; }

.hero.hero-testimonial {
  padding-top: 6rem;
  padding-bottom: 0; }
  .hero.hero-testimonial .hero-copy {
    width: 415px;
    height: 415px;
    padding: 5rem 0rem;
    color: #202020; }
    .hero.hero-testimonial .hero-copy h1 {
      font-family: "PingFang-SC";
      font-weight: 300;
      font-size: 48px;
      line-height: 1.5;
      text-align: right; }
    .hero.hero-testimonial .hero-copy h4 {
      text-align: right;
      font-weight: 100;
      font-size: 17px; }

.hero.hero-surface {
  padding-top: 6rem;
  padding-bottom: 0; }
  .hero.hero-surface .hero-copy {
    width: 415px;
    height: 415px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.05);
    text-align: left;
    padding: 5rem 3.125rem;
    -ms-transform: translateY(4.375rem);
        transform: translateY(4.375rem); }
    .hero.hero-surface .hero-copy h1 {
      font-family: "PingFang-SC";
      font-weight: 400;
      text-align: left;
      color: #0a0a0a;
      text-shadow: none; }
    .hero.hero-surface .hero-copy h4 {
      text-align: left;
      font-weight: 300; }
    .hero.hero-surface .hero-copy--notransform {
      padding: 3rem 3.125rem 5rem;
      -ms-transform: none;
          transform: none;
      color: #fff;
      background: none;
      border: none;
      box-shadow: none; }
      .hero.hero-surface .hero-copy--notransform h1, .hero.hero-surface .hero-copy--notransform h4 {
        color: #fff; }
    .hero.hero-surface .hero-copy h1 {
      margin-bottom: 1.41rem; }
    @media screen and (max-width: 39.9375em) {
      .hero.hero-surface .hero-copy {
        background: rgba(0, 0, 0, 0.5);
        color: white;
        width: auto;
        height: auto;
        -ms-transform: translateY(-1rem);
            transform: translateY(-1rem); }
        .hero.hero-surface .hero-copy h1, .hero.hero-surface .hero-copy h4 {
          color: white;
          text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } }
  .hero.hero-surface.secondary {
    padding-top: 8rem; }
    .hero.hero-surface.secondary .hero-copy {
      width: 100%;
      height: 150px;
      padding: 1rem 1rem 0;
      text-align: center; }
      .hero.hero-surface.secondary .hero-copy h2 {
        font-family: "PingFang-SC";
        color: rgba(0, 0, 0, 0.8);
        text-shadow: none;
        margin-bottom: .2rem; }
      .hero.hero-surface.secondary .hero-copy h5 {
        color: #9e9e9e;
        text-shadow: none; }
      .hero.hero-surface.secondary .hero-copy .breadcrumbs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
        .hero.hero-surface.secondary .hero-copy .breadcrumbs li {
          text-transform: none; }
        .hero.hero-surface.secondary .hero-copy .breadcrumbs li:not(:last-child)::after {
          font-family: 'icomoon' !important;
          content: "\e909";
          top: -1px; }
        .hero.hero-surface.secondary .hero-copy .breadcrumbs a, .hero.hero-surface.secondary .hero-copy .breadcrumbs span {
          color: #aeaeae;
          font-size: 1rem;
          font-weight: 300; }
      @media screen and (max-width: 39.9375em) {
        .hero.hero-surface.secondary .hero-copy {
          height: 167px;
          background: white;
          -ms-transform: translateY(-2rem);
              transform: translateY(-2rem); } }
    @media screen and (max-width: 39.9375em) {
      .hero.hero-surface.secondary {
        padding-top: 9rem; } }

.hero-bg.testimonial {
  background-image: url("../img/testimonial-top.jpg");
  background-size: cover;
  background-position: center; }
  .hero-bg.testimonial.jingku {
    background-image: linear-gradient(20deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/customer-case-jingku.jpg"); }
  .hero-bg.testimonial.motoband {
    background-image: linear-gradient(37deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/customer-case-motoband.jpg"); }
  .hero-bg.testimonial.mileslife {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/customer-case-mileslife.jpg"); }
  .hero-bg.testimonial.czbapp {
    background-image: linear-gradient(37deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/customer-case-czbapp.jpg"); }
  .hero-bg.testimonial.capitaland {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/customer-case-capitaland.jpg"); }
  .hero-bg.testimonial.cake21 {
    background-image: linear-gradient(37deg, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/home-cases-21cake.jpg"); }
  .hero-bg.testimonial.xmonster {
    background-image: linear-gradient(20deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/home-cases-xmonster.jpeg"); }
  .hero-bg.testimonial.jianshu {
    background-image: linear-gradient(37deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/customers/jianshu.png"); }
  .hero-bg.testimonial.ngmm {
    background-image: linear-gradient(37deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/home-cases-ngmm.jpg"); }
  .hero-bg.testimonial.vipkid {
    background-image: linear-gradient(37deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/home-cases-vipkid.jpeg"); }
  .hero-bg.testimonial.xiaoluyy {
    background-image: linear-gradient(37deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/customers/xiaoluyy.jpg"); }
  .hero-bg.testimonial.mobike {
    background-image: linear-gradient(37deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/customers/mobike.jpg"); }
  .hero-bg.testimonial.wegene {
    background-image: linear-gradient(37deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/customers/wegene.jpg"); }
  .hero-bg.testimonial.dingxiang {
    background-image: linear-gradient(37deg, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/customers/dingxiang.jpg"); }
  .hero-bg.testimonial.leoao {
    background-image: linear-gradient(37deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%), url("../img/customers/leoao.jpg"); }

@media screen and (max-width: 39.9375em) {
  .hero-bg.testimonial {
    background-image: url("../img/testimonial-top-m.png"); }
  .testimonial-top-desc {
    margin-top: 70px;
    text-align: left !important; }
  .testimonial-top-title {
    text-align: left !important; } }

.testimonial-categories {
  padding-top: 7em;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .testimonial-categories {
      padding-top: 2em; } }
  .testimonial-categories .tab {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.05); }
  .testimonial-categories h5 {
    font-size: 0.875rem;
    font-weight: 400; }

.testimonial-categories--new {
  -ms-transform: translateY(-2rem);
      transform: translateY(-2rem);
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-bottom: 3rem; }
  .testimonial-categories--new .tabs {
    border-radius: 16px;
    border: none; }
  .testimonial-categories--new .tabs-title {
    width: 50%; }
    .testimonial-categories--new .tabs-title:first-child a {
      border-radius: 16px 0 0 0; }
    .testimonial-categories--new .tabs-title:last-child a {
      border-radius: 0 16px 0 0; }
    .testimonial-categories--new .tabs-title > a {
      font-size: 1.25rem;
      font-weight: 200;
      background-color: #fefefe;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      padding: 1.8rem 1.5rem;
      box-shadow: inset 5px -5px 25px 0px rgba(0, 0, 0, 0.05); }
      .testimonial-categories--new .tabs-title > a#panel2-label {
        border-left: none; }
      @media screen and (max-width: 39.9375em) {
        .testimonial-categories--new .tabs-title > a {
          padding: 1rem;
          font-size: 1rem; } }
    .testimonial-categories--new .tabs-title.is-active a {
      background-color: #FFF;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: none; }
  .testimonial-categories--new .tabs-content {
    border-radius: 0 0 16px 16px;
    border: none; }
  .testimonial-categories--new .tabs-panel {
    padding-top: 2rem;
    transition: all .35 ease-in; }
    .testimonial-categories--new .tabs-panel a {
      color: currentColor; }
      .testimonial-categories--new .tabs-panel a.active {
        color: #14b1d1; }
  .testimonial-categories--new h5 {
    font-size: 0.875rem;
    font-weight: 400; }
  @media screen and (max-width: 39.9375em) {
    .testimonial-categories--new .testimonial-categories__icon {
      display: none; } }
  .testimonial-categories--new .all.active.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-all1.svg"); }
  .testimonial-categories--new .social.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-social1.svg"); }
  .testimonial-categories--new .shopping.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-shopping1.svg"); }
  .testimonial-categories--new .platform.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-platform1.svg"); }
  .testimonial-categories--new .edu.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-edu1.svg"); }
  .testimonial-categories--new .health.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-health1.svg"); }
  .testimonial-categories--new .estate.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-estate1.svg"); }
  .testimonial-categories--new .travel.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-travel1.svg"); }
  .testimonial-categories--new .products.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-products1.svg"); }
  .testimonial-categories--new .pxxplatform.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-pxxplatform1.svg"); }
  .testimonial-categories--new .account.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-account1.svg"); }
  .testimonial-categories--new .foreign.active .testimonial-categories__icon {
    background-image: url("../img/testimonial-icon-foreign1.svg"); }

.testimonial-categories__icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 1em;
  background-position: center;
  background-repeat: no-repeat; }
  .testimonial-categories__icon.all {
    background-image: url("../img/testimonial-icon-all.svg"); }
  .testimonial-categories__icon.travel {
    background-image: url("../img/testimonial-icon-travel.svg"); }
  .testimonial-categories__icon.estate {
    background-image: url("../img/testimonial-icon-estate.svg"); }
  .testimonial-categories__icon.health {
    background-image: url("../img/testimonial-icon-health.svg"); }
  .testimonial-categories__icon.social {
    background-image: url("../img/testimonial-icon-social.svg"); }
  .testimonial-categories__icon.edu {
    background-image: url("../img/testimonial-icon-edu.svg"); }
  .testimonial-categories__icon.platform {
    background-image: url("../img/testimonial-icon-platform.svg"); }
  .testimonial-categories__icon.shopping {
    background-image: url("../img/testimonial-icon-shopping.svg"); }
  .testimonial-categories__icon.products {
    background-image: url("../img/testimonial-icon-products.svg"); }
  .testimonial-categories__icon.pxxplatform {
    background-image: url("../img/testimonial-icon-pxxplatform.svg"); }
  .testimonial-categories__icon.account {
    background-image: url("../img/testimonial-icon-account.svg"); }
  .testimonial-categories__icon.foreign {
    background-image: url("../img/testimonial-icon-foreign.svg"); }

.testimonial-card {
  position: relative;
  width: 97%;
  padding-bottom: 7rem;
  margin-bottom: 3rem;
  background: #fefefe;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  overflow: hidden;
  display: block;
  transition: box-shadow 0.2s ease, opacity 0.2s ease; }
  .testimonial-card:hover {
    box-shadow: 0 10px 50px rgba(102, 136, 153, 0.15); }
    .testimonial-card:hover .testimonial-card__text {
      -ms-transform: translateY(3.5rem);
          transform: translateY(3.5rem);
      background: #fefefe; }
  .testimonial-card:last-child {
    border-bottom: none; }
  @media screen and (max-width: 39.9375em) {
    .testimonial-card {
      width: 100%;
      left: 0 !important; } }
  .testimonial-card .testimonial__fullbleed {
    position: absolute;
    width: 100%;
    transition: height 0.3s ease; }

.testimonial-card__text {
  position: relative;
  padding: 40px 45px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  -ms-transform: translateY(4.5rem);
      transform: translateY(4.5rem);
  transition: all 0.2s ease; }
  .testimonial-card__text a {
    position: absolute;
    right: 45px;
    bottom: 2.3rem; }
  @media screen and (max-width: 39.9375em) {
    .testimonial-card__text {
      margin: 0 auto;
      padding: 28px 35px; }
      .testimonial-card__text hr {
        margin: 0 0 1rem; }
      .testimonial-card__text a {
        right: 18px;
        bottom: 28px;
        font-size: 0.875rem; } }

p.quote {
  font-family: "PingFang-SC";
  font-size: 1.125rem;
  line-height: 1.78;
  color: #616161;
  letter-spacing: 0.05rem;
  font-weight: 300;
  min-height: 128px; }

.testimonial-section {
  padding: 5rem 0 0; }
  @media screen and (max-width: 39.9375em) {
    .testimonial-section {
      padding: 3rem 0 0; } }
  .testimonial-section.secondary {
    padding: 10rem 0 10rem; }
    @media screen and (max-width: 39.9375em) {
      .testimonial-section.secondary {
        padding-top: 4rem;
        padding-bottom: 6rem; }
        .testimonial-section.secondary h2 {
          text-align: center; } }

@media screen and (max-width: 39.9375em) {
  .testimonial-section__head .company-info {
    margin-bottom: 1em; } }

.testimonial-section__head .company-info h2 {
  margin-bottom: 0.1em; }

.testimonial-section__head .company-info h5 {
  color: #9E9E9E;
  font-size: 1.125rem; }

@media screen and (max-width: 39.9375em) {
  .testimonial-section__head h2, .testimonial-section__head h5 {
    text-align: center; }
  .testimonial-section__head h2 {
    margin-bottom: 1em; }
    .testimonial-section__head h2 .punctuation {
      letter-spacing: -0.8em; } }

.testimonial-section__body {
  font-weight: 300; }
  .testimonial-section__body p {
    line-height: 2;
    text-align: justify;
    word-break: normal;
    word-wrap: break-word; }
  .testimonial-section__body dl {
    margin-bottom: 22px; }
    @media screen and (max-width: 39.9375em) {
      .testimonial-section__body dl {
        text-align: center;
        margin-top: 2em; } }
    .testimonial-section__body dl dt {
      color: #9E9E9E;
      font-size: 0.8125rem;
      font-weight: 400; }
    .testimonial-section__body dl dd {
      font-size: 1.125rem;
      font-weight: 300;
      margin-bottom: 0.2em; }

.testimonial__company-description {
  font-size: 0.8125rem;
  color: #9E9E9E;
  letter-spacing: 0px;
  line-height: 1.41;
  padding-bottom: 3rem;
  padding-right: 2rem;
  text-align: justify; }
  .testimonial__company-description.ngmm {
    padding-bottom: 1.3rem; }
    @media screen and (max-width: 39.9375em) {
      .testimonial__company-description.ngmm {
        padding-bottom: 3rem; } }
  .testimonial__company-description.capitaland {
    padding-bottom: 0em; }
    @media screen and (max-width: 39.9375em) {
      .testimonial__company-description.capitaland {
        padding-bottom: 3rem; } }
  .testimonial__company-description:before {
    content: ' ';
    width: 30px;
    height: 1px;
    background: #E0E0E0;
    display: block;
    margin-bottom: 2em; }
  @media screen and (max-width: 39.9375em) {
    .testimonial__company-description {
      text-align: center;
      padding-left: 2rem;
      padding-top: 2rem; }
      .testimonial__company-description:before {
        margin: 0 auto;
        margin-bottom: 2em; } }

.testimonial__quote-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 45px;
  -ms-transform: translateY(5.5em);
      transform: translateY(5.5em);
  margin-top: -4em;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); }
  .testimonial__quote-card.secondary.jingku {
    -ms-transform: translateY(6.1em);
        transform: translateY(6.1em); }
    @media screen and (max-width: 39.9375em) {
      .testimonial__quote-card.secondary.jingku {
        -ms-transform: translateY(2em);
            transform: translateY(2em); } }
  .testimonial__quote-card.secondary.czbapp {
    -ms-transform: translateY(6em);
        transform: translateY(6em); }
    @media screen and (max-width: 39.9375em) {
      .testimonial__quote-card.secondary.czbapp {
        -ms-transform: translateY(2em);
            transform: translateY(2em); } }
  @media screen and (max-width: 39.9375em) {
    .testimonial__quote-card.secondary {
      -ms-transform: translateY(2em);
          transform: translateY(2em); } }
  .testimonial__quote-card p {
    font-family: "PingFang-SC";
    font-size: 1.125rem;
    line-height: 1.78;
    color: #616161;
    letter-spacing: 0.05rem;
    font-weight: 300; }

.testimonial__fullbleed {
  height: 262px;
  background-size: cover;
  background-position: center; }
  .testimonial__fullbleed.jingku {
    background-image: url("../img/customer-case-jingku.jpg"); }
  .testimonial__fullbleed.motoband {
    background-image: url("../img/customer-case-motoband.jpg"); }
  .testimonial__fullbleed.czbapp {
    background-image: url("../img/customer-case-czbapp.jpg"); }
  .testimonial__fullbleed.mileslife {
    background-image: url("../img/customer-case-mileslife.jpg"); }
  .testimonial__fullbleed.capitaland {
    background-image: url("../img/customer-case-capitaland.jpg"); }
  .testimonial__fullbleed.xmonster {
    background-image: url("../img/home-cases-xmonster.jpeg"); }
  .testimonial__fullbleed.cake21 {
    background-image: url("../img/home-cases-21cake.jpg"); }
  .testimonial__fullbleed.jianshu {
    background-image: url("../img/customers/jianshu.png"); }
  .testimonial__fullbleed.vipkid {
    background-image: url("../img/home-cases-vipkid.jpeg"); }
  .testimonial__fullbleed.ngmm {
    background-image: url("../img/home-cases-ngmm.jpg"); }
  .testimonial__fullbleed.xiaoluyy {
    background-image: url("../img/customers/xiaoluyy.jpg"); }
  .testimonial__fullbleed.mobike {
    background-image: url("../img/customers/mobike.jpg"); }
  .testimonial__fullbleed.wegene {
    background-image: url("../img/customers/wegene.jpg"); }
  .testimonial__fullbleed.dingxiang {
    background-image: url("../img/customers/dingxiang.jpg"); }
  .testimonial__fullbleed.leoao {
    background-image: url("../img/customers/leoao.jpg"); }

.testimonial-logo {
  height: 33px;
  width: 100%;
  background-repeat: no-repeat;
  border-right: none;
  display: inline-block;
  background-position: left;
  margin-bottom: -12px;
  margin-right: 15px; }
  .testimonial-logo.xmonster {
    background-size: 100px auto;
    background-image: url("../img/testimonial-logo-xmonster@2x.png"); }
    @media screen and (max-width: 39.9375em) {
      .testimonial-logo.xmonster {
        background-size: 84px 15px; } }
  .testimonial-logo.jianshu {
    background-size: 58px 27px;
    background-image: url("../img/customers/jianshu-logo@2x.png"); }
  .testimonial-logo.vipkid {
    background-size: 80px auto;
    background-image: url("../img/testimonial-logo-vipkid@2x.png"); }
  .testimonial-logo.cake21 {
    background-size: 71px 25px;
    background-image: url("../img/testimonial-logo-21cake@2x.png"); }
  .testimonial-logo.ngmm {
    background-size: 71px 22px;
    background-image: url("../img/testimonial-logo-ngmm@2x.png"); }
  .testimonial-logo.jingku {
    background-size: 70px auto;
    background-image: url("../img/testimonial-logo-jingku@2x.png"); }
  .testimonial-logo.mileslife {
    background-size: 100px auto;
    background-image: url("../img/testimonial-logo-mileslife@2x.png"); }
  .testimonial-logo.motoband {
    background-size: 75px 18px;
    background-image: url("../img/testimonial-logo-motoband@2x.png"); }
  .testimonial-logo.czbapp {
    background-size: 80px auto;
    background-image: url("../img/testimonial-logo-czbapp@2x.png"); }
  .testimonial-logo.capitaland {
    background-size: 75px auto;
    background-image: url("../img/testimonial-logo-capitaland@2x.png"); }
  .testimonial-logo.xiaoluyy {
    background-size: 60px 33px;
    background-image: url("../img/customers/xiaoluyy-logo@2x.png"); }
  .testimonial-logo.mobike {
    background-size: 100px auto;
    background-image: url("../img/customers/mobike-logo@2x.png"); }
  .testimonial-logo.wegene {
    background-size: 100px auto;
    background-image: url("../img/customers/wegene-logo@2x.png"); }
  .testimonial-logo.dingxiang {
    background-size: 100px auto;
    background-image: url("../img/customers/dingxiang-logo@2x.png"); }
  .testimonial-logo.leoao {
    background-size: 100px auto;
    background-image: url("../img/customers/leoao-logo@2x.png"); }

.nav-padding {
  padding: 2rem 0; }

.terms-content {
  padding: 5rem 0; }
  .terms-content h2 {
    font-weight: 200; }
  .terms-content h3 {
    font-weight: 200;
    margin-top: 3rem; }
  .terms-content h4 {
    font-weight: 200;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .terms-content p {
    font-weight: 300; }

.mediaList {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .mediaList .column, .mediaList .columns {
    padding: 2rem; }
  .mediaList a {
    display: block;
    height: 50px;
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain !important; }
  .mediaList .people {
    background-image: url("../img/press/logo-people.png"); }
  .mediaList .huanqiu {
    background-image: url("../img/press/logo-huanqiu.png"); }
  .mediaList .souhu {
    background-image: url("../img/press/logo-souhu.jpg"); }
  .mediaList .yiou {
    background-image: url("../img/press/logo-yiou.jpg"); }
  .mediaList .ceweekly {
    background-image: url("../img/press/logo-ceweekly.png"); }
  .mediaList .pintu {
    background-image: url("../img/press/logo-pintu.jpg"); }
  .mediaList .tencentech {
    background-image: url("../img/press/logo-tencent.png");
    background-size: 80px auto; }
  .mediaList .techweb {
    background-image: url("../img/press/logo-techweb.png");
    background-size: 80px auto; }
  .mediaList .touzi {
    background-image: url("../img/press/logo-touzi.png");
    background-size: 80px auto; }
  .mediaList .heima {
    background-image: url("../img/press/logo-heima.png");
    background-size: 80px auto; }
  .mediaList .kr36 {
    background-image: url("../img/press/logo-kr.png"); }
  .mediaList .csdn {
    background-image: url("../img/press/logo-csdn.png"); }
  .mediaList .nsb {
    background-image: url("../img/press/logo-nsb.png"); }
  .mediaList .pingwest {
    background-image: url("../img/press/logo-pw.png"); }
  .mediaList .technode {
    background-image: url("../img/press/logo-tn.png"); }
  .mediaList .donews {
    background-image: url("../img/press/logo-donews.jpg"); }
  .mediaList .geekpark {
    background-image: url("../img/press/logo-geekpark.png"); }
  .mediaList .forbes {
    background-image: url("../img/press/forbes.png"); }
  .mediaList .fenghuang {
    background-image: url("../img/press/logo-fenghuang.png");
    background-size: 80px auto; }
  .mediaList .yiou {
    background-image: url("../img/press/logo-yiou.jpg");
    background-size: 80px auto; }
  .mediaList .qianzhan {
    background-image: url("../img/press/logo-qianzhan.png");
    background-size: 80px auto; }
  .mediaList .chuangye {
    background-image: url("../img/press/logo-chuangye.png");
    background-size: 80px auto; }
  .mediaList .caijing {
    background-image: url("../img/press/logo-caijing.png");
    background-size: 80px auto; }
  .mediaList .zhongshang {
    background-image: url("../img/press/logo-zhongshang.png");
    background-size: 80px auto; }
  .mediaList .zhifu {
    background-image: url("../img/press/logo-zhifu.png");
    background-size: 80px auto; }
  .mediaList .jiemian {
    background-image: url("../img/press/logo-jiemian.png");
    background-size: 80px auto; }
  .mediaList .toutiao {
    background-image: url("../img/press/logo-toutiao.png");
    background-size: 80px auto; }
  .mediaList .techdaily {
    background-image: url("../img/press/techdaily.png"); }
  .mediaList .chuangjian {
    background-image: url("../img/press/chuangjian.png"); }
  .mediaList .netease {
    background-image: url("../img/press/netease.png"); }
  .mediaList .ebrun {
    background-image: url("../img/press/logo-ebrun.jpg");
    background-size: 80px auto; }
  .mediaList .lieyun {
    background-image: url("../img/press/logo-lieyun.jpg");
    background-size: 80px auto; }
  .mediaList .tuobe {
    background-image: url("../img/press/logo-2b.png");
    background-size: 100px auto; }
  @media (-moz-min-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .mediaList .kr36 {
      background-image: url("../img/press/logo-kr@2x.png");
      background-size: 55px 31px; }
    .mediaList .csdn {
      background-image: url("../img/press/logo-csdn@2x.png");
      background-size: 100px 23px; }
    .mediaList .pintu {
      background-image: url("../img/press/logo-pintu@2x.png");
      background-size: 100px 18px; }
    .mediaList .nsb {
      background-image: url("../img/press/logo-nsb@2x.png");
      background-size: 96px 21px; }
    .mediaList .pingwest {
      background-image: url("../img/press/logo-pw@2x.png");
      background-size: 100px 18px; }
    .mediaList .technode {
      background-image: url("../img/press/logo-tn@2x.png");
      background-size: 100px 16px; }
    .mediaList .donews {
      background-image: url("../img/press/logo-donews@2x.png");
      background-size: 100px 19px; }
    .mediaList .geekpark {
      background-image: url("../img/press/logo-geekpark@2x.png");
      background-size: 100px 27px; }
    .mediaList .forbes {
      background-image: url("../img/press/forbes@2x.png");
      background-size: 100px 26px; }
    .mediaList .techdaily {
      background-image: url("../img/press/techdaily@2x.png");
      background-size: 100px 19px; }
    .mediaList .chuangjian {
      background-image: url("../img/press/chuangjian@2x.png");
      background-size: 99px 25px; }
    .mediaList .netease {
      background-image: url("../img/press/netease@2x.png");
      background-size: 100px 24px; }
    .mediaList .tuobe {
      background-image: url("../img/press/logo-2b@2x.png");
      background-size: 100px 28px; } }

.articles-container {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem 0; }
  .articles-container .column, .articles-container .columns {
    padding: 3rem 2rem; }
    .articles-container .column a:hover, .articles-container .columns a:hover {
      text-decoration: underline; }
    .articles-container .column h4, .articles-container .columns h4 {
      font-size: 1.25rem;
      margin-bottom: 1.5rem; }
    .articles-container .column .content, .articles-container .columns .content {
      font-weight: 300;
      margin-bottom: 1.5rem; }
    .articles-container .column .reporter, .articles-container .columns .reporter {
      color: #A6AEB3; }

.downloads-container {
  padding: 3rem 0 5rem; }
  .downloads-container h4 {
    text-align: center;
    margin-bottom: 1.41rem; }
  .downloads-container a {
    width: 100%;
    height: 80px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .downloads-container a span {
      width: 100%;
      height: 100%;
      line-height: 80px;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: all 0.2s ease;
      display: inline-block;
      text-align: center;
      color: white;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .downloads-container a:hover span {
      opacity: 1; }
  .downloads-container .white_m {
    background-image: url("../img/logo/white_logo.png"); }
  .downloads-container .white_s {
    background-image: url("../img/logo/white_logo_icon.png"); }
  .downloads-container .black_m {
    background-color: black;
    background-image: url("../img/logo/black_logo.png"); }
  .downloads-container .black_s {
    background-color: black;
    background-image: url("../img/logo/black_icon_logo.png"); }

.hero.hero-cmbwallet {
  background-image: url("../img/cmb-bg-rainbow.png"), linear-gradient(-50deg, #cf1d3a 0%, #ed7267 76%, #f68a74 100%);
  background-repeat: no-repeat;
  background-position: 27% 110%;
  color: #fefefe; }
  @media screen and (max-width: 39.9375em) {
    .hero.hero-cmbwallet h1 {
      text-shadow: 0px 0px 15px HSL(356, 67%, 37%); }
    .hero.hero-cmbwallet .hero-copy {
      padding-top: 0em; } }
  .hero.hero-cmbwallet .cmb-logo {
    width: 180px;
    height: 181px;
    margin: 1rem auto;
    background-image: url("../img/cmb-logo.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
  .hero.hero-cmbwallet .cmb-logo:before {
    content: '';
    position: absolute;
    top: -56px;
    left: -16px;
    width: 217px;
    height: 289px;
    background-image: url("../img/cmb-logo-points.svg");
    background-size: cover;
    background-repeat: no-repeat; }
  .hero.hero-cmbwallet .hero-bg #front-rainbow {
    width: 100%;
    bottom: 0;
    position: absolute; }

.cmb-feature {
  position: relative; }

.cmb-feature__bg {
  padding-top: 4rem;
  height: 429px; }

.cmb-feature__bg--building {
  width: 682px;
  height: 365px;
  background-image: url(../img/cmb-bg-building.svg);
  background-size: cover; }

@media screen and (max-width: 39.9375em) {
  .cmb-feature__o2o--text h5 {
    margin-top: 1.25rem; } }

.devider {
  width: 80%;
  max-width: 168px; }
  .devider hr {
    margin: 2em 0; }

@media screen and (max-width: 39.9375em) {
  .ld-content__body--text {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #EBEBEB; } }

@media screen and (max-width: 39.9375em) {
  .ld-content__body--text h5 {
    margin-top: 1.25rem; } }

.cmb-feature__items {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #616161; }
  @media screen and (max-width: 39.9375em) {
    .cmb-feature__items {
      font-size: 0.875rem; } }

.cmb-wallet-pay {
  position: relative;
  min-width: 240px;
  height: 469px;
  overflow: hidden;
  padding-top: 2rem;
  padding-left: 2rem; }
  .cmb-wallet-pay p {
    font-size: 0.625rem;
    color: #5D5959;
    margin-bottom: 0.2rem; }
  .cmb-wallet-pay h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }

.cmb-wallet-pay__device {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 303px;
  height: 405px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .cmb-wallet-pay__device .button {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 0.8125rem;
    font-weight: 400; }
  .cmb-wallet-pay__device.animated #step1 {
    z-index: 90;
    animation: cmb-payment-select .5s forwards ease;
    cursor: default; }
  .cmb-wallet-pay__device.animated #overlay {
    z-index: 93;
    animation: cmb-payment-screen-overlay 0.5s forwards ease;
    animation-delay: .6s; }
  .cmb-wallet-pay__device.animated #step2 {
    z-index: 95;
    animation: cmb-payment-password 2s forwards ease-in;
    animation-delay: 1.1s; }
  .cmb-wallet-pay__device.animated #pay {
    z-index: 97;
    animation: cmb-payment-pay .3s forwards ease-in;
    animation-delay: 2s; }
  .cmb-wallet-pay__device.animated #step3 {
    z-index: 99;
    animation: cmb-payment-result .8s forwards ease;
    animation-delay: 3.2s; }

.cmb-wallet-pay__screen {
  position: relative;
  width: 166px;
  height: 294px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-image: url(../img/cmb-applepay-screen@2x.png);
  background-size: contain;
  background-repeat: no-repeat; }

.cmb-wallet-pay__selection {
  position: relative;
  bottom: 87px;
  left: 0px;
  width: 166px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  cursor: pointer; }

.cmb-wallet-pay__overlay {
  position: absolute;
  top: 0;
  width: 166px;
  height: 294px;
  background-color: #868686;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1; }

.cmb-wallet-pay__finish {
  position: absolute;
  top: 64px;
  left: 7px;
  width: 152px;
  height: 168px;
  opacity: 0;
  background-color: #fff;
  padding-top: 8px;
  text-align: center;
  border-radius: 3px;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .cmb-wallet-pay__finish .button {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.8);
    border-top: 1px solid #e0e0e0; }
    .cmb-wallet-pay__finish .button:hover {
      color: rgba(0, 0, 0, 0.4); }

.cmb-wallet-pay__finish--icon {
  position: relative;
  margin: .5rem auto;
  width: 40px;
  height: 40px;
  border: 2px solid #34B3E0;
  border-radius: 50%; }
  .cmb-wallet-pay__finish--icon:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 28%;
    width: 12px;
    height: 2px;
    background-color: #34B3E0;
    -ms-transform-origin: right;
        transform-origin: right;
    -ms-transform: rotate(40deg);
        transform: rotate(40deg); }
  .cmb-wallet-pay__finish--icon:after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 28%;
    width: 18px;
    height: 2px;
    background-color: #34B3E0;
    -ms-transform-origin: left;
        transform-origin: left;
    -ms-transform: rotate(-40deg);
        transform: rotate(-40deg); }

.cmb-wallet-pay__finish--text {
  color: #34B3E0;
  font-size: 0.875rem; }

.cmb-wallet-pay__charge {
  position: absolute;
  top: 64px;
  left: 7px;
  width: 152px;
  height: 168px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  background-color: #fff;
  text-align: center;
  padding: 6px;
  z-index: -1; }
  .cmb-wallet-pay__charge h3.price {
    color: #ef5350; }
  .cmb-wallet-pay__charge .input-pwd {
    position: relative;
    width: 95%;
    margin: 0 auto;
    overflow: hidden; }
  .cmb-wallet-pay__charge .input-pwd__cell {
    float: left;
    margin: 0;
    width: 16.6%;
    height: 26px;
    border: 1px solid #CECED2;
    border-right: none;
    position: relative; }
    .cmb-wallet-pay__charge .input-pwd__cell:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #D8D8D8; }
    .cmb-wallet-pay__charge .input-pwd__cell:last-child {
      border: 1px solid #CECED2; }
  .cmb-wallet-pay__charge #bank {
    width: 100%;
    margin: 0.5rem;
    position: relative; }
    .cmb-wallet-pay__charge #bank:before {
      content: "";
      position: absolute;
      top: 2px;
      left: -4px;
      width: 14px;
      height: 14px;
      background-image: url("../img/ccb_logo.png");
      background-repeat: no-repeat;
      background-size: cover; }
  .cmb-wallet-pay__charge hr {
    margin: 0.2rem 0; }

.cmb-intro.ld-content {
  background-image: url("../img/cmb-bg-intro.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fefefe; }

.cmb-activity.ld-content {
  background-color: #FFF9FB; }
  .cmb-activity.ld-content h2.main-title, .cmb-activity.ld-content a:not(.cta) {
    color: #F66869; }

.ld-career-list span.location {
  float: left;
  padding-right: 2em;
  color: #757575; }

@media screen and (max-width: 39.9375em) {
  .ld-career-list .accordion-title {
    padding-right: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; } }

.ld-career-list .accordion-content {
  padding-top: 2em; }
  .ld-career-list .accordion-content h4 {
    text-align: left;
    margin-bottom: 1.2em; }
  .ld-career-list .accordion-content ul {
    margin-bottom: 2em; }
  .ld-career-list .accordion-content h6 {
    margin-bottom: 0.5em; }
  .ld-career-list .accordion-content a.button {
    color: #fefefe; }

.hero-career {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center; }
  .hero-career > .row {
    width: 100%; }
  .hero-career .polygon {
    width: 200px;
    height: 111px;
    position: absolute;
    background-image: url("../img/polygon.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat; }
  .hero-career h1, .hero-career p {
    text-align: left; }
    @media screen and (max-width: 39.9375em) {
      .hero-career h1, .hero-career p {
        text-align: center; } }
  .hero-career h1 {
    margin-bottom: 2rem;
    font-family: "PingFang-SC";
    font-weight: 400; }
  .hero-career .hero-bg {
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    .hero-career .hero-bg .hreo-bg-content {
      position: relative;
      width: 110%;
      height: 110%; }

.ld-content-career .tabs {
  background: transparent;
  border: none; }

.ld-content-career .tabs-title {
  float: none;
  display: block;
  padding: 1rem 0rem; }
  @media screen and (max-width: 39.9375em) {
    .ld-content-career .tabs-title {
      float: left;
      width: 50%; } }
  .ld-content-career .tabs-title > a {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0;
    padding-bottom: .5rem;
    font-weight: 400;
    color: #fff;
    transition: all .4s; }
    @media screen and (max-width: 39.9375em) {
      .ld-content-career .tabs-title > a {
        font-size: 1rem; } }
  .ld-content-career .tabs-title.is-active a {
    color: #fff;
    border-bottom-color: #9e9e9e; }

.ld-content-career .tabs-content {
  background: transparent;
  border: none;
  height: 372px; }
  @media screen and (max-width: 39.9375em) {
    .ld-content-career .tabs-content {
      padding-top: 1rem;
      height: 302px; } }

.ld-content-career .tabs-panel {
  position: relative;
  height: 100%; }

.ld-content-career .team-desc {
  line-height: 2;
  padding: 2rem 0rem 2rem 0;
  min-height: 200px; }
  @media screen and (max-width: 39.9375em) {
    .ld-content-career .team-desc {
      min-height: 130px;
      padding: 0rem 2rem 1rem 0; } }

.ld-content-career .team-signs-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 375px 297px; }
  @media screen and (max-width: 39.9375em) {
    .ld-content-career .team-signs-bg {
      background-size: 293px auto; } }
  .ld-content-career .team-signs-bg.products {
    background-image: url("../img/polygon-big.svg");
    background-position: 30% 10%; }
    @media screen and (max-width: 39.9375em) {
      .ld-content-career .team-signs-bg.products {
        background-position: 0 0;
        left: -1.5rem;
        background-size: 317px auto; } }
  .ld-content-career .team-signs-bg.engineer {
    background-image: url("../img/five-line.svg"); }
  .ld-content-career .team-signs-bg.misc {
    background-image: url("../img/incline-rectangle.svg"); }
    @media screen and (max-width: 39.9375em) {
      .ld-content-career .team-signs-bg.misc {
        background-position: 0 0; } }
  .ld-content-career .team-signs-bg.operations {
    background-image: url("../img/triangle-big.svg");
    background-position: 30% -10%; }
    @media screen and (max-width: 39.9375em) {
      .ld-content-career .team-signs-bg.operations {
        background-position: 0 0; } }
  .ld-content-career .team-signs-bg.marketing {
    background-image: url("../img/cross-line-big.svg"); }
    @media screen and (max-width: 39.9375em) {
      .ld-content-career .team-signs-bg.marketing {
        background-position: 0 0;
        background-size: 267px auto; } }
  .ld-content-career .team-signs-bg.options {
    background-image: url("../img/slashline-big.svg"); }
    @media screen and (max-width: 39.9375em) {
      .ld-content-career .team-signs-bg.options {
        background-position: 0 0;
        background-size: 158px auto; } }

.image-walls {
  position: absolute;
  top: 0; }
  .image-walls.left {
    left: 0;
    width: 46%; }
    @media screen and (max-width: 39.9375em) {
      .image-walls.left {
        top: 41%;
        width: 100%; } }
  .image-walls.right {
    right: 0;
    width: 49%; }
    @media screen and (max-width: 39.9375em) {
      .image-walls.right {
        top: 53%;
        width: 100%; } }
  .image-walls #pingerChat {
    width: 100%;
    height: 502px;
    background-image: url(../img/career-chat1.jpg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover !important; }
    @media screen and (max-width: 39.9375em) {
      .image-walls #pingerChat {
        height: 343px; } }
  .image-walls #dinerHall {
    width: 100%;
    height: 343px;
    background-image: url(../img/career-diner.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover !important;
    margin-bottom: 2rem; }
    @media screen and (max-width: 39.9375em) {
      .image-walls #dinerHall {
        margin-bottom: 1rem; } }
  .image-walls #tabelGame {
    width: 300px;
    height: 192px;
    background-image: url(../img/career-game.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover !important; }
  .image-walls .bottom {
    display: -ms-flexbox;
    display: flex; }
  .image-walls .desc {
    max-width: 240px;
    padding-left: 1.2rem; }
    @media screen and (max-width: 39.9375em) {
      .image-walls .desc {
        text-align: left; } }

#jobDetails > .row {
  margin-bottom: 4rem; }
  @media screen and (max-width: 39.9375em) {
    #jobDetails > .row {
      margin-bottom: 2rem; } }

#pingerStory {
  position: relative;
  height: 534px; }
  #pingerStory .content {
    min-height: 423px;
    margin-bottom: 2rem; }
    @media screen and (max-width: 39.9375em) {
      #pingerStory .content {
        min-height: 323px; } }
  #pingerStory .story-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 524px;
    height: 452px;
    background-image: url(../img/polygonline-large.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -ms-transform: translate(-68%, -37%);
        transform: translate(-68%, -37%); }
    @media screen and (max-width: 39.9375em) {
      #pingerStory .story-bg {
        display: none; } }
  @media screen and (max-width: 39.9375em) {
    #pingerStory #storyMakrup {
      margin-top: 23rem; } }
  @media screen and (max-width: 39.9375em) {
    #pingerStory {
      height: 930px; } }

#pingerLife {
  margin: 4rem 0;
  position: relative;
  height: 679px; }
  @media screen and (max-width: 39.9375em) {
    #pingerLife {
      margin-top: 0;
      height: 1069px; } }
  #pingerLife .benefits-list h2 {
    margin-bottom: 3rem; }
    @media screen and (max-width: 39.9375em) {
      #pingerLife .benefits-list h2 {
        margin-bottom: 1.8rem; } }
  #pingerLife .benefits-list dl {
    margin-bottom: 5rem; }
    @media screen and (max-width: 39.9375em) {
      #pingerLife .benefits-list dl {
        margin-bottom: 2.5rem; } }
  #pingerLife .benefits-list dt {
    font-weight: normal;
    margin-top: .5em; }
  @media screen and (max-width: 39.9375em) {
    #pingerLife .benefits-list {
      margin-bottom: 1rem; } }
  #pingerLife .benefits-extra {
    margin-top: 2rem;
    max-width: 340px;
    color: #fefefe; }
    #pingerLife .benefits-extra a {
      color: #fefefe; }
      #pingerLife .benefits-extra a:hover {
        color: #cecece; }
  #pingerLife .life-bg {
    position: absolute;
    left: 45%;
    top: 73%;
    width: 332px;
    height: 286px;
    background-image: url(../img/polygonline-medium.svg);
    background-size: cover;
    background-repeat: no-repeat;
    -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    z-index: 99; }
    @media screen and (max-width: 39.9375em) {
      #pingerLife .life-bg {
        display: none; } }

#pingerOverview {
  position: relative;
  height: 414px;
  margin: 2rem 0 4rem; }
  #pingerOverview .viewport {
    position: relative;
    width: 85%;
    height: 100%;
    overflow: hidden; }
    @media screen and (max-width: 39.9375em) {
      #pingerOverview .viewport {
        width: 100%;
        height: 291px; } }
  #pingerOverview .views {
    height: 100%;
    width: 400%; }
  #pingerOverview .view {
    float: left;
    width: 25%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important; }
    #pingerOverview .view.first {
      background-image: url("../img/career-life1.jpg"); }
    #pingerOverview .view.second {
      background-image: url("../img/career-life2.jpg"); }
    #pingerOverview .view.third {
      background-image: url("../img/career-life3.jpg"); }
  #pingerOverview .content {
    position: absolute;
    left: 87%;
    bottom: -2rem;
    width: 10%;
    min-width: 150px;
    max-width: 240px; }
    @media screen and (max-width: 39.9375em) {
      #pingerOverview .content {
        position: relative;
        width: 70%;
        margin: 1rem auto 2rem;
        left: auto;
        bottom: auto; } }

.about-header {
  height: 20.5625rem;
  padding-top: 5rem;
  background: url(../img/about/bg.png) center;
  background-size: cover;
  color: #ffffff;
  text-align: center; }
  .about-header .tip {
    color: rgba(204, 204, 204, 0.7);
    font-size: 2rem;
    line-height: 2.8125rem;
    letter-spacing: 0.625rem;
    margin-bottom: 3.125rem; }
    .about-header .tip span {
      color: #ffffff;
      font-weight: 600; }
  .about-header .info {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.25rem;
    text-align: center; }
    .about-header .info p {
      margin: 0; }
    .about-header .info .big {
      font-size: 1.5rem;
      font-weight: 600;
      color: #ffffff;
      line-height: 2.0625rem;
      font-family: DINAlternate-Bold, DINAlternate; }
      .about-header .info .big span {
        font-size: 3.375rem;
        font-weight: bold;
        line-height: 3.9375rem; }

.content-item {
  padding-bottom: 1.25rem; }
  .content-item .title {
    margin-top: 5rem;
    height: 2.875rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #252525;
    line-height: 2.875rem;
    position: relative;
    padding-left: 1.125rem; }
    .content-item .title::before {
      content: ' ';
      width: 0.5rem;
      height: 1.5rem;
      background: #23b3bc;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -0.75rem; }

.about-left {
  padding-right: 3rem; }
  .about-left .content-box {
    box-shadow: 0px 3px 20px 0px rgba(219, 216, 226, 0.5);
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #252525;
    line-height: 1.25rem;
    padding: 1.625rem 4rem 1.625rem;
    position: relative; }
    .about-left .content-box .quotation1 {
      position: absolute;
      top: 1.625rem;
      left: 1.5625rem;
      width: 1.5rem;
      height: 1.3125rem; }
    .about-left .content-box .quotation2 {
      position: absolute;
      bottom: 1.625rem;
      right: 1.5625rem;
      width: 1.5rem;
      height: 1.3125rem;
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .about-left .content-box p {
      margin-bottom: 0; }

.about-right ul {
  font-size: 0.875rem;
  font-weight: 400;
  color: #252525;
  line-height: 1.375rem; }
  .about-right ul li {
    position: relative;
    list-style: none;
    padding: 0.3125rem 0; }
    .about-right ul li::before {
      content: '';
      height: 100%;
      width: 0.25rem;
      background: #21b2bb;
      position: absolute;
      top: 0;
      left: -0.9375rem; }
    .about-right ul li::after {
      content: '';
      width: 0.5rem;
      height: 0.125rem;
      background: #21b2bb;
      position: absolute;
      top: 0.9375rem;
      left: -0.9375rem; }
    .about-right ul li:first-child::before {
      top: 50%; }
    .about-right ul li:last-child::before {
      top: auto;
      bottom: 50%; }
  .about-right ul .tag {
    font-weight: 600;
    color: #21b2bb;
    line-height: 1.25rem;
    padding: 8px 0; }
    .about-right ul .tag::after {
      content: '';
      width: 0.875rem;
      height: 14px;
      background: #21b2bb;
      border-radius: 0.875rem;
      position: absolute;
      top: 50%;
      margin-top: -0.4375rem;
      left: -1.25rem; }

.company {
  text-align: center;
  border-top: 1px solid #d9d9d9;
  padding: 2.5rem 0 5rem; }
  .company h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #202020;
    line-height: 2rem;
    margin-bottom: 1.25rem; }
  .company p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #595959;
    line-height: 1.375rem;
    margin-bottom: 2.5rem; }
  .company .icon-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .company .icon-box img {
      width: 11.25rem;
      height: 2.5rem; }

.join-us {
  background: #fafcff;
  padding-bottom: 5rem; }
  .join-us .img-box {
    padding: 0 5%;
    position: relative;
    overflow: hidden; }
    .join-us .img-box .bg1 {
      width: 100%; }
    .join-us .img-box .main-pos {
      width: 70%;
      height: auto;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -30%;
      z-index: 2;
      transition: all 0.5s ease-in-out; }
    .join-us .img-box .back-pos {
      width: 40%;
      height: auto;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -20%;
      z-index: 1;
      opacity: 0;
      transition: all 0.5s ease-in-out; }
    .join-us .img-box .right-pos {
      width: 40%;
      height: auto;
      position: absolute;
      left: 40%;
      top: 50%;
      margin-top: -15%;
      z-index: 1;
      opacity: 1;
      transition: all 0.5s ease-in-out; }
    .join-us .img-box .about-us-next {
      width: 2rem;
      height: 2.875rem;
      position: absolute;
      right: 10%;
      top: 50%;
      margin-top: rem-cacl(-23); }
  .join-us .content-box {
    padding-left: 2.5rem; }
    .join-us .content-box p {
      font-size: 0.875rem;
      font-weight: 400;
      color: #595959;
      line-height: 1.375rem;
      margin-bottom: 0.625rem; }
    .join-us .content-box h2 {
      font-size: 2.25rem;
      font-weight: 500;
      color: #252525;
      line-height: 2.25rem;
      margin-bottom: 1.25rem; }
    .join-us .content-box h3 {
      font-size: 1.5rem;
      font-weight: 500;
      color: #595959;
      line-height: 1.5rem;
      margin-bottom: 1.25rem; }
    .join-us .content-box h4 {
      font-size: 0.875rem;
      color: #252525;
      font-weight: 600;
      line-height: 1.375rem;
      margin-bottom: 0.625rem; }
    .join-us .content-box .join-us-btn {
      margin-top: 1.25rem; }
      .join-us .content-box .join-us-btn a {
        display: inline-block;
        width: 5.5rem;
        height: 2rem;
        border-radius: 4px;
        border: 1px solid #252525;
        font-size: 0.875rem;
        font-weight: 500;
        color: #252525;
        line-height: 2rem;
        text-align: center; }

@media screen and (max-width: 39.9375em) {
  .about-header {
    height: 24.5rem;
    padding-top: 6.25rem;
    background: url("../img/about/bg-m.png") center;
    background-size: 100%;
    -ms-flex-align: start;
        align-items: flex-start; }
    .about-header .tip {
      color: rgba(204, 204, 204, 0.7);
      font-size: 1.5rem;
      line-height: 2.8125rem;
      letter-spacing: 0.0625rem;
      margin-bottom: 1.875rem; }
    .about-header .info {
      margin-bottom: 1.25rem;
      font-size: 0.75rem;
      line-height: 1.0625rem;
      text-align: center; }
      .about-header .info p {
        margin-bottom: 1rem; }
      .about-header .info .big {
        font-size: 0.875rem;
        font-weight: 600;
        color: #ffffff;
        line-height: 1.25rem;
        font-family: DINAlternate-Bold, DINAlternate; }
        .about-header .info .big span {
          font-size: 2.5rem;
          font-weight: bold;
          line-height: 2.9375rem; }
  .content-item .title {
    margin-top: 2.5rem;
    height: 1.125rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #252525;
    line-height: 1.125rem;
    position: relative;
    padding-left: 0.75rem; }
    .content-item .title::before {
      content: ' ';
      width: 0.25rem;
      height: 1rem;
      background: #23b3bc;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -0.5rem; }
  .about-left {
    padding-right: 0; }
    .about-left .content-box {
      box-shadow: none;
      font-size: 0.75rem;
      font-weight: 400;
      color: #252525;
      line-height: 1.375rem;
      padding: 0 1.875rem 1.25rem;
      position: relative; }
      .about-left .content-box .quotation1 {
        position: absolute;
        top: 0;
        left: 0.3125rem;
        width: 0.875rem;
        height: 0.75rem; }
      .about-left .content-box .quotation2 {
        position: absolute;
        bottom: 2.6875rem;
        right: 0.3125rem;
        width: 0.875rem;
        height: 0.75rem;
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
      .about-left .content-box .icon {
        position: absolute;
        bottom: 0;
        right: 0.3125rem;
        width: 4.875rem;
        height: rem-cal(10); }
      .about-left .content-box p {
        font-size: 0.75rem;
        line-height: 1.375rem;
        margin-bottom: 0.625rem; }
  .company {
    text-align: center;
    border-top: 1px solid #d9d9d9;
    padding: 1.25rem 0 2.5rem; }
    .company h2 {
      font-size: 1.5rem;
      font-weight: 600;
      color: #202020;
      line-height: 2.125rem;
      margin-bottom: 0.625rem; }
    .company p {
      font-size: 0.5rem;
      line-height: 1.125rem;
      margin-bottom: 0.9375rem; }
    .company .icon-box {
      padding-top: 0; }
      .company .icon-box img {
        width: 5.625rem;
        height: 1.25rem; }
  .join-us {
    background: #fafcff;
    padding-bottom: 1.25rem; }
    .join-us .img-box {
      padding: 0;
      position: relative;
      -ms-flex-pack: center;
          justify-content: center;
      padding-bottom: 3.75rem; }
      .join-us .img-box .bg1 {
        width: 100%; }
      .join-us .img-box .main-pos {
        width: 70%;
        height: auto;
        position: absolute;
        left: 0.625rem;
        top: 50%;
        margin-top: -40%;
        z-index: 2;
        transition: all 0.5s ease-in-out; }
      .join-us .img-box .right-pos {
        width: 50%;
        height: auto;
        position: absolute;
        left: 35%;
        top: 50%;
        margin-top: -30%;
        z-index: 1;
        transition: all 0.5s ease-in-out; }
      .join-us .img-box .back-pos {
        width: 50%;
        height: auto;
        position: absolute;
        left: 0.625rem;
        top: 50%;
        margin-top: -30%;
        z-index: 1;
        opacity: 0;
        transition: all 0.5s ease-in-out; }
      .join-us .img-box .about-us-next {
        width: 1.5rem;
        height: 2.1875rem;
        position: absolute;
        right: 1.25rem;
        top: 40%; }
    .join-us .content-box {
      padding-left: 0; }
      .join-us .content-box p {
        font-size: 0.75rem;
        line-height: 1rem;
        margin-bottom: 0.625rem; }
      .join-us .content-box h2 {
        font-size: 1.125rem;
        line-height: 1.375rem;
        margin-bottom: 1.25rem; }
      .join-us .content-box h3 {
        font-size: 1.125rem;
        line-height: 1.375rem;
        margin-bottom: 0.9375rem; }
      .join-us .content-box h4 {
        font-size: 0.875rem;
        color: #252525;
        font-weight: 600;
        line-height: 1.375rem;
        margin-bottom: 0.625rem; }
      .join-us .content-box .join-us-btn {
        text-align: center;
        margin-bottom: 0; } }

.hero-icons {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 5em; }
  .hero-icons h5,
  .hero-icons h6,
  .hero-icons p {
    color: #fefefe; }
  .hero-icons h6 {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 7px; }
  .hero-icons p {
    font-size: 0.8125rem;
    font-weight: 400; }
  .hero-icons .column, .hero-icons .columns {
    opacity: 0.7;
    transition: opacity 0.2s ease; }
    .hero-icons .column:hover, .hero-icons .columns:hover {
      opacity: 1; }
    @media screen and (max-width: 39.9375em) {
      .hero-icons .column, .hero-icons .columns {
        padding-bottom: 1.5em; } }

.hero-icons__icon {
  margin-bottom: 0.8125rem;
  height: 44px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .hero-icons__icon img {
    -ms-flex-item-align: end;
        align-self: flex-end; }

.products-hero .hero-copy {
  margin-top: 72px; }
  .products-hero .hero-copy h1 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 72px;
    margin-bottom: 28px; }
    @media screen and (max-width: 39.9375em) {
      .products-hero .hero-copy h1 {
        font-size: 3rem; } }
  .products-hero .hero-copy h4 {
    margin-bottom: 120px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    opacity: .7; }
  .products-hero .hero-copy h3 {
    margin-bottom: 24px;
    font-size: 24px; }
    .products-hero .hero-copy h3 img {
      margin-right: 10px;
      vertical-align: -2px; }
  .products-hero .hero-copy .hero-arrow {
    display: inline-block;
    width: 22px;
    height: 36px;
    background: url("../img/arrowdown.png");
    background-size: cover; }

.products-section-head {
  padding-top: 6.125rem;
  padding-bottom: 5.125rem; }
  .products-section-head p {
    color: #565656;
    padding-top: 44px; }
    @media screen and (max-width: 39.9375em) {
      .products-section-head p {
        padding-top: 7px; } }
    .products-section-head p.no-padding-top {
      padding-top: 0; }
    .products-section-head p.more {
      font-size: 16px;
      padding-top: 0;
      padding-right: 6px;
      margin-top: -2px; }
      @media screen and (max-width: 39.9375em) {
        .products-section-head p.more {
          padding-right: 0;
          margin-bottom: 1rem; } }
  .products-section-head h2 + p {
    padding-top: 0; }
  .products-section-head .home-feature__copy h5 {
    margin-bottom: 13px; }
  .products-section-head .home-feature__bg {
    margin-top: 2em; }
  .products-section-head.is-comingsoon p {
    padding-top: 5.5em; }
    @media screen and (max-width: 39.9375em) {
      .products-section-head.is-comingsoon p {
        padding-top: 7px; } }

.products-section-head--no-bottom-padding {
  padding-bottom: 0; }

.products-section-hero h5 {
  font-size: 1.125rem;
  text-align: center;
  color: #717171;
  margin-bottom: 7px; }

.products-section-hero h2 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300; }

.products-section-hero p {
  font-size: 1rem;
  text-align: center;
  color: #616161; }

.products-methodspromo {
  background: transparent !important; }
  .products-methodspromo .hero-icons__icon img {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .products-methodspromo li:hover {
    -ms-transform: scale(1) !important;
        transform: scale(1) !important; }
  .products-methodspromo li a.block-grid-link h6 {
    color: #343434;
    margin-bottom: 3px;
    font-size: 0.875rem;
    padding-top: 9px;
    font-weight: 500; }
  .products-methodspromo li a.block-grid-link h5 {
    margin-bottom: -6px !important; }

.products-method-icons {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -2rem; }
  .products-method-icons > ul {
    list-style: none;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    height: 155px;
    width: 3636px;
    margin-bottom: 3rem; }
  .products-method-icons > ul.animate {
    animation: loop 60s linear 1; }
  .products-method-icons li {
    position: relative;
    text-align: justify;
    text-justify: distribute-all-lines;
    line-height: 0;
    letter-spacing: -0.31em;
    float: left;
    overflow: hidden;
    height: 155px;
    width: 1818px; }
  .products-method-icons > ul > li > * {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1;
    letter-spacing: 0;
    margin: 2em 7px; }

.products-iconwall {
  padding-bottom: 3.125rem;
  padding-top: 1.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06); }
  .products-iconwall .iconwall-item {
    padding-left: 0.9375rem; }
    @media screen and (min-width: 64em) {
      .products-iconwall .iconwall-item {
        padding-right: 10rem; } }
    @media screen and (max-width: 39.9375em) {
      .products-iconwall .iconwall-item {
        text-align: center; }
        .products-iconwall .iconwall-item .wall-icon {
          margin: 0 auto;
          margin-bottom: 13px; }
        .products-iconwall .iconwall-item p {
          width: 60%;
          margin: 0 auto; } }

.pay-container .module-fir {
  padding-top: 80px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #202020; }
  .pay-container .module-fir h2 {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 70px; }
  .pay-container .module-fir p {
    font-size: 16px;
    line-height: 24px; }

.pay-container .module-sec {
  padding: 88px 0; }
  .pay-container .module-sec .division {
    margin-bottom: 68px; }
    .pay-container .module-sec .division h3 {
      font-size: 36px;
      line-height: 52px; }
    .pay-container .module-sec .division p {
      margin-bottom: 22px;
      font-size: 16px;
      line-height: 24px; }
    .pay-container .module-sec .division .function {
      cursor: pointer;
      padding-right: 22px;
      padding-bottom: 22px; }
      .pay-container .module-sec .division .function .fun-in {
        padding: 16px;
        background: #F9F9F9;
        border-radius: 5px; }
        .pay-container .module-sec .division .function .fun-in strong {
          color: #909090; }
        .pay-container .module-sec .division .function .fun-in p {
          margin-bottom: 0; }
      .pay-container .module-sec .division .function .api-in {
        padding: 10px 26px 26px;
        background: #F9F9F9;
        border-radius: 5px;
        cursor: default; }
        .pay-container .module-sec .division .function .api-in img {
          margin-bottom: 6px; }
        .pay-container .module-sec .division .function .api-in strong {
          display: block;
          margin-bottom: 8px;
          font-size: 18px; }
        .pay-container .module-sec .division .function .api-in p {
          margin-bottom: 0;
          font-size: 14px;
          opacity: .7; }
      .pay-container .module-sec .division .function .special-channel {
        height: 200px; }
      .pay-container .module-sec .division .function .loan {
        height: 200px; }
      .pay-container .module-sec .division .function .authentication-service {
        height: 250px; }
      .pay-container .module-sec .division .function .img-box img {
        width: 100%;
        height: 100%; }

.product-info {
  padding: 86px 0; }
  .product-info .odd {
    padding-right: 135px; }
  .product-info strong {
    display: block;
    margin-bottom: 16px;
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5); }
  .product-info h2 {
    font-size: 48px;
    line-height: 70px; }
  .product-info h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold; }
  .product-info p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5); }
  .product-info .mb {
    margin-bottom: 64px; }

.module-thi {
  padding: 46px 0;
  background-color: #1F3074;
  color: #fff; }

.customer-btn-outer {
  margin: 72px 0 88px; }

.customer h2 {
  margin: 88px 0 72px; }

.dev-links-outer {
  background-color: #F9F9F9;
  padding: 108px 0 164px; }

.dev-links {
  margin-top: 64px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center; }
  .dev-links:first-child {
    text-align: left; }
  .dev-links:last-child {
    border-right: 0; }

@media only screen and (max-width: 414px) {
  .product-info .odd {
    padding-right: 0; }
  .product-info h2 {
    -ms-flex-order: -1;
        order: -1; }
  .dev-links-outer {
    padding: 40px 0 56px; }
  .dev-links {
    margin-top: 30px;
    text-align: left; }
  .pay-container .module-sec .division .function {
    padding-right: 10px;
    padding-bottom: 10px; }
  .pay-container .module-sec .division p {
    font-size: 12px; } }

.method-icon {
  width: 188px;
  height: 122px; }
  .method-icon-alipay {
    background-image: url("../img/products-methods-alipay@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .method-icon-wechat {
    background-image: url("../img/products-methods-wechat@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .method-icon-applepay {
    background-image: url("../img/products-methods-applepay@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .method-icon-unionpay {
    background-image: url("../img/products-methods-unionpay@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .method-icon-cmb {
    background-image: url("../img/products-methods-cmb@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .method-icon-visa {
    background-image: url("../img/products-methods-visa@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .method-icon-mastercard {
    background-image: url("../img/products-methods-mastercard@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }
  .method-icon-qq {
    background-image: url("../img/products-methods-qq@2x.png");
    background-size: contain;
    background-repeat: no-repeat; }

@keyframes loop {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

@keyframes looprotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.label-comingsoon {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0.04px;
  padding: 0.2em 0.5em;
  display: inline-block;
  margin-bottom: 2em; }

.payments-carousel {
  height: 660px;
  overflow: hidden; }
  .payments-carousel *:focus {
    outline: none; }
  .payments-carousel .orbit-container {
    height: 480px;
    position: relative;
    overflow: inherit; }
    @media screen and (max-width: 39.9375em) {
      .payments-carousel .orbit-container {
        height: 380px; } }
  .payments-carousel .orbit-slide {
    height: 480px;
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .payments-carousel .orbit-slide {
        height: 380px; } }
  .payments-carousel .slide-text {
    position: absolute;
    bottom: -130px;
    height: 60px;
    text-align: center;
    width: 100%;
    z-index: 9; }
    .payments-carousel .slide-text p {
      margin-bottom: 7px;
      font-size: 0.875rem; }
    @media screen and (max-width: 39.9375em) {
      .payments-carousel .slide-text {
        bottom: -160px; } }
  .payments-carousel .product-slide {
    height: 480px;
    overflow: hidden; }
    @media screen and (max-width: 39.9375em) {
      .payments-carousel .product-slide {
        height: 380px; }
        .payments-carousel .product-slide img {
          max-width: 800px; } }
  .payments-carousel .orbit-next {
    right: 1em; }
    .payments-carousel .orbit-next:hover, .payments-carousel .orbit-next:active, .payments-carousel .orbit-next:visited, .payments-carousel .orbit-next:focus {
      background: rgba(0, 0, 0, 0.1); }
  .payments-carousel .orbit-bullets {
    padding: 1em 0 7em; }
    .payments-carousel .orbit-bullets button {
      width: auto;
      background: none;
      color: #848484;
      padding: 0 0.5em;
      border-radius: 0; }
      .payments-carousel .orbit-bullets button.is-active {
        color: #0a0a0a; }

.shadow-mask {
  height: 150px;
  width: 100%;
  background: url("../img/products-carousel-mask.png");
  background-repeat: no-repeat;
  background-size: 648px 88px;
  background-position: center bottom;
  position: absolute;
  bottom: -2px;
  z-index: 9; }

.products-account-preview .content {
  height: 390px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .products-account-preview .content {
      height: 180px; } }
  .products-account-preview .content img {
    margin: 0 auto; }

.products-account-preview .shadow-mask {
  bottom: 0; }

.products-account-preview .description {
  padding: 1.125rem 0 5.125rem 0; }
  .products-account-preview .description h6 {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 7px; }
  .products-account-preview .description p {
    font-size: 0.8125rem;
    text-align: center; }

.products-platform-bg {
  height: 350px;
  width: 100%;
  padding-top: 20px;
  overflow: hidden; }
  .products-platform-bg .sun {
    height: 672px;
    width: 672px;
    margin: 0 auto;
    background: url("../img/products-platform-sun.png");
    background-size: 672px 662px;
    background-position: center;
    background-repeat: no-repeat;
    animation: looprotate 30s linear infinite; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .products-platform-bg .sun {
        background: url("../img/products-platform-sun@2x.png");
        background-size: 672px 662px;
        background-repeat: no-repeat; } }

.products-tool-card {
  text-align: center;
  margin-bottom: 5.125rem; }
  .products-tool-card .products-tool-card-image {
    height: 150px; }
  .products-tool-card h6,
  .products-tool-card p {
    text-align: center;
    font-size: 0.875rem; }
  .products-tool-card h6 {
    margin-top: 26px;
    margin-bottom: 7px;
    color: #313131; }
  .products-tool-card p.more {
    font-size: 16px; }

.hero-campagin {
  width: 100%;
  padding-top: 30px;
  height: 593px;
  background-image: url("../img/bg-hero-campagin.png");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 0; }
  .hero-campagin h1,
  .hero-campagin h2,
  .hero-campagin h3,
  .hero-campagin h4,
  .hero-campagin h5,
  .hero-campagin p {
    text-align: left; }
  .hero-campagin h5 {
    color: #9e9e9e; }
  .hero-campagin p {
    margin-top: 12px;
    color: #616161; }
  @media screen and (max-width: 39.9375em) {
    .hero-campagin .home-feature__bg.campaigns {
      margin-top: 10px; } }

#campagin-features .section-title,
#campagin-functions .section-title {
  color: #9e9e9e;
  margin-bottom: 2rem; }
  @media screen and (max-width: 39.9375em) {
    #campagin-features .section-title,
    #campagin-functions .section-title {
      text-align: center; } }

#campagin-features p,
#campagin-functions p {
  margin-top: 12px;
  color: #616161; }
  @media screen and (max-width: 39.9375em) {
    #campagin-features p,
    #campagin-functions p {
      text-align: center; } }

#campagin-features .column-title,
#campagin-functions .column-title {
  position: relative;
  padding-bottom: 16px;
  font-size: 24px;
  color: #333; }
  #campagin-features .column-title:after,
  #campagin-functions .column-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: #ebebeb; }
  @media screen and (max-width: 39.9375em) {
    #campagin-features .column-title,
    #campagin-functions .column-title {
      text-align: center; }
      #campagin-features .column-title:after,
      #campagin-functions .column-title:after {
        left: 50%;
        width: 40px;
        margin-left: -20px;
        background: #9e9e9e; } }

#campagin-functions {
  border-bottom: 1px solid #eee; }
  #campagin-functions .row.align-center {
    padding-bottom: 2rem; }
  #campagin-functions .column-large-padding {
    margin-bottom: 3rem; }

#campagin-features .column-large-padding {
  padding: 0 2rem; }
  #campagin-features .column-large-padding:first-child {
    margin-bottom: 6rem; }
    @media screen and (max-width: 39.9375em) {
      #campagin-features .column-large-padding:first-child {
        margin-bottom: 4rem; } }
  @media screen and (max-width: 39.9375em) {
    #campagin-features .column-large-padding {
      margin-bottom: 4rem; } }

#campagin-functions {
  border-top: 1px solid #ebebeb; }
  #campagin-functions .item-icon {
    padding-bottom: 1rem; }
    @media screen and (max-width: 39.9375em) {
      #campagin-functions .item-icon {
        text-align: center;
        padding-bottom: 1rem; } }
  #campagin-functions h5 {
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 39.9375em) {
      #campagin-functions h5 {
        text-align: center; } }
  #campagin-functions p {
    margin-top: 0; }
  #campagin-functions .column-large-padding {
    padding: 0 2rem; }
    #campagin-functions .column-large-padding:first-child {
      margin-bottom: 3rem; }
      @media screen and (max-width: 39.9375em) {
        #campagin-functions .column-large-padding:first-child {
          margin-bottom: 3rem; } }
    @media screen and (max-width: 39.9375em) {
      #campagin-functions .column-large-padding {
        margin-bottom: 3rem; } }

#campagin-overview {
  padding: 4rem 0;
  position: relative;
  overflow: hidden; }
  #campagin-overview .bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 605px;
    height: 100%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-image: url("../img/campagin-bg1.png");
    background-repeat: no-repeat;
    background-size: cover; }

@media screen and (max-width: 66.5em) and (min-width: 40em) {
  .hide-for-medium-only.medium {
    display: none !important; } }

@media screen and (max-width: 73.5em) and (min-width: 40em) {
  .hide-for-medium-only.large {
    display: none !important; } }

.hero-account {
  background-image: url("../img/bg-account.jpg") !important; }

.account-title h3 img {
  vertical-align: -5px !important; }

.system-box {
  padding-top: 66px; }
  .system-box > div {
    height: 112px;
    cursor: pointer; }
    .system-box > div .box-icon {
      float: left;
      display: inline-block;
      width: 118px;
      height: 112px;
      line-height: 112px;
      text-align: center; }
      .system-box > div .box-icon > img {
        width: 60px; }
  .system-box .box-active {
    background-color: #F9F9F9; }

.system-box-phone.moudle-6.show-for-small-only .arrow-s-l, .system-box-phone.moudle-6.show-for-small-only .arrow-s-r {
  top: 75px; }

.system-box-phone .scen {
  background-image: none; }

.phone-only {
  display: none; }

.box-desc {
  padding-top: 32px; }
  .box-desc-title {
    font-size: 18px;
    font-weight: 600; }
  .box-desc-message {
    opacity: .7;
    font-size: 14px;
    margin-top: 3px;
    padding: 0 10px; }

#account-switch-one > div {
  cursor: pointer; }

.system-box-image {
  position: relative; }
  .system-box-image .account-rect-img {
    width: 378px;
    height: 540px; }
  .system-box-image .account-frame-img, .system-box-image .account-contain-img {
    position: absolute;
    left: 124px; }
  .system-box-image .account-frame-img {
    width: 292px;
    top: 0; }
  .system-box-image .account-contain-img {
    top: 65px;
    left: 146px;
    width: 240px; }
  .system-box-image #transfer-client, .system-box-image #withdraw-client, .system-box-image #consumer-client {
    display: none; }

.control-box-fun {
  position: relative; }

.control-box {
  margin: 30px 0 0 210px; }
  .control-box span {
    cursor: pointer;
    margin: 3px; }
  .control-box .unactive-control {
    opacity: .7;
    font-size: 14px;
    border-bottom: 1px #AAAAAA solid;
    padding-bottom: 4px; }

.box-row {
  padding: 55px 0; }

.account-box {
  background-color: #F9F9F9;
  position: relative; }
  .account-box .account-manager img {
    width: 160px; }
  .account-box .box-desc {
    display: block;
    text-align: -webkit-center;
    text-align: -moz-center; }
    .account-box .box-desc-message {
      max-width: 343px; }

.coupon_manager_title {
  position: relative;
  height: 155px; }
  .coupon_manager_title p {
    max-width: 720px;
    position: absolute;
    right: 0; }

.coupon-box .account-rect-img {
  width: 514px;
  height: auto; }

.coupon-box .account-coupon-img {
  position: absolute;
  top: 25px;
  left: 0px;
  width: 460px; }

#coupon_consumer-big {
  width: 250px;
  left: 20%;
  top: 0px; }

.coupon > div {
  height: 136px; }
  .coupon > div .box-icon {
    line-height: 136px;
    height: 136px; }

#scenSlide1 .arrow-s-l, #scenSlide1 .arrow-s-r {
  top: 95px; }

#scenSlide1 a {
  height: 175px; }

#scenSlide1 img {
  width: 20em; }

.horizontal.account {
  padding-left: 0;
  margin-top: 100px; }

@media screen and (max-width: 39.9375em) {
  .account-title {
    text-align: -webkit-center !important;
    text-align: -moz-center !important; }
    .account-title > h1 {
      font-size: 30px !important;
      line-height: 1.5 !important;
      width: 238px !important; }
    .account-title > h4 {
      margin-bottom: 70px !important; }
  .pc-only {
    display: none !important; }
  .phone-only {
    display: inherit !important; }
  .module-fir.fir-title > h2 {
    font-size: 30px !important;
    line-height: 43.5px !important; }
  .module-sec {
    padding-top: 44px !important;
    padding-bottom: 0px !important; }
  .sec-title > h3 {
    font-size: 22px !important;
    margin-bottom: 0 !important; }
  .coupon_manager_title {
    text-align: left !important;
    height: auto; }
    .coupon_manager_title h3 {
      font-size: 37px; }
    .coupon_manager_title p {
      font-size: 13px;
      position: inherit; } }

@media screen and (max-width: 66.5em) and (min-width: 40em) {
  .hide-for-medium-only.medium {
    display: none !important; } }

@media screen and (max-width: 73.5em) and (min-width: 40em) {
  .hide-for-medium-only.large {
    display: none !important; } }

.hero-platform {
  background-image: url("../img/bg-platform.png") !important; }

.platform-title h3 img {
  vertical-align: -9px !important; }

.horizontal {
  padding-left: 36px; }
  .horizontal .system-box-image .account-rect-img {
    height: auto;
    width: 514px; }
  .horizontal .system-box-image .account-contain-img {
    left: 40px;
    top: 20px;
    width: 460px; }
  .horizontal.platform {
    margin-top: 40px; }

.module-sec.platform {
  padding-bottom: 0; }

.platform-business h3 {
  text-align: center;
  margin-top: 72px; }

.control-box-fun.platform {
  margin-bottom: 81px; }
  .control-box-fun.platform .control-box {
    margin: 0; }

.img-hidden > img:not(:first-child) {
  display: none; }

#scenSlidePlatform1 .account-contain-img {
  width: 17em; }

#scenSlidePlatform2 .account-contain-img {
  width: 17em; }

#scenSlidePlatform3 .account-contain-img {
  width: 17em; }

#scenSlidePlatform4 .account-contain-img {
  width: 17em; }

#scenSlidePlatform1 .arrow-s-l, #scenSlidePlatform1 .arrow-s-r {
  top: 95px; }

#scenSlidePlatform1 a {
  height: 175px; }

.pc-rect {
  position: relative;
  min-height: 13em; }
  .pc-rect .pc-rect-bg {
    position: absolute;
    top: 0;
    width: 80%;
    left: 10%;
    z-index: -1; }
  .pc-rect .scen {
    position: absolute;
    top: 10%;
    left: 17%; }

.big-item > div {
  height: 135px; }
  .big-item > div > .box-icon {
    height: 135px;
    line-height: 135px; }

@media screen and (max-width: 39.9375em) {
  .hero-platform {
    background-image: url("../img/bg-platform-mobile.png") !important; }
  .fenrun {
    background-color: #F5F7F8; } }

.hero-token {
  background-image: url("../img/products/token/token-bg.png") !important;
  height: 750px; }

.product-header h3 {
  font-size: 24px;
  margin-bottom: 48px; }
  .product-header h3 img {
    vertical-align: -9px !important;
    margin-right: 13px; }

.product-header .bate-icon {
  height: 24px;
  vertical-align: -3px !important; }

.product-header h1 {
  font-size: 48px;
  margin-bottom: 32px; }

.product-header p {
  opacity: .75;
  color: #fff; }

.product-header .hero-box {
  margin-top: 205px; }

.product-token-container {
  color: #202020; }
  .product-token-container .module-fir {
    margin: 80px 0 50px 0; }
  .product-token-container .module-sec {
    margin: 80px 0 160px 0; }
  .product-token-container .advantage-box {
    margin-top: 25px; }
    .product-token-container .advantage-box .advantage-item {
      margin-bottom: 25px; }
      .product-token-container .advantage-box .advantage-item img {
        margin-right: 10px;
        margin-top: -3px; }
      .product-token-container .advantage-box .advantage-item p {
        margin-top: 9px; }
      .product-token-container .advantage-box .advantage-item .advantage-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5; }
  .product-token-container .token-products {
    margin-top: 91px; }

.products-token.pricing-section__faq {
  border: none;
  padding-top: 0; }

.products-token.bottom-cta {
  height: 372px; }

@media screen and (max-width: 39.9375em) {
  .token-products {
    margin-top: 80px !important; }
  .product-token-container .module-sec {
    margin: 20px 0 40px 0; } }

.hero-cross_border {
  background-image: url("../img/products/cross_border/big-bg.jpg") !important;
  height: 750px; }

.cross_border.description {
  opacity: 0.7; }

.cross_border.break-word {
  word-wrap: break-word; }

.cross-border-container .module-fir {
  margin-top: 80px;
  margin-bottom: 120px; }

.cross-border-container .module-fir-title {
  margin-bottom: 50px; }

.cross-border-container .module-sec {
  margin-bottom: 120px; }

.back-img {
  background-image: url(../img/products/cross_border/baoguanchanping.png);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 130px;
  margin-top: -50px; }

.cross_border .cb-product-crossborder-title {
  margin-bottom: 21px; }

.cross_border .cb-product-crossborder-content {
  width: 157px;
  height: 232px;
  background: linear-gradient(90deg, white 0%, #eaeff8 100%);
  border-radius: 0 116px 116px 0; }
  .cross_border .cb-product-crossborder-content .cb-product-crossborder-content-yinlian {
    margin-top: 46px; }
  .cross_border .cb-product-crossborder-content .cb-product-crossborder-content-weixin {
    margin-top: 34px;
    margin-left: 45px; }
  .cross_border .cb-product-crossborder-content .cb-product-crossborder-content-zhifubao {
    margin-top: 34px; }
  .cross_border .cb-product-crossborder-content .cb-product-crossborder-content-visa {
    margin-top: 46px;
    margin-left: 20px; }
  .cross_border .cb-product-crossborder-content .cb-product-crossborder-content-dc {
    margin-top: 34px;
    margin-left: -45px; }
  .cross_border .cb-product-crossborder-content .cb-product-crossborder-content-paypal {
    margin-top: 34px;
    margin-left: 20px; }

.cross_border .cb-product-box {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 3px;
  background-color: #f5f7f8;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
  .cross_border .cb-product-box .icon {
    font-size: 33px;
    color: #bbbbbb; }
  .cross_border .cb-product-box .icon-paypal {
    width: 33px;
    height: 33px;
    background: url(../img/products/cross_border/PayPal.svg) no-repeat; }
  .cross_border .cb-product-box.active {
    background-color: #35c8e6;
    color: white;
    box-shadow: none; }
    .cross_border .cb-product-box.active .icon {
      color: white; }
    .cross_border .cb-product-box.active .icon-paypal {
      background: url(../img/products/cross_border/PayPal_w.svg) no-repeat; }
  .cross_border .cb-product-box:not(:last-child) {
    margin-bottom: 16px; }

.cross_border .cb-product-box-r-1 {
  height: 311px;
  border-radius: 10px; }
  .cross_border .cb-product-box-r-1 .cb-alipay-info {
    border-radius: 10px; }

.cross_border .cb-product-box-r-2 {
  height: 264px;
  border-radius: 10px; }
  .cross_border .cb-product-box-r-2 .cb-alipay-info {
    border-radius: 10px; }

.cross_border .cb-alipay .icon {
  font-size: 30px; }

.cross_border .cb-alipay-info > div, .cross_border .cb-wechat-info > div, .cross_border .cb-paypal-info > div {
  width: 100%; }

.cross_border .cb-info {
  height: 100%;
  background-color: #f5f7f8;
  transition: all 200ms ease-in; }
  .cross_border .cb-info img {
    height: 72px; }
  .cross_border .cb-info > div p {
    margin-top: 20px;
    font-size: 14px; }

@media screen and (max-width: 39.9375em) {
  .hero-cross_border {
    background-image: url("../img/products/cross_border/m-bg.jpg") !important; }
  .cross_border .icon-title-box-m {
    margin-bottom: 20px; }
  .cross_border .icon-title-m {
    font-size: 20px; }
  .cross_border .icon-alipay-m {
    font-size: 45px;
    color: #4cc8e6; }
  .cross_border .icon-wechat-m {
    font-size: 45px;
    color: #84d37c; }
  .cross_border .icon-paypal-m {
    width: 33px;
    height: 33px;
    background: url(../img/products/cross_border/paypal-blue.svg) no-repeat; }
  .cross_border .cb-info-m {
    margin-top: 15px; } }

.pay-tip {
  font-size: 13px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #a1a1a1;
  line-height: 24px;
  word-wrap: break-word; }

.appear {
  animation: appear 2s linear normal;
  animation-fill-mode: forwards; }

.hid {
  animation: hid 2s linear normal;
  animation-fill-mode: forwards; }

@keyframes appear {
  0% {
    display: none; }
  100% {
    display: block; } }

@keyframes hid {
  0% {
    display: block; }
  100% {
    display: none; } }

.micro-finance {
  background: #2f2f3d !important;
  padding-top: 2.8125rem;
  margin-top: 3.4375rem;
  height: 19.875rem;
  position: relative;
  z-index: -1; }
  .micro-finance::before {
    content: '';
    width: 50%;
    height: 19.875rem;
    position: absolute;
    background: linear-gradient(to left bottom, transparent 50%, rgba(255, 183, 78, 0.03) 50%, rgba(255, 183, 78, 0.03) 100%);
    bottom: 0;
    left: 0;
    z-index: -1; }
  .micro-finance::after {
    content: '';
    width: 50%;
    height: 19.875rem;
    position: absolute;
    background: linear-gradient(to right bottom, transparent 50%, rgba(255, 183, 78, 0.03) 50%, rgba(255, 183, 78, 0.03) 100%);
    bottom: 0;
    right: 0;
    z-index: -1; }
  .micro-finance .header-section .header-section-item {
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .micro-finance .header-section .header-section-item:first-of-type {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .micro-finance .header-section .header-section-item:last-of-type {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .micro-finance .header-section .header-section-item .micro-finance-banner-img {
      height: 14.25rem;
      width: auto; }
  .micro-finance .header-section .header-section-title {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .micro-finance .header-section .header-section-title .title {
      color: #cba87b;
      font-weight: 600;
      line-height: 3rem;
      font-size: 2.125rem;
      text-align: left; }
    .micro-finance .header-section .header-section-title .text {
      color: #dfc19e;
      line-height: 2.25rem;
      font-size: 1.25rem;
      margin-bottom: 0;
      text-align: left; }

.micro-finance-container .micro-finance-item {
  margin-top: 5rem; }
  .micro-finance-container .micro-finance-item > .title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #202020;
    line-height: 2.5rem;
    height: 2.5rem;
    margin-bottom: 2.1875rem;
    position: relative;
    padding-left: 1.125rem; }
    .micro-finance-container .micro-finance-item > .title::before {
      width: 0.5rem;
      height: 1.625rem;
      background: #21b2bb;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -0.8125rem;
      content: ''; }
  .micro-finance-container .micro-finance-item:first-of-type > .title {
    margin-bottom: 2.1875rem; }
  .micro-finance-container .micro-finance-item .micro-finance-content :last-of-type .service-container {
    margin-bottom: 0 !important; }
  .micro-finance-container .micro-finance-item:first-of-type(.micro-finance-content) {
    padding-top: 0.9375rem; }
  .micro-finance-container .micro-finance-item .service-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 1.25rem; }
    .micro-finance-container .micro-finance-item .service-container .service-img {
      width: 3.375rem;
      height: 3.375rem;
      margin-bottom: 0.9375rem; }
    .micro-finance-container .micro-finance-item .service-container .title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #000000;
      line-height: 2.0625rem;
      margin-bottom: 0.625rem; }
    .micro-finance-container .micro-finance-item .service-container .text {
      font-size: 1rem;
      font-weight: 400;
      color: #252525;
      line-height: 1.375rem;
      margin: 0; }
  .micro-finance-container .micro-finance-item .advantage-img {
    width: 100%;
    height: auto; }
  .micro-finance-container .micro-finance-item .advantage-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .micro-finance-container .micro-finance-item .advantage-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .micro-finance-container .micro-finance-item .advantage-content .img-box {
      -ms-flex-align: center;
          align-items: center; }

.micro-finance-container .pain-container-box .pain-container-item {
  height: auto;
  border-radius: 1rem;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  position: relative;
  margin-bottom: 0; }
  .micro-finance-container .pain-container-box .pain-container-item:first-of-type .pain-container-content {
    margin: 1.25rem 2.5rem 0 0.625rem; }
  .micro-finance-container .pain-container-box .pain-container-item:last-of-type .pain-container-content {
    margin: 1.25rem 0.625rem 0 2.5rem; }
  .micro-finance-container .pain-container-box .pain-container-item .pain-container-content {
    padding: 1.25rem 1.25rem 1.875rem 3.125rem;
    height: 10.125rem;
    position: relative; }
    .micro-finance-container .pain-container-box .pain-container-item .pain-container-content::before {
      content: ' ';
      width: 100%;
      background: linear-gradient(to right bottom, #fbf6ef 0%, #fbf6ef 50%, #fbf2e8 50%, #fbf2e8 100%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      bottom: 0; }
    .micro-finance-container .pain-container-box .pain-container-item .pain-container-content .index-icon {
      font-size: 2rem;
      font-weight: bold;
      color: #ffffff;
      line-height: 2.375rem;
      position: absolute;
      top: -1.25rem;
      left: -0.625rem;
      width: 3rem;
      height: 3rem;
      text-align: center;
      padding: 0.3125rem;
      background: linear-gradient(135deg, #d6b185 0%, #d6b185 50%, #a27a39 50%, #a27a39 100%);
      opacity: 0.6123;
      margin-bottom: 1.25rem; }
    .micro-finance-container .pain-container-box .pain-container-item .pain-container-content .title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #252525;
      line-height: 2.0625rem;
      margin-bottom: 0.625rem;
      margin-top: 1.25rem; }
    .micro-finance-container .pain-container-box .pain-container-item .pain-container-content .text {
      font-size: 0.9375rem;
      font-weight: 400;
      color: #252525;
      line-height: 1.5rem;
      margin-bottom: 0; }

.advantage-container .advantage-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 4.375rem; }
  .advantage-container .advantage-item:last-child {
    margin-bottom: 0; }
  .advantage-container .advantage-item .right-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1.25rem;
    margin-top: 0.3125rem; }
  .advantage-container .advantage-item .advantage-box .title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
    line-height: 2.0625rem;
    margin-bottom: 0.625rem; }
  .advantage-container .advantage-item .advantage-box .text {
    font-size: 1rem;
    font-weight: 400;
    color: #252525;
    line-height: 1.375rem;
    margin-bottom: 0; }

.mico-finance-contact-us {
  margin-top: 5rem; }
  .mico-finance-contact-us .bottom-contact-us {
    height: 20rem;
    padding: 0;
    background-image: linear-gradient(129deg, #373540 0%, #403c44 100%); }
    .mico-finance-contact-us .bottom-contact-us .contact-info {
      display: -ms-flexbox;
      display: flex; }
      .mico-finance-contact-us .bottom-contact-us .contact-info .contact-img {
        width: auto;
        height: 19.4375rem;
        margin-left: -9.875rem;
        padding-top: 1.875rem; }
    .mico-finance-contact-us .bottom-contact-us .contact-content {
      color: #cba87b; }
      .mico-finance-contact-us .bottom-contact-us .contact-content .contact-slogan {
        font-size: 2.125rem;
        line-height: 2.5rem;
        font-weight: 500;
        margin-bottom: 0.625rem;
        letter-spacing: 1px; }
      .mico-finance-contact-us .bottom-contact-us .contact-content .contact-text {
        font-size: 1.25rem;
        line-height: 2.25rem;
        margin-bottom: 1.875rem;
        letter-spacing: 1px; }
      .mico-finance-contact-us .bottom-contact-us .contact-content .contact-btn {
        display: inline-block;
        width: 8.625rem;
        height: 2.5rem;
        border-radius: 4px;
        border: 1px solid #cba87b;
        color: #cba87b;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        line-height: 2.5rem; }

@media screen and (max-width: 39.9375em) {
  .key-point .module-title {
    margin-bottom: 54px !important; }
  .sub-title {
    text-align: center; }
  .sub-desc {
    width: 270px !important; }
  .service-container-box .service-container-item {
    -ms-flex-pack: center;
        justify-content: center; }
  .header-section-item {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
    .header-section-item:first-of-type {
      margin-bottom: 0; }
  .micro-finance {
    padding: 0;
    padding-top: 3.4375rem;
    margin-top: 0;
    height: 24.5625rem; }
    .micro-finance::before, .micro-finance::after {
      content: none; }
    .micro-finance .header-section .header-section-item:first-child {
      margin-bottom: 1.25rem; }
    .micro-finance .header-section .header-section-item:last-child {
      margin-top: 1.875rem; }
    .micro-finance .header-section .header-section-item .micro-finance-banner-img {
      height: 9.1875rem;
      width: auto; }
    .micro-finance .header-section .header-section-title .title {
      font-size: 1.5rem;
      line-height: 2.8125rem;
      text-align: center;
      margin-bottom: 0.625rem; }
    .micro-finance .header-section .header-section-title .text {
      font-size: 0.875rem;
      line-height: 1.25rem;
      text-align: center; }
  .micro-finance-container .micro-finance-item {
    margin-top: 2.5rem; }
    .micro-finance-container .micro-finance-item > .title {
      font-size: 1.125rem;
      height: 1.125rem;
      line-height: 1.125rem;
      margin-bottom: 1.25rem;
      padding-left: 0.75rem; }
      .micro-finance-container .micro-finance-item > .title::before {
        width: 0.25rem;
        height: 1rem;
        margin-top: -0.5rem !important; }
    .micro-finance-container .micro-finance-item:first-of-type > .title {
      margin-bottom: 2.5rem; }
    .micro-finance-container .micro-finance-item .advantage-title {
      margin-bottom: 1.25rem !important; }
    .micro-finance-container .micro-finance-item .service-container {
      -ms-flex-pack: center !important;
          justify-content: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
      margin-bottom: 2.5rem; }
      .micro-finance-container .micro-finance-item .service-container .service-img {
        width: 2.1875rem;
        height: 2.1875rem; }
      .micro-finance-container .micro-finance-item .service-container .title {
        font-size: 0.875rem;
        line-height: 1.25rem; }
      .micro-finance-container .micro-finance-item .service-container .text {
        font-size: 0.75rem;
        line-height: 1.0625rem; }
  .micro-finance-container .pain-container-box .pain-container-item {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
    .micro-finance-container .pain-container-box .pain-container-item:first-of-type .pain-container-content {
      margin: 0; }
    .micro-finance-container .pain-container-box .pain-container-item:last-of-type .pain-container-content {
      margin: 2.5rem 0 0 0; }
    .micro-finance-container .pain-container-box .pain-container-item .pain-container-content {
      height: 8.875rem;
      padding: 1.25rem 0.625rem 1.875rem 2.5rem; }
      .micro-finance-container .pain-container-box .pain-container-item .pain-container-content .index-icon {
        width: 2.25rem;
        height: 2.25rem;
        left: 0rem;
        top: -1.1875rem;
        font-size: 1.5rem;
        line-height: 1.8125rem; }
      .micro-finance-container .pain-container-box .pain-container-item .pain-container-content .title {
        font-size: 1.125rem;
        line-height: 1.25rem; }
      .micro-finance-container .pain-container-box .pain-container-item .pain-container-content .text {
        font-size: 0.875rem;
        line-height: 1.25rem; }
  .micro-finance-container.advantage-outer-box {
    margin-top: 2.5rem;
    background: linear-gradient(360deg, #ffffff 0%, #f9fafc 100%); }
    .micro-finance-container.advantage-outer-box .title {
      margin-bottom: 1.25rem; }
  .micro-finance-container .micro-finance-item .advantage-img {
    width: 100%;
    height: auto;
    margin-top: 1.125rem; }
  .micro-finance-container .micro-finance-item .micro-finance-content {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center !important;
        justify-content: center !important; }
    .micro-finance-container .micro-finance-item .micro-finance-content.advantage-content {
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }
  .micro-finance-container .micro-finance-item .advantage-container .advantage-item {
    margin-bottom: 1.375rem; }
    .micro-finance-container .micro-finance-item .advantage-container .advantage-item .right-icon {
      width: 1rem;
      height: 1rem;
      margin-right: 0.625rem;
      margin-top: 0.1875rem; }
    .micro-finance-container .micro-finance-item .advantage-container .advantage-item .advantage-box .title {
      font-size: 0.875rem;
      line-height: 1.25rem;
      margin-bottom: 0.625rem; }
    .micro-finance-container .micro-finance-item .advantage-container .advantage-item .advantage-box .text {
      font-size: 0.75rem;
      line-height: 1.0625rem; }
  .mico-finance-contact-us .bottom-contact-us {
    height: 13.375rem;
    padding: 0; }
    .mico-finance-contact-us .bottom-contact-us .contact-content .contact-slogan {
      font-size: 1.5rem;
      line-height: 2.25rem;
      letter-spacing: 2px;
      margin-top: 0;
      margin-bottom: 0.75rem; }
    .mico-finance-contact-us .bottom-contact-us .contact-content .contact-text {
      font-size: 0.875rem;
      line-height: 2.25rem;
      letter-spacing: normal;
      color: #dfc19e;
      margin-bottom: 1.25rem; }
    .mico-finance-contact-us .bottom-contact-us .contact-content .contact-btn {
      color: inherit;
      display: inline-block;
      width: 6.75rem;
      height: 2.5rem;
      border-radius: 4px;
      font-size: 0.875rem;
      font-weight: 500;
      text-align: center;
      line-height: 2.5rem; } }

.theme-solicit p {
  margin-bottom: 1rem; }

.theme-solicit h2 {
  margin-bottom: 40px; }

.theme-solicit .hero {
  padding: 181px 0 0;
  position: relative; }
  .theme-solicit .hero .bg-img {
    position: absolute;
    top: 107px;
    z-index: -1; }
    .theme-solicit .hero .bg-img-mobile {
      position: absolute;
      z-index: -1;
      top: 19.2rem; }
  .theme-solicit .hero h1, .theme-solicit .hero h2, .theme-solicit .hero h3, .theme-solicit .hero h4, .theme-solicit .hero p {
    text-align: left; }
  .theme-solicit .hero h1 {
    font-weight: 600;
    font-size: 48px;
    display: inline-block;
    background-image: -webkit-gradient(linear, 0 0, 30% 0, from(#44D89E), to(#35C8E6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .theme-solicit .hero p {
    margin-bottom: 20px; }
    .theme-solicit .hero p span {
      font-weight: bold;
      color: #3DD0C0; }
  .theme-solicit .hero .join {
    color: #3DD0C0;
    margin-top: 70px;
    font-weight: bold;
    cursor: pointer; }
  .theme-solicit .hero .belief {
    margin-top: 104px;
    padding-bottom: 64px;
    border-bottom: solid rgba(0, 0, 0, 0.08) 1px; }
    .theme-solicit .hero .belief > div {
      padding-right: 20px; }
      .theme-solicit .hero .belief > div:last-child {
        padding-right: 0; }
    .theme-solicit .hero .belief .gradient {
      background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#44D89E), to(#35C8E6));
      height: 2px;
      margin-bottom: 20px; }
    .theme-solicit .hero .belief-title {
      color: #3DD0C0;
      margin-top: 20px; }
      .theme-solicit .hero .belief-title img {
        width: 40px;
        margin-right: 10px; }
      .theme-solicit .hero .belief-title span {
        font-size: 18px;
        font-weight: 600; }
    .theme-solicit .hero .belief-desc {
      margin-top: 10px;
      opacity: .7;
      font-size: 14px;
      line-height: 21px; }

.theme-solicit .superiority {
  padding-right: 13.33px;
  margin-bottom: 20px; }
  .theme-solicit .superiority:nth-child(3n-1) {
    padding: 0 6.66px; }
  .theme-solicit .superiority:nth-child(3n) {
    padding-left: 13.33px;
    padding-right: 0; }
  .theme-solicit .superiority-box {
    border: solid rgba(0, 0, 0, 0.08) 1px;
    border-radius: 5px;
    height: 162px;
    padding: 24px 32px 36px; }
  .theme-solicit .superiority:last-child {
    margin-right: 0; }
  .theme-solicit .superiority-title {
    margin-bottom: 10px; }
    .theme-solicit .superiority-title .color-box {
      display: inline-block;
      position: relative;
      top: 2px;
      margin-right: 15px;
      line-height: 0;
      height: 16px;
      width: 5px; }
      .theme-solicit .superiority-title .color-box i {
        width: 5px;
        height: 8px;
        display: inline-block; }
      .theme-solicit .superiority-title .color-box i:first-child {
        background-color: #44d89e;
        border-radius: 5px 5px 0 0; }
      .theme-solicit .superiority-title .color-box i:last-child {
        background-color: #35c8e6;
        border-radius: 0 0 5px 5px; }
    .theme-solicit .superiority-title span {
      font-size: 18px;
      font-weight: 600; }
  .theme-solicit .superiority-desc {
    margin-top: 10px;
    opacity: .7;
    font-size: 14px;
    line-height: 21px; }

.theme-solicit .cooperater {
  background-image: url("../img/solicit/cooperater-bg.png");
  background-size: cover;
  background-position: center;
  height: 559px;
  padding: 73px 0 88px 0; }
  .theme-solicit .cooperater h2 {
    color: white;
    margin-bottom: 48px; }
  .theme-solicit .cooperater-item {
    text-align: center; }
    .theme-solicit .cooperater-item:nth-child(1) > .cooperater-box {
      background: #D9F5F8;
      color: #034B83; }
    .theme-solicit .cooperater-item:nth-child(2) > .cooperater-box {
      background: #DBFFF1;
      color: #0B593B; }
    .theme-solicit .cooperater-item:nth-child(3) > .cooperater-box {
      background: #DEEBF9;
      color: #234288; }
    .theme-solicit .cooperater-item:nth-child(4) > .cooperater-box {
      background: #DFFDFF;
      color: #11626B; }
  .theme-solicit .cooperater-sec-row {
    margin-top: -24px; }
  .theme-solicit .cooperater-item-sec {
    text-align: center; }
    .theme-solicit .cooperater-item-sec:nth-child(1) > .cooperater-box {
      background: #F9F3F4;
      color: #823040; }
    .theme-solicit .cooperater-item-sec:nth-child(2) > .cooperater-box {
      background: #FEE9DB;
      color: #A14A15; }
    .theme-solicit .cooperater-item-sec:nth-child(3) > .cooperater-box {
      background: #FFFDF0;
      color: #886100; }
  .theme-solicit .cooperater-box {
    display: inline-table;
    height: 160px;
    width: 160px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(45deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
    .theme-solicit .cooperater-box h4 {
      font-size: 20px;
      font-weight: 600;
      display: table-cell;
      vertical-align: middle; }

.theme-solicit .partner {
  padding: 73px 0 88px 0;
  background-color: white; }
  .theme-solicit .partner .partner-row .column, .theme-solicit .partner .partner-row .columns {
    text-align: center;
    margin-bottom: 40px; }
  .theme-solicit .partner img {
    cursor: pointer; }

@media screen and (max-width: 39.9375em) {
  .mobile-center {
    text-align: center !important; }
  .theme-solicit h1.mobile {
    font-size: 30px;
    background-image: -webkit-gradient(linear, 0 0, 80% 0, from(#44D89E), to(#35C8E6)); }
  .theme-solicit h2 {
    font-size: 22px !important;
    margin-bottom: 24px !important;
    font-weight: 400 !important; }
  .theme-solicit .join {
    font-size: 18px !important;
    font-weight: 500 !important; }
  .theme-solicit .belief > div {
    padding-right: 0 !important; }
  .theme-solicit .superiority {
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .theme-solicit .superiority:last-child {
      margin-bottom: 40px; }
  .theme-solicit .cooperater {
    background-image: url("../img/solicit/cooperater-bg-mobile.png") !important;
    height: auto !important; }
    .theme-solicit .cooperater-box {
      margin-bottom: 10px !important; }
    .theme-solicit .cooperater-sec-row {
      margin-top: 0px !important; }
  .theme-solicit .partner {
    padding: 40px 0; } }

.price-header {
  padding: 10.625rem 0 1.8125rem;
  font-size: 2rem;
  color: #252525;
  position: relative;
  background: linear-gradient(180deg, #ecf6ff 0%, rgba(255, 255, 255, 0) 100%); }
  .price-header h1 {
    font-weight: 600;
    height: 4.5rem;
    line-height: 4.5rem; }
  .price-header p {
    font-weight: 400;
    height: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 0; }
  .price-header .icon-1 {
    width: 8.375rem;
    height: 8.4375rem;
    position: absolute;
    top: 5.625rem;
    left: 30%; }
  .price-header .icon-2 {
    width: 2.9375rem;
    height: 5.1875rem;
    position: absolute;
    top: 8.125rem;
    right: 35%; }

.soltion {
  padding: 0; }
  .soltion .soltion-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .soltion .sol-item-outer-box .sol-item {
    height: 23.4375rem;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px #eaeff5;
    border-radius: 0.25rem;
    padding: 1.25rem 1.5625rem 1.25rem 3.4375rem;
    position: relative; }
    .soltion .sol-item-outer-box .sol-item:nth-child(2) {
      padding: 1.25rem 1.25rem 1.25rem 2.1875rem; }
    .soltion .sol-item-outer-box .sol-item h4 {
      height: 4.5rem;
      font-size: 1.5rem;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: #252525;
      line-height: 4.5rem;
      margin-bottom: 0; }
    .soltion .sol-item-outer-box .sol-item .consult-btn {
      display: inline-block;
      width: 11rem;
      height: 3rem;
      line-height: 3rem;
      color: #ffffff;
      font-weight: 500;
      background: #21b2bb;
      border-radius: 0.25rem;
      border: 1px solid #21b2bb;
      margin-bottom: 1.875rem; }
    .soltion .sol-item-outer-box .sol-item .cont {
      text-align: left;
      font-size: 1.125rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #202020;
      line-height: 1.5rem;
      position: relative;
      margin-bottom: 0.625rem; }
    .soltion .sol-item-outer-box .sol-item .cont-title:before {
      content: ' ';
      width: 0.375rem;
      height: 0.375rem;
      background: #21b2bb;
      border-radius: 50%;
      position: absolute;
      top: 0.5625rem;
      left: -1rem; }
    .soltion .sol-item-outer-box .sol-item .icon-3 {
      width: 2.5rem;
      height: 3rem;
      position: absolute;
      top: 5.25rem;
      left: -2.5rem; }
    .soltion .sol-item-outer-box .sol-item .icon-4 {
      width: 3.125rem;
      height: 9.8125rem;
      position: absolute;
      top: 7.75rem;
      left: -3.125rem; }
    .soltion .sol-item-outer-box .sol-item .icon-5 {
      width: 6.5625rem;
      height: 6.5625rem;
      position: absolute;
      top: 2.5625rem;
      right: -4.375rem;
      z-index: -1; }
    .soltion .sol-item-outer-box .sol-item .icon-6 {
      width: 8.375rem;
      height: 8.4375rem;
      position: absolute;
      bottom: 1.625rem;
      left: -6.875rem;
      z-index: -1; }

.price-table-box {
  position: relative; }
  .price-table-box .price-table-title-float {
    position: absolute;
    top: 0;
    width: 33.33%;
    opacity: 0; }
    .price-table-box .price-table-title-float.fixed-title {
      position: fixed;
      top: 3.4375rem;
      width: 33.33%;
      opacity: 1; }
      .price-table-box .price-table-title-float.fixed-title .column:not(:first-child) .table-col-title, .price-table-box .price-table-title-float.fixed-title .columns:not(:first-child) .table-col-title {
        background: linear-gradient(180deg, #d8ddea 0%, #f6f6fb 100%); }

.pricing-body {
  padding: 7.625rem 0 7.5rem;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #252525; }
  .pricing-body .body-title h3 {
    height: 2.5rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 1.25rem; }
  .pricing-body .body-title p {
    height: 2.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin-bottom: 2.5rem; }
  .pricing-body .table-header {
    background: #ffffff;
    box-shadow: 0px 4px 23px 0px #eaeff5;
    border-radius: 0.25rem;
    padding: 1.5625rem 0 2.5rem;
    margin-bottom: 5rem;
    color: #202020;
    border-top: 5px solid #21b2bb;
    margin: 0 0.9375rem 5rem; }
    .pricing-body .table-header .table-header-column {
      padding: 1.25rem 0 0 3.125rem; }
      .pricing-body .table-header .table-header-column:not(:last-child) {
        border-right: 1px solid #e8e8e8; }
      .pricing-body .table-header .table-header-column div {
        height: 5.1875rem; }
      .pricing-body .table-header .table-header-column .title {
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.6875rem;
        margin-bottom: 2.5rem; }
      .pricing-body .table-header .table-header-column strong {
        font-size: 1.875rem;
        font-weight: 600;
        line-height: 1.6875rem; }
      .pricing-body .table-header .table-header-column span {
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.625rem; }
      .pricing-body .table-header .table-header-column .try-btn {
        display: inline-block;
        width: 70%;
        height: 3rem;
        border-radius: 0.25rem;
        border: 1px solid #29b5bd;
        background: #29b5bd;
        font-size: 1.125rem;
        font-weight: 500;
        color: #ffffff;
        line-height: 3rem;
        text-align: center; }
      .pricing-body .table-header .table-header-column .consult-btn {
        display: inline-block;
        width: 70%;
        height: 3rem;
        border-radius: 0.25rem;
        border: 1px solid #29b5bd;
        font-size: 1.125rem;
        font-weight: 500;
        color: #29b5bd;
        line-height: 3rem;
        text-align: center; }
  .pricing-body .price-table {
    font-size: 0.875rem; }
    .pricing-body .price-table:last-child .row:last-child .table-col-2,
    .pricing-body .price-table:last-child .row:last-child .table-col-3,
    .pricing-body .price-table:last-child .row:last-child .table-col-4,
    .pricing-body .price-table:last-child .row:last-child .table-col-5 {
      border-radius: 0 0 4px 4px; }
    .pricing-body .price-table .column, .pricing-body .price-table .columns {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 1.25rem; }
      .pricing-body .price-table .column .table-col-title, .pricing-body .price-table .columns .table-col-title {
        font-size: 1.125rem;
        font-weight: 600;
        color: #202020; }
    .pricing-body .price-table .table-col-2,
    .pricing-body .price-table .table-col-3,
    .pricing-body .price-table .table-col-4,
    .pricing-body .price-table .table-col-5 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      height: 4.375rem;
      width: 100%;
      background: #f7f7fa;
      padding: 0 1.25rem; }
      .pricing-body .price-table .table-col-2.table-col-title,
      .pricing-body .price-table .table-col-3.table-col-title,
      .pricing-body .price-table .table-col-4.table-col-title,
      .pricing-body .price-table .table-col-5.table-col-title {
        border-radius: 4px 4px 0 0; }

@media screen and (max-width: 39.9375em) {
  .price-header-m {
    background: linear-gradient(360deg, #ffffff 0%, #f6fbfd 100%);
    padding-top: 4.375rem; }
  .price-top-m {
    position: relative;
    padding-top: 2.5rem; }
    .price-top-m h3 {
      font-size: 1.5rem;
      font-weight: 600;
      color: #252525;
      line-height: 2.125rem; }
    .price-top-m p {
      font-size: 0.875rem;
      font-weight: 400;
      color: #252525;
      line-height: 1.5rem; }
    .price-top-m img {
      width: 5.0625rem;
      height: 5.1875rem;
      position: absolute;
      top: 1.25rem;
      left: 1.875rem; }
  .soltion-m .sol-item-box-m {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 3px 7px 0px #eaf4f6;
    border-radius: 0.25rem;
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0.8125rem 1rem 1.25rem 1.25rem; }
    .soltion-m .sol-item-box-m ::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3));
      background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3));
      z-index: 2; }
    .soltion-m .sol-item-box-m h4 {
      font-size: 0.875rem;
      font-weight: 500;
      color: #202020;
      line-height: 1.25rem; }
    .soltion-m .sol-item-box-m .content {
      font-size: 0.5rem;
      font-weight: 400;
      color: #202020;
      line-height: 0.75rem;
      margin-bottom: 0.625rem;
      position: relative;
      padding-left: 0.625rem; }
      .soltion-m .sol-item-box-m .content::before {
        content: '';
        position: absolute;
        width: 0.375rem;
        height: 0.375rem;
        background: #21b2bb;
        border-radius: 0.375rem;
        top: 50%;
        left: 0;
        margin-top: -0.1875rem; }
    .soltion-m .sol-item-box-m .consult-btn {
      width: 5rem;
      height: 1.75rem;
      border-radius: 4px;
      border: 1px solid #21b2bb;
      font-size: 0.75rem;
      color: #21b2bb;
      line-height: 1.75rem;
      text-align: center;
      position: absolute;
      right: 1rem;
      bottom: 1.25rem;
      z-index: 5; }
  .price-body-m {
    padding-bottom: 2.5rem; }
    .price-body-m h3 {
      font-size: 1.0625rem;
      font-weight: 400;
      color: #202020;
      line-height: 1.625rem;
      text-align: center;
      margin: 1.25rem 0 0.625rem; }
    .price-body-m h4 {
      font-size: 0.75rem;
      font-weight: 400;
      color: #202020;
      line-height: 1.125rem;
      text-align: center;
      margin-bottom: 1.25rem; }
    .price-body-m .price-table-m {
      background: #ffffff;
      box-shadow: 0px 6px 9px 0px #edeef0;
      border-radius: 4px;
      border-top: 8px solid #21b2bb;
      margin-bottom: 1.25rem;
      padding: 0 1.25rem; }
      .price-body-m .price-table-m .price-table-header-m {
        margin-top: 1.375rem;
        border-bottom: 1px solid #f3f3f3; }
        .price-body-m .price-table-m .price-table-header-m .edition {
          font-size: 1.125rem;
          font-weight: 600;
          color: #202020;
          line-height: 1.6875rem;
          margin-bottom: 0.625rem; }
        .price-body-m .price-table-m .price-table-header-m .price {
          font-size: 2rem;
          font-weight: 600;
          color: #202020;
          line-height: 2.1875rem;
          margin-bottom: 1.25rem; }
          .price-body-m .price-table-m .price-table-header-m .price.free {
            margin-bottom: 0; }
        .price-body-m .price-table-m .price-table-header-m .tip {
          font-size: 0.75rem;
          font-weight: 400;
          color: #f5a623;
          line-height: 1.625rem; }
        .price-body-m .price-table-m .price-table-header-m .try-btn {
          display: inline-block;
          width: 7.375rem;
          height: 2.125rem;
          background: #21b2bb;
          border-radius: 4px;
          border: 1px solid #21b2bb;
          font-size: 0.875rem;
          font-weight: 500;
          color: #ffffff;
          line-height: 2.125rem;
          margin-bottom: 2.5rem; }
        .price-body-m .price-table-m .price-table-header-m .consult-btn {
          display: inline-block;
          width: 5.5rem;
          height: 2.125rem;
          border-radius: 4px;
          border: 1px solid #21b2bb;
          font-size: 0.875rem;
          font-weight: 500;
          color: #21b2bb;
          line-height: 2.125rem;
          margin-bottom: 1.25rem; }
      .price-body-m .price-table-m .table-body-m {
        padding-top: 1.25rem;
        height: 10.9375rem;
        overflow: hidden; }
        .price-body-m .price-table-m .table-body-m .table-body-title-m {
          font-size: 0.75rem;
          font-weight: 600;
          color: #202020;
          line-height: 1.4375rem;
          position: relative;
          padding-left: 0.625rem;
          margin-bottom: 0.625rem; }
          .price-body-m .price-table-m .table-body-m .table-body-title-m::before {
            content: '';
            width: 0.25rem;
            height: 0.8125rem;
            background: #202020;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -0.375rem; }
        .price-body-m .price-table-m .table-body-m .permission {
          font-size: 0.8125rem;
          font-weight: 400;
          color: #202020;
          line-height: 1.25rem;
          padding-left: 1.25rem;
          margin-bottom: 0.625rem;
          position: relative; }
          .price-body-m .price-table-m .table-body-m .permission::before {
            content: '';
            background: url("../img/pricing/yes.png") no-repeat center;
            background-size: 100%;
            width: 0.75rem;
            height: 0.5rem;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -0.25rem; }
      .price-body-m .price-table-m .expand-more,
      .price-body-m .price-table-m .pack-up {
        font-size: 0.875rem;
        font-weight: 600;
        color: #21b2bb;
        line-height: 1.6875rem;
        padding: 1.25rem 0;
        text-align: center; }
        .price-body-m .price-table-m .expand-more span,
        .price-body-m .price-table-m .pack-up span {
          position: relative;
          padding-right: 0.3125rem; }
        .price-body-m .price-table-m .expand-more::after,
        .price-body-m .price-table-m .pack-up::after {
          content: '\e906';
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          border: none;
          width: auto;
          top: 35%; }
      .price-body-m .price-table-m .pack-up {
        display: none; }
        .price-body-m .price-table-m .pack-up::after {
          display: inline-block;
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); } }

.hero-token {
  background-image: url("../img/products/token/token-bg.png") !important;
  height: 750px; }

.product-header h3 {
  font-size: 24px;
  margin-bottom: 48px; }
  .product-header h3 img {
    vertical-align: -9px !important;
    margin-right: 13px; }

.product-header .bate-icon {
  height: 24px;
  vertical-align: -3px !important; }

.product-header h1 {
  font-size: 48px;
  margin-bottom: 32px; }

.product-header p {
  opacity: .75;
  color: #fff; }

.product-header .hero-box {
  margin-top: 205px; }

.product-token-container {
  color: #202020; }
  .product-token-container .module-fir {
    margin: 80px 0 50px 0; }
  .product-token-container .module-sec {
    margin: 80px 0 160px 0; }
  .product-token-container .advantage-box {
    margin-top: 25px; }
    .product-token-container .advantage-box .advantage-item {
      margin-bottom: 25px; }
      .product-token-container .advantage-box .advantage-item img {
        margin-right: 10px;
        margin-top: -3px; }
      .product-token-container .advantage-box .advantage-item p {
        margin-top: 9px; }
      .product-token-container .advantage-box .advantage-item .advantage-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5; }
  .product-token-container .token-products {
    margin-top: 91px; }

.products-token.pricing-section__faq {
  border: none;
  padding-top: 0; }

.products-token.bottom-cta {
  height: 372px; }

@media screen and (max-width: 39.9375em) {
  .token-products {
    margin-top: 80px !important; }
  .product-token-container .module-sec {
    margin: 20px 0 40px 0; } }

.theme-solicit p {
  margin-bottom: 1rem; }

.theme-solicit h2 {
  margin-bottom: 40px; }

.theme-solicit .hero {
  padding: 181px 0 0;
  position: relative; }
  .theme-solicit .hero .bg-img {
    position: absolute;
    top: 107px;
    z-index: -1; }
    .theme-solicit .hero .bg-img-mobile {
      position: absolute;
      z-index: -1;
      top: 19.2rem; }
  .theme-solicit .hero h1, .theme-solicit .hero h2, .theme-solicit .hero h3, .theme-solicit .hero h4, .theme-solicit .hero p {
    text-align: left; }
  .theme-solicit .hero h1 {
    font-weight: 600;
    font-size: 48px;
    display: inline-block;
    background-image: -webkit-gradient(linear, 0 0, 30% 0, from(#44D89E), to(#35C8E6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .theme-solicit .hero p {
    margin-bottom: 20px; }
    .theme-solicit .hero p span {
      font-weight: bold;
      color: #3DD0C0; }
  .theme-solicit .hero .join {
    color: #3DD0C0;
    margin-top: 70px;
    font-weight: bold;
    cursor: pointer; }
  .theme-solicit .hero .belief {
    margin-top: 104px;
    padding-bottom: 64px;
    border-bottom: solid rgba(0, 0, 0, 0.08) 1px; }
    .theme-solicit .hero .belief > div {
      padding-right: 20px; }
      .theme-solicit .hero .belief > div:last-child {
        padding-right: 0; }
    .theme-solicit .hero .belief .gradient {
      background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#44D89E), to(#35C8E6));
      height: 2px;
      margin-bottom: 20px; }
    .theme-solicit .hero .belief-title {
      color: #3DD0C0;
      margin-top: 20px; }
      .theme-solicit .hero .belief-title img {
        width: 40px;
        margin-right: 10px; }
      .theme-solicit .hero .belief-title span {
        font-size: 18px;
        font-weight: 600; }
    .theme-solicit .hero .belief-desc {
      margin-top: 10px;
      opacity: .7;
      font-size: 14px;
      line-height: 21px; }

.theme-solicit .superiority {
  padding-right: 13.33px;
  margin-bottom: 20px; }
  .theme-solicit .superiority:nth-child(3n-1) {
    padding: 0 6.66px; }
  .theme-solicit .superiority:nth-child(3n) {
    padding-left: 13.33px;
    padding-right: 0; }
  .theme-solicit .superiority-box {
    border: solid rgba(0, 0, 0, 0.08) 1px;
    border-radius: 5px;
    height: 162px;
    padding: 24px 32px 36px; }
  .theme-solicit .superiority:last-child {
    margin-right: 0; }
  .theme-solicit .superiority-title {
    margin-bottom: 10px; }
    .theme-solicit .superiority-title .color-box {
      display: inline-block;
      position: relative;
      top: 2px;
      margin-right: 15px;
      line-height: 0;
      height: 16px;
      width: 5px; }
      .theme-solicit .superiority-title .color-box i {
        width: 5px;
        height: 8px;
        display: inline-block; }
      .theme-solicit .superiority-title .color-box i:first-child {
        background-color: #44d89e;
        border-radius: 5px 5px 0 0; }
      .theme-solicit .superiority-title .color-box i:last-child {
        background-color: #35c8e6;
        border-radius: 0 0 5px 5px; }
    .theme-solicit .superiority-title span {
      font-size: 18px;
      font-weight: 600; }
  .theme-solicit .superiority-desc {
    margin-top: 10px;
    opacity: .7;
    font-size: 14px;
    line-height: 21px; }

.theme-solicit .cooperater {
  background-image: url("../img/solicit/cooperater-bg.png");
  background-size: cover;
  background-position: center;
  height: 559px;
  padding: 73px 0 88px 0; }
  .theme-solicit .cooperater h2 {
    color: white;
    margin-bottom: 48px; }
  .theme-solicit .cooperater-item {
    text-align: center; }
    .theme-solicit .cooperater-item:nth-child(1) > .cooperater-box {
      background: #D9F5F8;
      color: #034B83; }
    .theme-solicit .cooperater-item:nth-child(2) > .cooperater-box {
      background: #DBFFF1;
      color: #0B593B; }
    .theme-solicit .cooperater-item:nth-child(3) > .cooperater-box {
      background: #DEEBF9;
      color: #234288; }
    .theme-solicit .cooperater-item:nth-child(4) > .cooperater-box {
      background: #DFFDFF;
      color: #11626B; }
  .theme-solicit .cooperater-sec-row {
    margin-top: -24px; }
  .theme-solicit .cooperater-item-sec {
    text-align: center; }
    .theme-solicit .cooperater-item-sec:nth-child(1) > .cooperater-box {
      background: #F9F3F4;
      color: #823040; }
    .theme-solicit .cooperater-item-sec:nth-child(2) > .cooperater-box {
      background: #FEE9DB;
      color: #A14A15; }
    .theme-solicit .cooperater-item-sec:nth-child(3) > .cooperater-box {
      background: #FFFDF0;
      color: #886100; }
  .theme-solicit .cooperater-box {
    display: inline-table;
    height: 160px;
    width: 160px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(45deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
    .theme-solicit .cooperater-box h4 {
      font-size: 20px;
      font-weight: 600;
      display: table-cell;
      vertical-align: middle; }

.theme-solicit .partner {
  padding: 73px 0 88px 0;
  background-color: white; }
  .theme-solicit .partner .partner-row .column, .theme-solicit .partner .partner-row .columns {
    text-align: center;
    margin-bottom: 40px; }
  .theme-solicit .partner img {
    cursor: pointer; }

@media screen and (max-width: 39.9375em) {
  .mobile-center {
    text-align: center !important; }
  .theme-solicit h1.mobile {
    font-size: 30px;
    background-image: -webkit-gradient(linear, 0 0, 80% 0, from(#44D89E), to(#35C8E6)); }
  .theme-solicit h2 {
    font-size: 22px !important;
    margin-bottom: 24px !important;
    font-weight: 400 !important; }
  .theme-solicit .join {
    font-size: 18px !important;
    font-weight: 500 !important; }
  .theme-solicit .belief > div {
    padding-right: 0 !important; }
  .theme-solicit .superiority {
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .theme-solicit .superiority:last-child {
      margin-bottom: 40px; }
  .theme-solicit .cooperater {
    background-image: url("../img/solicit/cooperater-bg-mobile.png") !important;
    height: auto !important; }
    .theme-solicit .cooperater-box {
      margin-bottom: 10px !important; }
    .theme-solicit .cooperater-sec-row {
      margin-top: 0px !important; }
  .theme-solicit .partner {
    padding: 40px 0; } }

.scenes .scenes-header {
  margin-top: 180px;
  padding-bottom: 85px; }
  .scenes .scenes-header .scenes-title {
    padding-right: 40px;
    position: relative; }
    .scenes .scenes-header .scenes-title img {
      position: absolute;
      z-index: -1;
      left: 25px; }
    .scenes .scenes-header .scenes-title h1 {
      margin-top: 15px; }

.scenes .scenes-desc, .scenes .scenes-box-desc {
  opacity: 0.7; }

.scenes .scenes-box-desc {
  font-size: 14px;
  margin-top: 16px;
  width: 100px; }

.scenes .auto-width {
  width: auto; }

.scenes .scenes-list {
  padding: 56px 0;
  background-color: #f5f7f8; }
  .scenes .scenes-list .scenes-list-box > div {
    margin-bottom: 24px; }
  .scenes .scenes-list .scenes-box {
    width: 100px;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(210, 215, 216, 0.31);
    border-radius: 20px;
    transition: all 200ms ease-in; }
    .scenes .scenes-list .scenes-box:hover {
      box-shadow: 0 0 12px 0 rgba(58, 204, 200, 0.7); }

.scenes .module-sec {
  padding: 80px 0; }

.scenes .scenes-client {
  margin-top: 70px;
  padding: 50px 80px;
  border-radius: 17px;
  box-shadow: 0 0 19px 1px #e1e8eb; }
  .scenes .scenes-client .client-logo {
    position: relative; }
    .scenes .scenes-client .client-logo img {
      position: relative;
      top: -65px;
      z-index: 1;
      height: 164px; }
    .scenes .scenes-client .client-logo img.right {
      right: 0; }
  .scenes .scenes-client p {
    font-size: 14px;
    margin-bottom: 0; }
  .scenes .scenes-client .driver-line {
    width: 20%;
    margin: 24px 0; }
  .scenes .scenes-client .used-channel a {
    margin-right: 10px; }

.scenes .hide-for-small-only.client-logo {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.scenes .scenes-dev-links {
  padding: 108px 0 164px; }

.scenes .qr-code-scenes-box {
  height: 181px;
  font-size: 14px;
  padding: 20px 15px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 12px 0 rgba(210, 215, 216, 0.31); }
  .scenes .qr-code-scenes-box span {
    opacity: .7; }

.scenes .scenes-qr-box {
  cursor: pointer; }

.scenes .qr-code-scenes-box-title {
  margin-bottom: 10px;
  margin-left: 20px;
  opacity: .7; }

@media screen and (max-width: 39.9375em) {
  .scenes-header {
    margin-top: 140px !important;
    padding-bottom: 100px !important; }
  .scenes h1 {
    text-align: left; }
  .scenes .scenes-desc-title {
    line-height: 1.8;
    font-size: 18px; }
  .scenes .scenes-client {
    padding: 50px 20px; }
  .scenes .pricing-section__faq {
    border-top: none; } }

.wiki {
  padding-top: 80px; }
  .wiki-title {
    margin: 55px auto; }
  .wiki-body {
    padding: 65px 0;
    margin-bottom: 50px;
    background-color: #f5f7f8; }
  .wiki-ul-box {
    margin-left: 1.25rem; }
  .wiki .wiki-remarks {
    padding-left: 45px;
    text-indent: -45px; }
  .wiki-info {
    padding-right: 15px; }
    .wiki-info-title, .wiki-info-sub-title {
      margin-bottom: 40px; }
    .wiki-info p, .wiki-info li {
      font-size: 14px; }
    .wiki-info-back a {
      margin-right: 10px; }
  .wiki .out-link-box {
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 0 11px 0 rgba(204, 204, 204, 0.59); }
    .wiki .out-link-box a {
      font-size: 14px; }
    .wiki .out-link-box a.anchor {
      float: right; }
  .wiki .wiki-dev-links {
    padding: 108px 0 164px; }

ul.device-wall.device-wall--en .device.web {
  background-image: url("../img/web-chrome-en.png"); }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    ul.device-wall.device-wall--en .device.web {
      background-image: url("../img/web-chrome-en@2x.png"); } }

ul.device-wall.device-wall--en .device.apple-pay {
  background-image: url("../img/phone-apple-pay-en.png"); }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    ul.device-wall.device-wall--en .device.apple-pay {
      background-image: url("../img/phone-apple-pay-en@2x.png"); } }

ul.device-wall.device-wall--en .device.wechat {
  background-image: url("../img/phone-hongbao-en.png"); }
  @media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    ul.device-wall.device-wall--en .device.wechat {
      background-image: url("../img/phone-hongbao-en@2x.png"); } }

.div-middle, .theme-new-products .module-info.two-child > div > div, .theme-new-products .desc-item-box {
  display: -ms-flexbox;
  display: flex;
  -moz-display: flex; }
  .div-middle > div, .theme-new-products .module-info.two-child > div > div > div, .theme-new-products .desc-item-box > div {
    -ms-flex-align: center;
        align-items: center; }

.module-body {
  padding: 96px 0 80px 0; }
  .module-body .module-desc {
    margin-bottom: 62px; }

.theme-new-products h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.85;
  margin-bottom: 8px; }

.theme-new-products .hero-copy h5 {
  margin-top: 20px; }

.theme-new-products .hero {
  position: relative; }
  .theme-new-products .hero p {
    font-size: 14px;
    color: #ffffff; }
    .theme-new-products .hero p span {
      cursor: pointer; }

.theme-new-products .hero-desc {
  position: absolute;
  width: 100%;
  top: 58%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.theme-new-products .hero-arrow {
  display: inline-block;
  width: 22px;
  height: 36px;
  background: url("../img/arrowdown.png");
  background-size: cover;
  margin: 30px 0 8px 0; }

.theme-new-products .module-title {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
  color: #202020; }

.theme-new-products .module-info.two-child > div > div img {
  height: auto;
  width: auto; }

.theme-new-products .module-info.two-child > div > div p {
  padding-left: 13px;
  text-indent: -10pt; }

.theme-new-products .desc-item-box .desc-item {
  margin-bottom: 32px; }
  .theme-new-products .desc-item-box .desc-item p {
    opacity: 0.7;
    font-size: 14px; }

.theme-new-products .hr-bottom {
  border-bottom: 1px rgba(0, 0, 0, 0.08) solid; }

.theme-new-products .our-superiority.solution {
  padding-top: 40px; }

.theme-new-products .our-superiority .superiority-box > div {
  padding: 22px;
  overflow-y: hidden; }
  .theme-new-products .our-superiority .superiority-box > div p {
    opacity: 0.7;
    width: 238px;
    font-size: 14px; }

.theme-new-products .our-superiority .superiority-title {
  padding-top: 23px;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.theme-new-products .our-superiority .line-3 {
  display: inline-block;
  float: left;
  margin-right: 16px;
  margin-top: 3px;
  width: 4px;
  height: 17px;
  border-radius: 100px;
  background-image: linear-gradient(to top, #5f85a1, #4f4662); }

.theme-new-products .our-superiority h4 {
  float: left;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0; }

.theme-new-products .access-flow {
  background-size: cover; }
  .theme-new-products .access-flow h2 {
    margin-bottom: 64px; }

.theme-new-products .get-solution-fund {
  height: 240px;
  background-image: linear-gradient(3deg, #436d87, #4d4561);
  padding: 40px 0 60px 0; }
  .theme-new-products .get-solution-fund h3 {
    margin: 32px 0;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500; }
  .theme-new-products .get-solution-fund .contact-us {
    background-color: #fff;
    color: #202020;
    font-weight: 400; }
    .theme-new-products .get-solution-fund .contact-us:hover {
      box-shadow: 0px 8px 10px rgba(60, 105, 7, 0.3); }

@media screen and (max-width: 39.9375em) {
  .theme-new-products .module-body {
    padding-bottom: 0 !important; }
  .theme-new-products .module-info {
    margin-bottom: 0 !important; }
  .theme-new-products .module-info > div > div {
    padding: 0 !important;
    margin-bottom: 40px !important; }
  .theme-new-products .phone-margin-top {
    margin-top: 40px; }
  .theme-new-products .access-flow {
    padding-bottom: 96px !important; } }

.seamlessRolling ul,
.seamlessRolling li {
  list-style: none; }

.seamlessRolling ul {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-size: 0; }

.seamlessRolling li {
  display: inline-block; }

.seamlessRolling img {
  width: 100%; }

.seamlessRolling .seamlessRolling-box {
  position: absolute;
  bottom: 0; }

.case-item {
  text-align: center;
  cursor: pointer; }
  .case-item .case-title {
    margin-top: 10px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #202020 !important;
    line-height: 24px !important;
    opacity: 1 !important; }
  .case-item .case-content {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #212121 !important;
    line-height: 21px !important;
    opacity: 0.7 !important;
    text-align: left; }
  .case-item .agent-icon {
    width: 85px;
    height: 83px; }
  .case-item .store-icon {
    width: 80px;
    height: 76px; }
  .case-item .retail-icon {
    width: 94px;
    height: 76px; }

.superiority-section {
  background: linear-gradient(360deg, #f7f9fc 0%, #f4f4fa 100%); }

.partner-section {
  background-image: url("../img/solution/fund/partner-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%; }
  .partner-section .partner-box .module-info:first-of-type {
    margin-bottom: 30px; }
  .partner-section .partner-box .module-info:last-of-type {
    margin-bottom: 100px; }

.partner-item {
  background-color: #fff;
  max-width: 320px;
  height: 257px;
  padding: 30px 36px !important;
  box-shadow: 0px 8px 26px 0px rgba(166, 179, 210, 0.47);
  border-radius: 10px;
  margin: 0 auto; }
  .partner-item .img-container {
    height: 61px;
    line-height: 61px;
    margin-bottom: 20px; }
  .partner-item .jryzt {
    width: 188px;
    height: 58px; }
  .partner-item .payh {
    width: 208px;
    height: 37px; }
  .partner-item .hfyh {
    width: 162px;
    height: 61px; }
  .partner-item .partner-desc {
    font-size: 18px !important;
    color: #7c8486; }

.parter-merchant {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  .parter-merchant .kaide-logo {
    width: 143px;
    height: 72px; }
  .parter-merchant .zdgys-logo {
    width: 141px;
    height: 43px; }
  .parter-merchant .merchant-info {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1; }
    .parter-merchant .merchant-info .merchant-item {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      width: 100%; }
      .parter-merchant .merchant-info .merchant-item .merchant-label {
        font-size: 20px;
        color: #7c8486;
        width: auto;
        margin-right: 10px;
        margin-bottom: 0;
        text-align: left; }
      .parter-merchant .merchant-info .merchant-item .type {
        font-size: 20px;
        color: #202020;
        -ms-flex: 1;
            flex: 1;
        margin-bottom: 0;
        text-align: left; }
      .parter-merchant .merchant-info .merchant-item .plan {
        font-size: 20px;
        color: #27c8e8;
        -ms-flex: 1;
            flex: 1;
        margin-bottom: 0;
        text-align: left; }

.butt-section {
  margin-top: -80px; }

.distribution.hero {
  background-image: url("../img/solution/distribution/distribution-bg.png"); }

.distribution .desc-item-box h3 {
  font-size: 24px;
  font-weight: 400; }

.distribution .desc-item-box p {
  color: #202020;
  line-height: 2; }

.distribution .module-info {
  margin-bottom: 120px; }

.distribution.superiority h2 {
  margin-bottom: 72px; }

.distribution.superiority .superiority-outer-box {
  padding: 0 11px; }

.distribution.superiority .superiority-box {
  position: relative;
  padding: 72px 22px 65px;
  height: 232px; }
  .distribution.superiority .superiority-box img {
    position: absolute;
    top: 50%;
    right: 22px;
    -ms-transform: translateY(-74%);
        transform: translateY(-74%);
    height: 133px;
    z-index: -1; }
  .distribution.superiority .superiority-box h4 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 16px; }
  .distribution.superiority .superiority-box .superiority-desc {
    font-size: 14px;
    opacity: 0.7; }

.sol_store.hero {
  background-image: url("../img/solution/store/bg.png"); }

.sol_retail.hero {
  background-image: url("../img/solution/retail/bg.png"); }

.sol_store .module-info > div > div:last-child,
.sol_retail .module-info > div > div:last-child {
  padding-left: 0; }

.core-functions {
  background-color: #f5f7f8; }
  .core-functions h2 {
    margin-bottom: 40px; }
  .core-functions .core-outer-box {
    padding: 0 11px;
    margin-bottom: 22px; }
  .core-functions .core-box {
    padding: 40px 22px;
    height: 205px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(132, 177, 185, 0.24); }
    .core-functions .core-box h4 {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 0; }
    .core-functions .core-box .hr-line {
      width: 100%;
      height: 1px;
      background-color: #f5f7f8;
      margin: 16px 0;
      position: relative; }
      .core-functions .core-box .hr-line > span {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 29%;
        height: 100%;
        background-color: #53cfcf; }
    .core-functions .core-box .core-desc {
      font-size: 14px;
      opacity: 0.7; }

.get-solution-distribution,
.get-solution-store,
.get-solution-retail,
.get-e-commerce {
  height: 240px;
  background-image: linear-gradient(17deg, #1e98a6, #62dad7);
  padding: 40px 0 60px 0; }
  .get-solution-distribution h3,
  .get-solution-store h3,
  .get-solution-retail h3,
  .get-e-commerce h3 {
    margin: 32px 0;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500; }
  .get-solution-distribution .contact-us,
  .get-solution-store .contact-us,
  .get-solution-retail .contact-us,
  .get-e-commerce .contact-us {
    background-color: #fff;
    color: #3898a5;
    font-weight: 400; }
    .get-solution-distribution .contact-us:hover,
    .get-solution-store .contact-us:hover,
    .get-solution-retail .contact-us:hover,
    .get-e-commerce .contact-us:hover {
      box-shadow: 0px 8px 10px rgba(21, 144, 165, 0.3); }

.get-solution-store {
  background-image: linear-gradient(17deg, #1b4b9c, #4d76cd); }
  .get-solution-store .contact-us {
    color: #1c4c9d; }

.get-solution-retail {
  background-image: linear-gradient(17deg, #60489d, #a693dd); }
  .get-solution-retail .contact-us {
    color: #5f3a9d; }
    .get-solution-retail .contact-us:hover {
      box-shadow: 0px 8px 10px rgba(95, 58, 157, 0.3); }

@media screen and (max-width: 39.9375em) {
  .core-functions .core-box {
    height: 250px !important; } }

.profit-sharing {
  background: linear-gradient(61deg, #2f4081 0%, #1550ac 100%);
  padding: 0;
  margin-top: 3.4375rem;
  height: 19.875rem;
  position: relative;
  z-index: -1; }
  .profit-sharing::before {
    content: '';
    width: 50%;
    height: 19.875rem;
    position: absolute;
    background: linear-gradient(to left bottom, transparent 50%, rgba(0, 211, 255, 0.03) 50%, rgba(0, 211, 255, 0.03) 100%);
    bottom: 0;
    left: 0;
    z-index: -1; }
  .profit-sharing::after {
    content: '';
    width: 50%;
    height: 19.875rem;
    position: absolute;
    background: linear-gradient(to right bottom, transparent 50%, rgba(0, 211, 255, 0.03) 50%, rgba(0, 211, 255, 0.03) 100%);
    bottom: 0;
    right: 0;
    z-index: -1; }
  .profit-sharing .header-section .header-section-item {
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .profit-sharing .header-section .header-section-item:first-of-type {
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .profit-sharing .header-section .header-section-item:last-of-type {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .profit-sharing .header-section .header-section-item img {
      height: 16.75rem;
      position: relative;
      z-index: 2; }
  .profit-sharing .header-section .header-section-title {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .profit-sharing .header-section .header-section-title .title {
      color: #fff;
      font-weight: 600;
      line-height: 3rem;
      font-size: 2.125rem;
      text-align: left; }
    .profit-sharing .header-section .header-section-title .text {
      color: #fff;
      font-weight: 400;
      line-height: 2.25rem;
      font-size: 1.25rem;
      margin-bottom: 0;
      text-align: left; }

.advantage-container-box {
  background: #fbfcfd;
  box-shadow: 0px 23px 30px 0px #e4e9ef;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 40px 0 20px; }
  .advantage-container-box .advantage-outer-box {
    padding: 0 1.875rem !important;
    position: relative;
    margin-top: 2.1875rem; }
    .advantage-container-box .advantage-outer-box .advantage-img-box {
      position: absolute;
      top: 0;
      right: 2.1875rem;
      width: 8.75rem;
      text-align: center; }
      .advantage-container-box .advantage-outer-box .advantage-img-box .advantage-img {
        z-index: -1; }
    .advantage-container-box .advantage-outer-box .advantage-box {
      position: relative;
      padding: 1.875rem 1.25rem;
      z-index: 10; }
      .advantage-container-box .advantage-outer-box .advantage-box h4 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #252525;
        line-height: 2.25rem;
        margin: 0 0 0.9375rem 0; }
      .advantage-container-box .advantage-outer-box .advantage-box p {
        font-size: 0.875rem;
        font-weight: 400;
        color: #202020;
        line-height: 1.3125rem;
        margin: 0; }

.profit-sharing-container .profit-sharing-item {
  margin-top: 5rem; }
  .profit-sharing-container .profit-sharing-item.partner {
    margin-top: 7.5rem; }
  .profit-sharing-container .profit-sharing-item > .title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 2.1875rem;
    position: relative;
    padding-left: 1rem; }
    .profit-sharing-container .profit-sharing-item > .title::before {
      width: 0.5rem;
      height: 1.625rem;
      background: #21b2bb;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -0.8125rem;
      content: ''; }
  .profit-sharing-container .profit-sharing-item:first-of-type > .title {
    margin-bottom: 2.1875rem; }
  .profit-sharing-container .profit-sharing-item:nth-last-of-type(2) > .title, .profit-sharing-container .profit-sharing-item:nth-last-of-type(3) > .title {
    margin-bottom: 1.25rem; }
  .profit-sharing-container .profit-sharing-item:first-of-type(.profit-sharing-content) {
    padding-top: 0.9375rem; }

.profit-sharing-container .pain-container-box .pain-container-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  .profit-sharing-container .pain-container-box .pain-container-item .index-icon {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: linear-gradient(135deg, #597fdf 0%, #597fdf 50%, #3361d6 50%, #3361d6 100%);
    z-index: 10; }
  .profit-sharing-container .pain-container-box .pain-container-item .pain-container-content {
    height: auto;
    background: #fbfcfd;
    border-radius: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 1.25rem 1.25rem;
    margin-top: 1.25rem;
    position: relative;
    height: 13.75rem; }
    .profit-sharing-container .pain-container-box .pain-container-item .pain-container-content::before {
      content: ' ';
      width: 100%;
      background: linear-gradient(to right bottom, #ecf1ff 0%, #ecf1ff 50%, #e8edfe 50%, #e8edfe 100%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      bottom: 0; }
    .profit-sharing-container .pain-container-box .pain-container-item .pain-container-content .pain-img {
      width: 5.5rem;
      height: auto;
      margin-bottom: 1.25rem;
      z-index: 1; }
    .profit-sharing-container .pain-container-box .pain-container-item .pain-container-content .title {
      font-size: 1.125rem;
      font-weight: 500;
      color: #202020;
      line-height: 1;
      margin-bottom: 0.625rem;
      z-index: 1; }
    .profit-sharing-container .pain-container-box .pain-container-item .pain-container-content .text {
      font-size: 0.875rem;
      font-weight: 400;
      color: #7c8486;
      line-height: 1.25rem;
      z-index: 1;
      margin-bottom: 0; }

.service-container-box .service-container-item {
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .service-container-box .service-container-item:first-of-type {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .service-container-box .service-container-item:last-of-type {
    -ms-flex-pack: end;
        justify-content: flex-end; }

.service-container-content {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  .service-container-content .title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #202020;
    line-height: 1;
    margin-bottom: 1.0625rem; }
  .service-container-content .text {
    font-size: 1rem;
    color: #202020;
    line-height: 1.625rem;
    margin-bottom: 0; }

@media screen and (max-width: 39.9375em) {
  .profit-sharing {
    margin-top: 0;
    height: 24.5rem;
    padding-top: 3.4375rem; }
    .profit-sharing::before, .profit-sharing::after {
      content: none; }
    .profit-sharing .header-section .header-section-item {
      -ms-flex-pack: center !important;
          justify-content: center !important; }
      .profit-sharing .header-section .header-section-item:first-of-type {
        margin-bottom: 1.25rem; }
      .profit-sharing .header-section .header-section-item img {
        height: 12.875rem; }
    .profit-sharing .header-section .header-section-title .title {
      line-height: 2.8125rem;
      font-size: 1.75rem;
      text-align: center;
      margin-bottom: 0.875rem; }
    .profit-sharing .header-section .header-section-title .text {
      line-height: 1.3125rem;
      font-size: 0.875rem;
      text-align: center; }
  .profit-sharing-container .profit-sharing-item {
    margin-top: 2.5rem; }
    .profit-sharing-container .profit-sharing-item > .title {
      font-size: 1.125rem;
      height: 1.125rem;
      line-height: 1.125rem;
      padding-left: 0.75rem; }
      .profit-sharing-container .profit-sharing-item > .title::before {
        width: 0.25rem;
        height: 1rem;
        margin-top: -0.5rem !important; }
    .profit-sharing-container .profit-sharing-item:first-of-type > .title {
      margin-bottom: 1.25rem; }
  .profit-sharing-container .pain-container-box .pain-container-item {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
    .profit-sharing-container .pain-container-box .pain-container-item:not(:last-of-type) {
      margin-bottom: 1.25rem; }
    .profit-sharing-container .pain-container-box .pain-container-item .index-icon {
      width: 2.1875rem;
      height: 2.1875rem;
      font-size: 1.5rem;
      line-height: 2.1875rem;
      top: 0;
      left: 0;
      z-index: 10; }
  .profit-sharing-container .pain-container-content {
    padding: 1.25rem;
    height: auto;
    margin-top: 0 !important; }
    .profit-sharing-container .pain-container-content .pain-img {
      margin-bottom: 0.625rem; }
    .profit-sharing-container .pain-container-content .title {
      font-size: 0.875rem;
      margin-bottom: 0.625rem;
      width: 100%;
      text-align: left; }
    .profit-sharing-container .pain-container-content .text {
      font-size: 0.75rem;
      color: #595959;
      line-height: 1.0625rem;
      margin-bottom: 0;
      text-align: left; }
  .service-container-box .service-container-item {
    -ms-flex-pack: center;
        justify-content: center; }
    .service-container-box .service-container-item:not(:last-of-type) {
      margin-bottom: 1.25rem; }
    .service-container-box .service-container-item .service-img {
      width: auto;
      height: 15.4375rem; }
    .service-container-box .service-container-item:last-of-type {
      -ms-flex-pack: center;
          justify-content: center; }
    .service-container-box .service-container-item .service-container-content .title {
      font-size: 0.875rem;
      margin-bottom: 0.625rem; }
    .service-container-box .service-container-item .service-container-content .text {
      font-size: 0.75rem;
      line-height: 1.0625rem;
      margin-bottom: 0; }
  .advantage-container-box {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0 !important;
    box-shadow: none;
    margin-bottom: 2.5rem; }
    .advantage-container-box .advantage-outer-box {
      padding: 0 !important;
      margin-top: 0; }
      .advantage-container-box .advantage-outer-box .advantage-img-box {
        right: 2.1875rem;
        text-align: right;
        width: auto; }
        .advantage-container-box .advantage-outer-box .advantage-img-box .advantage-img {
          -ms-transform: scale(0.8);
              transform: scale(0.8); }
      .advantage-container-box .advantage-outer-box .advantage-box {
        padding: 1.875rem 1.25rem 1.875rem 0; }
        .advantage-container-box .advantage-outer-box .advantage-box h4 {
          font-size: 0.875rem;
          line-height: 2.25rem;
          margin: 0; }
        .advantage-container-box .advantage-outer-box .advantage-box p {
          font-size: 0.75rem;
          line-height: 1.0625rem; }
      .advantage-container-box .advantage-outer-box:last-of-type .advantage-box {
        padding: 1.875rem 1.25rem 0 0; } }

.text-left h1,
.text-left h2,
.text-left h3,
.text-left h4,
.text-left p {
  width: 100%;
  text-align: left; }

.solution-header-box {
  height: 20rem;
  margin-top: 3.4375rem;
  padding-top: 2.1875rem;
  position: relative;
  z-index: 2; }
  .solution-header-box::before {
    content: ' ';
    width: 100%;
    height: 20rem;
    position: absolute;
    background: linear-gradient(to left top, transparent 50%, #244fbd 50%);
    top: 0;
    left: 0;
    z-index: -1; }
  .solution-header-box::after {
    content: ' ';
    width: 100%;
    height: 20rem;
    background: linear-gradient(to right bottom, transparent 50%, #1b47b7 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .solution-header-box h2 {
    font-size: 2.125rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 3rem; }
  .solution-header-box p {
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 2.25rem;
    padding-right: 6.25rem; }
  .solution-header-box .header-img-box {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .solution-header-box img {
    height: 17.3125rem;
    width: auto; }

.solution-container {
  padding: 0 0 7.5rem; }
  .solution-container .title {
    position: relative;
    padding-left: 0.625rem;
    line-height: 1;
    color: #000000;
    font-size: 1.75rem;
    font-weight: 600;
    padding-left: 1rem;
    margin: 5rem 0 2.1875rem; }
    .solution-container .title::before {
      content: ' ';
      width: 0.5rem;
      height: 1.625rem;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -0.8125rem;
      background-color: #23b3bc; }

.e-commerce-container .pain-outer-box {
  position: relative; }
  .e-commerce-container .pain-outer-box:first-child {
    padding: 1.25rem 5rem 0 0.625rem; }
    .e-commerce-container .pain-outer-box:first-child .pain-box img {
      width: 5.9375rem !important;
      height: 5.75rem !important; }
  .e-commerce-container .pain-outer-box:last-child {
    padding: 1.25rem 0 0 5.625rem; }
    .e-commerce-container .pain-outer-box:last-child .pain-box img {
      width: 6.375rem !important;
      height: 5.9375rem !important; }
  .e-commerce-container .pain-outer-box:first-child::before {
    content: '1';
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 2; }
  .e-commerce-container .pain-outer-box:first-child::after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 48px solid #3666de;
    border-right: 48px solid #3361d6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .e-commerce-container .pain-outer-box:last-child::before {
    content: '2';
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    background: transparent;
    top: 0;
    left: 5rem;
    z-index: 2; }
  .e-commerce-container .pain-outer-box:last-child::after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 48px solid #3666de;
    border-right: 48px solid #3361d6;
    position: absolute;
    top: 0;
    left: 5rem;
    z-index: 1; }
  .e-commerce-container .pain-outer-box .pain-box {
    height: 10.125rem;
    color: #252525;
    background: #f3f6ff;
    border: 1px solid #eef1ff;
    padding: 1.25rem 7.875rem 0 3.375rem;
    position: relative; }
    .e-commerce-container .pain-outer-box .pain-box h4 {
      font-size: 1.5rem;
      font-weight: 600;
      color: #252525;
      line-height: 2.0625rem; }
    .e-commerce-container .pain-outer-box .pain-box p {
      font-size: 1rem;
      font-weight: 400;
      color: #252525;
      line-height: 1.5rem; }
    .e-commerce-container .pain-outer-box .pain-box img {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 6.375rem;
      height: 6.6875rem;
      z-index: 1; }

.e-commerce-container .service-box {
  height: 12.5rem; }
  .e-commerce-container .service-box:nth-child(3n + 1) {
    padding-right: 2.5rem; }
  .e-commerce-container .service-box:nth-child(3n + 2) {
    padding: 0 1.25rem; }
  .e-commerce-container .service-box:nth-child(3n) {
    padding-left: 2.5rem; }
  .e-commerce-container .service-box img {
    width: 3.75rem;
    height: 3.5rem; }
  .e-commerce-container .service-box h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
    line-height: 2.0625rem;
    margin: 0.625rem 0; }
  .e-commerce-container .service-box p {
    font-size: 1rem;
    font-weight: 400;
    color: #252525;
    line-height: 1.375rem; }

.e-commerce-container .advantage {
  background: #fbfcfd;
  box-shadow: 0px 1.4375rem 1.875rem 0 #e4e9ef;
  border-radius: 1rem;
  box-sizing: border-box;
  padding: 2.5rem 0 1.25rem; }
  .e-commerce-container .advantage .advantage-outer-box {
    padding: 0 1.25rem;
    position: relative;
    margin-top: 2.1875rem; }
    .e-commerce-container .advantage .advantage-outer-box .advantage-img-box {
      position: absolute;
      top: 50%;
      right: 2.0625rem;
      text-align: center; }
      .e-commerce-container .advantage .advantage-outer-box .advantage-img-box .advantage-img {
        -ms-transform: translateY(-74%);
        transform: translateY(-74%);
        height: 133px;
        z-index: -1; }
    .e-commerce-container .advantage .advantage-outer-box .advantage-box {
      position: relative;
      padding: 1.875rem 1.25rem 1.875rem;
      z-index: 10; }
      .e-commerce-container .advantage .advantage-outer-box .advantage-box h4 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #252525;
        line-height: 2.25rem;
        margin: 0; }
      .e-commerce-container .advantage .advantage-outer-box .advantage-box p {
        font-size: 0.875rem;
        font-weight: 400;
        color: #202020;
        line-height: 1.3125rem;
        margin: 0; }

.get-e-commerce {
  background-image: linear-gradient(0deg, #436d87, #4d4561); }
  .get-e-commerce .contact-us {
    color: #202020; }

@media screen and (max-width: 39.9375em) {
  .solution-header-box {
    height: 24.875rem;
    padding-top: 4.375rem;
    margin-top: 0; }
    .solution-header-box::before {
      content: ' ';
      width: 100%;
      height: 24.875rem;
      position: absolute;
      background: linear-gradient(to left top, transparent 50%, #244fbd 50%);
      top: 0;
      left: 0;
      z-index: -1; }
    .solution-header-box::after {
      content: ' ';
      width: 100%;
      height: 24.875rem;
      background: linear-gradient(to right bottom, transparent 50%, #1b47b7 50%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .solution-header-box h2 {
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 2.8125rem;
      text-align: center; }
    .solution-header-box p {
      font-size: 0.875rem;
      line-height: 1.25rem;
      text-align: left;
      padding: 0 1.25rem; }
    .solution-header-box .header-img-box {
      -ms-flex-pack: center;
          justify-content: center; }
    .solution-header-box img {
      height: 11.75rem; }
  .solution-container {
    padding: 1.875rem 0 2.1875rem; }
    .solution-container .title {
      position: relative;
      padding-left: 0.75rem;
      line-height: 1.125rem;
      height: 1.125rem;
      font-size: 1.125rem;
      margin: 1.25rem 0; }
      .solution-container .title::before {
        content: ' ';
        width: 0.25rem;
        height: 1rem;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.5rem;
        background-color: #23b3bc; }
  .e-commerce-container .pain-outer-box {
    position: relative; }
    .e-commerce-container .pain-outer-box:first-child {
      padding: 1.25rem 0.625rem; }
    .e-commerce-container .pain-outer-box:last-child {
      padding: 1.25rem 0.625rem; }
    .e-commerce-container .pain-outer-box:first-child::before, .e-commerce-container .pain-outer-box:last-child::before {
      width: 2.25rem;
      height: 2.25rem;
      font-size: 1.375rem;
      font-weight: bold;
      color: #ffffff;
      line-height: 2.25rem;
      text-align: center;
      position: absolute;
      background: transparent;
      top: 0;
      left: 0;
      z-index: 2; }
    .e-commerce-container .pain-outer-box:first-child::after, .e-commerce-container .pain-outer-box:last-child::after {
      content: ' ';
      width: 0;
      height: 0;
      border-top: 36px solid #3666de;
      border-right: 36px solid #3361d6;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .e-commerce-container .pain-outer-box .pain-box {
      height: 8rem;
      color: #252525;
      background: #f3f6ff;
      border: 1px solid #eef1ff;
      padding: 1.25rem 1.6875rem 0 2.25rem; }
      .e-commerce-container .pain-outer-box .pain-box h4 {
        font-size: 0.875rem;
        font-weight: 600;
        color: #252525;
        line-height: 1.25rem; }
      .e-commerce-container .pain-outer-box .pain-box p {
        font-size: 0.875rem;
        font-weight: 400;
        color: #252525;
        line-height: 1.25rem; }
  .e-commerce-container .service-box:nth-child(3n + 1) {
    padding: 0 1em; }
  .e-commerce-container .service-box:nth-child(3n + 2) {
    padding: 0 1em; }
  .e-commerce-container .service-box:nth-child(3n) {
    padding: 0 1em; }
  .e-commerce-container .service-box img {
    width: 2.8125rem;
    height: 2.625rem;
    margin: 0 auto;
    display: block; }
  .e-commerce-container .service-box h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center !important; }
  .e-commerce-container .service-box p {
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .e-commerce-container .advantage {
    box-shadow: none;
    background: #ffffff; }
    .e-commerce-container .advantage .advantage-outer-box {
      box-shadow: none;
      border-radius: none; }
      .e-commerce-container .advantage .advantage-outer-box .advantage-box h4 {
        font-size: 0.875rem;
        line-height: 2.25rem; }
      .e-commerce-container .advantage .advantage-outer-box .advantage-box p {
        font-size: 0.875rem;
        line-height: 1.25rem;
        max-width: 6.125rem; } }

.text-left h1,
.text-left h2,
.text-left h3,
.text-left h4,
.text-left p {
  width: 100%;
  text-align: left;
  margin: 0; }

.b2b-box img {
  height: 17.875rem;
  width: auto; }

.b2b-container .pain-outer-box {
  position: relative;
  padding: 3.125rem 0.625rem; }
  .b2b-container .pain-outer-box:first-child {
    padding: 1.25rem 3.75rem 0 0.625rem; }
  .b2b-container .pain-outer-box:last-child {
    padding: 1.25rem 0 0 4.375rem; }
  .b2b-container .pain-outer-box:first-child::before {
    content: '1';
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 3rem;
    text-align: center;
    background: #3361d6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .b2b-container .pain-outer-box:last-child::before {
    content: '2';
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 3rem;
    text-align: center;
    background: #3361d6;
    position: absolute;
    top: 0;
    left: 3.75rem;
    z-index: 2; }
  .b2b-container .pain-outer-box .pain-box {
    height: 10.75rem;
    color: #252525;
    background: #f3f6ff;
    padding: 1.25rem 3.125rem 1.875rem 3.75rem;
    position: relative;
    z-index: 1; }
    .b2b-container .pain-outer-box .pain-box h4 {
      font-size: 1.5rem;
      font-weight: 600;
      color: #252525;
      line-height: 2.0625rem;
      margin-bottom: 0.625rem; }
    .b2b-container .pain-outer-box .pain-box p {
      font-size: 1rem;
      font-weight: 400;
      color: #252525;
      line-height: 1.5rem; }
    .b2b-container .pain-outer-box .pain-box::before {
      content: ' ';
      width: 100%;
      height: 10.75rem;
      background: linear-gradient(to left top, transparent 50%, #f2f5ff 50%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .b2b-container .pain-outer-box .pain-box::after {
      content: ' ';
      width: 100%;
      height: 10.75rem;
      background: linear-gradient(to right bottom, transparent 50%, #ecf1ff 50%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }

.b2b-container .service-nav-box {
  position: relative; }

.b2b-container .service-nav {
  position: relative; }
  .b2b-container .service-nav .box-list {
    padding: 0 0.625rem;
    opacity: 0.75;
    cursor: pointer;
    transition: font-size 0.25s, color 0.25s;
    font-size: 1.125rem;
    color: #000000;
    border-left: 2px #f3f6ff solid;
    font-weight: 500; }
    .b2b-container .service-nav .box-list.active {
      color: #21b2bb;
      opacity: 1;
      font-weight: 600;
      position: relative; }
      .b2b-container .service-nav .box-list.active::before {
        content: ' ';
        width: 0.125rem;
        height: 1.875rem;
        left: -0.125rem;
        top: 50%;
        margin-top: -1rem;
        position: absolute;
        background: #21b2bb; }
    .b2b-container .service-nav .box-list:last-child {
      padding-top: 1.875rem; }
      .b2b-container .service-nav .box-list:last-child.active::before {
        top: 50%;
        margin-top: 0; }

.b2b-container .service-content .service-label {
  display: none; }

.b2b-container .service-content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 2.0625rem;
  margin-bottom: 1.25rem; }

.b2b-container .service-content p {
  font-size: 1rem;
  color: #252525;
  line-height: 1.375rem; }

.b2b-container .service-content img {
  width: auto;
  height: auto;
  margin: 1.25rem 0; }

@media screen and (max-width: 39.9375em) {
  .b2b-box .content::before {
    content: '';
    width: 3rem;
    height: 2.25rem;
    line-height: 2.25rem;
    color: #ffffff;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0; }
  .b2b-box img {
    height: 12.125rem; }
  .b2b-container .pain-outer-box:first-child {
    padding: 1.25rem 0.625rem; }
  .b2b-container .pain-outer-box:last-child {
    padding: 1.25rem 0.625rem; }
  .b2b-container .pain-outer-box:first-child::before, .b2b-container .pain-outer-box:last-child::before {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.375rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 2.25rem;
    text-align: center;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 2; }
  .b2b-container .pain-outer-box:first-child::after, .b2b-container .pain-outer-box:last-child::after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 36px solid #3666de;
    border-right: 36px solid #3361d6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .b2b-container .pain-outer-box .pain-box {
    height: 8.5625rem;
    padding: 1.25rem 2.25rem 1.25rem 2.3125rem; }
    .b2b-container .pain-outer-box .pain-box h4 {
      font-size: 0.875rem;
      line-height: 1.25rem; }
    .b2b-container .pain-outer-box .pain-box p {
      font-size: 0.875rem;
      line-height: 1.25rem; }
    .b2b-container .pain-outer-box .pain-box::before {
      height: 8.5625rem; }
    .b2b-container .pain-outer-box .pain-box::after {
      height: 8.5625rem; }
  .b2b-container .service-nav {
    display: none; }
  .b2b-container .service-content img {
    width: auto;
    height: 12.9375rem; }
  .b2b-container .service-content .service-label {
    display: block;
    margin-bottom: 0; }
  .b2b-container .service-content h4 {
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .b2b-container .service-content p {
    font-size: 0.875rem;
    line-height: 1.25rem; } }

.industrial-internet-box img {
  height: 17.0625rem;
  width: auto; }

.industrial-internet-container .pain-outer-box {
  position: relative;
  padding: 1.25rem 0.625rem 0; }
  .industrial-internet-container .pain-outer-box:first-child::before {
    content: '1';
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 2; }
  .industrial-internet-container .pain-outer-box:first-child::after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 48px solid #3666de;
    border-right: 48px solid #3361d6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .industrial-internet-container .pain-outer-box:nth-child(2)::before {
    content: '2';
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 2; }
  .industrial-internet-container .pain-outer-box:nth-child(2)::after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 48px solid #3666de;
    border-right: 48px solid #3361d6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .industrial-internet-container .pain-outer-box:last-child::before {
    content: '3';
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 2; }
  .industrial-internet-container .pain-outer-box:last-child::after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 48px solid #3666de;
    border-right: 48px solid #3361d6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .industrial-internet-container .pain-outer-box .pain-box {
    height: 9.875rem;
    color: #252525;
    background: #f3f6ff;
    border: 1px solid #eef1ff;
    padding: 1.25rem 1.875rem 1.25rem 2.5rem;
    position: relative;
    z-index: 1; }
    .industrial-internet-container .pain-outer-box .pain-box::before {
      content: ' ';
      width: 100%;
      height: 9.875rem;
      background: linear-gradient(to left top, transparent 50%, #f2f5ff 50%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .industrial-internet-container .pain-outer-box .pain-box::after {
      content: ' ';
      width: 100%;
      height: 9.875rem;
      background: linear-gradient(to right bottom, transparent 50%, #ecf1ff 50%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .industrial-internet-container .pain-outer-box .pain-box h4 {
      font-size: 1.25rem;
      font-weight: 600;
      color: #252525;
      line-height: 2.0625rem; }
    .industrial-internet-container .pain-outer-box .pain-box p {
      font-size: 0.875rem;
      font-weight: 400;
      color: #252525;
      line-height: 1.5rem; }

.industrial-internet-container .service-box:nth-child(odd) {
  padding-right: 3.125rem; }

.industrial-internet-container .service-box:nth-child(even) {
  padding-left: 3.125rem; }

.industrial-internet-container .service-box img {
  width: 3.75rem;
  height: 3.75rem; }

.industrial-internet-container .service-box h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #252525;
  line-height: 2.0625rem; }

.industrial-internet-container .service-box p {
  font-size: 1rem;
  font-weight: 400;
  color: #252525;
  line-height: 1.5rem; }

.industrial-internet-container .advantage-outer-box {
  background: #fbfcfd;
  box-shadow: 0px 23px 30px 0px #e4e9ef;
  border-radius: 0.625rem;
  padding: 4.875rem 6.4375rem 2.9375rem 4.0625rem;
  height: 10.4375rem;
  position: relative; }
  .industrial-internet-container .advantage-outer-box .advantage-box h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #252525;
    line-height: 2.25rem; }
  .industrial-internet-container .advantage-outer-box .advantage-box p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #202020;
    line-height: 1.3125rem; }
  .industrial-internet-container .advantage-outer-box .advantage-box img {
    position: absolute;
    top: 1.4375rem;
    right: 4.4375rem;
    height: 8.3125rem; }

@media screen and (max-width: 1440px) and (min-width: 1240px) {
  .industrial-internet-container .advantage-outer-box {
    padding: 4.875rem 2.6875rem 2.9375rem 4.0625rem; }
    .industrial-internet-container .advantage-outer-box .advantage-box h4 {
      margin-bottom: 1rem; } }

@media screen and (max-width: 39.9375em) {
  .industrial-internet-box img {
    height: 11.5625rem;
    width: auto; }
  .industrial-internet-container .pain-outer-box {
    padding: 1.5625rem 0.625rem; }
    .industrial-internet-container .pain-outer-box:first-child::before, .industrial-internet-container .pain-outer-box:nth-child(2)::before, .industrial-internet-container .pain-outer-box:last-child::before {
      width: 2.25rem;
      height: 2.25rem;
      font-size: 1.5rem;
      font-weight: bold;
      color: #ffffff;
      line-height: 2.25rem;
      text-align: center;
      position: absolute;
      background: transparent;
      top: 0;
      left: 0; }
    .industrial-internet-container .pain-outer-box:first-child::after, .industrial-internet-container .pain-outer-box:nth-child(2)::after, .industrial-internet-container .pain-outer-box:last-child::after {
      content: ' ';
      width: 0;
      height: 0;
      border-top: 36px solid #3666de;
      border-right: 36px solid #3361d6;
      position: absolute;
      top: 0;
      left: 0; }
    .industrial-internet-container .pain-outer-box .pain-box {
      height: 8.625rem; }
      .industrial-internet-container .pain-outer-box .pain-box h4 {
        margin-bottom: 0.625rem; }
      .industrial-internet-container .pain-outer-box .pain-box::before {
        height: 8.625rem; }
      .industrial-internet-container .pain-outer-box .pain-box::after {
        height: 8.625rem; }
  .industrial-internet-container .advantage-outer-box {
    padding: 2.1875rem 1.875rem 2.25rem;
    margin-bottom: 1.25rem;
    height: 6.6875rem; }
    .industrial-internet-container .advantage-outer-box .advantage-box h4 {
      font-size: 1.125rem;
      margin-bottom: 0.625rem; }
    .industrial-internet-container .advantage-outer-box .advantage-box img {
      height: 5.75rem;
      top: 0.4375rem;
      right: 2.6875rem;
      -ms-transform: scale(0.9);
          transform: scale(0.9); }
  .industrial-internet-container .service-box:nth-child(odd) {
    padding-right: 1.25rem; }
  .industrial-internet-container .service-box:nth-child(even) {
    padding-left: 1.25rem; }
  .industrial-internet-container .service-box img {
    width: 2.8125rem;
    height: 2.8125rem;
    margin: 0 auto;
    display: block; }
  .industrial-internet-container .service-box h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center !important; }
  .industrial-internet-container .service-box p {
    font-size: 0.875rem;
    line-height: 1.25rem; } }

.download {
  height: 100%;
  position: relative; }
  .download * {
    font-size: 14px; }
  .download input, .download select {
    height: 34px;
    border-color: #dddddd; }
    .download input:focus, .download select:focus {
      border-color: #35c8e6; }
  .download select {
    line-height: 1;
    color: #cacaca; }
  .download h3 {
    font-size: 27px;
    margin-bottom: 64px; }
  .download h4 {
    font-size: 24px;
    margin: 27px 0 10px 0;
    font-weight: 400; }
  .download .relative {
    position: relative; }
  .download .error-message {
    display: none;
    line-height: 34px;
    padding-left: 8px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    top: 0; }
  .download .is-invalid-input:not(:focus) {
    border-color: #dddddd;
    background-color: white; }
  .download .is-invalid-input + .error-message {
    color: #ff5a5f;
    display: block; }
  .download .wrap {
    z-index: 100;
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .download .tips {
    font-size: 12px; }
  .download #sms {
    border-radius: 2px 0 0 2px; }
  .download #sendSms {
    font-size: 12px;
    padding: 0 10px;
    border-radius: 0 2px 2px 0;
    background-color: white;
    color: #a0a0a0;
    border: 1px solid #dddddd;
    margin-left: -1px;
    line-height: 32px;
    font-weight: 400; }
    .download #sendSms.disabled {
      color: #c1c8cb;
      border-color: #eee;
      opacity: 1;
      background-color: white; }
      .download #sendSms.disabled:hover {
        background-color: white; }
      .download #sendSms.disabled:active {
        background-color: white; }
    .download #sendSms:hover {
      background-color: #f6f6f6; }
    .download #sendSms:active {
      background-color: #dddddd; }
  .download #nextStep1, .download #submit {
    margin: 27px 0 19px;
    border-radius: 17px; }
  .download .download-cancel {
    color: #CCCCCC; }
  .download .hid {
    display: none; }
  .download .down-success {
    height: 44px; }
  .download .info {
    color: #202020;
    opacity: .7;
    margin-bottom: 43px; }
  .download .back-post::after {
    content: '\e906';
    font-family: 'icomoon';
    margin-left: 5px;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    display: inline-block; }
  .download .button-error {
    background-color: #ff5a5f; }

.recommend.hero {
  background-image: url("../img/recommend/recommend-bg.png"); }

.recommend .desc-item-box h3 {
  font-size: 24px;
  font-weight: 400; }

.recommend .desc-item-box p {
  color: #202020;
  line-height: 2; }

.recommend .module-body {
  padding-bottom: 0; }

.recommend-qr-box {
  margin-top: -104px;
  position: relative;
  padding: 64px 0;
  width: 1000px;
  box-shadow: 0px 2px 27px 0px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  background-color: #fff;
  color: #202020;
  text-align: center; }
  .recommend-qr-box .pull-new {
    border-bottom: 1px #f3f3f3 solid;
    padding-bottom: 64px;
    margin-bottom: 64px; }
  .recommend-qr-box .pull-new-box {
    margin-top: 40px; }
  .recommend-qr-box .pull-new-title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #FEBD94; }
  .recommend-qr-box .qr-box-title {
    font-size: 24px;
    font-weight: 300; }
  .recommend-qr-box .qr-box-info {
    font-size: 14px;
    margin-bottom: 40px; }
  .recommend-qr-box .qr-box-desc-par {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 21px;
    margin-top: 20px; }
  .recommend-qr-box .qr-box-desc {
    font-size: 14px;
    font-weight: 100;
    color: #202020;
    display: inline-block;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .recommend-qr-box .qr-box-desc:before {
      content: '';
      display: inline-block;
      width: 500px;
      border-top: 1px solid #eeeeee;
      margin-right: 5px;
      vertical-align: middle; }
    .recommend-qr-box .qr-box-desc:after {
      content: '';
      display: inline-block;
      width: 500px;
      border-top: 1px solid #eeeeee;
      margin-right: 5px;
      vertical-align: middle; }

.core-functions-recommend {
  background-color: #f9f9f9;
  padding: 100px 0 80px 0; }

.recommend-download {
  margin: 0;
  padding-top: 10px; }

.recommend-core-outer-box {
  color: #202020; }
  .recommend-core-outer-box .core-box {
    height: auto;
    padding-bottom: 25px;
    box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.03);
    border-radius: 3px; }
  .recommend-core-outer-box .recommend-core-title {
    font-size: 24px;
    margin: 25px 0 12px 0; }

.recommend-qr-code {
  background-color: #FBFBFB; }

@media screen and (max-width: 39.9375em) {
  .recommend-qr-box {
    border-radius: 0;
    margin-top: -54px; }
  .core-functions-recommend {
    padding: 60px 0 30px 0; } }

.customer-top-box {
  padding-top: 5.625rem;
  height: 20.625rem;
  text-align: center;
  background: #fbfcff; }
  .customer-top-box h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #252525;
    line-height: 2.8125rem; }
  .customer-top-box p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 1.75rem; }

.customer-case-box {
  background: #ffffff;
  margin-bottom: 2.5rem;
  margin-top: 5rem; }
  .customer-case-box .case-title {
    font-size: 2rem;
    font-weight: 600;
    color: #252525;
    line-height: 2.8125rem;
    text-align: center;
    margin-bottom: 2.5rem; }
  .customer-case-box .case-list {
    margin: 0; }
    .customer-case-box .case-list .case-item {
      list-style: none;
      margin: 0;
      overflow-y: visible;
      margin-bottom: 2.5rem; }
      .customer-case-box .case-list .case-item:nth-child(3n-2) {
        padding: 0 1.25rem 0 0; }
      .customer-case-box .case-list .case-item:nth-child(3n-1) {
        padding: 0 0.625rem; }
      .customer-case-box .case-list .case-item:nth-child(3n) {
        padding: 0 0 0 1.25rem; }
      .customer-case-box .case-list .case-item div {
        background: #ffffff;
        width: 100%;
        padding-bottom: 1.25rem;
        box-shadow: 0 0.625rem 0.625rem 0 rgba(231, 233, 238, 0.5);
        border-radius: 4px; }
        .customer-case-box .case-list .case-item div:hover {
          box-shadow: 0 1.25rem 1.25rem 0 #e7e9ee; }
      .customer-case-box .case-list .case-item .case-img {
        width: 100%; }
      .customer-case-box .case-list .case-item .content {
        font-size: 1.125rem;
        font-weight: 600;
        color: #252525;
        line-height: 1.5625rem;
        padding: 0 0.9375rem;
        height: 4.6875rem;
        margin: 0;
        text-align: left; }
      .customer-case-box .case-list .case-item .case-icon {
        width: 7.375rem;
        height: 2.625rem; }
      .customer-case-box .case-list .case-item .label-box {
        padding: 0.625rem 1rem;
        text-align: left; }

.label {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.0625rem;
  padding: 0.25rem 0.375rem; }
  .label.red {
    color: #ec7063;
    background: #fed0be; }
  .label.blue {
    background: #bef1fe;
    color: #58a5ec; }
  .label.green {
    color: #47ad7b;
    background: #befef1; }
  .label.orange {
    color: #f58523;
    background: #fed8be; }
  .label.yellow {
    color: #f5a623;
    background: #feedbe; }
  .label.purple {
    color: #6f60cf;
    background: #e3d3ff; }

.customer-detail-box {
  padding-top: 8.125rem;
  margin-bottom: 5rem; }
  .customer-detail-box .detail-left .logo {
    width: 7.375rem;
    height: 2.625rem; }
    .customer-detail-box .detail-left .logo.vipkid {
      margin-left: -1.6875rem; }
    .customer-detail-box .detail-left .logo.cake {
      margin-left: -0.5rem; }
    .customer-detail-box .detail-left .logo.dingxiangyuan {
      margin-left: -0.75rem; }
    .customer-detail-box .detail-left .logo.xiaoluyy, .customer-detail-box .detail-left .logo.jiandanxinli {
      margin-left: -0.8125rem; }
    .customer-detail-box .detail-left .logo.wanxin {
      margin-left: -1.625rem; }
    .customer-detail-box .detail-left .logo.jingku {
      margin-left: -0.6875rem; }
    .customer-detail-box .detail-left .logo.kewei {
      margin-left: -0.6875rem; }
    .customer-detail-box .detail-left .logo.leke {
      margin-left: -0.5625rem; }
    .customer-detail-box .detail-left .logo.kaide {
      margin-left: -1rem; }
  .customer-detail-box .detail-left .company-info {
    font-size: 0.875rem;
    color: #252525;
    line-height: 1.25rem;
    padding-top: 1rem; }
  .customer-detail-box .detail-left .title {
    font-weight: 500;
    margin: 0; }
  .customer-detail-box .detail-left .content {
    margin: 0; }
  .customer-detail-box .detail-right h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #252525;
    line-height: 2.8125rem;
    margin-bottom: 2.8125rem; }
  .customer-detail-box .detail-right section {
    box-shadow: 0 0.1875rem 1.25rem 0 rgba(219, 216, 226, 0.5);
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #252525;
    line-height: 1.25rem;
    padding: 1.625rem 7.4375rem 4.375rem;
    position: relative; }
    .customer-detail-box .detail-right section .quotation1 {
      position: absolute;
      top: 1.625rem;
      left: 2.4375rem;
      width: 1.5rem;
      height: 1.3125rem; }
    .customer-detail-box .detail-right section .quotation2 {
      position: absolute;
      bottom: 4.375rem;
      right: 2.5rem;
      width: 1.5rem;
      height: 1.3125rem;
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .customer-detail-box .detail-right section .icon {
      position: absolute;
      bottom: 1.25rem;
      width: 7.375rem; }
      .customer-detail-box .detail-right section .icon.vipkid {
        right: 0.625rem; }
      .customer-detail-box .detail-right section .icon.cake {
        right: 2rem; }
      .customer-detail-box .detail-right section .icon.dingxiangyuan {
        right: 1.75rem; }
      .customer-detail-box .detail-right section .icon.xiaoluyy, .customer-detail-box .detail-right section .icon.jiandanxinli {
        right: 1.6875rem; }
      .customer-detail-box .detail-right section .icon.wanxin {
        right: 0.875rem; }
      .customer-detail-box .detail-right section .icon.jingku {
        right: 1.4375rem; }
      .customer-detail-box .detail-right section .icon.kewei {
        right: 1.8125rem; }
      .customer-detail-box .detail-right section .icon.leke {
        right: 1.875rem; }
      .customer-detail-box .detail-right section .icon.kaide {
        right: 1.875rem; }
  .customer-detail-box .detail-right h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #252525;
    line-height: 2.0625rem;
    margin: 2.5rem 0 1.25rem; }
  .customer-detail-box .detail-right .content {
    font-size: 0.875rem;
    color: #4a4a4a;
    line-height: 1.25rem; }

@media screen and (max-width: 39.9375em) {
  .customer-top-box {
    padding-top: 3.4375rem;
    height: 19.4375rem;
    background: #f9faff;
    position: relative;
    overflow: hidden; }
    .customer-top-box h3 {
      font-size: 1.25rem;
      line-height: 1.75rem; }
    .customer-top-box p {
      font-size: 0.75rem;
      color: #252525;
      line-height: 1.125rem;
      padding: 0 2.5rem; }
    .customer-top-box .circle-top-left {
      width: 23.625rem;
      height: 23.625rem;
      border-radius: 11.8125rem;
      background: linear-gradient(to bottom, rgba(31, 54, 103, 0.12) 0%, rgba(31, 54, 103, 0.02) 100%);
      border: 2px dashed rgba(95, 150, 157, 0.5);
      position: absolute;
      top: -9.8125rem;
      left: -11.8125rem; }
    .customer-top-box .circle-bottom-right {
      width: 11.5rem;
      height: 11.5rem;
      border-radius: 5.75rem;
      background: linear-gradient(332deg, rgba(31, 54, 103, 0) 0%, rgba(198, 215, 255, 0.23) 100%);
      border: 2px dashed rgba(95, 150, 157, 0.5);
      position: absolute;
      bottom: -3.5rem;
      right: -5.75rem; }
  .customer-case-box {
    margin-top: 2.5rem; }
    .customer-case-box .case-title {
      font-size: 1.125rem;
      color: #202020;
      line-height: 1.5rem;
      margin: 1.25rem 0; }
    .customer-case-box .case-list {
      -ms-flex-pack: center;
          justify-content: center; }
      .customer-case-box .case-list .label-box {
        margin-bottom: 0; }
      .customer-case-box .case-list .case-item .content {
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding: 0 1rem;
        height: auto;
        margin-bottom: 0.625rem; }
      .customer-case-box .case-list .case-item:nth-child(3n-2) {
        padding: 0; }
      .customer-case-box .case-list .case-item:nth-child(3n-1) {
        padding: 0; }
      .customer-case-box .case-list .case-item:nth-child(3n) {
        padding: 0; }
  .customer-detail-small-box {
    padding: 5.625rem 0 1.25rem; }
    .customer-detail-small-box h3 {
      font-size: 1.25rem;
      font-weight: 600;
      color: #252525;
      line-height: 1.75rem; }
    .customer-detail-small-box .customer-img {
      width: 100%;
      height: auto;
      margin-bottom: 0.625rem; }
    .customer-detail-small-box .img-logo {
      width: 7.375rem;
      height: 2.625rem; }
      .customer-detail-small-box .img-logo.vipkid {
        margin-left: -1.6875rem; }
      .customer-detail-small-box .img-logo.cake {
        margin-left: -0.5rem; }
      .customer-detail-small-box .img-logo.dingxiangyuan {
        margin-left: -0.75rem; }
      .customer-detail-small-box .img-logo.xiaoluyy, .customer-detail-small-box .img-logo.jiandanxinli {
        margin-left: -0.8125rem; }
      .customer-detail-small-box .img-logo.wanxin {
        margin-left: -1.625rem; }
      .customer-detail-small-box .img-logo.jingku, .customer-detail-small-box .img-logo.kewei {
        margin-left: -0.6875rem; }
      .customer-detail-small-box .img-logo.kaide {
        margin-left: -1rem; }
      .customer-detail-small-box .img-logo.leke {
        margin-left: -0.5625rem; }
    .customer-detail-small-box .introduction {
      font-size: 1.125rem;
      font-weight: 600;
      color: #202020;
      line-height: 1.5rem;
      margin-top: 1.25rem;
      margin-bottom: 0.625rem;
      padding-left: 0.625rem;
      position: relative; }
      .customer-detail-small-box .introduction::before {
        content: ' ';
        width: 0.25rem;
        height: 1.125rem;
        background: #23b3bc;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -0.5625rem; }
    .customer-detail-small-box .title {
      font-size: 1.125rem;
      font-weight: 600;
      color: #252525;
      line-height: 1.5625rem;
      margin-top: 1.25rem;
      margin-bottom: 0.625rem; }
    .customer-detail-small-box .content {
      font-size: 0.875rem;
      color: #4a4a4a;
      line-height: 1.375rem; } }

.information-header {
  height: 19.625rem;
  margin-top: 3.4375rem;
  background-image: url(../img/information/bg.png);
  background-size: cover;
  background-position: center;
  padding-left: 20%; }
  .information-header h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 2.8125rem;
    text-shadow: 0px 0.125rem 3.25rem #06183c; }
  .information-header p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.75rem; }

.information-content {
  padding-bottom: 3.75rem; }
  .information-content .information-content-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .information-content .information-content-row .information-content-columns {
      width: 22%; }
  .information-content .content-item {
    padding-bottom: 0; }
    .information-content .content-item .content {
      border-radius: 8px; }
      .information-content .content-item .content:hover {
        box-shadow: 0 0.625rem 0.625rem 0 rgba(231, 233, 238, 0.5); }
      .information-content .content-item .content img {
        width: 100%;
        border-radius: 0.25rem; }
      .information-content .content-item .content p {
        font-size: 14px;
        font-weight: 600;
        color: #252525;
        line-height: 1.25rem;
        padding: 0.625rem 1rem;
        height: 5rem;
        margin-bottom: 0; }
    .information-content .content-item .title {
      height: 2.875rem;
      font-size: 1.5rem;
      font-weight: 600;
      color: #252525;
      line-height: 2.875rem;
      position: relative;
      padding-left: 1.125rem;
      margin-top: 3.75rem; }
      .information-content .content-item .title::before {
        content: ' ';
        width: 0.5rem;
        height: 1.5rem;
        background: #23b3bc;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -0.75rem; }

@media screen and (max-width: 39.9375em) {
  .information-header {
    margin-top: 0;
    height: 19.4375rem;
    padding-top: 3.4375rem;
    background-image: url(../img/information/bg-m.png);
    background-size: 100%;
    margin-bottom: 1.25rem; }
  .information-content .information-content-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .information-content .information-content-row .information-content-columns {
      width: 100%; }
  .information-content .content-item {
    padding-right: 0;
    margin-bottom: 0; }
    .information-content .content-item .row {
      -ms-flex-pack: center;
          justify-content: center; }
    .information-content .content-item .content {
      box-shadow: 0px 4px 13px 0 rgba(179, 195, 208, 0.5); }
      .information-content .content-item .content p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.25rem;
        padding: 1.25rem;
        height: auto;
        margin-bottom: 1.25rem; }
    .information-content .content-item .title {
      margin-top: 1.25rem;
      margin-left: 0;
      font-size: 1.125rem;
      line-height: 1.125rem;
      height: 1.125rem;
      padding-left: 0.75rem;
      margin-bottom: 1.25rem; }
      .information-content .content-item .title:before {
        width: 0.25rem;
        height: 1rem;
        margin-top: -0.5rem !important; } }

.pro-consult {
  position: fixed;
  bottom: 8.5rem;
  right: 0.625rem;
  z-index: 97;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .pro-consult .service-btn,
  .pro-consult .message-btn {
    width: 4rem;
    background: #21b2bb;
    box-shadow: 0px 8px 12px 0px #8cb9bd;
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .pro-consult .service-btn .img-box,
    .pro-consult .message-btn .img-box {
      width: 100%;
      height: 2.875rem;
      background: #18abb5;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .pro-consult .service-btn .img-box img,
      .pro-consult .message-btn .img-box img {
        height: 1.375rem;
        width: 1.5rem; }
    .pro-consult .service-btn span,
    .pro-consult .message-btn span {
      font-size: 1.125rem;
      font-weight: 600;
      color: #ffffff;
      display: inline-block;
      padding: 0.625rem 0;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr; }
  .pro-consult .message-btn {
    margin-top: 0.625rem; }
    .pro-consult .message-btn .img-box img {
      height: 1.3125rem;
      width: 1.375rem; }
  .pro-consult .service-btn:hover > .service-qr-div {
    display: block; }

.service-qr-div {
  display: none;
  position: fixed;
  bottom: 12.625rem;
  right: 4.375rem;
  z-index: 97;
  width: 12.8125rem;
  height: 14.9375rem; }
  .service-qr-div img {
    width: 12.8125rem;
    height: 14.9375rem;
    position: absolute; }

.pro-slide {
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
  position: fixed;
  top: 12.5rem;
  bottom: 0;
  right: -23.375rem;
  width: 22.125rem;
  background-color: #fff;
  z-index: 1001;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  box-shadow: 0px 0px 20px 0px #b0ebef;
  border-radius: 4px; }
  .pro-slide.down {
    animation: fade-in-left 0.5s; }
  .pro-slide.on {
    right: 5.1875rem;
    animation: fade-in-right 0.5s; }

.pro-header {
  font-size: 13px;
  font-weight: 500;
  color: #252525;
  line-height: 45px;
  padding: 0 20px;
  height: 45px; }
  .pro-header .pro-close {
    position: absolute;
    border: 0;
    right: 1.25rem;
    top: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0;
    text-align: center;
    background-color: #fff; }
    .pro-header .pro-close:after {
      font-family: 'icomoon' !important;
      content: '\e117';
      color: #707070;
      font-size: 1.25rem;
      line-height: 3.125rem;
      font-weight: 200; }

.pro-con {
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
  padding: 0 3.125rem 1.25rem;
  overflow-y: scroll; }
  .pro-con .pro-title {
    font-size: 13px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 0; }
  .pro-con .submit-btn {
    width: 100%;
    height: 32px;
    background: #21b2bb;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    text-align: center; }

.pro-success-box {
  position: relative;
  padding: 2.5rem 3.125rem 1.25rem;
  height: 10rem;
  border-top: 1px solid rgba(46, 53, 148, 0.13); }
  .pro-success-box .pro-ico {
    position: relative;
    display: block;
    height: 3.75rem; }
    .pro-success-box .pro-ico .pro-icon-success {
      height: 3.75rem;
      width: 100%; }
      .pro-success-box .pro-ico .pro-icon-success.pro-draw:after {
        animation: success 0.5s ease;
        animation-fill-mode: forwards;
        -ms-transform: scaleX(1) rotate(135deg);
            transform: scaleX(1) rotate(135deg); }
      .pro-success-box .pro-ico .pro-icon-success:after {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1.25rem;
        opacity: 1;
        height: 60px;
        width: 40px;
        border-right: 8px solid #21b2bb;
        border-top: 8px solid #21b2bb;
        border-radius: 2px;
        content: ''; }
  .pro-success-box .pro-txt {
    font-size: 0.875rem; }

@keyframes success {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  20% {
    height: 30px;
    width: 0;
    opacity: 1; }
  40% {
    height: 30px;
    width: 40px;
    opacity: 1; }
  100% {
    height: 30px;
    width: 50px;
    opacity: 1; } }

.pro-tip {
  position: relative;
  height: 3.625rem;
  line-height: 3.625rem;
  font-size: 13px;
  font-weight: 400;
  color: #a1a1a1;
  text-align: center;
  margin: 0; }
  .pro-tip strong {
    position: relative;
    color: #202020;
    font-weight: 600;
    cursor: pointer; }
    .pro-tip strong:hover + img {
      display: block; }
  .pro-tip img {
    position: absolute;
    left: 50%;
    top: -6.875rem;
    display: none;
    width: 7.375rem;
    height: 7.6875rem;
    margin-left: -5.3125rem; }

select.sel {
  background-color: #fbfbfb;
  border-radius: 3px;
  outline: 0; }

@media screen and (max-width: 39.9375em) {
  .pro-success-box {
    padding: 1.25rem 3.125rem 1.25rem; }
  .pro-consult {
    bottom: 2.5rem; }
    .pro-consult .pro-qrcode {
      height: 0 !important; }
      .pro-consult .pro-qrcode .pro-qrcode-img {
        opacity: 0; }
    .pro-consult .message-btn {
      opacity: 0.9; }
      .pro-consult .message-btn .img-box {
        height: 2.5rem !important;
        border-radius: 2px; }
  footer {
    padding-top: 0; }
  .pro-con {
    padding: 0.625rem 1.75rem 1.75rem; }
    .pro-con .pro-title {
      line-height: 20px;
      height: 20px; }
  .pro-slide {
    box-shadow: none;
    right: -100%;
    bottom: 0;
    width: 100%; }
    .pro-slide h3 {
      text-align: center;
      font-size: 1.4375rem; }
    .pro-slide .button {
      display: block;
      width: 100%;
      margin-top: 1.2rem; }
    .pro-slide.on {
      right: 0; }
  .pro-tip {
    display: none; }
  .pro-describe {
    display: none !important; } }

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fade-in-left {
  0% {
    transform: translate3d(-100%, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes fade-in-show {
  0% {
    top: 105px;
    opacity: 0; }
  64% {
    top: 22px;
    opacity: 0; }
  100% {
    top: 16px;
    opacity: 1; } }

@keyframes fade-in-hide {
  0% {
    top: 16px;
    opacity: 1; }
  36% {
    top: 38px;
    opacity: 0; }
  100% {
    top: 105px;
    opacity: 0; } }

.saas {
  background: #fcfcfd; }
  .saas .saas-header {
    background-image: url(../img/saas/banner_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 37.5rem; }
    .saas .saas-header .header-section {
      margin: 5.625rem 0 2.5rem; }
      .saas .saas-header .header-section .header-text {
        padding-top: 5rem; }
        .saas .saas-header .header-section .header-text .header-section-title {
          display: inline-block; }
        .saas .saas-header .header-section .header-text .text {
          background-image: url(../img/saas/bar.png);
          background-position: bottom;
          background-size: 100% 0.75rem;
          background-repeat: no-repeat; }
      .saas .saas-header .header-section .hide-for-small-only img {
        height: 28.75rem;
        float: right; }
      .saas .saas-header .header-section h1 {
        font-size: 2.5rem;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.3125rem; }
        .saas .saas-header .header-section h1:first-of-type {
          color: #3d6dde; }
      .saas .saas-header .header-section ul {
        margin-top: 1.875rem; }
        .saas .saas-header .header-section ul li {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          margin: 1.375rem 0; }
          .saas .saas-header .header-section ul li img {
            width: 1.5rem;
            margin-right: 0.625rem;
            margin-top: -2px; }
  .saas h2 {
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 1.25rem;
    margin: 3.75rem 0 2.5rem; }
    .saas h2 img {
      height: 0.875rem; }
    .saas h2 img:last-of-type {
      margin-left: 0.625rem;
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .saas .pains {
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    margin: 0 auto; }
    .saas .pains li {
      text-align: center;
      position: relative; }
      .saas .pains li:first-of-type {
        margin-top: 0.4375rem; }
      .saas .pains li p {
        width: 100%;
        position: absolute;
        bottom: 1.25rem;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        color: #303e5d; }
  .saas .services {
    background-image: url(../img/saas/service_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5rem;
    color: #303e5d; }
    .saas .services > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .saas .services > div .text {
        padding-right: 1.875rem;
        line-height: 2;
        position: relative;
        top: -2.5rem; }
  .saas .advantage {
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    margin: 0 auto;
    padding-bottom: 5rem; }
    .saas .advantage li {
      -ms-flex: 1;
          flex: 1;
      border: 3px solid #fff;
      background: #fcfcfd;
      border-radius: 1rem;
      color: #303e5d;
      padding: 0.3125rem; }
      .saas .advantage li div {
        background: #fff;
        width: 100%;
        height: 100%;
        padding: 1.875rem 1.375rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .saas .advantage li img {
        width: 5rem;
        margin-right: 1rem; }

@media screen and (max-width: 39.9375em) {
  .header-text {
    padding-top: 0 !important;
    padding-left: 1rem; }
  .pains {
    gap: 0.375rem !important;
    font-size: 0.75rem; }
    .pains li {
      -ms-flex: 1;
          flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 0.1875rem; }
      .pains li:first-of-type {
        position: relative;
        top: -0.25rem; }
    .pains img {
      width: 5.625rem; }
    .pains p {
      position: unset !important;
      -ms-transform: unset !important;
          transform: unset !important; }
  .services .text {
    padding: 0 1rem 1.875rem !important;
    position: unset !important; }
  .advantage {
    gap: 0.375rem !important; }
    .advantage li {
      border: unset !important;
      padding: unset !important;
      font-size: 0.75rem;
      border-radius: 0.375rem !important;
      overflow: hidden; }
      .advantage li img {
        margin: 0 !important; }
      .advantage li div {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0.3125rem !important; } }

* {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: text; }

html,
body {
  height: 100%; }
