/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'praditus';
  src: url("10f8b9d58d4e66d0bb4a5bd0881ef343.eot?8wywx2");
  src: url("10f8b9d58d4e66d0bb4a5bd0881ef343.eot?8wywx2#iefix") format("embedded-opentype"), url("4c31469736fccb7d92f4263f039ac2c2.ttf?8wywx2") format("truetype"), url("89f6097966a71b73a476e4897c499374.woff?8wywx2") format("woff"), url("d8ca5e32b58d28c66c87c38d5b5b3f18.svg?8wywx2#praditus") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'praditus' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-question:before {
  content: "\e912"; }

.icon-empty-minus:before {
  content: "\e90c"; }

.icon-minus:before {
  content: "\e90d"; }

.icon-plain-minus:before {
  content: "\e90e"; }

.icon-plain-plus:before {
  content: "\e90f"; }

.icon-plus:before {
  content: "\e910"; }

.icon-plus-circle:before {
  content: "\e911"; }

.icon-arrow:before {
  content: "\e900"; }

.icon-bubble:before {
  content: "\e901"; }

.icon-check:before {
  content: "\e902"; }

.icon-cross:before {
  content: "\e903"; }

.icon-fb:before {
  content: "\e904"; }

.icon-ln:before {
  content: "\e905";
  color: #4c4c5c; }

.icon-nav:before {
  content: "\e906"; }

.icon-pointer:before {
  content: "\e907"; }

.icon-praditus:before {
  content: "\e908"; }

.icon-quote:before {
  content: "\e909"; }

.icon-simple_arrow:before {
  content: "\e90a"; }

.icon-tw:before {
  content: "\e90b";
  color: #4c4c5c; }

/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #4c4c5c;
  scroll-behavior: smooth; }

* {
  box-sizing: border-box; }

/*
    * Remove text-shadow in selection highlight:
    * https://twitter.com/miketaylr/status/12228805301
    *
    * Vendor-prefixed and regular ::selection selectors cannot be combined:
    * https://stackoverflow.com/a/16982510/7133471
    *
    * Customize the background color to match your design.
    */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
    * A better looking default horizontal rule
    */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
    * Remove the gap between audio, canvas, iframes,
    * images, videos and the bottom of their containers:
    * https://github.com/h5bp/html5-boilerplate/issues/440
    */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .wow {
    visibility: visible !important; }
  #home .home_illu {
    width: 1024px !important;
    height: 460px !important; }
  body #why article.data-1 .data_ctn h2 {
    position: absolute;
    top: 88px;
    left: -156px; }
  body #why article.data-2 .data_ctn h2 {
    position: absolute;
    top: 233px;
    left: -186px; }
  .email_domain select.choice {
    border-left: solid 2px #cacaca; }
  select.choice {
    width: 100%;
    height: 50px;
    border: none;
    color: #4c4c5c;
    background: transparent;
    -webkit-appearance: none;
    padding-left: 20px; }
  .email_domain,
  .ie,
  .lang_select {
    position: relative; }
    .email_domain:after,
    .ie:after,
    .lang_select:after {
      content: '';
      height: 0;
      width: 0;
      border-style: solid;
      border-color: #333333 transparent transparent transparent;
      border-width: 5px;
      position: absolute;
      right: 11.5px;
      top: 50%;
      margin-top: -2.5px;
      pointer-events: none; }
  select option {
    background-color: transparent !important;
    border: 1px solid #cacaca;
    color: #4c4c5c;
    -webkit-appearance: none;
    -moz-appearance: none; }
  select::-ms-expand {
    display: none; } }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
    * Remove default fieldset styles.
    */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
    * Allow only vertical resizing of textareas.
    */
textarea {
  resize: vertical; }

/* ==========================================================================
      Browser Upgrade Prompt
      ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
      Author's custom styles
      ========================================================================== */
/* ==========================================================================
      Helper classes
      ========================================================================== */
/*
    * Hide visually and from screen readers
    */
.hidden {
  display: none !important; }

/*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
   * Extends the .sr-only class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
   * Hide visually and from screen readers, but maintain layout
   */
.invisible {
  visibility: hidden; }

/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
      Print styles.
      Inlined to avoid the additional HTTP request:
      https://www.phpied.com/delay-loading-your-print-css/
      ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
        * Don't show links that are fragment identifiers,
        * or use the `javascript:` pseudo protocol
        */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
        * Printing Tables:
        * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
        */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ==========================================================================
      Chart style
      ========================================================================== */
.jchart__donut__segment,
.jchart__pie__segment,
.jchart__bar__segment {
  transition: stroke cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s, fill cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  outline: none;
  cursor: pointer; }

.jchart__figure {
  position: relative; }

.jchart,
.jchart__body {
  width: 100%;
  height: 100%; }

.jchart__bar {
  overflow: visible; }

.jchart__summary {
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1em; }

.jchart__summary-text {
  margin: 0; }

.jchart__legend-shape {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.jchart .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* ==========================================================================
      End chart
      ========================================================================== */
.fullwidth.primary + .container > header h6 {
  margin-bottom: 0; }

.fullwidth.primary + .container #terms {
  padding-top: 60px; }

.wrapper.normal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -20px !important;
  position: absolute; }

body.primary #app {
  position: relative;
  min-height: 98vh; }

.primary {
  background: linear-gradient(270deg, #9381FF, #4D81FF); }
  .primary .menu.slide {
    height: 45px; }
  .primary h1 {
    color: #ffffff;
    font-family: Lato;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto; }
  .primary header#header {
    display: none; }
  .primary #app > *:first-child {
    margin-top: 20px;
    padding: 20px; }
  @media print, screen and (min-width: 1024px) {
    .primary header#header {
      display: inline-block; }
    .primary #app > *:first-child {
      margin-top: 20px;
      padding: 0px; } }

.wow {
  visibility: hidden; }

label + .tooltip {
  float: left;
  transform: translateY(-75%); }

.row-label {
  float: left;
  clear: both;
  width: 100%;
  position: relative; }

.bubble {
  display: inline-block;
  visibility: hidden;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 20px;
  box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.31);
  z-index: 9;
  transform: translateY(-100%);
  text-align: left;
  font-size: 12px;
  line-height: 13px; }

.row-label .tooltip {
  display: inline-block;
  margin: 0 7px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: RGBA(76, 76, 92, 0.6);
  color: white;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 60; }
  .row-label .tooltip::after {
    visibility: hidden;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 16px 0 16px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: -21px;
    left: -5px;
    z-index: 10; }
  .row-label .tooltip:hover {
    background-color: RGBA(76, 76, 92, 1); }
    .row-label .tooltip:hover::after {
      visibility: visible; }
    .row-label .tooltip:hover + .bubble {
      visibility: visible; }

