@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; }

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 {
  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;
      min-width: initial; }

.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; }

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: #1198b4; }
  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; }

@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: #1198b4; }
  .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.5rem 0 !important; }
  .top-bar ul {
    background: transparent; }
    .top-bar ul li a {
      font-size: 0.975rem;
      color: rgba(0, 0, 0, 0.6);
      transition: color 0.2s ease;
      padding: 0.7rem 0.7rem; }
      .top-bar ul li a:hover {
        color: #1198b4; }
      .top-bar ul li a img {
        width: 24px;
        height: 24px;
        margin-right: 14px; }
    .top-bar ul .submenu {
      padding: 9px;
      background: #fefefe;
      border-radius: 3px;
      border: 1px solid #eeeeee;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05); }
  .top-bar .cta.hollow {
    padding: 0.5em 0.8em 0.4em;
    font-size: 0.875rem;
    font-weight: 400; }


/* dropdown */
.dropdown-menu-wrapper{
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	position: fixed;
	top: 4.38rem;
	left: 0;
	right: 0;
	width: 100%;
	padding: 1.88rem 0;
	background: #FFFFFF;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.dropdown-menu-none{
    display:none;
}
.dropdown-menu-wrapper .dropdown-wrapper {
	display: flex;
	justify-content: space-between;
	width: 80%;
	max-width: 1200px;
	padding: 0 2rem;
	margin: 0 auto;
}
.dropdown-menu-wrapper .dropdown-wrapper .active a {
	background: #EEF4FF !important;
}
.dropdown-menu-wrapper .dropdown-wrapper li:hover a {
	background: #EEF4FF !important;
}
.dropdown-menu-wrapper .dropdown-wrapper li a {
	display: block;
	width: 8.75rem;
	height: 8.75rem;
	border-radius:0.63rem;
	padding: 1.13rem 0 1.06rem 0;
	text-align: center;
	background: transparent;
}
.dropdown-menu-wrapper .dropdown-wrapper li a img {
	width: 3.88rem;
	height: 3.88rem;
	margin: 0 auto;
}
.dropdown-menu-wrapper .dropdown-wrapper li a p {
	font-size:1rem;
	font-family:Helvetica;
	color:rgba(49,49,49,1);
	line-height:1.19rem;
	margin-top: 1.31rem;
}

#top-nav-product-more{
    background-color:#fff;
}

.top-bar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 1em 0; }
  @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 ul li a {
      color: rgba(0, 0, 0, 0.6); }
      .top-bar-wrapper.fixed2 .top-bar ul li a:hover {
        color: #1198b4; }
    .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 .cta.hollow {
      color: #14b1d1;
      border: 1px solid #14b1d1; }
      .top-bar-wrapper.fixed2 .top-bar .cta.hollow:hover {
        color: #fff;
        background-color: #14b1d1; }
    .top-bar-wrapper.fixed2 .top-bar__logo, .top-bar-wrapper.fixed2 .countdown-logo {
        background: url("/static/index/image/logo-black.svg") top left no-repeat;
        height: 35px;width: 120px;background-size: 100% 100%;}

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

.top-bar__logo, .countdown-logo {
    background: url("/static/index/image/logo-black.svg") top left no-repeat;
    height: 35px;width: 120px;background-size: 100% 100%;}

.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: #1198b4; }
  .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; }
  .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/logo-white.svg"); }

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: 22px;
  height: 25px;
  cursor: pointer;
  z-index: 1; }

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

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

.title-bar__toggle span:nth-child(3) {
  margin-top: -7px; }

.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); }

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