body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  scroll-behavior: smooth; }
  body .container.main,
  body .wrapper {
    display: inline-block;
    width: 100%;
    max-width: 1140px; }
  body.primary {
    background: linear-gradient(270deg, #9381FF, #4D81FF); }
    body.primary header#header {
      height: auto; }
    body.primary .nav-header {
      margin: 0 !important; }
    body.primary #nav-primary,
    body.primary #nav-secondary {
      display: none; }
    body.primary h1 {
      margin-top: 20px;
      margin-bottom: 30px; }
    body.primary .container header {
      display: inline-block;
      width: 100%; }
  body header#header {
    top: 0; }
    body header#header a.logo_white > img {
      width: 150px; }
  body.scrolled #header {
    height: 70px;
    background: white;
    border-bottom: solid 1px #979797; }
    body.scrolled #header #primary-logo {
      margin-right: 10px !important; }
      body.scrolled #header #primary-logo .logo_color img {
        width: 120px;
        margin-top: 0px;
        margin-left: -18px; }
    body.scrolled #header .logo-wrap {
      margin: 17px 20px 0 20px; }
    body.scrolled #header .logo-wrap .logo_color {
      width: 122px;
      height: auto;
      transform-origin: 50% 50%;
      transition: all 1s ease;
      opacity: 1;
      visibility: visible; }
    body.scrolled #header .logo_white {
      display: none; }
    body.scrolled #header nav .nav-icon {
      top: 24px;
      color: #5085FC; }
  body.open {
    height: 100vh; }
    body.open .nav-icon {
      color: #999999; }
    body.open #header::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      right: 0;
      bottom: 100vh;
      width: auto;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 99999;
      transition: all 0.7s ease; }
    body.open #header > nav {
      -webkit-box-shadow: -3px 1px 5px 1px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: -3px 1px 5px 1px rgba(0, 0, 0, 0.16);
      box-shadow: -3px 1px 5px 1px rgba(0, 0, 0, 0.16);
      left: 100%;
      right: calc(60px - 100%);
      width: auto;
      transition: all 0.7s ease; }
      body.open #header > nav .slide.lang-choice {
        position: absolute;
        display: inline-block;
        z-index: 999999999;
        top: 0;
        left: 100%;
        height: 100%;
        transition: all 0.5s ease; }
        body.open #header > nav .slide.lang-choice a {
          font-weight: 400;
          color: #4C4C5C; }
      body.open #header > nav .slide.menu {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transition: all 0.4s ease; }
      body.open #header > nav.open .slide.lang-choice {
        left: 0;
        transition: all 0.4s ease; }
    body.open #app,
    body.open header#header {
      transform: translateX(calc(60px - 100%));
      transition: all 0.3s ease; }
  body #header > nav {
    display: inline-block;
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc(100vw - 50px);
    min-height: 100vh;
    z-index: 99999;
    background-color: white;
    transition: all 0.5s ease; }
    body #header > nav #nav-secondary .btn {
      width: 100%; }
    body #header > nav .slide {
      display: none;
      width: 100%;
      background: white; }
      body #header > nav .slide.menu {
        display: inline-block; }
      body #header > nav .slide > ul {
        list-style: none; }
    body #header > nav .nav-icon {
      position: absolute;
      top: 40px;
      left: -50px;
      color: white;
      font-size: 25px;
      cursor: pointer;
      z-index: 90;
      text-decoration: none; }
    body #header > nav ul,
    body #header > nav li {
      float: left;
      clear: both;
      width: 100%;
      margin: 0;
      padding: 0; }
    body #header > nav li {
      border-top: 1px solid #D8D8D8; }
    body #header > nav .link,
    body #header > nav .close-panel {
      float: left;
      font-size: 15px;
      padding: 7px;
      margin: 40px 20px 0 13px;
      cursor: pointer; }
    body #header > nav .close-panel {
      float: right; }
    body #header > nav .btn-wrap {
      text-align: center;
      padding-top: 25px !important; }
    body #header > nav .nav-header {
      float: left;
      clear: both;
      height: 102px;
      width: 100%; }
    body #header > nav .slide {
      display: none; }
      body #header > nav .slide .link.current-lang {
        text-decoration: underline; }
      body #header > nav .slide .close-panel {
        color: #545463; }
      body #header > nav .slide li {
        padding: 21px; }
        body #header > nav .slide li > a:not(.btn) {
          float: left;
          color: #5085FC;
          font-size: 16px;
          font-weight: 600;
          line-height: 22px;
          text-decoration: none;
          display: inline-block;
          width: 100%; }
      body #header > nav .slide .btn {
        background: linear-gradient(90deg, #508BF7, #52B4DD);
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
        color: #ffffff; }
  body #app {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    transition: all 1s ease; }
    body #app .section {
      display: inline-block;
      width: 100%; }
      body #app .section article + footer {
        margin-top: 35px; }
    body #app > *:first-child {
      margin-top: 100px; }
    body #app article.data {
      position: relative; }
      body #app article.data .jchart__figure {
        margin: 0; }
      body #app article.data .data_element {
        position: absolute;
        display: none;
        width: 170px;
        height: 170px;
        padding: 30px;
        border-radius: 50%;
        border: solid 2px #dbe6ff;
        vertical-align: top; }
    body #app .fullwidth {
      float: left;
      clear: both;
      width: 100%; }
    body #app header.primary {
      padding: 30px 20px; }
      body #app header.primary h1 + em {
        display: block;
        color: #ffffff;
        font-family: "Open Sans";
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        line-height: 34px;
        text-align: center;
        margin-top: 20px; }
  body .panels .panel-head {
    text-align: left; }
  body > .section,
  body .panels,
  body .panels .panels-wrap,
  body .panels .panel-thumb,
  body .panels .panel-head,
  body .panels .panel-ctn,
  body #customer ul {
    float: left;
    clear: both;
    width: 100%; }
  body .container {
    display: inline-block;
    width: 100%;
    padding: 20px; }
  body .mobile-only {
    display: inline-block; }
  body .desktop-only {
    display: none; }
  body .btn,
  body button,
  body [type=button] {
    display: inline-block;
    padding: 14px 30px;
    min-width: 200px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    color: #4d80ff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    cursor: pointer; }
    body .btn:hover,
    body button:hover,
    body [type=button]:hover {
      opacity: 0.9;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3) !important;
      transition: all 0.3s ease-in-out; }
    body .btn.primary,
    body button.primary,
    body [type=button].primary {
      background: linear-gradient(90deg, #508BF7, #52B4DD);
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
      color: #ffffff; }
      body .btn.primary:hover,
      body button.primary:hover,
      body [type=button].primary:hover {
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
        background: linear-gradient(90deg, #52B4DD, #508BF7); }
    body .btn.ln,
    body button.ln,
    body [type=button].ln {
      background: linear-gradient(90deg, #117CB3, #0E6E9F);
      box-shadow: 0px 2px8px rgba(0, 0, 0, 0.2);
      color: #ffffff; }
      body .btn.ln i,
      body button.ln i,
      body [type=button].ln i {
        float: left;
        margin-right: 16px; }
      body .btn.ln:hover,
      body button.ln:hover,
      body [type=button].ln:hover {
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
        background: linear-gradient(90deg, #52B4DD, #508BF7); }
  body h1,
  body h2 {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    padding: 0;
    margin: 0.5em 0;
    color: #5085FC; }
  body h5 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300; }
  body h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600; }
  body strong {
    font-weight: 600; }
  body .text-left {
    text-align: left; }
  body .text-right {
    text-align: right; }
  body .text-center {
    text-align: center; }
  body .logo_brand {
    display: inline-block;
    background: #FFF;
    padding: 20px;
    border-radius: 3px; }
    body .logo_brand img {
      display: inline-block;
      width: auto;
      max-width: 250px;
      height: 50px; }
  body header .socical_bar,
  body footer .socical_bar {
    float: right; }
    body header .socical_bar li,
    body footer .socical_bar li {
      display: inline-block;
      margin-left: 0 !important;
      padding: 10px !important;
      clear: none !important;
      width: auto !important;
      border: 0 !important; }
      body header .socical_bar li a,
      body footer .socical_bar li a {
        font-size: 16px; }
        body header .socical_bar li a [class^="icon-"]::before,
        body header .socical_bar li a [class*=" icon-"]::before,
        body footer .socical_bar li a [class^="icon-"]::before,
        body footer .socical_bar li a [class*=" icon-"]::before {
          color: #4c4c5c; }
        body header .socical_bar li a:hover [class^="icon-"]::before,
        body header .socical_bar li a:hover [class*=" icon-"]::before,
        body footer .socical_bar li a:hover [class^="icon-"]::before,
        body footer .socical_bar li a:hover [class*=" icon-"]::before {
          color: #5085FC; }
  body header .socical_bar {
    margin-top: 5px; }
  body footer .socical_bar {
    margin-top: -9px; }
  body #header {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100px;
    background: linear-gradient(90deg, #5184FB, #6F84FB, #9284FB);
    transition: all 0.4s ease; }
    body #header .logo-wrap {
      float: left;
      width: 175px;
      height: 60px;
      margin: 27px 20px 0px 20px;
      position: relative; }
      body #header .logo-wrap a {
        display: inline-block;
        position: absolute; }
    body #header .logo_color {
      opacity: 0;
      transition: all 0.4s ease; }
  body .lang_select {
    float: left; }
  body #home {
    float: left;
    clear: both;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #5184FB, #6F84FB, #9284FB);
    text-align: center;
    font-size: 20px; }
    body #home .wrapper {
      position: relative;
      min-height: calc(100vh - 100px); }
    body #home h1,
    body #home strong,
    body #home p {
      color: #ffffff; }
    body #home .ctn {
      display: inline-block;
      width: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body #home .home_illu {
      display: none; }
  body #customer {
    padding-top: 70px; }
    body #customer h2 {
      display: inline-block;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 0px; }
    body #customer .container {
      padding-top: 0; }
    body #customer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      body #customer ul li {
        float: left;
        width: 50%;
        margin: 15px 0;
        padding: 0 30px;
        text-align: center; }
        body #customer ul li.orange img,
        body #customer ul li.CA img {
          width: 66%; }
        body #customer ul li img {
          display: inline-block;
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translateY(-50%); }
        body #customer ul li span {
          display: inline-block;
          width: 100%;
          height: 70px;
          position: relative; }
  body #concept .btn {
    margin-top: 20px; }
  body #concept .pic {
    display: none; }
  body #concept h2 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    body #concept h2::before, body #concept h2::after {
      content: "\e909";
      font-family: 'praditus' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 15px;
      color: #dbe6ff;
      position: absolute;
      left: 50%; }
    body #concept h2::before {
      top: 0;
      transform: translateX(-50%); }
    body #concept h2::after {
      bottom: 0;
      transform: translateX(-50%) rotateZ(180deg); }
  body #concept strong {
    color: #5085FC; }
  body #solution {
    padding-top: 70px; }
    body #solution h5 {
      margin: 7px 0; }
  body #possibility .container > h2 {
    color: white; }
  body #possibility #manager,
  body #possibility #member {
    float: left;
    clear: both;
    width: 100%;
    text-align: center; }
  body #possibility aside {
    display: none; }
  body #possibility #manager {
    background: #5085fc; }
  body #possibility #member {
    background: #4de2c4; }
  body #possibility .cards {
    display: inline-block;
    width: 100%;
    text-align: center; }
    body #possibility .cards .card {
      display: inline-block;
      overflow: hidden;
      width: 90%;
      height: 290px;
      border-radius: 7px;
      margin-bottom: 20px;
      -webkit-box-shadow: 1px 2px 9px 6px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 1px 2px 9px 6px rgba(0, 0, 0, 0.09);
      box-shadow: 1px 2px 9px 6px rgba(0, 0, 0, 0.09);
      cursor: pointer;
      background-color: #fff;
      position: relative; }
      body #possibility .cards .card .link {
        font-size: 18px;
        margin: 0px;
        bottom: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.7s ease; }
        body #possibility .cards .card .link i {
          background-color: #fff;
          color: #4c4c5c;
          font-weight: 800; }
      body #possibility .cards .card.is-open .card_thumb {
        height: 80px;
        transition: all 0.5s ease; }
      body #possibility .cards .card.is-open .ctn h3 {
        height: auto;
        margin-bottom: 10px; }
      body #possibility .cards .card.is-open .ctn p {
        opacity: 1;
        height: auto;
        overflow: hidden;
        transition: all 1s ease; }
      body #possibility .cards .card.is-open .link {
        transform: translateX(-50%) rotateZ(-45deg);
        transition: all 0.7s ease; }
    body #possibility .cards .card_thumb {
      display: inline-block;
      width: 100%;
      height: 130px;
      overflow: hidden;
      text-align: center;
      transition: all 0.5s ease; }
      body #possibility .cards .card_thumb img {
        display: inline-block;
        width: 100%;
        height: auto;
        transition: all 0.5s ease; }
    body #possibility .cards h3 {
      display: inline-block;
      width: 100%;
      color: #5085fc;
      font-weight: 600;
      font-size: 17px;
      text-align: left;
      height: 60px;
      margin-bottom: 7px; }
    body #possibility .cards .ctn {
      display: inline-block;
      width: 100%;
      font-size: 16px;
      line-height: normal;
      padding: 0 20px 0px 20px; }
      body #possibility .cards .ctn p {
        opacity: 0;
        margin: 0;
        height: 0;
        text-align: left;
        overflow: hidden;
        font-size: 14px;
        line-height: 16px;
        transition: all 0.5s ease; }
  body #benefits {
    position: relative; }
    body #benefits .container {
      position: relative;
      padding-bottom: 150px; }
    body #benefits .pic {
      position: absolute; }
      body #benefits .pic.baloon_bg {
        width: 70%;
        left: 0;
        bottom: 0;
        z-index: -1; }
      body #benefits .pic.baloon {
        width: 20%;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
        z-index: 9;
        transition: all 0.7s ease; }
      body #benefits .pic.cloud_1 {
        width: 12%;
        right: 22%;
        bottom: 100px;
        z-index: 1; }
      body #benefits .pic.cloud_2 {
        width: 18%;
        left: 24%;
        bottom: 90px;
        z-index: 2; }
      body #benefits .pic.cloud_3 {
        width: 12%;
        right: 33%;
        bottom: 65px;
        z-index: 3; }
    body #benefits .article {
      padding-left: 70px;
      text-align: left;
      position: relative; }
      body #benefits .article::before {
        content: "\e902";
        font-family: 'praditus' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #4DE2C4;
        position: absolute;
        top: 5px;
        left: 0;
        font-size: 30px; }
      body #benefits .article p {
        display: none; }
  body #why .container > h2 {
    color: #5085fc;
    font-family: Lato;
    font-weight: 700;
    text-align: center; }
  body #why article {
    text-align: left; }
    body #why article .data_thumb {
      display: none; }
    body #why article .data_ctn {
      display: inline-block; }
      body #why article .data_ctn h2 {
        color: #5085fc; }
      body #why article .data_ctn h6 {
        color: #b3b3c1;
        font-style: italic;
        padding-top: 0;
        margin-top: 0; }
    body #why article .col {
      display: inline-block; }
  body #why em {
    font-style: normal;
    font-weight: 600; }
  body #why .prim {
    color: #5085FC; }
  body #why .sec {
    color: #9381FF; }
  body #why .third {
    color: #FC6257 !important; }
  body .panels {
    max-width: 100%;
    overflow: hidden;
    counter-reset: panel; }
    body .panels .panels-wrap {
      float: left; }
    body .panels .panel {
      width: 100%;
      float: left;
      clear: none;
      margin-top: 20px;
      padding-bottom: 40px;
      position: relative; }
      body .panels .panel > .icon-simple_arrow {
        position: absolute;
        bottom: 7px;
        left: 50%;
        transform: translateX(-50%) rotateZ(90deg);
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #5085FC;
        text-align: center;
        cursor: pointer;
        z-index: -10; }
        body .panels .panel > .icon-simple_arrow::before {
          display: inline-block;
          margin: 6px 0 0 4px; }
      body .panels .panel .panel-thumb {
        height: 130px;
        position: relative;
        text-align: center; }
        body .panels .panel .panel-thumb::before {
          content: "";
          display: inline-block;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background: #2f5098;
          position: absolute;
          top: 0%;
          left: 20px; }
        body .panels .panel .panel-thumb::after {
          counter-increment: panel;
          content: counter(panel);
          font-family: Lato;
          font-size: 20px;
          font-weight: 700;
          line-height: 24px;
          text-align: center;
          color: #ffffff;
          position: absolute;
          top: 2px;
          left: 29px; }
        body .panels .panel .panel-thumb img {
          display: inline-block;
          width: auto;
          height: 100%;
          margin: 0 auto; }
      body .panels .panel .panel-ctn ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      body .panels .panel .panel-ctn li {
        width: 100%;
        text-align: left;
        position: relative;
        margin-bottom: 10px; }
        body .panels .panel .panel-ctn li strong {
          font-weight: 300;
          color: #5085fc; }
  body #stat {
    display: inline-block;
    width: 100%;
    background: url(/images/stat_counter.svg) no-repeat;
    background-position: center 160px;
    margin-top: 40px;
    margin-bottom: 30px; }
    body #stat ul,
    body #stat li {
      list-style: none;
      float: left;
      clear: both;
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 0; }
    body #stat .counter_wrap {
      display: inline-block;
      vertical-align: middle;
      font-family: Lato;
      font-size: 24px;
      font-weight: 700;
      color: #5085fc;
      position: relative;
      overflow: hidden;
      border: solid 1px #E9EEFA;
      background-color: #fff;
      padding: 3px 7px;
      border-radius: 6px; }
    body #stat .count h3 {
      height: 29px;
      color: #4c4c5c;
      font-family: Lato;
      font-size: 24px;
      font-weight: 700; }
    body #stat .counter {
      display: inline-block;
      min-width: 160px;
      width: auto;
      font-size: 24px;
      line-height: normal;
      letter-spacing: 20px;
      padding: 0 10px;
      transform: translateX(3px); }
    body #stat .datas .data_thumb img {
      display: inline-block;
      width: 84px;
      height: auto; }
    body #stat .datas .data {
      margin-top: 20px;
      padding-left: 5%;
      padding-right: 5%; }
      body #stat .datas .data:first-child .data_thumb img {
        width: 100px; }
      body #stat .datas .data p {
        margin-top: -10px; }
  body #about {
    padding: 20px; }
    body #about .btn {
      margin-top: 20px; }
    body #about .col {
      display: inline-block;
      margin-top: 40px; }
      body #about .col .thumb {
        display: none; }
      body #about .col .about_ctn {
        display: inline-block; }
  body #request_demo {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: -50px; }
    body #request_demo h2 {
      color: white;
      margin-top: 0;
      margin-bottom: 30px; }
    body #request_demo .inner {
      width: 80%;
      display: inline-block;
      margin: 80px auto; }
    body #request_demo .btn {
      min-width: 250px;
      margin-top: 20px 0; }
  body #footer {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px 20px 20px 20px;
    border-top: solid 1px #cacaca;
    display: inline-block;
    width: 100%;
    text-align: center; }
    body #footer .row {
      float: left;
      clear: both;
      width: 100%; }
    body #footer .fullWidthNav {
      margin-top: 20px; }
      body #footer .fullWidthNav li {
        text-align: left; }
    body #footer .wrapper {
      text-align: left; }
    body #footer ul,
    body #footer li {
      list-style: none;
      float: left;
      clear: both;
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 0; }
    body #footer .desktopNav,
    body #footer .copyright {
      display: none; }
    body #footer .praditus {
      float: left;
      font-size: 30px;
      color: #5085FC; }
    body #footer a {
      text-decoration: none;
      color: #4c4c5c; }
    body #footer .desktopNav a {
      font-weight: 600; }
    body #footer .widget {
      float: left;
      clear: both;
      width: 100%;
      font-size: 14px;
      text-align: left; }
      body #footer .widget .row {
        margin-top: 30px; }
      body #footer .widget a {
        float: left;
        width: 47%; }
        body #footer .widget a img {
          display: inline-block;
          width: 100%;
          height: auto;
          max-width: 170px; }
        body #footer .widget a + a {
          float: right; }
  body #about-company {
    margin-top: 50px;
    display: inline-block;
    width: 100%; }
    body #about-company .thumb {
      display: inline-block;
      width: 100%;
      text-align: center; }
      body #about-company .thumb img {
        display: inline-block;
        width: 100%;
        max-width: 300px; }
    body #about-company article {
      margin-bottom: 70px; }
      body #about-company article strong {
        font-weight: normal;
        color: #5085FC; }
  body #team ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
    body #team ul li {
      display: inline-block;
      width: 100%;
      text-align: left;
      margin-bottom: 40px; }
      body #team ul li header,
      body #team ul li footer,
      body #team ul li article {
        float: left;
        clear: both;
        width: 100%; }
      body #team ul li header {
        position: relative; }
      body #team ul li footer a {
        text-decoration: none; }
      body #team ul li footer i {
        color: #0e76a8;
        margin-right: 15px; }
      body #team ul li footer cite {
        font-family: "Open Sans";
        color: #0e76a8;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase; }
      body #team ul li .thumb {
        float: left;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        overflow: hidden;
        position: relative; }
        body #team ul li .thumb img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      body #team ul li .infos {
        position: absolute;
        top: 50%;
        left: 170px;
        transform: translateY(-50%);
        text-align: left; }
        body #team ul li .infos h5 {
          color: #5085fc;
          font-family: Lato;
          font-size: 17px;
          font-weight: 700;
          line-height: 20px;
          margin: 0 0 10px 0; }
        body #team ul li .infos p {
          margin: 0; }
      body #team ul li em {
        font-style: italic;
        color: #5085FC; }
  body input {
    -webkit-appearance: none;
    -webkit-border-radius: 0; }
  body .form [type="radio"]:not(:checked),
  body .form [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    box-sizing: border-box;
    padding: 0; }
  body .form [type="radio"]:not(:checked) + label,
  body .form [type="radio"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer; }
  body .form [type="radio"]:not(:checked) + label:before,
  body .form [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #dfdcdc;
    background: #fff;
    border-radius: 50%; }
  body .form [type="radio"] + label:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0;
    background: linear-gradient(90deg, #508BF7, #52B4DD);
    position: absolute;
    left: 6px;
    top: 7px;
    transition: all 0.5s ease; }
  body .form [type="radio"]:checked + label:after {
    opacity: 1;
    transition: all 0.5s ease; }
  body .form [type="radio"] + label {
    top: 10px;
    font-size: 14px; }
  body .form label {
    color: #50505F;
    float: left;
    margin: -15px 0 2px 5px;
    font-size: 12px; }
  body .form input + label,
  body .form .user_email_domain + label {
    margin: -36px 0 26px 26px; }
  body .form [type="text"]:focus,
  body .form [type="password"]:focus,
  body .form [type="number"]:focus,
  body .form [type="email"]:focus {
    border-color: #4D81FF;
    transition: all 0.5s ease; }
  body .form .row.error input {
    border-color: #FC6257; }
  body .form .row.error input,
  body .form .row.error label,
  body .form .row.error input::placeholder {
    color: #FC6257; }
  body #terms {
    text-align: left; }
    body #terms aside a {
      text-decoration: none;
      color: #5085fc;
      font-family: Lato;
      font-size: 17px;
      line-height: normal;
      font-weight: 700; }
    body #terms aside ol {
      counter-reset: section;
      list-style-type: none;
      padding: 0 0 0 20px; }
      body #terms aside ol li {
        padding: 3px 30px 3px 40px;
        margin-bottom: 20px;
        position: relative; }
        body #terms aside ol li:before {
          counter-increment: section;
          content: counters(section, ".") ". ";
          font-weight: 700;
          position: absolute;
          left: 0px; }
    body #terms article {
      display: inline-block;
      width: 100%;
      margin-top: 50px;
      padding-top: 30px;
      border-top: solid 1px #cacaca; }
      body #terms article h3 {
        color: #5085fc;
        font-family: Lato;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        margin-left: -20px; }
      body #terms article ol {
        display: inline-block;
        counter-reset: section;
        list-style-type: none;
        margin: 0; }
        body #terms article ol ol {
          display: inline-block;
          padding: 0;
          margin: 0; }
        body #terms article ol li {
          margin: 0;
          position: relative;
          margin-bottom: 30px;
          display: inline-block;
          width: 100%; }
        body #terms article ol li:before {
          counter-increment: section;
          content: counters(section, ".") ". ";
          position: absolute;
          left: -70px;
          font-weight: 600; }
      body #terms article > ol {
        padding-left: 80px;
        display: inline-block;
        width: 100%; }
        body #terms article > ol > li:before {
          top: 30px;
          left: -80px;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          font-size: 30px;
          line-height: normal;
          font-weight: 700;
          padding: 0;
          color: #5085FC;
          position: absolute;
          display: inline-block;
          min-width: 40px;
          text-align: right; }
      body #terms article .text-right a {
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        color: #5085fc; }
  body .back-link {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none; }
  body .callout {
    display: inline-block;
    width: 100%;
    max-width: 615px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    background: #ffffff;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.31);
    padding: 50px 30px 30px 30px;
    margin-bottom: 25px;
    position: relative; }
    body .callout .choices__inner {
      border: 2px solid #cacaca; }
    body .callout .choices__list.choices__list--dropdown {
      border-top: 0;
      margin-top: -6px;
      border: 2px solid #cacaca; }
    @media print, screen and (min-width: 50em) {
      body .callout {
        padding: 35px 50px 10px 50px; } }
    body .callout.error {
      padding-top: 0; }
      body .callout.error .error-msg {
        border-bottom: solid 1px #fc6257;
        background: rgba(252, 98, 87, 0.1);
        color: #fc6257;
        display: inline-block;
        padding: 20px 40px;
        width: calc(100% + 62px);
        margin-left: -50px;
        margin-right: -50px;
        margin-bottom: 40px;
        text-align: left; }
        @media print, screen and (min-width: 50em) {
          body .callout.error .error-msg {
            width: 615px;
            margin-left: -142px;
            margin-right: -142px; } }
    body .callout .form.text-center p {
      text-align: center !important; }
    body .callout .callout_bg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      display: none; }
      @media print, screen and (min-width: 50em) {
        body .callout .callout_bg {
          display: inline-block; } }
    body .callout + p * {
      color: #ffffff; }
    body .callout hr {
      display: inline-block;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 5px;
      background-color: #D8D8D8;
      border: 0; }
    body .callout .callout-wrap {
      display: inline-block;
      width: 100%; }
      body .callout .callout-wrap .form {
        display: inline-block;
        width: 100%;
        position: relative; }
      body .callout .callout-wrap a:not(.btn) {
        color: #4c4c5c;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        text-decoration: underline; }
    body .callout header.text-center i {
      color: #4de2c4;
      font-size: 30px; }
    body .callout footer {
      display: inline-block;
      width: 100%; }
    body .callout .form .choices {
      margin-bottom: 20px; }
    body .callout .form .choices[data-type*='select-one'] .choices__input {
      width: 100%;
      padding: 10px;
      border: none;
      background-color: #ffffff;
      margin: 0; }
    body .callout .form p {
      margin-top: 0;
      margin-bottom: 40px;
      text-align: left; }
    body .callout .form [type="radio"] + label {
      padding-left: 0; }
      body .callout .form [type="radio"] + label::before {
        left: -27px; }
      body .callout .form [type="radio"] + label::after {
        left: -22px; }
    body .callout .form .row {
      float: left;
      clear: both;
      width: 100%; }
      body .callout .form .row.col-2 {
        clear: none;
        width: 100%; }
        @media print, screen and (min-width: 48em) {
          body .callout .form .row.col-2 {
            width: 47.5%; }
            body .callout .form .row.col-2 + .col-2 {
              margin-left: 5%; } }
      body .callout .form .row.col-3 {
        clear: none;
        width: 100%;
        min-height: 40px; }
        @media print, screen and (min-width: 48em) {
          body .callout .form .row.col-3 {
            width: 22%;
            text-align: left; }
            body .callout .form .row.col-3 [type="radio"] + label {
              margin-top: 2px;
              word-break: break-word; }
            body .callout .form .row.col-3 + .col-3 {
              margin-left: 3%; }
              body .callout .form .row.col-3 + .col-3 + .col-3 {
                width: 50%; } }
    body .callout .form .row .user_email_domain {
      float: left;
      clear: both;
      width: 100%;
      border-radius: 8px;
      margin-bottom: 40px;
      border: solid 2px #cacaca;
      text-align: left; }
      body .callout .form .row .user_email_domain > input {
        float: left;
        width: 60%;
        border: 0;
        margin: 0 !important; }
      body .callout .form .row .user_email_domain .email_domain {
        float: right;
        width: 40%;
        border: 0;
        margin: 0 !important; }
        body .callout .form .row .user_email_domain .email_domain .choices {
          height: 50px;
          margin-bottom: 0 !important;
          background: #f9f9f9;
          border-radius: 0 6px 6px 0; }
          body .callout .form .row .user_email_domain .email_domain .choices .choices__list.choices__list--single {
            color: #50505F; }
          body .callout .form .row .user_email_domain .email_domain .choices .choices__placeholder {
            opacity: 1; }
          body .callout .form .row .user_email_domain .email_domain .choices.is-open {
            border-radius: 0 6px 0px 0; }
            body .callout .form .row .user_email_domain .email_domain .choices.is-open .choices__inner::after {
              position: absolute;
              content: "";
              width: 2px;
              height: 5px;
              background-color: #cacaca;
              top: 47px;
              right: -2px; }
        body .callout .form .row .user_email_domain .email_domain .choices__inner {
          border: 0;
          border-left: 2px solid #cacaca;
          border-radius: 0 8px 8px 0;
          height: 50px;
          padding-top: 10px; }
        body .callout .form .row .user_email_domain .email_domain .choices__list.choices__list--dropdown {
          width: calc(100% + 2px);
          border-width: 2px;
          margin-top: 0; }
    body .callout [type=date],
    body .callout [type=datetime],
    body .callout [type=datetime-local],
    body .callout [type=email],
    body .callout [type=month],
    body .callout [type=number],
    body .callout [type=password],
    body .callout [type=search],
    body .callout [type=tel],
    body .callout [type=text],
    body .callout [type=time],
    body .callout [type=url],
    body .callout [type=week] {
      width: 100%;
      height: 50px;
      border-radius: 8px;
      border: solid 2px #cacaca;
      padding: 5px 25px;
      margin-bottom: 40px;
      transition: all 0.5s ease;
      color: #4c4c5c;
      font-size: 14px;
      font-weight: 300;
      line-height: normal; }
      body .callout [type=date]:focus,
      body .callout [type=datetime]:focus,
      body .callout [type=datetime-local]:focus,
      body .callout [type=email]:focus,
      body .callout [type=month]:focus,
      body .callout [type=number]:focus,
      body .callout [type=password]:focus,
      body .callout [type=search]:focus,
      body .callout [type=tel]:focus,
      body .callout [type=text]:focus,
      body .callout [type=time]:focus,
      body .callout [type=url]:focus,
      body .callout [type=week]:focus {
        outline: none; }
    body .callout header {
      margin-bottom: 30px; }
    body .callout .spacer {
      display: inline-block;
      width: 100%;
      text-align: center;
      position: relative;
      z-index: 0;
      margin: 20px 0; }
      body .callout .spacer::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        width: auto;
        height: 1px;
        background-color: #cacaca;
        z-index: -1; }
      body .callout .spacer > span {
        display: inline-block;
        width: 42px;
        height: 42px;
        line-height: 38px;
        border-radius: 50%;
        margin: 10px auto;
        border: solid 1px #cacaca;
        background-color: #fff;
        color: #cacaca;
        text-align: center;
        z-index: 9; }
  @media print, screen and (min-width: 26em) {
    body #benefits .container {
      position: relative;
      padding-bottom: 250px; }
    body #customer ul li img {
      width: 60%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    body #customer ul li.orange img,
    body #customer ul li.CA img {
      width: 60%; } }
  @media print, screen and (min-width: 32em) {
    body #customer ul li {
      width: calc(100% / 3); }
    body #possibility .cards .card.is-open .card_thumb {
      height: 64px; }
    body #request_demo .inner {
      margin: 100px auto; } }
  @media print, screen and (min-width: 48em) {
    body #header {
      width: 100%; }
    body #stat {
      background-position: center 160px; }
    body #app header.primary {
      padding: 50px 20px; }
    body h1,
    body h2 {
      margin: 1em 0; }
    body #home .home_illu {
      display: inline-block;
      width: 70%; }
    body #home .ctn {
      position: static;
      transform: none;
      margin-top: 110px;
      width: 70%; }
      body #home .ctn .btn {
        margin-top: 30px; }
    body #terms aside ol {
      columns: 2;
      padding: 0 0 0 20px;
      width: calc(100% + 20px);
      margin-right: -20px; }
    body #customer ul {
      margin-top: 20px; }
      body #customer ul li {
        width: 25%; }
      body #customer ul .orange img {
        width: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    body #concept {
      padding-bottom: 380px;
      margin-bottom: -50px;
      position: relative; }
      body #concept .container {
        width: 70%; }
      body #concept .pic {
        display: inline-block;
        position: absolute; }
        body #concept .pic.interface_Desktop {
          width: 60%;
          left: 25%;
          bottom: -27px; }
        body #concept .pic.interface_Mobile {
          width: 17%;
          left: 17%;
          bottom: -50px; }
    body #solution .panels {
      text-align: center; }
      body #solution .panels .panel {
        display: inline-block;
        float: none;
        width: 80%; }
        body #solution .panels .panel .panel-thumb {
          clear: none;
          width: 25%; }
          body #solution .panels .panel .panel-thumb::before, body #solution .panels .panel .panel-thumb::after {
            display: none; }
        body #solution .panels .panel .panel-head,
        body #solution .panels .panel .panel-ctn {
          clear: none;
          width: 75%;
          text-align: left;
          padding-left: 30px; }
    body #possibility .cards .card {
      width: 30%; }
    body #benefits .container {
      padding-bottom: 200px;
      overflow: hidden; }
      body #benefits .container > h2 {
        width: 60%;
        margin-left: auto;
        margin-right: auto; }
      body #benefits .container .ctn {
        float: left;
        width: 60%;
        margin-left: 7%; }
        body #benefits .container .ctn p {
          display: block;
          margin-top: -10px; }
      body #benefits .container .pic.cloud_1,
      body #benefits .container .pic.cloud_3 {
        display: none; }
      body #benefits .container .pic.cloud_2 {
        bottom: auto;
        top: 35%;
        left: 68%;
        width: 13%; }
      body #benefits .container .pic.baloon_bg {
        width: 60%; }
      body #benefits .container .pic.baloon {
        width: 30%;
        left: auto;
        right: -10%;
        transform: translateY(-50%);
        top: 44%;
        bottom: auto;
        transition: all 0.5s ease; }
    body #why {
      margin-bottom: 40px; }
      body #why .data_element {
        display: inline-block !important;
        left: 0;
        top: 20px; }
        body #why .data_element .jchart::before {
          position: absolute;
          content: "";
          display: inline-block;
          width: 115px;
          height: 1px;
          transform: rotateZ(-26deg);
          top: 58px;
          left: 72px;
          z-index: 9; }
      body #why #data_element1 .jchart::before {
        border-bottom: dashed 2px #9381ff; }
      body #why #data_element2 .jchart::before {
        border-bottom: dashed 2px #fc6257; }
      body #why .prim {
        font-weight: 600; }
      body #why p {
        font-size: 16px; }
      body #why article {
        display: inline-block;
        margin-top: 30px; }
        body #why article h6 {
          margin: 0;
          font-style: italic;
          color: #b3b3c1; }
        body #why article .data_thumb {
          display: block;
          float: left;
          width: 50%; }
          body #why article .data_thumb img {
            float: right;
            width: 45%; }
        body #why article .data_ctn {
          float: left;
          width: 50%;
          padding-left: 30px; }
          body #why article .data_ctn h2 {
            margin: 0; }
      body #why .container {
        width: 90%; }
        body #why .container .col {
          width: 47%;
          float: left; }
          body #why .container .col + .col {
            float: right; }
    body #about .col .thumb {
      display: inline-block;
      float: left;
      width: 40%;
      padding-right: 40px; }
    body #about .col .about_ctn {
      float: left;
      width: 60%;
      text-align: left; }
      body #about .col .about_ctn h2 {
        margin-top: 0; }
      body #about .col .about_ctn .btn {
        margin-top: 20px;
        margin-bottom: 30px; }
    body #footer > .row {
      padding-left: 40px;
      padding-right: 40px; }
    body #footer a:hover {
      color: #5085FC; }
    body #footer .row.fullWidthNav {
      display: inline-block;
      width: 100%;
      text-align: left;
      margin-top: 30px;
      margin-bottom: 30px; }
      body #footer .row.fullWidthNav nav,
      body #footer .row.fullWidthNav ul {
        display: inline-block;
        width: 100%; }
      body #footer .row.fullWidthNav li {
        float: left;
        clear: none;
        width: auto;
        margin-bottom: 10px; }
        body #footer .row.fullWidthNav li a {
          display: inline-block;
          margin-right: 20px;
          text-transform: uppercase; }
    body #footer .copyright {
      display: block;
      float: left;
      clear: none;
      width: 50%;
      margin: 0;
      text-align: left;
      font-size: 16px;
      line-height: 30px; }
      body #footer .copyright ul,
      body #footer .copyright li {
        text-align: left; }
      body #footer .copyright p {
        margin-top: 0;
        line-height: normal; }
    body #footer .widget {
      display: block;
      float: right;
      clear: none;
      width: 45%;
      margin: 0; }
      body #footer .widget .row {
        margin-top: 0; }
        body #footer .widget .row + .row {
          margin-top: 60px;
          text-align: left;
          padding-left: 60px; }
        body #footer .widget .row a {
          float: left;
          clear: both;
          margin-bottom: 20px; }
    body #about-company {
      margin-top: 30px; }
      body #about-company article {
        float: left;
        clear: both;
        width: 100%; }
        body #about-company article h3 {
          font-family: Lato;
          font-size: 30px;
          font-weight: 700;
          line-height: 36px; }
      body #about-company .thumb {
        display: inline-block;
        width: 100%;
        text-align: center; }
        body #about-company .thumb img {
          display: inline-block;
          width: 360px; }
      body #about-company article:nth-child(even) {
        padding-right: 260px;
        padding-left: 0px; }
        body #about-company article:nth-child(even) .thumb {
          float: right;
          width: 40%; }
        body #about-company article:nth-child(even) .ctn {
          float: right;
          width: 60%;
          padding-right: 40px;
          text-align: right; }
      body #about-company article:nth-child(odd) {
        padding-left: 260px; }
        body #about-company article:nth-child(odd) .thumb {
          float: left;
          width: 40%; }
        body #about-company article:nth-child(odd) .ctn {
          float: left;
          width: 60%;
          padding-left: 40px;
          text-align: left; }
    body #team {
      display: inline-block;
      width: 100%; }
      body #team > h2 {
        margin-top: 50px;
        margin-bottom: 70px; }
      body #team > h4 {
        text-align: left;
        margin-bottom: 50px; }
      body #team ul {
        text-align: center;
        display: flex; }
        body #team ul li {
          width: 33%;
          padding-left: 50px; }
          body #team ul li .read-more {
            display: inline-block;
            height: 0;
            opacity: 0;
            transition: all 0.9s ease; }
          body #team ul li:first-child {
            padding-left: 0;
            width: 30%; }
        body #team ul li article {
          height: 400px;
          overflow: hidden; }
        body #team ul li.more {
          cursor: pointer; }
        body #team ul li.more:hover article {
          height: auto;
          transition: all 0.9s ease; }
        body #team ul li.more:hover .read-more {
          height: auto;
          opacity: 1;
          transition: all 0.9s ease; } }
  @media print, screen and (min-width: 50em) {
    body #customer h2 {
      margin-bottom: 50px; }
    body #customer ul li {
      margin: 30px 0; }
      body #customer ul li img {
        width: 50% !important; } }
  @media print, screen and (min-width: 1024px) {
    body #possibility #manager .cards {
      margin-left: -8%; }
    body #possibility #member .cards {
      padding-left: 45px; }
    body #possibility .cards .card {
      width: 30%;
      margin-left: 2%; }
    body .logo_brand {
      margin-top: 50px; }
    body .mobile-only {
      display: none; }
    body .desktop-only {
      display: inline-block; }
    body #header {
      height: 140px; }
      body #header .socical_bar {
        margin-right: 20px; }
      body #header nav .close-panel {
        margin: 15px 20px 0 13px; }
    body.primary #header .lang-choice > ul {
      margin-top: 17px; }
    body #header #nav-primary > li:not(#primary-logo),
    body #header #nav-secondary > li:not(.btn-wrap) {
      position: relative; }
      body #header #nav-primary > li:not(#primary-logo)::after,
      body #header #nav-secondary > li:not(.btn-wrap)::after {
        position: absolute;
        left: 0;
        bottom: -4px;
        content: "";
        display: inline-block;
        height: 2px;
        width: 0%;
        background-color: #fff;
        opacity: 0;
        transition: all 0.7s ease; }
      body #header #nav-primary > li:not(#primary-logo).current::after, body #header #nav-primary > li:not(#primary-logo):hover::after,
      body #header #nav-secondary > li:not(.btn-wrap).current::after,
      body #header #nav-secondary > li:not(.btn-wrap):hover::after {
        opacity: 1;
        width: 100%;
        transition: all 0.7s ease; }
    body.scrolled header#header {
      height: 74px;
      border-bottom: solid 1px #dbdbdb;
      background-color: #fff;
      transition: all 0.3s ease; }
    body.scrolled #header #nav-primary #primary-logo {
      height: 84px;
      padding: 0; }
    body.scrolled #header #nav-primary .logo_white {
      opacity: 0;
      z-index: -1;
      transition: all 0.4s ease; }
    body.scrolled #header #nav-primary .logo_color {
      top: 30px;
      opacity: 1;
      z-index: 1;
      transition: all 0.7s ease; }
    body.scrolled header#header .nav-header {
      overflow: hidden;
      width: 100%;
      height: 0 !important;
      margin: 0;
      padding: 0;
      opacity: 0;
      transition: all 0.3s ease; }
    body.scrolled header#header .menu.slide {
      transition: all 0.1s ease;
      padding: 6px 0px 0px 20px;
      height: 72px;
      background: #fff;
      transition: all 0.3s ease; }
      body.scrolled header#header .menu.slide #nav-primary > li:not(#primary-logo)::after,
      body.scrolled header#header .menu.slide #nav-secondary > li:not(.btn-wrap)::after {
        background-color: #5085fc; }
      body.scrolled header#header .menu.slide #nav-secondary .btn-wrap .btn {
        background: linear-gradient(90deg, #508BF7, #52B4DD);
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
        color: #ffffff; }
        body.scrolled header#header .menu.slide #nav-secondary .btn-wrap .btn:hover {
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
          background: linear-gradient(90deg, #52B4DD, #508BF7); }
      body.scrolled header#header .menu.slide #nav-primary li:not(.btn-wrap) a,
      body.scrolled header#header .menu.slide #nav-secondary li:not(.btn-wrap) a {
        color: #5085FC; }
    body #header nav #nav-secondary .btn-wrap {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    body #header nav,
    body header#header .menu.slide {
      box-shadow: none !important;
      transition: none; }
    body.lang-open {
      position: relative;
      overflow: hidden; }
      body.lang-open header#header nav::after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        transition: all 0.7s ease; }
      body.lang-open header#header nav .lang-choice.slide {
        left: 0;
        z-index: 99999;
        transition: all 0.7s ease;
        box-shadow: -3px 1px 5px 1px rgba(0, 0, 0, 0.16); }
    body header#header .menu.slide #nav-primary .btn-wrap .btn,
    body header#header .menu.slide #nav-secondary .btn-wrap .btn {
      min-width: 100px;
      border-radius: 6px;
      background: #ffffff;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
      color: #4d80ff; }
      body header#header .menu.slide #nav-primary .btn-wrap .btn:hover,
      body header#header .menu.slide #nav-secondary .btn-wrap .btn:hover {
        opacity: 0.9;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3) !important;
        -webkit-transition: all 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
        -moz-transition: all 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
        -o-transition: all 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: all 500ms cubic-bezier(0.39, 0.575, 0.565, 1); }
    body header#header .logo-wrap {
      display: none; }
    body header#header #primary-logo {
      position: relative;
      min-width: 200px; }
      body header#header #primary-logo .logo_white {
        z-index: -1;
        opacity: 1;
        transition: all 0.3s ease; }
        body header#header #primary-logo .logo_white img {
          width: 140px;
          height: 50px;
          margin-left: 10px; }
      body header#header #primary-logo .logo_color {
        opacity: 0;
        z-index: 0;
        left: 20px;
        top: 0px;
        position: absolute;
        transition: all 0.1s ease; }
    body header#header > nav {
      position: static;
      width: 100%;
      min-height: auto;
      float: left; }
    body header#header .menu.slide {
      background: linear-gradient(270deg, #9381FF, #4D81FF);
      z-index: 2; }
    body header#header nav {
      background: transparent; }
    body header#header .lang-choice.slide {
      display: block;
      position: absolute;
      left: -50%;
      top: 0;
      width: 300px;
      height: 100vh;
      transition: all 0.7s ease; }
    body header#header .nav-header {
      height: 50px;
      margin-bottom: 15px;
      background-color: #fff;
      position: relative; }
      body header#header .nav-header .link {
        margin-top: 5px; }
        body header#header .nav-header .link:hover {
          color: #5085FC; }
      body header#header .nav-header .baseline {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px; }
    body header#header .menu.slide .nav-header .close-panel {
      display: none; }
    body header#header .lang-choice.slide .nav-header .link.back {
      display: none; }
    body header#header .lang-choice.slide .nav-header .close-panel:hover {
      color: #5085FC; }
    body header#header .lang-choice.slide .nav-header .close-panel .label {
      margin-right: 10px;
      position: relative;
      top: -2px; }
    body header#header #nav-primary,
    body header#header #nav-secondary {
      float: left;
      clear: none;
      width: auto; }
      body header#header #nav-primary li,
      body header#header #nav-secondary li {
        clear: none;
        width: auto;
        border: none;
        padding-left: 12px;
        padding-right: 12px; }
        body header#header #nav-primary li > a,
        body header#header #nav-secondary li > a {
          color: white; }
        body header#header #nav-primary li.btn-wrap,
        body header#header #nav-secondary li.btn-wrap {
          position: relative;
          top: -20px; }
    body header#header #nav-secondary {
      float: right;
      margin-right: 10px; }
    body header#header #nav-primary #primary-logo {
      margin-top: -16px;
      margin-right: 30px; }
    body #home .ctn {
      max-width: 430px;
      width: 75%;
      position: absolute;
      top: 45%;
      left: 20px;
      margin: 0;
      text-align: left;
      transform: translateY(-50%);
      z-index: 3; }
      body #home .ctn p {
        font-weight: 400;
        line-height: normal; }
    body #home .home_illu {
      max-width: 100%;
      width: 90%;
      max-height: calc(100vh - 70px);
      position: absolute;
      top: 50%;
      right: -25%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 0; }
    body #concept {
      padding-top: 40px;
      padding-bottom: 210px;
      margin-bottom: 0; }
      body #concept .container {
        width: 40%;
        float: left;
        text-align: left;
        background-color: #fff; }
      body #concept .wrapper {
        position: relative; }
      body #concept .wrapper::after {
        content: "";
        display: inline-block;
        width: 555px;
        height: 555px;
        border-radius: 50%;
        border: dashed 2px #D8D8D8;
        position: absolute;
        position: absolute;
        z-index: -9;
        top: 12%;
        left: 20%; }
      body #concept .pic.interface_Desktop {
        width: auto;
        left: 55%;
        top: 144px;
        bottom: auto; }
      body #concept .pic.interface_Mobile {
        left: 36%;
        top: 405px;
        bottom: auto; }
    body #solution .panels {
      width: calc(100% + 140px);
      margin-left: -20px;
      margin-top: 40px;
      margin-bottom: 40px; }
      body #solution .panels .panel {
        width: 25%;
        padding: 20px;
        float: left;
        clear: none;
        text-align: left;
        position: relative; }
        body #solution .panels .panel:first-child::before,
        body #solution .panels .panel .icon-simple_arrow {
          display: none; }
        body #solution .panels .panel::before {
          content: "";
          position: absolute;
          display: inline-block;
          width: 30px;
          height: 2px;
          top: 90px;
          left: -40px;
          background-color: #5085FC; }
        body #solution .panels .panel .icon-simple_arrow {
          display: inline-block;
          bottom: auto;
          top: 77px;
          left: -30px;
          z-index: 99;
          transform: rotateZ(0deg); }
        body #solution .panels .panel .panel-thumb,
        body #solution .panels .panel .panel-head,
        body #solution .panels .panel .panel-ctn {
          float: left;
          clear: both;
          width: 100%;
          padding: 10px; }
    body #benefits {
      position: relative;
      padding-bottom: 120px; }
      body #benefits .container {
        overflow: visible;
        position: relative;
        padding-bottom: 0; }
        body #benefits .container > h2 {
          width: 100%; }
        body #benefits .container .ctn {
          float: right;
          width: 46%; }
        body #benefits .container .pic.baloon {
          top: 70%;
          transform: none;
          left: 18%;
          right: auto;
          width: 22%;
          transition: all 0.5s ease; }
          body #benefits .container .pic.baloon.animated {
            top: 36%;
            transition: all 2.7s ease; }
        body #benefits .container .pic.cloud_2 {
          bottom: auto;
          top: 35%;
          left: 8%;
          width: 13%; }
        body #benefits .container .pic.cloud_1 {
          right: auto;
          top: 34%;
          left: 40%;
          width: 7%;
          display: inline-block; }
        body #benefits .container .pic.cloud_3 {
          right: auto;
          top: 50%;
          left: 36%;
          width: 10%;
          display: inline-block !important; }
      body #benefits .pic.baloon_bg {
        width: 60%;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto; }
      body #benefits .wrapper {
        position: relative; }
    body #why .container {
      width: 100%; }
      body #why .container .wrap {
        display: inline-block;
        width: 100%; }
      body #why .container .data {
        float: right;
        width: 22%; }
        body #why .container .data .data_thumb,
        body #why .container .data .data_ctn {
          width: 100%;
          clear: both;
          padding-left: 0; }
        body #why .container .data .data_thumb img {
          width: 70%;
          float: left;
          margin-bottom: 30px; }
        body #why .container .data.data-2 {
          width: 27%;
          margin-right: 113px;
          margin-top: 220px; }
          body #why .container .data.data-2 .data_thumb img {
            width: 30%; }
      body #why .container article {
        float: left;
        width: 40%; }
        body #why .container article .col {
          float: left;
          clear: both;
          width: 100%; }
          body #why .container article .col p {
            margin: 0; }
          body #why .container article .col + .col {
            float: left; }
    body #why #data_element1 {
      width: 230px;
      height: 230px;
      top: 0;
      left: -230px; }
      body #why #data_element1 .data_thumb {
        margin-left: 30px; }
      body #why #data_element1 .jchart::before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 164px;
        height: 1px;
        -webkit-transform: rotateZ(-26deg);
        transform: rotateZ(55deg);
        top: 180px;
        left: 80px;
        z-index: 9; }
    body #why #data_element2 {
      width: 230px;
      height: 230px;
      top: 142px;
      left: -270px; }
      body #why #data_element2 .jchart::before {
        width: 190px;
        top: 40px;
        left: 90px;
        z-index: 9;
        transform: rotateZ(-45deg); }
    body #about .col {
      width: 45%;
      padding-left: 40px;
      float: left; }
      body #about .col:first-child .thumb img {
        width: 54.5%; }
      body #about .col .thumb,
      body #about .col .about_ctn {
        float: left;
        clear: both;
        width: 100%; }
        body #about .col .thumb img,
        body #about .col .about_ctn img {
          float: left;
          margin-bottom: 30px;
          width: 36%; }
      body #about .col + .col {
        width: 44%;
        float: right; }
    body #stat .counter {
      font-size: 45px; }
    body #stat .datas {
      margin-top: 40px;
      margin-bottom: 70px; }
      body #stat .datas .data {
        float: left;
        clear: none;
        width: 30%;
        padding-left: 0;
        padding-right: 0; }
        body #stat .datas .data .data_thumb {
          min-height: 150px; }
        body #stat .datas .data.middle {
          width: 40%;
          padding-left: 5%;
          padding-right: 5%; }
        body #stat .datas .data:first-child .data_thumb img {
          width: 135px; }
        body #stat .datas .data.middle + .data .data_thumb img {
          width: 90px; }
    body #footer .row .desktopNav {
      display: inline-block !important;
      float: left;
      margin-left: 40px; }
      body #footer .row .desktopNav li {
        float: left;
        clear: none;
        width: auto;
        margin-right: 20px; }
        body #footer .row .desktopNav li a {
          text-transform: uppercase;
          font-size: 16px; }
    body #footer .row.fullWidthNav {
      display: none !important; }
    body #footer .row.top {
      margin-bottom: 30px; }
      body #footer .row.top .socical_bar {
        margin-right: 40px; }
    body #footer .copyright {
      padding-left: 70px;
      width: 30%; }
    body #footer .widget {
      width: 40%;
      margin-right: 40px;
      text-align: right; }
      body #footer .widget .row a {
        clear: none;
        float: right;
        width: 50%; }
        body #footer .widget .row a img {
          float: right; }
    body #possibility {
      width: 100%;
      min-height: 775px;
      overflow: hidden;
      position: relative; }
      body #possibility .cards .card:hover .card_thumb {
        height: 80px !important;
        transition: all 0.5s ease; }
      body #possibility .cards .card:hover .ctn h3 {
        height: auto;
        margin-bottom: 10px; }
      body #possibility .cards .card:hover .ctn p {
        opacity: 1;
        height: auto;
        overflow: hidden;
        transition: all 1s ease; }
      body #possibility .cards .card:hover .link {
        opacity: 0;
        transition: all 0.2s ease; }
      body #possibility aside {
        display: inline-block; }
      body #possibility #manager,
      body #possibility #member {
        width: 100vw;
        position: absolute;
        top: 0%;
        overflow: hidden; }
      body #possibility #manager {
        left: 0;
        min-height: 775px; }
      body #possibility #member.slide-panel {
        left: 120%;
        min-height: 775px;
        opacity: 0; }
        body #possibility #member.slide-panel .container {
          right: 0;
          left: auto !important; }
        body #possibility #member.slide-panel aside {
          right: auto;
          left: 0; }
          body #possibility #member.slide-panel aside .aside_wrap::before {
            transform: rotateZ(0deg) translateY(9px);
            right: -25px;
            left: auto; }
          body #possibility #member.slide-panel aside .aside_wrap .btn_bar {
            right: -42px;
            left: auto;
            background-color: #4CCEB3; }
      body #possibility .slide-panel {
        transition: all 1s ease; }
        body #possibility .slide-panel#manager aside h2 {
          color: #4de2c4; }
        body #possibility .slide-panel .container {
          width: calc(100% - 368px);
          z-index: 0;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-52%); }
        body #possibility .slide-panel .cards {
          max-width: 900px; }
          body #possibility .slide-panel .cards .card_thumb {
            height: 160px; }
          body #possibility .slide-panel .cards .card {
            width: 255px;
            height: 300px; }
        body #possibility .slide-panel aside {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 390px;
          height: auto;
          background-color: #fff;
          z-index: 990; }
          body #possibility .slide-panel aside .aside_wrap {
            display: inline-block;
            width: 100%;
            height: 100%;
            position: relative; }
            body #possibility .slide-panel aside .aside_wrap::before {
              content: "\e90a";
              font-family: 'praditus' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              color: #ffffff;
              transform: rotateZ(180deg) translateY(-50%);
              position: absolute;
              top: 50%;
              left: -25px;
              z-index: 3;
              margin-top: -40px;
              pointer-events: none; }
            body #possibility .slide-panel aside .aside_wrap .btn_bar {
              content: "";
              width: 42px;
              height: auto;
              background-color: #4c79e0;
              position: absolute;
              left: -42px;
              top: 0;
              bottom: 0;
              z-index: 0;
              cursor: pointer; }
            body #possibility .slide-panel aside .aside_wrap .wrap {
              display: inline-block;
              position: absolute;
              width: 80%;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              margin-top: -40px; }
              body #possibility .slide-panel aside .aside_wrap .wrap h2 {
                margin-top: 0; } }
  @media only screen and (min-width: 1024px) and (max-width: 1232px) {
    body #possibility {
      min-height: 1200px !important; }
      body #possibility #manager.slide-panel,
      body #possibility #member.slide-panel {
        min-height: 1200px !important; }
        body #possibility #manager.slide-panel .card:hover .card_thumb,
        body #possibility #member.slide-panel .card:hover .card_thumb {
          height: 80px; }
      body #possibility .cards .card {
        height: 310px; }
        body #possibility .cards .card:hover .card_thumb {
          height: 80px; } }
  @media print, screen and (min-width: 1200px) {
    body #concept h2::before {
      top: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: -23px;
      font-size: 20px; }
    body #concept h2::after {
      bottom: 55px;
      -webkit-transform: translateX(-50%) rotateZ(180deg);
      transform: rotate(360deg) scaleX(-1);
      right: 25px;
      font-size: 17px; } }

.mt-10 {
  margin-top: -10px; }

#login h1,
#signup h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin: 30px auto; }
  @media print, screen and (min-width: 1024px) {
    #login h1,
    #signup h1 {
      font-size: 40px;
      line-height: 45px; } }

/*===============================
   =            Choices            =
   ===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }
  .choices:focus {
    outline: none; }
  .choices:last-child {
    margin-bottom: 0; }
  .choices.is-disabled .choices__inner,
  .choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    user-select: none; }
  .choices.is-disabled .choices__item {
    cursor: not-allowed; }
  .choices [hidden] {
    display: none !important; }

.choices[data-type*='select-one'] {
  cursor: pointer; }
  .choices[data-type*='select-one'] .choices__inner {
    padding-bottom: 7.5px; }
  .choices[data-type*='select-one'] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #cacaca;
    background-color: #ffffff;
    margin: 0; }
  .choices[data-type*='select-one'] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5; }
    .choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
      opacity: 1; }
    .choices[data-type*='select-one'] .choices__button:focus {
      box-shadow: 0px 0px 0px 2px #00bcd4; }
  .choices[data-type*='select-one']:after {
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none; }
  .choices[data-type*='select-one'].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px; }
  .choices[data-type*='select-one'][dir='rtl']:after {
    left: 11.5px;
    right: auto; }
  .choices[data-type*='select-one'][dir='rtl'] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0; }

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
  cursor: text; }

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0; }
  .choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus,
  .choices[data-type*='text'] .choices__button:hover,
  .choices[data-type*='text'] .choices__button:focus {
    opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 2px solid #cacaca;
  border-radius: 8px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }
  .is-focused .choices__inner,
  .is-open .choices__inner {
    border-color: #cacaca; }
  .is-open .choices__inner {
    border-radius: 8px 8px 0 0; }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 8px 8px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }
  [dir='rtl'] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px; }
  .choices__list--single .choices__item {
    width: 100%; }

.choices__list--multiple {
  display: inline; }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #ffffff;
    word-break: break-all; }
    .choices__list--multiple .choices__item[data-deletable] {
      padding-right: 5px; }
    [dir='rtl'] .choices__list--multiple .choices__item {
      margin-right: 0;
      margin-left: 3.75px; }
    .choices__list--multiple .choices__item.is-highlighted {
      background-color: #00a5bb;
      border: 1px solid #008fa1; }
    .is-disabled .choices__list--multiple .choices__item {
      background-color: #aaaaaa;
      border: 1px solid #919191; }

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility; }
  .choices__list--dropdown.is-active {
    visibility: visible; }
  .is-open .choices__list--dropdown {
    border-color: #cacaca; }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0; }
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 230px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px; }
    [dir='rtl'] .choices__list--dropdown .choices__item {
      text-align: right; }
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 20px; }
      .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%); }
      [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px; }
        [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
          right: auto;
          left: 10px; } }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
      opacity: 0.5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .choices__button:focus {
    outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }
  .choices__input:focus {
    outline: 0; }
  [dir='rtl'] .choices__input {
    padding-right: 2px;
    padding-left: 0; }

.choices__placeholder {
  opacity: 0.5; }

/*=====  End of Choices  ======*/
/*=====   animate.css   ======*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

.scrolled header#header .tooltip .tooltip_label {
  color: #5085FC; }

header#header #nav-secondary .tooltip {
  position: relative;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0; }
  header#header #nav-secondary .tooltip::after {
    position: absolute;
    top: 25px;
    right: 30px;
    transform: rotateZ(90deg);
    content: "\e90a";
    font-family: 'praditus' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 1s ease; }
  header#header #nav-secondary .tooltip .tooltip_label {
    padding-left: 20px;
    color: #5085FC;
    font-size: 16px;
    font-weight: 600; }
  header#header #nav-secondary .tooltip .tooltip_content {
    display: none;
    float: left;
    clear: both;
    width: 100%;
    margin-top: 21px; }
    header#header #nav-secondary .tooltip .tooltip_content ul {
      background-color: #FFF;
      display: inline-block;
      width: 100%;
      padding: 0;
      margin: 0;
      margin-bottom: -20px;
      list-style: none; }
      header#header #nav-secondary .tooltip .tooltip_content ul li a {
        color: #4c4c5c; }
  header#header #nav-secondary .tooltip.is-open .tooltip_content {
    display: inline-block; }
  header#header #nav-secondary .tooltip.is-open::after {
    transform: rotateZ(-90deg);
    transition: all 1s ease; }
  @media print, screen and (min-width: 1024px) {
    header#header #nav-secondary .tooltip {
      margin-right: 20px; }
      header#header #nav-secondary .tooltip::after {
        transform: rotateZ(0);
        top: 66px; }
      header#header #nav-secondary .tooltip:hover .tooltip_content {
        visibility: visible;
        opacity: 1;
        transition: all 0.7s ease; }
      header#header #nav-secondary .tooltip .tooltip_label {
        color: #FFF;
        padding-left: 0; }
      header#header #nav-secondary .tooltip .tooltip_content {
        visibility: hidden;
        position: absolute;
        bottom: 10px;
        padding-top: 50px;
        left: 50%;
        transform: translate(-50%, 100%);
        display: inline-block;
        width: auto;
        min-width: 240px;
        z-index: 10;
        opacity: 0; }
        header#header #nav-secondary .tooltip .tooltip_content::after {
          content: "";
          position: absolute;
          top: 40px;
          z-index: 9;
          left: 50%;
          transform: translateX(-50%);
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 10px 10px;
          border-color: transparent transparent #FFF transparent; }
        header#header #nav-secondary .tooltip .tooltip_content ul {
          border-radius: 10px;
          box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.31); }
        header#header #nav-secondary .tooltip .tooltip_content li {
          padding: 12px 30px !important;
          float: left !important;
          clear: both !important;
          width: 100% !important;
          border-top: solid 1px #dadada !important; }
          header#header #nav-secondary .tooltip .tooltip_content li:first-child {
            border-top: 0 !important;
            padding-top: 18px !important; }
          header#header #nav-secondary .tooltip .tooltip_content li a {
            color: #4c4c5c !important;
            line-height: normal; }
            header#header #nav-secondary .tooltip .tooltip_content li a:hover {
              color: #5084fb !important; } }

.http_error {
  background-image: linear-gradient(270deg, #9381ff 0%, #4d81ff 100%);
  /*
     #header
     {
       background: transparent;
   
       .menu #nav-primary,
       .menu #nav-secondary
       {
         display: none;
       }
     }
     */ }
  .http_error .wrapper {
    text-align: center;
    max-width: 100%;
    margin-top: 50px !important; }
    .http_error .wrapper .logo-wrap,
    .http_error .wrapper .error_wrap {
      float: left;
      clear: both;
      width: 100%;
      text-align: center; }
    .http_error .wrapper .error_wrap {
      padding-left: 5px; }
    .http_error .wrapper .logo_white {
      display: inline-block;
      width: 100%;
      max-width: 180px; }
    .http_error .wrapper h1 {
      margin-top: 10px;
      margin-bottom: 0px; }
    .http_error .wrapper h3 {
      font-size: 30px;
      margin-top: 10px; }
  .http_error .error_msg {
    display: inline-block;
    margin: 50px auto;
    width: 80%;
    max-width: 520px; }
    .http_error .error_msg h1,
    .http_error .error_msg h2,
    .http_error .error_msg h3,
    .http_error .error_msg h4,
    .http_error .error_msg h5,
    .http_error .error_msg h6,
    .http_error .error_msg p {
      color: #FFF; }
    .http_error .error_msg .footer {
      margin-top: 40px; }
  .http_error .footer_img {
    display: inline-block;
    width: 100%;
    max-width: 2000px;
    text-align: center; }
    .http_error .footer_img .seeking_bg {
      display: inline-block;
      width: 80%;
      max-width: 300px; }
    .http_error .footer_img .wind_bg {
      display: none; }
  @media print, screen and (min-width: 1024px) {
    .http_error #header {
      height: 50px; }
    .http_error .wrapper {
      padding: 100px 20px 20px 20px;
      margin-top: 0 !important; }
      .http_error .wrapper .logo-wrap {
        display: inline-block; }
    .http_error h1 {
      font-size: 45px; }
    .http_error .footer_img {
      float: left;
      clear: both;
      width: 100%;
      position: relative; }
      .http_error .footer_img .wind_bg {
        display: inline-block;
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; } }