.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 .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 .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: 60px 0 10px;
  background: #F7F7F7;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.03); }
  footer ul.row {
    width: 75%;
    margin: 0 auto 50px;
    list-style: none; }
    footer ul.row li {
      list-style: none;
      margin-bottom: 30px; }
      footer ul.row li a {
        font-size: 14px;
        line-height: 22px;
        color: #606060; }
    footer ul.row dt {
      margin-bottom: 14px;
      font-size: 18px;
      line-height: 28px;
      color: #202020;
      font-weight: 400; }
    footer ul.row .phone {
      font-size: 18px;
      line-height: 28px; }
    footer ul.row .time {
      margin-bottom: 33px;
      font-size: 14px;
      color: #606060;
      line-height: 22px; }
    footer ul.row .weixin {
      position: relative;
      display: -ms-flexbox;
      display: flex; }
      footer ul.row .weixin .we-customer {
        margin-right: 34px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        footer ul.row .weixin .we-customer .we-customer-service-a {
          width: 22px; }
          footer ul.row .weixin .we-customer .we-customer-service-a .we-customer-service-ico {
            width: 22px;
            height: 22px;
            z-index: 3; }
        footer ul.row .weixin .we-customer .we-customer-service-qr {
          display: none;
          position: absolute;
          left: -3.125rem;
          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 ul.row .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 ul.row .weixin .we-customer .we-customer-service-qr .we-customer-service-qr-div .we-customer-service-qr-span1 {
              font-size: 12px;
              font-weight: 500;
              color: #202020;
              margin-top: 5px; }
            footer ul.row .weixin .we-customer .we-customer-service-qr .we-customer-service-qr-div .we-customer-service-qr-span2 {
              font-size: 12px;
              color: #9b9b9b; }
            footer ul.row .weixin .we-customer .we-customer-service-qr .we-customer-service-qr-div img {
              width: 7rem;
              height: 7rem; }
        footer ul.row .weixin .we-customer .we-customer-service-trip {
          display: none;
          position: absolute;
          left: 0.1875rem;
          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 ul.row .weixin .we-customer .we-customer-service-trip2 {
          display: none;
          position: absolute;
          left: 0.1875rem;
          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 ul.row .weixin .we-customer .we-customer-service-text {
          font-size: 10px;
          font-weight: 400;
          color: #7c8486;
          margin-top: 5px;
          white-space: nowrap;
          overflow: hidden;
          position: relative;
          right: 12px; }
        footer ul.row .weixin .we-customer .we-customer-service-a:hover + .we-customer-service-qr {
          display: inline-block; }
        footer ul.row .weixin .we-customer .we-customer-service-a:hover ~ .we-customer-service-trip {
          display: block; }
        footer ul.row .weixin .we-customer .we-customer-service-a:hover ~ .we-customer-service-trip2 {
          display: block; }
      footer ul.row .weixin .we-public {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
        footer ul.row .weixin .we-public .we-public-a {
          width: 22px; }
          footer ul.row .weixin .we-public .we-public-a .we-ico {
            width: 22px;
            height: 22px;
            z-index: 3; }
        footer ul.row .weixin .we-public .we-public-qr {
          display: none;
          position: absolute;
          left: 2rem;
          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 ul.row .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 ul.row .weixin .we-public .we-public-qr .we-public-qr-div .we-public-qr-span1 {
              font-size: 12px;
              font-weight: 500;
              color: #202020;
              margin-top: 5px; }
            footer ul.row .weixin .we-public .we-public-qr .we-public-qr-div .we-public-qr-span2 {
              font-size: 12px;
              color: #9b9b9b; }
            footer ul.row .weixin .we-public .we-public-qr .we-public-qr-div img {
              width: 7rem;
              height: 7rem; }
        footer ul.row .weixin .we-public .we-public-trip {
          display: none;
          position: absolute;
          left: 5.3125rem;
          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 ul.row .weixin .we-public .we-public-trip2 {
          display: none;
          position: absolute;
          left: 5.3125rem;
          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 ul.row .weixin .we-public .we-public-text {
          font-size: 10px;
          font-weight: 400;
          color: #7c8486;
          margin-top: 5px;
          white-space: nowrap;
          overflow: hidden;
          position: relative;
          right: 16px; }
        footer ul.row .weixin .we-public .we-public-a:hover + .we-public-qr {
          display: inline-block; }
        footer ul.row .weixin .we-public .we-public-a:hover ~ .we-public-trip {
          display: block; }
        footer ul.row .weixin .we-public .we-public-a:hover ~ .we-public-trip2 {
          display: block; }
  footer .beian {
    width: 75%;
    margin: 0 auto;
    color: #606060;
    font-size: 12px; }
    footer .beian a {
      color: #606060; }
    footer .beian p > span {
      margin-right: 10px; }
  @media screen and (max-width: 414px) {
    footer .beian p {
      text-align: center;
      width: 100%; }
      footer .beian p > span {
        display: block; } }

.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); }

.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; text-align:center;}

.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 {}
  .hero.fullheight > .row {
    height: 100%; }
  @media screen and (max-width: 39.9375em) {
    .hero.fullheight {
      padding-top: 7rem;}
      .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; }

.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; }



.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: 360px;
      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; }
    
    
.pingxx-partner {
    width:100%;
    background-image: url('/static/index/image/index/solicit-banner.png');
  background-size: cover;
  background-position: center top;
  height: 454px;
  color: white;
  padding: 56px 0; }
  .pingxx-partner .cta.hollow.white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #14B1D1; }
  .pingxx-partner h2 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 300;
    padding: 60px 0 37px 0;
    margin: 0; }
  .pingxx-partner .desc {
    margin-top: 24px;
    padding: 40px 34px;
    border-radius: 8px;
    background-color: #00d3d7;
    box-shadow: 0 0 36px 0 #00c2c7; }
  .pingxx-partner h4 {
    padding-right: 47px;
    padding-bottom: 24px;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 300; }
  .pingxx-partner h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0; }
  .pingxx-partner p {
    margin-bottom: 16px;
    font-size: 16px; }