@media print, screen and (min-width: 1024px) {
  .scrolled header#header #nav-secondary .tooltip .tooltip_label {
    color: #5085FC; } }

body #concept .container article > p {
  width: 100%; }
  @media print, screen and (min-width: 1024px) {
    body #concept .container article > p {
      width: 85%; } }

#app #why article.data-1 .data_ctn > h2 {
  color: #9381FF; }

#app #why article.data-2 .data_ctn > h2.third {
  color: #FC6257 !important; }

body.primary .nav-header {
  display: inline-block;
  width: 100%;
  background: #FFF;
  text-align: center;
  padding: 10px 20px; }
  body.primary .nav-header .lang_select {
    float: left;
    text-align: left;
    min-width: 120px;
    margin-top: 2px; }
    body.primary .nav-header .lang_select .choices__inner {
      background: transparent;
      border: 0;
      padding-top: 0;
      padding-bottom: 0;
      min-height: 20px; }
    body.primary .nav-header .lang_select .choices__list--dropdown {
      border: 0;
      margin-top: 14px; }
    body.primary .nav-header .lang_select .choices__item.choices__item--selectable {
      text-decoration: underline;
      color: #5085FC; }
    body.primary .nav-header .lang_select .choices__item.choices__item--choice.choices__item--selectable {
      text-decoration: none;
      color: #4c4c5c; }
    body.primary .nav-header .lang_select .choices[data-type*='select-one']:after {
      display: none; }
  body.primary .nav-header .color_logo {
    float: right;
    width: 100px; }
  @media print, screen and (min-width: 1024px) {
    body.primary .nav-header .lang_select {
      width: 200px; }
    body.primary .nav-header .color_logo {
      float: none;
      display: inline-block;
      margin-left: -200px; } }

.checkbox {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 24px; }
  .checkbox > [type=checkbox]:not(:checked),
  .checkbox > [type=checkbox]:checked {
    position: absolute;
    left: -9999px; }
  .checkbox > [type=checkbox]:not(:checked) + label,
  .checkbox > [type=checkbox]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer; }
  .checkbox > [type=checkbox]:not(:checked) + label:before,
  .checkbox > [type=checkbox]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #dfdcdc;
    background-color: white;
    border-radius: 2px; }
  .checkbox > [type=checkbox]:not(:checked) + label:after,
  .checkbox > [type=checkbox]:checked + label:after {
    top: 5px;
    left: 3px;
    font-size: 9px;
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    font-family: 'praditus' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    position: absolute;
    color: #4d80ff; }
  .checkbox > [type=checkbox]:checked + label:before {
    background: white; }
  .checkbox > [type=checkbox]:checked + label:after {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1); }
  .checkbox label {
    margin: 0 26px 26px 0 !important;
    text-align: left;
    line-height: normal; }
  .checkbox > .checkbox {
    margin-top: 28px;
    margin-left: 30px; }
  .checkbox.disabled {
    pointer-events: none; }
    .checkbox.disabled label::before {
      background-color: black !important;
      border-color: black !important; }
    .checkbox.disabled label::after {
      color: gray !important; }
    .checkbox.disabled label,
    .checkbox.disabled * {
      color: blue; }
  .checkbox input[type="checkbox"]:disabled {
    pointer-events: none; }
    .checkbox input[type="checkbox"]:disabled + label::before {
      background-color: #fbf6f6  !important; }
    .checkbox input[type="checkbox"]:disabled + label::after {
      color: #e8e4e4 !important; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="checkbox"]:disabled + * {
      color: #cacaca;
      pointer-events: none; }

.choices,
.choices .choices__item {
  text-align: left !important; }

.choices__list--dropdown {
  z-index: 99; }

.col-2 .is-flipped .choices__list--dropdown {
  margin-bottom: -13px; }

#privacy {
  margin-left: 20%;
  margin-right: 20%;
  text-align: justify; }
  #privacy ul > li {
    list-style: none; }
    #privacy ul > li li {
      list-style: disc; }

img.registration_page_logo {
  max-width: 180px;
  margin-bottom: 10px; }

body.primary .nav-header .color_logo {
  margin-left: 0; }

.callout-wrap label {
  display: flex;
  text-align: left;
  margin-bottom: 10px; }

.callout-wrap .pwd {
  position: relative; }

.callout-wrap .password-toggler {
  position: absolute;
  top: 0;
  right: 10px;
  height: 50px;
  width: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 8px;
  cursor: pointer; }
  .callout-wrap .password-toggler img {
    width: 100%;
    height: 100%; }

#user_password {
  padding-right: 60px; }

#pwd-toggle-open {
  display: none; }

.callout .callout-wrap .row-label + .pwd .password-toggler {
  top: 20px; }
