@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import "https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css";
@import "//fonts.googleapis.com/css?family=Roboto:300,400,500,700";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
#product--start .product--start-block1,
#product--start .product--start-block2,
#product--start .product--start-block3,
#product--start .product--start-block4,
#product--build .product--build-block1,
#product--build .product--build-block2,
#product--build .product--build-block3,
#product--build .product--build-block4,
#product--build .product--build-block5,
.aboutus--talk .gopart,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html {
  box-sizing: border-box; }

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

@keyframes flash {
  from,
  50%,
  to {
    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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

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

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

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

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

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

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

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

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

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

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) 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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

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

@-webkit-keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

html {
  height: 100%;
  box-sizing: border-box; }

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

body {
  position: relative;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1.625em;
  color: #141229;
  background-color: #fbfbfb;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[tabindex="-1"]:focus {
  outline: none !important; }

/* ================================
/* Component : Grid
================================ */
/* Wrapper
-------------------------- */
.wrapper {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }
  @media (min-width: 481px) {
    .wrapper {
      margin-right: auto;
      margin-left: auto;
      max-width: 1280px;
      padding-left: 50px;
      padding-right: 50px; } }
  .wrapper--left {
    width: 48%; }
    .wrapper--left img {
      width: 100%;
      height: auto; }
    @media (max-width: 768px) {
      .wrapper--left {
        width: 100%; } }
  .wrapper--right {
    width: 48%; }
    .wrapper--right img {
      width: 100%;
      height: auto; }
    @media (max-width: 768px) {
      .wrapper--right {
        width: 100%; } }

.wrapper--full {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.wrapper--flex {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .wrapper--flex {
      flex-direction: column; } }

/* Neat grid
-------------------------- */
.row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px; }
  .row::after {
    clear: both;
    content: "";
    display: block; }

.sc1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%; }
  .sc1:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc1 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc1:last-child {
        margin-right: 0; } }

.sc2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .sc2:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc2:last-child {
        margin-right: 0; } }

.sc3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .sc3:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc3:last-child {
        margin-right: 0; } }

.sc4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .sc4:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc4 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc4:last-child {
        margin-right: 0; } }

.sc5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .sc5:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc5 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc5:last-child {
        margin-right: 0; } }

.sc6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .sc6:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc6 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc6:last-child {
        margin-right: 0; } }

.sc7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .sc7:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc7 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc7:last-child {
        margin-right: 0; } }

.sc8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .sc8:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc8 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc8:last-child {
        margin-right: 0; } }

.sc9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .sc9:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc9 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc9:last-child {
        margin-right: 0; } }

.sc10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .sc10:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc10 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc10:last-child {
        margin-right: 0; } }

.sc11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%; }
  .sc11:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc11 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc11:last-child {
        margin-right: 0; } }

.sc12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .sc12:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .sc12 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .sc12:last-child {
        margin-right: 0; } }

.masonry {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3; }
  @media (max-width: 1024px) {
    .masonry {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3; } }
  @media (max-width: 768px) {
    .masonry {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
  @media (max-width: 480px) {
    .masonry {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
  .masonry .masonry-item {
    display: inline-block;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box; }

/**
 * Grid
 * --------------------------------------- */
@media (min-width: 481px) {
  .grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px; }
  .grid-1-4,
  .grid-2-4,
  .grid-3-4,
  .grid-4-4,
  .grid-1-3,
  .grid-2-3 {
    padding-left: 25px;
    padding-right: 25px; }
  .grid-1-4 {
    width: 25%; }
  .grid-2-4 {
    width: 50%; }
  .grid-3-4 {
    width: 75%; }
  .grid-4-4 {
    width: 100%; }
  .grid-1-3 {
    width: 33.333%; }
  .grid-2-3 {
    width: 66.666%; } }

a {
  text-decoration: none;
  color: #EA5565;
  transition: all 0.3s ease-in-out;
  border-bottom: 0px solid #EA5565;
  font-weight: 700; }
  a:active, a:hover, a:focus {
    color: #EA5565;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #EA5565; }

ul, ol {
  margin-bottom: 0.8125em;
  padding-left: 1.625em; }
  ul:first-child, ol:first-child {
    margin-top: 0; }

ul {
  list-style: disc; }
  ul li {
    color: #1E1D32; }

ol {
  list-style: decimal; }

dl {
  margin-bottom: 0.8125em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.8125em; }
  dl dd {
    margin: 0; }

ul.listInline {
  margin: 0;
  padding: 0; }
  ul.listInline li {
    list-style: none;
    display: inline-block;
    margin-right: 10px; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

ul.step {
  margin: 0;
  margin: auto;
  position: relative;
  margin-top: 80px; }
  @media (max-width: 930px) {
    ul.step {
      margin-top: 20px; } }
  ul.step li {
    display: inline-block;
    width: 100%;
    list-style: none;
    color: #1E1D32;
    vertical-align: top;
    margin-bottom: 20px; }
    @media (max-width: 930px) {
      ul.step li {
        width: 100%;
        padding: 0; } }
    ul.step li img {
      width: 115px;
      float: left;
      height: 145px; }
      @media (max-width: 930px) {
        ul.step li img {
          width: 65px;
          height: auto; } }
    ul.step li h4 {
      margin: 0; }
    ul.step li span {
      width: calc(100% - 130px);
      float: right;
      display: block; }
      @media (max-width: 930px) {
        ul.step li span {
          width: calc(100% - 70px); } }
    ul.step li p {
      width: 100%;
      margin-top: 5px;
      margin-bottom: 1em; }
      @media (max-width: 930px) {
        ul.step li p {
          padding-right: 0; } }

ul.step--2col li {
  width: calc(50% - 40px); }
  @media (max-width: 930px) {
    ul.step--2col li {
      width: 100%; } }
  ul.step--2col li:nth-child(even) {
    padding-left: 40px; }
    @media (max-width: 930px) {
      ul.step--2col li:nth-child(even) {
        padding: 0; } }
  ul.step--2col li:nth-child(odd) {
    padding-right: 40px; }
    @media (max-width: 930px) {
      ul.step--2col li:nth-child(odd) {
        padding: 0; } }

ul.step--2col.step-no-icone li {
  width: calc(50%); }
  ul.step--2col.step-no-icone li span {
    width: calc(100% - 70px); }

ul.step--3col li {
  width: 33%;
  text-align: center; }
  @media (max-width: 930px) {
    ul.step--3col li {
      width: 100%; } }
  ul.step--3col li img {
    float: none; }
  ul.step--3col li span {
    float: none;
    width: calc(100% - 80px);
    margin: auto;
    text-align: left; }
    @media (max-width: 930px) {
      ul.step--3col li span {
        width: 100%; } }
  ul.step--3col li p {
    padding-right: 0; }

ul.step--3col.step-no-icone li {
  padding: 40px; }
  @media (max-width: 930px) {
    ul.step--3col.step-no-icone li {
      padding: 0; } }

ul.step--3col.step-no-icone li:first-child {
  padding-left: 0px; }
  @media (max-width: 930px) {
    ul.step--3col.step-no-icone li:first-child {
      padding: 0; } }

ul.step--3col.step-no-icone li:last-child {
  padding-right: 0px; }
  @media (max-width: 930px) {
    ul.step--3col.step-no-icone li:last-child {
      padding: 0; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot");
  src: url("/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2") format("woff2"), url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("truetype"), url("/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1E1D32;
  font-weight: 400;
  margin-top: 25px;
  font-family: "Roboto", sans-serif;
  line-height: normal;
  letter-spacing: 0.5px; }

h1 {
  font-size: 38px;
  font-weight: 300; }
  @media (max-width: 768px) {
    h1 {
      font-size: 35px; } }

h2 {
  font-size: 38px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 35px; } }

h3 {
  font-size: 23px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 21px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 12px; }

p {
  margin: 25px 0;
  font-weight: 400;
  font-size: 19px;
  color: #141229;
  line-height: 1.8; }
  p:first-child {
    margin-top: 0; }
  @media (max-width: 768px) {
    p {
      font-size: 17px; } }

small {
  font-size: em(12); }

abbr[title] {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase; }

abbr,
acronym {
  cursor: help; }

figure {
  margin: 0 0 25px 0; }

figcaption {
  font-style: italic;
  font-size: em(14); }

hr {
  margin: 50px 0;
  border-bottom: 1px solid #212121;
  border-left: none;
  border-right: none;
  border-top: none; }

blockquote {
  margin: 50px 0;
  padding-left: 25px;
  border-left: 2px solid #fbfbfb;
  quotes: "“" "”"; }
  blockquote:before, blockquote:after {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 300%; }
  blockquote cite:before {
    content: '-'; }

cite {
  color: #3f3982;
  font-style: italic;
  font-size: 75%; }

pre {
  font-size: em(13); }

pre code {
  display: block;
  font-size: em(16);
  color: #141229;
  padding: em(15) em(20);
  border-color: #fbfbfb;
  background-color: #fafafa; }

pre code p {
  margin: 0; }

code,
kbd,
pre,
samp {
  font-family: "Source Code Pro", Consolas, monospace;
  white-space: pre-line;
  white-space: pre-wrap; }

code {
  display: inline-block;
  vertical-align: top;
  padding: 0 .5em;
  font-size: .75em;
  border: 1px solid #fbfbfb;
  color: #ffffff;
  background-color: #fafafa;
  border-radius: 8px; }

.clr--red {
  color: #EA5565; }

.text--uppercase {
  text-transform: uppercase; }

.text--space-left {
  margin-left: 5px; }

.text--space-right {
  margin-right: 5px; }

input,
label,
select {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16; }

label {
  font-weight: bold;
  cursor: pointer; }
  label abbr {
    display: none; }

textarea {
  resize: vertical; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 12.5px; }

input[type="file"] {
  margin-bottom: 25px;
  padding-bottom: 8.33333px;
  width: 100%; }

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

select {
  width: auto;
  max-width: 100%; }

fieldset {
  margin: 0 0 0.8125em 0;
  padding: 1.625em;
  border: 1px solid #212121;
  background: #fafafa;
  border-radius: 8px; }

input::-webkit-input-placeholder {
  color: #a1a0a9; }

input:-moz-placeholder {
  color: #a1a0a9; }

input::-moz-placeholder {
  color: #a1a0a9; }

input:-ms-input-placeholder {
  color: #a1a0a9; }

table {
  width: 100%;
  border-collapse: collapse; }

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #fbfbfb; }

th {
  background: #141229;
  color: white;
  font-weight: bold; }

td, th {
  padding: 6px;
  border: 1px solid #fbfbfb;
  text-align: left; }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  tr {
    border: 1px solid #fbfbfb; }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #fbfbfb;
    position: relative;
    padding-left: 50%; }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  /*
	Label the data
	*/
  td:nth-of-type(1):before {
    content: "First Name"; }
  td:nth-of-type(2):before {
    content: "Last Name"; }
  td:nth-of-type(3):before {
    content: "Job Title"; }
  td:nth-of-type(4):before {
    content: "Favorite Color"; }
  td:nth-of-type(5):before {
    content: "Wars of Trek?"; }
  td:nth-of-type(6):before {
    content: "Porn Name"; }
  td:nth-of-type(7):before {
    content: "Date of Birth"; }
  td:nth-of-type(8):before {
    content: "Dream Vacation City"; }
  td:nth-of-type(9):before {
    content: "GPA"; }
  td:nth-of-type(10):before {
    content: "Arbitrary Data"; } }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

iframe {
  border: 0; }

img.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

img.rounded {
  border-radius: 8px; }

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Default 16:9, you can calculate this value by dividing 9 by 16 */
  position: relative; }
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .video-responsive video {
    height: auto;
    max-width: 100%;
    width: 100%; }

.video-responsive-4-3 {
  padding-bottom: 75%;
  /* 4:3 */ }

.map-responsive iframe {
  height: 100%;
  width: 100%; }

ul.breadcrumb {
  margin: 0;
  padding: 0; }
  ul.breadcrumb li.breadcrumb-item {
    display: inline-block;
    margin: 0; }
    ul.breadcrumb li.breadcrumb-item a {
      border: none; }
    ul.breadcrumb li.breadcrumb-item:last-child,
    ul.breadcrumb li.breadcrumb-item:last-child a {
      pointer-events: none; }
    ul.breadcrumb li.breadcrumb-item:not(:last-child)::after {
      content: ">";
      padding: 0 .4rem; }

ul.pagination {
  display: inline-block;
  margin: 0;
  padding: 0; }
  ul.pagination li.page-item {
    display: inline-block; }
    ul.pagination li.page-item span {
      display: inline-block;
      padding: 3px 10px; }
    ul.pagination li.page-item a {
      border-radius: 8px;
      display: inline-block;
      padding: 3px 10px;
      text-decoration: none;
      border: none; }
      ul.pagination li.page-item a:hover, ul.pagination li.page-item a:focus {
        background: #fbfbfb; }
    ul.pagination li.page-item.active a {
      background: #fbfbfb;
      color: #141229; }

.card {
  background: #ffffff;
  border: 1px solid #fbfbfb;
  border-radius: 8px;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left; }
  .card .card-header,
  .card .card-body,
  .card .card-footer {
    padding: 1.5rem 1.5rem 0 1.5rem; }
    .card .card-header:last-child,
    .card .card-body:last-child,
    .card .card-footer:last-child {
      padding-bottom: 1.5rem; }
  .card .card-image {
    padding-top: 1.5rem; }
    .card .card-image:first-child {
      padding-top: 0; }
      .card .card-image:first-child img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
    .card .card-image:last-child img {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
  .card .card-title {
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: .5rem;
    margin-top: 0; }
  .card .card-meta {
    color: #212121;
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0; }

.tooltip {
  position: relative; }
  .tooltip::after {
    background: #fbfbfb;
    color: #141229;
    border-radius: 8px;
    bottom: 100%;
    content: attr(data-tooltip);
    display: block;
    font-size: 1em;
    left: 50%;
    line-height: 14px;
    max-width: 32rem;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    transform: translate(-50%, 0);
    transition: all .216s ease;
    z-index: 99; }
  .tooltip:hover::after, .tooltip:focus::after {
    opacity: 1;
    transform: translate(-50%, -0.5rem); }
  .tooltip.tooltip-right::after {
    bottom: 50%;
    left: 100%;
    transform: translate(0, 50%); }
  .tooltip.tooltip-right:hover::after, .tooltip.tooltip-right:focus::after {
    transform: translate(0.5rem, 50%); }
  .tooltip.tooltip-bottom::after {
    bottom: auto;
    top: 100%;
    transform: translate(-50%, 0); }
  .tooltip.tooltip-bottom:hover::after, .tooltip.tooltip-bottom:focus::after {
    transform: translate(-50%, 0.5rem); }
  .tooltip.tooltip-left::after {
    bottom: 50%;
    left: auto;
    right: 100%;
    transform: translate(0, 50%); }
  .tooltip.tooltip-left:hover::after, .tooltip.tooltip-left:focus::after {
    transform: translate(-0.5rem, 50%); }

.modalbox {
  position: relative;
  background: #ffffff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

/* ================================
/* Component : Form
================================ */
.form-group {
  margin-bottom: 25px; }
  .form-group:last-child {
    margin-bottom: 0; }

.form-label {
  margin: 0;
  font-weight: bold; }

.form-label--required::after {
  content: " *"; }

.form-group small {
  font-size: 80%;
  color: #72717f; }

.form-control {
  padding: em(10);
  width: 100%;
  border: 1px solid #fbfbfb;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: em(16);
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.3s ease-in-out; }
  .form-control:hover {
    border-color: #e2e2e2; }
  .form-control:focus {
    border-color: #c9c9c9;
    box-shadow: none, 0 0 5px rgba(188, 188, 188, 0.7);
    outline: none; }

/**
 * Custom select
 */
select.form-control {
  height: em(48);
  line-height: em(40);
  padding-top: 0;
  padding-bottom: 0;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZG93bjwvdGl0bGU+PHBhdGggZD0iTTUuMzk3IDkuMTRsMy45NyAzLjZjLjM4NC4zNDguOTMuMzQ3IDEuMzE0LS4wMDVsMy45MjctMy42Yy40NTMtLjQxNS41MjUtMS4xNy4xNi0xLjY4Ny0uMzY0LS41MTYtMS4wMjYtLjU5OC0xLjQ4LS4xODNsLTMuOTI2IDMuNiAxLjMxNy0uMDA0LTMuOTctMy42Yy0uNDU0LS40MTItMS4xMTYtLjMyNi0xLjQ3OC4xOTMtLjM2My41MTgtLjI4OCAxLjI3My4xNjcgMS42ODZ6IiBmaWxsPSIjQURBREFEIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right 10px center; }
  select.form-control::-ms-expand {
    display: none; }

/**
 * Custom radio & checkbox
 */
/*input[type="radio"],
 input[type="checkbox"]  {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

input[type="radio"] + label,
input[type="checkbox"] + label  {
  font-weight: 400;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width:  em(16);
  height: em(16);
  margin-right: em(8);
  background: $clr-light center no-repeat;
  border: 1px solid $form-border-color;
}

input[type="radio"] + label
input[type="checkbox"] + label {
  transition: $trans;
}

input[type="radio"]:checked + label,
input[type="radio"] + label:hover,
input[type="checkbox"]:checked + label,
input[type="checkbox"] + label:hover {
  color: $clr-0;
}*/
/* Radio */
input[type="radio"] + label::before {
  border-radius: 50%;
  transition: all 0.3s ease-in-out; }

input[type="radio"]:focus + label::before,
input[type="radio"]:checked + label::before {
  border: em(5) solid #000; }

/* Checkbox */
input[type="checkbox"] + label::before {
  border-radius: em(3);
  transition: border-color .3s ease-in-out, background-color .3s ease-in-out; }

input[type="checkbox"]:checked + label::before {
  border-color: #000;
  background: #000 url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%228%22%20height%3D%226%22%20viewBox%3D%220%200%208%206%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ctitle%3EShape%20Copy%3C/title%3E%3Cpath%20d%3D%22M.185%203.245L2.47%205.53c.246.246.645.246.89%200l4.455-4.454c.247-.246.247-.645%200-.89-.246-.248-.645-.248-.89%200L2.47%204.638h.89L1.077%202.353c-.246-.247-.645-.247-.89%200-.248.246-.248.645%200%20.89z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E") center no-repeat; }

/* Modifier : state
-------------------------- */
.form-message {
  font-size: em(14); }

/**
 * Error
 */
.form-group--error .form-control {
  border-color: #e9a5a9;
  color: #D24A53;
  background-color: #fdf6f6; }

.form-group--error .form-label,
.form-group--error .form-message {
  color: #D24A53; }

/**
 * warning
 */
.form-group--warning .form-control {
  border-color: #fcd89a;
  color: #f9b134;
  background-color: #fffbf5; }

.form-group--warning .form-label,
.form-group--warning .form-message {
  color: #f9b134; }

/**
 * Success
 */
.form-group--success .form-control {
  border-color: #b0dede;
  color: #61bcbd;
  background-color: #f7fcfc; }

.form-group--success .form-label,
.form-group--success .form-message {
  color: #61bcbd; }

/**
 * Desabled
 */
.form-group--desabled .form-label,
.form-group--desabled .form-control {
  opacity: 0.45;
  pointer-events: none; }

/* ================================
/* Component : Input Toggle
================================ */
input[type="checkbox"] + .form-toggle-label {
  position: relative;
  margin-left: em(45)0.5; }
  input[type="checkbox"] + .form-toggle-label::before, input[type="checkbox"] + .form-toggle-label::after {
    position: absolute;
    left: -em(45)-0.5;
    top: 50%;
    margin-top: -em(20)/2;
    height: em(20);
    border-radius: em(20); }
  input[type="checkbox"] + .form-toggle-label::before {
    width: em(45);
    background: #fbfbfb; }
  input[type="checkbox"] + .form-toggle-label::after {
    content: "";
    width: em(20);
    background: #ffffff center no-repeat;
    border: 2px solid #fbfbfb;
    transition: all 0.3s ease-in-out;
    border-radius: em(20); }

input[type="checkbox"]:checked + .form-toggle-label::before {
  background-color: #000;
  background-position: left 8px center;
  border-color: #000; }

input[type="checkbox"]:checked + .form-toggle-label::after {
  left: em(45)-em(20)-em(45)-0.5;
  border-color: #000; }

/* ================================
/* Component : Form Control Icon
================================ */
.formControlIcon {
  position: relative; }

.formControlIcon .form-control {
  padding-right: em(40, 16); }

.formControlIcon [class*=fa-] {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 50%;
  right: em(14, 18);
  line-height: 1;
  text-align: center;
  font-size: em(18, 16);
  color: #fbfbfb;
  transform: translateY(-50%); }

/* ================================
/* Component : Form Inline
================================ */
.form--inline .form-label, .btn [class*="fa-"] span {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

.form--inline {
  display: flex;
  align-items: top; }

.form--inline .form-group {
  flex-grow: 1;
  margin-bottom: 0; }

.form--inline .form-group:first-child {
  margin-right: 10px; }

.form--inline .form-group:last-child {
  margin-left: 10px; }

.form--inline .form-control {
  border-radius: 0; }

.form--inline .form-group .form-control {
  border-radius: 8px; }

.form--inline .btn {
  border-radius: 0 8px 8px 0; }

/* ================================
/* Component : Button
================================ */
/* Base style
-------------------------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 12px 18px;
  line-height: normal;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-appearance: none; }
  @media (min-width: 481px) {
    .btn + [class*=btn] {
      margin-left: 10px; } }
  .btn:disabled, .is-disabled.btn {
    cursor: default;
    opacity: 0.45 !important;
    background-image: none !important;
    box-shadow: none !important;
    pointer-events: none; }

.btn {
  color: #ffffff;
  background-color: #EA5565; }
  .btn:hover, .btn:focus {
    color: #ffffff;
    background-color: #cd476a;
    border: none; }

/* Modifier : Color
-------------------------- */
.btn--secondary {
  color: #EA5565;
  font-weight: bold;
  background: transparent;
  border: 1px solid #C9C9C9; }
  .btn--secondary:hover, .btn--secondary:focus {
    border: 1px solid #cd476a;
    color: #EA5565;
    background: transparent; }
  .btn--secondary:after {
    content: "\2192";
    font-size: 30px;
    line-height: 16px;
    display: inline-block;
    width: 45px;
    height: 20px; }

.btn--danger {
  background-color: #D24A53; }
  .btn--danger:hover, .btn--danger:focus {
    background: #a83b42; }

/* Modifier : Size
-------------------------- */
.btn--small {
  padding: 8px 18px; }

.btn--big {
  padding: 18px 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em; }

.btn--block {
  display: block;
  width: 100%; }

@media (max-width: 481px) {
  .btn--mobileFull {
    display: block;
    width: 100%;
    overflow: hidden; } }

/* Button icon
-------------------------- */
/* Button label icon
-------------------------- */
.btn--labeled [class*="fa-"],
.btn--labeled-right [class*="fa-"] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 46px;
  margin-right: 0;
  background: rgba(0, 0, 0, 0.075); }

.btn--labeled [class*="fa-"]::before,
.btn--labeled-right [class*="fa-"]::before {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%); }

/* Left label */
.btn--labeled {
  padding-left: 64px; }

.btn--labeled [class*="fa-"] {
  left: 0;
  border-radius: 8px 0 0 8px; }

/* Right label */
.btn--labeled-right {
  padding-right: 64px; }

.btn--labeled-right [class*="fa-"] {
  right: 0;
  border-radius: 0 8px 8px 0; }

/* Button circular
-------------------------- */
.btn--circular {
  padding: 12px;
  border-radius: 100%; }

/* Button grouped
-------------------------- */
.btnGrouped .btn {
  border-radius: 0; }
  .btnGrouped .btn:first-child {
    border-radius: 8px 0 0 8px; }
  .btnGrouped .btn:last-child {
    border-radius: 0 8px 8px 0; }

.btnGrouped .btn + .btn {
  margin-left: -1px; }

/* ================================
/* Component : Button groupped
/*
/* Dependenties : _button.scss
/*
================================ */
.btnGrouped .btn {
  border-radius: 0; }
  .btnGrouped .btn:first-child {
    border-radius: 8px 0 0 8px; }
  .btnGrouped .btn:last-child {
    border-radius: 0 8px 8px 0; }

.btnGrouped .btn + .btn {
  margin-left: -1px; }

/* ================================
/* Component : Header
================================ */
#header {
  background: #1E1D32;
  box-shadow: 0px 0px 1px 1px #0A091D;
  width: 100%;
  height: 75px;
  position: fixed;
  z-index: 99;
  top: 0; }
  #header .wrapper {
    display: flex;
    width: 100%;
    height: 100%; }
    @media (max-width: 930px) {
      #header .wrapper {
        position: relative;
        display: block; } }
    #header .wrapper .header-logo {
      display: flex;
      justify-content: flex-start;
      color: #141229;
      border: none; }
      @media (max-width: 930px) {
        #header .wrapper .header-logo {
          width: 50%;
          display: inline-block;
          float: left; } }
      #header .wrapper .header-logo a {
        border: none;
        display: flex; }
        #header .wrapper .header-logo a:focus {
          outline: none; }
      #header .wrapper .header-logo img {
        width: auto;
        height: 35px;
        align-self: center; }
        @media (max-width: 930px) {
          #header .wrapper .header-logo img {
            height: 30px;
            width: auto;
            margin-top: 20px; } }

/* ================================
/* Component : Footer
================================ */
.footer {
  padding: 25px 0;
  padding-top: 0;
  background-color: #1E1D32; }
  .footer .wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 930px) {
      .footer .wrapper {
        flex-direction: column; } }
  .footer .block-navfooter {
    width: 100%;
    max-width: 960px; }
    .footer .block-navfooter ul {
      padding: 0;
      margin: 0;
      text-align: left; }
      .footer .block-navfooter ul li {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        width: calc(25% - 10px);
        color: #FFF; }
        @media (max-width: 768px) {
          .footer .block-navfooter ul li {
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          .footer .block-navfooter ul li {
            margin-bottom: 10px;
            width: 45%; } }
        .footer .block-navfooter ul li a {
          color: #FFF;
          border-color: #ffffff;
          font-size: 14px;
          text-decoration: none;
          border-bottom: none;
          font-weight: normal; }
          .footer .block-navfooter ul li a:last-child {
            padding-right: 0; }
          .footer .block-navfooter ul li a span {
            display: block; }
          .footer .block-navfooter ul li a:hover {
            color: #EA5565; }
        .footer .block-navfooter ul li ul.subnav {
          margin-top: 60px; }
          .footer .block-navfooter ul li ul.subnav li {
            display: block;
            width: 100%; }
            @media (max-width: 768px) {
              .footer .block-navfooter ul li ul.subnav li {
                border-bottom: none; } }
            .footer .block-navfooter ul li ul.subnav li a {
              font-size: 15px;
              color: #FFF; }
              .footer .block-navfooter ul li ul.subnav li a:hover {
                color: #EA5565; }
            .footer .block-navfooter ul li ul.subnav li:first-child {
              text-transform: uppercase;
              color: #FFF;
              margin-bottom: 1em;
              font-size: 15px;
              font-weight: 600; }
              .footer .block-navfooter ul li ul.subnav li:first-child a {
                font-size: 15px;
                color: #FFF;
                font-weight: 600; }
              .footer .block-navfooter ul li ul.subnav li:first-child:hover {
                color: #FFF; }
            .footer .block-navfooter ul li ul.subnav li.itemtitle {
              color: #ffffff;
              font-weight: normal; }
            .footer .block-navfooter ul li ul.subnav li.subtitle_item {
              text-transform: uppercase;
              margin-top: 20px;
              color: #514F6A; }
              .footer .block-navfooter ul li ul.subnav li.subtitle_item a {
                font-size: 15px;
                color: #000; }
  .footer .block--newsletter {
    width: 100%;
    max-width: 420px;
    margin-top: 60px; }
    @media (max-width: 1169px) {
      .footer .block--newsletter {
        max-width: 275px; } }
    @media (max-width: 768px) {
      .footer .block--newsletter {
        max-width: none; } }
    @media (max-width: 480px) {
      .footer .block--newsletter {
        text-align: center; } }
    .footer .block--newsletter h3 {
      color: #ffffff;
      font-size: 16px;
      margin-top: 0; }
    .footer .block--newsletter form {
      margin-top: 15px;
      width: 100%;
      padding: 3px;
      background-color: #ffffff;
      border-radius: 8px; }
      @media (max-width: 768px) {
        .footer .block--newsletter form {
          margin-top: 0;
          max-width: 100%; } }
      .footer .block--newsletter form.form--full {
        width: 100%; }
      .footer .block--newsletter form .form-control {
        border: none; }
      .footer .block--newsletter form .form-group.form-group--grouped {
        width: 100%;
        margin-right: 0; }
      .footer .block--newsletter form .btn--big {
        padding: .8em 0.9375em !important; }
      .footer .block--newsletter form input {
        padding: .8em 0.9375em; }
      .footer .block--newsletter form input::-webkit-input-placeholder, .footer .block--newsletter form textarea::-webkit-input-placeholder {
        opacity: 1; }
      .footer .block--newsletter form input:-moz-placeholder, .footer .block--newsletter form textarea:-moz-placeholder {
        opacity: 1; }
      .footer .block--newsletter form input::-moz-placeholder, .footer .block--newsletter form textarea::-moz-placeholder {
        opacity: 1; }
      .footer .block--newsletter form input:-ms-input-placeholder, .footer .block--newsletter form textarea:-ms-input-placeholder {
        opacity: 1; }
      .footer .block--newsletter form .btn {
        background-color: #EA5565;
        color: #FFF;
        border-radius: 8px;
        position: relative;
        text-transform: none; }
        .footer .block--newsletter form .btn:hover {
          background-color: #EA5565; }
  .footer .subfooter {
    margin-top: 70px; }
    @media (max-width: 480px) {
      .footer .subfooter .rs {
        display: flex;
        justify-content: center; } }
    .footer .subfooter .rs a {
      background-color: transparent;
      color: #ffffff;
      display: block;
      border: 0;
      width: 30px;
      height: 45px;
      margin-right: 20px;
      line-height: 45px;
      text-align: center;
      float: right;
      font-size: 30px; }
      @media (max-width: 768px) {
        .footer .subfooter .rs a {
          float: left; } }
      .footer .subfooter .rs a:hover {
        color: #EA5565; }
    .footer .subfooter .copyright {
      font-size: 13px;
      color: #ffffff; }
      @media (max-width: 480px) {
        .footer .subfooter .copyright {
          text-align: center; } }
      .footer .subfooter .copyright a {
        color: #ffffff;
        font-weight: inherit;
        border-bottom: none; }
        .footer .subfooter .copyright a:hover {
          color: #EA5565; }

#navmobil {
  display: none; }
  @media (max-width: 930px) {
    #navmobil {
      display: block;
      float: right;
      width: 50%;
      align-self: center;
      cursor: pointer;
      margin-top: 20px;
      text-align: right; } }
  #navmobil i {
    color: #ffffff; }
  #navmobil.clicked i {
    color: #EA5565; }

.navbar {
  width: 100%; }
  @media (max-width: 930px) {
    .navbar {
      display: none; } }
  .navbar #main-navbar {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-self: center;
    height: 100%; }
    .navbar #main-navbar ul {
      align-self: center;
      padding: 0;
      margin: 0; }
      .navbar #main-navbar ul li#solution_item.active {
        background: white; }
        .navbar #main-navbar ul li#solution_item.active a {
          color: #EA5565; }
      .navbar #main-navbar ul li {
        display: inline-block;
        margin-right: 5px; }
        .navbar #main-navbar ul li a {
          color: #ffffff;
          letter-spacing: 0.0625em;
          border: none;
          font-weight: 500;
          font-size: 16px;
          position: relative;
          cursor: pointer;
          display: block;
          padding: 24px 0px;
          margin: 0px 20px; }
          @media (max-width: 480px) {
            .navbar #main-navbar ul li a {
              padding: 18px 10px; } }
          .navbar #main-navbar ul li a:after {
            height: 3px;
            width: 100%;
            position: absolute;
            left: 0;
            content: "";
            background-color: #EA5565;
            bottom: 0px;
            display: none; }
            @media (max-width: 930px) {
              .navbar #main-navbar ul li a:after {
                bottom: -10px; } }
          .navbar #main-navbar ul li a:hover {
            color: #EA5565; }
            .navbar #main-navbar ul li a:hover:after {
              display: block; }
        .navbar #main-navbar ul li:last-child {
          margin-right: 0; }
        .navbar #main-navbar ul li#try_item a {
          background-color: #EA5565;
          color: #ffffff;
          padding: 10px 25px;
          border-radius: 8px; }
        .navbar #main-navbar ul li#try_item:hover a {
          background-color: #cd476a; }
          .navbar #main-navbar ul li#try_item:hover a:hover:after {
            display: none; }
  .navbar.open {
    display: block;
    background-color: #1E1D32;
    margin-left: -20px;
    width: calc(100% + 40px);
    position: relative;
    z-index: 99;
    top: 75px;
    padding-bottom: 20px; }
    .navbar.open #main-navbar {
      justify-content: flex-start; }
      .navbar.open #main-navbar ul {
        width: 100%; }
        .navbar.open #main-navbar ul li {
          display: block;
          padding: 0; }

body.product .navbar #main-navbar ul li#product_item a {
  color: #EA5565; }
  body.product .navbar #main-navbar ul li#product_item a:after {
    display: block; }

body.contact-us .navbar #main-navbar ul li#contact_item a {
  color: #EA5565; }
  body.contact-us .navbar #main-navbar ul li#contact_item a:after {
    display: block; }

body {
  padding-top: 75px; }

section, #product--start .product--start-block1, #product--start .product--start-block2, #product--start .product--start-block3, #product--start .product--start-block4, #product--build .product--build-block1, #product--build .product--build-block2, #product--build .product--build-block3, #product--build .product--build-block4, #product--build .product--build-block5, .aboutus--talk .gopart {
  padding-top: 75px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    section, #product--start .product--start-block1, #product--start .product--start-block2, #product--start .product--start-block3, #product--start .product--start-block4, #product--build .product--build-block1, #product--build .product--build-block2, #product--build .product--build-block3, #product--build .product--build-block4, #product--build .product--build-block5, .aboutus--talk .gopart {
      padding-top: 25px;
      padding-bottom: 25px; } }

a.no-styles {
  text-decoration: none;
  border-bottom: none; }

.section-illustration {
  margin-bottom: 50px; }
  .section-illustration.section-illustration--fix img {
    margin-top: -80px; }
  .section-illustration img {
    width: 100%; }

.block {
  overflow: auto; }

.section-paragraph {
  font-size: 1.25em;
  width: 80%;
  margin: 0 auto; }

.section--title {
  text-align: center;
  margin: 0 0 70px; }
  .section--title p {
    text-transform: none;
    font-size: .6em;
    margin: 20px 14%; }

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

.follow {
  color: white;
  font-weight: bold; }

.head {
  overflow: auto;
  text-align: center; }
  .head.head--small {
    text-align: left; }
    .head.head--small .head-face {
      float: left;
      width: 60px;
      height: 60px;
      margin-right: 10px; }
    .head.head--small .head-details {
      float: left;
      margin-top: 16px;
      font-size: 15px; }
      .head.head--small .head-details .head-name,
      .head.head--small .head-details .head-position {
        font-size: 1em;
        text-transform: none;
        float: left;
        margin-right: 0; }
  .head .head-face {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center; }
  .head .head-details {
    overflow: auto;
    text-align: center;
    margin-top: 25px; }
    .head .head-details .head-name {
      font-weight: bold;
      font-size: 1.4em;
      text-transform: uppercase; }
    .head .head-details .head-position {
      font-size: 1em; }

.quote {
  font-size: 1em;
  text-align: left;
  position: relative;
  margin-top: 0 !important; }
  .quote:before {
    content: "\201C";
    position: absolute;
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 80px;
    left: -50px;
    top: 12px;
    opacity: .5; }
  .quote.quote--small:before {
    font-size: 50px;
    left: -30px;
    top: 9px;
    opacity: 1; }

article {
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    article {
      padding-bottom: 25px; } }

section.title, section.home--splash, #product--start .home--splash.product--start-block1, #product--start .home--splash.product--start-block2, #product--start .home--splash.product--start-block3, #product--start .home--splash.product--start-block4, #product--build .home--splash.product--build-block1, #product--build .home--splash.product--build-block2, #product--build .home--splash.product--build-block3, #product--build .home--splash.product--build-block4, #product--build .home--splash.product--build-block5, .aboutus--talk .home--splash.gopart, #product--start .title.product--start-block1, #product--start .title.product--start-block2, #product--start .title.product--start-block3, #product--start .title.product--start-block4, #product--build .title.product--build-block1, #product--build .title.product--build-block2, #product--build .title.product--build-block3, #product--build .title.product--build-block4, #product--build .title.product--build-block5, .aboutus--talk .title.gopart {
  background-color: #1E1D32;
  min-height: 455px;
  text-align: left;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(../../img/texture-stars.png);
  background-size: cover;
  padding-top: 20px; }
  @media (max-width: 768px) {
    section.title, section.home--splash, #product--start .home--splash.product--start-block1, #product--start .home--splash.product--start-block2, #product--start .home--splash.product--start-block3, #product--start .home--splash.product--start-block4, #product--build .home--splash.product--build-block1, #product--build .home--splash.product--build-block2, #product--build .home--splash.product--build-block3, #product--build .home--splash.product--build-block4, #product--build .home--splash.product--build-block5, .aboutus--talk .home--splash.gopart, #product--start .title.product--start-block1, #product--start .title.product--start-block2, #product--start .title.product--start-block3, #product--start .title.product--start-block4, #product--build .title.product--build-block1, #product--build .title.product--build-block2, #product--build .title.product--build-block3, #product--build .title.product--build-block4, #product--build .title.product--build-block5, .aboutus--talk .title.gopart {
      min-height: 300px; } }
  section.title .title-header, section.home--splash .title-header, #product--start .home--splash.product--start-block1 .title-header, #product--start .home--splash.product--start-block2 .title-header, #product--start .home--splash.product--start-block3 .title-header, #product--start .home--splash.product--start-block4 .title-header, #product--build .home--splash.product--build-block1 .title-header, #product--build .home--splash.product--build-block2 .title-header, #product--build .home--splash.product--build-block3 .title-header, #product--build .home--splash.product--build-block4 .title-header, #product--build .home--splash.product--build-block5 .title-header, .aboutus--talk .home--splash.gopart .title-header, #product--start .title.product--start-block1 .title-header, #product--start .title.product--start-block2 .title-header, #product--start .title.product--start-block3 .title-header, #product--start .title.product--start-block4 .title-header, #product--build .title.product--build-block1 .title-header, #product--build .title.product--build-block2 .title-header, #product--build .title.product--build-block3 .title-header, #product--build .title.product--build-block4 .title-header, #product--build .title.product--build-block5 .title-header, .aboutus--talk .title.gopart .title-header {
    text-align: left;
    width: 65%;
    margin: 0 auto; }
    section.title .title-header.title-header--center, section.home--splash .title-header.title-header--center, #product--start .home--splash.product--start-block1 .title-header.title-header--center, #product--start .home--splash.product--start-block2 .title-header.title-header--center, #product--start .home--splash.product--start-block3 .title-header.title-header--center, #product--start .home--splash.product--start-block4 .title-header.title-header--center, #product--build .home--splash.product--build-block1 .title-header.title-header--center, #product--build .home--splash.product--build-block2 .title-header.title-header--center, #product--build .home--splash.product--build-block3 .title-header.title-header--center, #product--build .home--splash.product--build-block4 .title-header.title-header--center, #product--build .home--splash.product--build-block5 .title-header.title-header--center, .aboutus--talk .home--splash.gopart .title-header.title-header--center, #product--start .title.product--start-block1 .title-header.title-header--center, #product--start .title.product--start-block2 .title-header.title-header--center, #product--start .title.product--start-block3 .title-header.title-header--center, #product--start .title.product--start-block4 .title-header.title-header--center, #product--build .title.product--build-block1 .title-header.title-header--center, #product--build .title.product--build-block2 .title-header.title-header--center, #product--build .title.product--build-block3 .title-header.title-header--center, #product--build .title.product--build-block4 .title-header.title-header--center, #product--build .title.product--build-block5 .title-header.title-header--center, .aboutus--talk .title.gopart .title-header.title-header--center {
      text-align: center; }
    section.title .title-header h1, section.home--splash .title-header h1, #product--start .home--splash.product--start-block1 .title-header h1, #product--start .home--splash.product--start-block2 .title-header h1, #product--start .home--splash.product--start-block3 .title-header h1, #product--start .home--splash.product--start-block4 .title-header h1, #product--build .home--splash.product--build-block1 .title-header h1, #product--build .home--splash.product--build-block2 .title-header h1, #product--build .home--splash.product--build-block3 .title-header h1, #product--build .home--splash.product--build-block4 .title-header h1, #product--build .home--splash.product--build-block5 .title-header h1, .aboutus--talk .home--splash.gopart .title-header h1, #product--start .title.product--start-block1 .title-header h1, #product--start .title.product--start-block2 .title-header h1, #product--start .title.product--start-block3 .title-header h1, #product--start .title.product--start-block4 .title-header h1, #product--build .title.product--build-block1 .title-header h1, #product--build .title.product--build-block2 .title-header h1, #product--build .title.product--build-block3 .title-header h1, #product--build .title.product--build-block4 .title-header h1, #product--build .title.product--build-block5 .title-header h1, .aboutus--talk .title.gopart .title-header h1 {
      font-size: 38px;
      font-weight: 300;
      margin-top: 0;
      text-align: left;
      color: #ffffff; }
      @media (max-width: 768px) {
        section.title .title-header h1, section.home--splash .title-header h1, #product--start .home--splash.product--start-block1 .title-header h1, #product--start .home--splash.product--start-block2 .title-header h1, #product--start .home--splash.product--start-block3 .title-header h1, #product--start .home--splash.product--start-block4 .title-header h1, #product--build .home--splash.product--build-block1 .title-header h1, #product--build .home--splash.product--build-block2 .title-header h1, #product--build .home--splash.product--build-block3 .title-header h1, #product--build .home--splash.product--build-block4 .title-header h1, #product--build .home--splash.product--build-block5 .title-header h1, .aboutus--talk .home--splash.gopart .title-header h1, #product--start .title.product--start-block1 .title-header h1, #product--start .title.product--start-block2 .title-header h1, #product--start .title.product--start-block3 .title-header h1, #product--start .title.product--start-block4 .title-header h1, #product--build .title.product--build-block1 .title-header h1, #product--build .title.product--build-block2 .title-header h1, #product--build .title.product--build-block3 .title-header h1, #product--build .title.product--build-block4 .title-header h1, #product--build .title.product--build-block5 .title-header h1, .aboutus--talk .title.gopart .title-header h1 {
          font-size: 20px;
          max-width: 100%; } }
    section.title .title-header h2, section.home--splash .title-header h2, #product--start .home--splash.product--start-block1 .title-header h2, #product--start .home--splash.product--start-block2 .title-header h2, #product--start .home--splash.product--start-block3 .title-header h2, #product--start .home--splash.product--start-block4 .title-header h2, #product--build .home--splash.product--build-block1 .title-header h2, #product--build .home--splash.product--build-block2 .title-header h2, #product--build .home--splash.product--build-block3 .title-header h2, #product--build .home--splash.product--build-block4 .title-header h2, #product--build .home--splash.product--build-block5 .title-header h2, .aboutus--talk .home--splash.gopart .title-header h2, #product--start .title.product--start-block1 .title-header h2, #product--start .title.product--start-block2 .title-header h2, #product--start .title.product--start-block3 .title-header h2, #product--start .title.product--start-block4 .title-header h2, #product--build .title.product--build-block1 .title-header h2, #product--build .title.product--build-block2 .title-header h2, #product--build .title.product--build-block3 .title-header h2, #product--build .title.product--build-block4 .title-header h2, #product--build .title.product--build-block5 .title-header h2, .aboutus--talk .title.gopart .title-header h2 {
      color: #EA5565;
      font-size: 20px;
      text-transform: none;
      font-weight: 600;
      max-width: 83.33%; }
      @media (max-width: 768px) {
        section.title .title-header h2, section.home--splash .title-header h2, #product--start .home--splash.product--start-block1 .title-header h2, #product--start .home--splash.product--start-block2 .title-header h2, #product--start .home--splash.product--start-block3 .title-header h2, #product--start .home--splash.product--start-block4 .title-header h2, #product--build .home--splash.product--build-block1 .title-header h2, #product--build .home--splash.product--build-block2 .title-header h2, #product--build .home--splash.product--build-block3 .title-header h2, #product--build .home--splash.product--build-block4 .title-header h2, #product--build .home--splash.product--build-block5 .title-header h2, .aboutus--talk .home--splash.gopart .title-header h2, #product--start .title.product--start-block1 .title-header h2, #product--start .title.product--start-block2 .title-header h2, #product--start .title.product--start-block3 .title-header h2, #product--start .title.product--start-block4 .title-header h2, #product--build .title.product--build-block1 .title-header h2, #product--build .title.product--build-block2 .title-header h2, #product--build .title.product--build-block3 .title-header h2, #product--build .title.product--build-block4 .title-header h2, #product--build .title.product--build-block5 .title-header h2, .aboutus--talk .title.gopart .title-header h2 {
          font-size: 17px;
          max-width: 100%; } }
    section.title .title-header h3, section.home--splash .title-header h3, #product--start .home--splash.product--start-block1 .title-header h3, #product--start .home--splash.product--start-block2 .title-header h3, #product--start .home--splash.product--start-block3 .title-header h3, #product--start .home--splash.product--start-block4 .title-header h3, #product--build .home--splash.product--build-block1 .title-header h3, #product--build .home--splash.product--build-block2 .title-header h3, #product--build .home--splash.product--build-block3 .title-header h3, #product--build .home--splash.product--build-block4 .title-header h3, #product--build .home--splash.product--build-block5 .title-header h3, .aboutus--talk .home--splash.gopart .title-header h3, #product--start .title.product--start-block1 .title-header h3, #product--start .title.product--start-block2 .title-header h3, #product--start .title.product--start-block3 .title-header h3, #product--start .title.product--start-block4 .title-header h3, #product--build .title.product--build-block1 .title-header h3, #product--build .title.product--build-block2 .title-header h3, #product--build .title.product--build-block3 .title-header h3, #product--build .title.product--build-block4 .title-header h3, #product--build .title.product--build-block5 .title-header h3, .aboutus--talk .title.gopart .title-header h3 {
      font-size: 20px;
      text-transform: none;
      font-weight: 600;
      max-width: 83.33%; }
      @media (max-width: 768px) {
        section.title .title-header h3, section.home--splash .title-header h3, #product--start .home--splash.product--start-block1 .title-header h3, #product--start .home--splash.product--start-block2 .title-header h3, #product--start .home--splash.product--start-block3 .title-header h3, #product--start .home--splash.product--start-block4 .title-header h3, #product--build .home--splash.product--build-block1 .title-header h3, #product--build .home--splash.product--build-block2 .title-header h3, #product--build .home--splash.product--build-block3 .title-header h3, #product--build .home--splash.product--build-block4 .title-header h3, #product--build .home--splash.product--build-block5 .title-header h3, .aboutus--talk .home--splash.gopart .title-header h3, #product--start .title.product--start-block1 .title-header h3, #product--start .title.product--start-block2 .title-header h3, #product--start .title.product--start-block3 .title-header h3, #product--start .title.product--start-block4 .title-header h3, #product--build .title.product--build-block1 .title-header h3, #product--build .title.product--build-block2 .title-header h3, #product--build .title.product--build-block3 .title-header h3, #product--build .title.product--build-block4 .title-header h3, #product--build .title.product--build-block5 .title-header h3, .aboutus--talk .title.gopart .title-header h3 {
          font-size: 17px;
          max-width: 100%; } }
    section.title .title-header span.pretitle, section.home--splash .title-header span.pretitle, #product--start .home--splash.product--start-block1 .title-header span.pretitle, #product--start .home--splash.product--start-block2 .title-header span.pretitle, #product--start .home--splash.product--start-block3 .title-header span.pretitle, #product--start .home--splash.product--start-block4 .title-header span.pretitle, #product--build .home--splash.product--build-block1 .title-header span.pretitle, #product--build .home--splash.product--build-block2 .title-header span.pretitle, #product--build .home--splash.product--build-block3 .title-header span.pretitle, #product--build .home--splash.product--build-block4 .title-header span.pretitle, #product--build .home--splash.product--build-block5 .title-header span.pretitle, .aboutus--talk .home--splash.gopart .title-header span.pretitle, #product--start .title.product--start-block1 .title-header span.pretitle, #product--start .title.product--start-block2 .title-header span.pretitle, #product--start .title.product--start-block3 .title-header span.pretitle, #product--start .title.product--start-block4 .title-header span.pretitle, #product--build .title.product--build-block1 .title-header span.pretitle, #product--build .title.product--build-block2 .title-header span.pretitle, #product--build .title.product--build-block3 .title-header span.pretitle, #product--build .title.product--build-block4 .title-header span.pretitle, #product--build .title.product--build-block5 .title-header span.pretitle, .aboutus--talk .title.gopart .title-header span.pretitle {
      font-size: 1.25em;
      font-style: italic;
      display: block; }
    section.title .title-header p, section.home--splash .title-header p, #product--start .home--splash.product--start-block1 .title-header p, #product--start .home--splash.product--start-block2 .title-header p, #product--start .home--splash.product--start-block3 .title-header p, #product--start .home--splash.product--start-block4 .title-header p, #product--build .home--splash.product--build-block1 .title-header p, #product--build .home--splash.product--build-block2 .title-header p, #product--build .home--splash.product--build-block3 .title-header p, #product--build .home--splash.product--build-block4 .title-header p, #product--build .home--splash.product--build-block5 .title-header p, .aboutus--talk .home--splash.gopart .title-header p, #product--start .title.product--start-block1 .title-header p, #product--start .title.product--start-block2 .title-header p, #product--start .title.product--start-block3 .title-header p, #product--start .title.product--start-block4 .title-header p, #product--build .title.product--build-block1 .title-header p, #product--build .title.product--build-block2 .title-header p, #product--build .title.product--build-block3 .title-header p, #product--build .title.product--build-block4 .title-header p, #product--build .title.product--build-block5 .title-header p, .aboutus--talk .title.gopart .title-header p {
      color: #ffffff;
      max-width: 83.33%; }
      @media (max-width: 768px) {
        section.title .title-header p, section.home--splash .title-header p, #product--start .home--splash.product--start-block1 .title-header p, #product--start .home--splash.product--start-block2 .title-header p, #product--start .home--splash.product--start-block3 .title-header p, #product--start .home--splash.product--start-block4 .title-header p, #product--build .home--splash.product--build-block1 .title-header p, #product--build .home--splash.product--build-block2 .title-header p, #product--build .home--splash.product--build-block3 .title-header p, #product--build .home--splash.product--build-block4 .title-header p, #product--build .home--splash.product--build-block5 .title-header p, .aboutus--talk .home--splash.gopart .title-header p, #product--start .title.product--start-block1 .title-header p, #product--start .title.product--start-block2 .title-header p, #product--start .title.product--start-block3 .title-header p, #product--start .title.product--start-block4 .title-header p, #product--build .title.product--build-block1 .title-header p, #product--build .title.product--build-block2 .title-header p, #product--build .title.product--build-block3 .title-header p, #product--build .title.product--build-block4 .title-header p, #product--build .title.product--build-block5 .title-header p, .aboutus--talk .title.gopart .title-header p {
          max-width: 100%; } }

.btn-primary, .btn-secondary, .btn-tiercary {
  background-color: #1E1D32;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  min-width: 300px;
  display: inline-block;
  white-space: initial;
  padding: 20px; }
  @media (max-width: 768px) {
    .btn-primary, .btn-secondary, .btn-tiercary {
      min-width: 0;
      display: block;
      margin-bottom: 10px;
      margin-left: 0 !important; } }

.btn--big {
  text-transform: uppercase;
  padding: 1.125em 2em !important; }

.btn-primary {
  background-color: #1E1D32; }
  .btn-primary:hover, .btn-primary:focus {
    color: #EA5565; }

.btn-secondary {
  background-color: #EA5565; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #1E1D32;
    color: #EA5565; }

.btn-tiercary {
  background-color: #ffffff;
  color: #EA5565; }
  .btn-tiercary:hover, .btn-tiercary:focus {
    background-color: #ffffff;
    color: #EA5565; }

.card {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
  padding: 80px 100px;
  box-shadow: 0px 5px 30px rgba(51, 51, 51, 0.1);
  border-radius: 12px; }

.block--contact {
  display: inline-block;
  width: 100%; }
  .block--contact .block--contact-L {
    max-width: 640px;
    margin: 0 auto;
    overflow-y: hidden; }
    @media (max-width: 481px) {
      .block--contact .block--contact-L {
        display: none; } }
    .block--contact .block--contact-L .head {
      float: left;
      width: 200px; }
    .block--contact .block--contact-L .quote {
      display: block;
      width: 360px;
      position: relative;
      margin: 0 0 0 60px;
      top: 40px;
      float: left; }
  .block--contact .block--contact-R {
    width: 100%;
    float: right;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .block--contact .block--contact-R {
        width: 100%;
        float: none; } }
  .block--contact h2 {
    margin: 0;
    font-size: 38px;
    color: #1E1D32; }
    @media (max-width: 768px) {
      .block--contact h2 {
        font-size: 20px;
        text-align: center; } }
    .block--contact h2::first-letter {
      text-transform: capitalize; }
  .block--contact .form {
    text-align: left;
    max-width: 620px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .block--contact .form {
        max-width: 100%;
        margin: auto; } }
    .block--contact .form .form-group {
      margin-bottom: 20px; }
      .block--contact .form .form-group label {
        display: none; }
      .block--contact .form .form-group input, .block--contact .form .form-group textarea {
        background-color: #fbfbfb;
        padding: 13px 16px; }
      .block--contact .form .form-group input::-webkit-input-placeholder, .block--contact .form .form-group textarea::-webkit-input-placeholder {
        opacity: 1; }
      .block--contact .form .form-group input:-moz-placeholder, .block--contact .form .form-group textarea:-moz-placeholder {
        opacity: 1; }
      .block--contact .form .form-group input::-moz-placeholder, .block--contact .form .form-group textarea::-moz-placeholder {
        opacity: 1; }
      .block--contact .form .form-group input:-ms-input-placeholder, .block--contact .form .form-group textarea:-ms-input-placeholder {
        opacity: 1; }
    .block--contact .form .form-checkbox label {
      display: block; }
    .block--contact .form .form-checkbox input[type="checkbox"] + label::before {
      background-color: #fbfbfb;
      border: none;
      position: relative;
      top: -2px; }
    .block--contact .form .form-checkbox input[type="checkbox"]:checked + label::before {
      background-color: #EA5565; }
    .block--contact .form .footer-form-group {
      margin-top: 20px;
      margin-bottom: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 768px) {
        .block--contact .form .footer-form-group {
          display: block;
          text-align: center; } }
      .block--contact .form .footer-form-group span {
        color: #1E1D32; }
      .block--contact .form .footer-form-group button span {
        color: #ffffff; }
      .block--contact .form .footer-form-group a {
        border-bottom: none; }
        .block--contact .form .footer-form-group a span {
          margin-right: 5px;
          border-bottom: 1px solid;
          font-weight: 900; }
          @media (max-width: 768px) {
            .block--contact .form .footer-form-group a span {
              margin: 20px; } }
        .block--contact .form .footer-form-group a i {
          font-weight: 900; }

.fixed-contact {
  background-color: #ffffff;
  position: fixed;
  right: 0;
  top: 215px;
  z-index: 99;
  width: 160px;
  padding: 20px 10px; }
  @media (max-width: 1170px) {
    .fixed-contact {
      display: none; } }
  .fixed-contact p {
    text-transform: uppercase;
    font-size: 14px;
    width: calc(100% - 40px);
    float: left;
    line-height: normal;
    font-weight: 700; }
  .fixed-contact .btn {
    font-size: 14px;
    white-space: normal;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    min-width: inherit; }
  .fixed-contact .avatar {
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    top: 3px; }

.testimonial {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 75px; }
  .testimonial-resume {
    max-width: 900px;
    width: 100%;
    margin: auto;
    margin-bottom: 50px; }
    .testimonial-resume blockquote {
      font-size: 35px;
      line-height: 1.5;
      font-weight: 300; }
      .testimonial-resume blockquote:before {
        content: open-quote;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em; }
      .testimonial-resume blockquote:after {
        content: close-quote;
        line-height: 0.1em;
        margin-left: 0.25em;
        vertical-align: -0.6em; }
      @media (max-width: 768px) {
        .testimonial-resume blockquote {
          font-size: 23px; } }
  .testimonial-logo {
    max-width: 100px;
    width: 100%;
    margin: auto; }
  .testimonial-avatar {
    margin-bottom: 20px;
    border: 10px solid #ffffff;
    border-radius: 100%;
    overflow: hidden;
    width: 120px;
    height: auto; }
  .testimonial-name {
    font-size: 18px;
    font-weight: bold; }
    .testimonial-name span {
      font-weight: normal; }
  .testimonial.testimonial--bforbank .testimonial-logo {
    margin-bottom: 50px; }

.block--ready {
  position: relative;
  min-height: 300px;
  margin-top: 75px;
  padding: 0; }
  @media (max-width: 768px) {
    .block--ready {
      min-height: 0; } }
  .block--ready:before {
    position: absolute;
    width: 100%;
    height: 40%;
    background-color: #1E1D32;
    content: "";
    left: 0;
    bottom: 0px;
    pointer-events: none;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .block--ready:before {
        display: none; } }
  .block--ready .block--ready_inner {
    background-color: #ffffff;
    position: relative;
    border-left: 20px solid #EA5565;
    width: 90%;
    float: right;
    max-width: 1400px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 0; }
    @media (max-width: 768px) {
      .block--ready .block--ready_inner {
        width: 100%;
        float: none;
        flex-direction: column; } }
    .block--ready .block--ready_inner .block--ready_content {
      margin-left: 50px; }
      @media (max-width: 768px) {
        .block--ready .block--ready_inner .block--ready_content {
          margin-left: 0px;
          text-align: center; } }
      .block--ready .block--ready_inner .block--ready_content img {
        float: left; }
        @media (max-width: 1170px) {
          .block--ready .block--ready_inner .block--ready_content img {
            max-width: 100px; } }
        @media (max-width: 768px) {
          .block--ready .block--ready_inner .block--ready_content img {
            float: none;
            margin-bottom: 20px;
            max-width: 100px;
            height: auto; } }
      .block--ready .block--ready_inner .block--ready_content .ready-avatar {
        border: 10px solid #ffffff;
        border-radius: 100%;
        overflow: hidden;
        width: 140px;
        height: auto; }
      .block--ready .block--ready_inner .block--ready_content h2 {
        text-transform: none;
        text-align: left;
        padding-left: 160px;
        margin-bottom: 0;
        position: relative;
        top: 20px; }
        @media (max-width: 1170px) {
          .block--ready .block--ready_inner .block--ready_content h2 {
            padding-left: 120px;
            font-size: 32px;
            margin-top: 15px;
            top: 0px; } }
        @media (max-width: 768px) {
          .block--ready .block--ready_inner .block--ready_content h2 {
            padding-left: 0px;
            text-align: center; } }
      .block--ready .block--ready_inner .block--ready_content p {
        padding-left: 160px;
        margin-bottom: 0;
        font-size: 18px;
        color: #1E1D32;
        font-weight: bold; }
        @media (max-width: 1170px) {
          .block--ready .block--ready_inner .block--ready_content p {
            padding-left: 120px;
            margin-top: 0; } }
        @media (max-width: 768px) {
          .block--ready .block--ready_inner .block--ready_content p {
            padding-left: 0px;
            margin-top: 0;
            margin-bottom: 20px; } }
        .block--ready .block--ready_inner .block--ready_content p span {
          color: #141229;
          font-weight: normal; }
    .block--ready .block--ready_inner .block--ready_btn {
      margin-left: 50px;
      display: flex; }
      @media (max-width: 1170px) {
        .block--ready .block--ready_inner .block--ready_btn {
          margin-left: 20px; } }
      @media (max-width: 930px) {
        .block--ready .block--ready_inner .block--ready_btn {
          flex-direction: column; } }
      .block--ready .block--ready_inner .block--ready_btn .btn {
        margin-bottom: 10px; }
        @media (max-width: 930px) {
          .block--ready .block--ready_inner .block--ready_btn .btn {
            margin-left: 0; } }

.home--splash {
  padding-top: 80px !important;
  min-height: 740px !important;
  position: relative; }
  .home--splash:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 300px solid #fbfbfb;
    border-left: 100vw solid transparent; }
    @media (max-width: 768px) {
      .home--splash:before {
        display: none; } }
  .home--splash .home--splash-content,
  .home--splash .home--splash-screen {
    z-index: 1;
    position: relative;
    float: left;
    width: 37%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .home--splash .home--splash-content,
      .home--splash .home--splash-screen {
        width: 50%;
        float: none; } }
    @media (max-width: 768px) {
      .home--splash .home--splash-content,
      .home--splash .home--splash-screen {
        width: 100%;
        float: none;
        text-align: center; } }
    @media (max-width: 480px) {
      .home--splash .home--splash-content,
      .home--splash .home--splash-screen {
        text-align: center; } }
  .home--splash .home--splash-screen {
    max-width: 1100px;
    width: 100%;
    height: 820px;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 1600px) {
      .home--splash .home--splash-screen {
        max-width: 1000px; } }
    @media (max-width: 1366px) {
      .home--splash .home--splash-screen {
        max-width: 900px; } }
    @media (max-width: 1170px) {
      .home--splash .home--splash-screen {
        max-width: 700px; } }
    @media (max-width: 1025px) {
      .home--splash .home--splash-screen {
        max-width: 600px; } }
    @media (max-width: 768px) {
      .home--splash .home--splash-screen {
        display: none; } }
    .home--splash .home--splash-screen:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background-image: url(../../img/home-splash.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0; }
  .home--splash .home--splash-content h1 {
    font-size: 60px;
    margin-top: 0;
    color: #ffffff; }
    @media (max-width: 1024px) {
      .home--splash .home--splash-content h1 {
        font-size: 35px; } }
  .home--splash .home--splash-content h2 {
    font-size: 19px;
    text-transform: none;
    color: #ffffff;
    line-height: 1.8; }
    @media (max-width: 930px) {
      .home--splash .home--splash-content h2 {
        font-size: 17px; } }
  .home--splash .home--splash-content .mobilimg {
    display: none; }
    @media (max-width: 768px) {
      .home--splash .home--splash-content .mobilimg {
        display: block; } }
  .home--splash .home--splash-content .lk-demo {
    margin-top: 60px; }
    @media (max-width: 1024px) {
      .home--splash .home--splash-content .lk-demo {
        margin-top: 40px; } }
    @media (max-width: 480px) {
      .home--splash .home--splash-content .lk-demo .btn {
        margin-bottom: 20px; } }
    .home--splash .home--splash-content .lk-demo .btn--secondary {
      color: #ffffff; }

.home--resum {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 150px;
  text-align: center;
  overflow-x: hidden; }
  .home--resum h2 {
    margin-bottom: 30px; }
  .home--resum p {
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px; }
  .home--resum .imgwrapper {
    position: relative;
    background-color: transparent; }
    .home--resum .imgwrapper::before {
      background: url("../img/HO_illus-Home_B1.png") center 35% repeat-x;
      content: " ";
      position: absolute;
      width: 200%;
      height: 100%;
      z-index: -1;
      left: -50%; }
      @media (max-width: 480px) {
        .home--resum .imgwrapper::before {
          height: 0; } }

.home--heightlevel {
  padding-top: 100px; }
  .home--heightlevel .wrapper {
    background-color: #ffffff;
    padding: 80px 100px;
    box-shadow: 0px 5px 30px rgba(51, 51, 51, 0.1);
    border-radius: 12px;
    text-align: center; }
    @media (max-width: 1024px) {
      .home--heightlevel .wrapper {
        padding: 60px 80px; } }
    @media (max-width: 930px) {
      .home--heightlevel .wrapper {
        padding: 20px 40px; } }
  .home--heightlevel ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    text-align: left; }
    @media (max-width: 768px) {
      .home--heightlevel ul {
        flex-wrap: wrap; } }
    .home--heightlevel ul li {
      display: flex;
      list-style: none;
      color: #1E1D32;
      padding: 20px;
      justify-content: flex-start;
      flex-direction: column;
      width: 33%; }
      @media (max-width: 768px) {
        .home--heightlevel ul li {
          width: 100%; } }
      .home--heightlevel ul li .icone {
        display: flex;
        height: 180px;
        align-items: flex-end;
        width: 100%; }
        .home--heightlevel ul li .icone img {
          width: 100%;
          height: 100%;
          max-width: none; }
      .home--heightlevel ul li h3 {
        font-size: 31px;
        min-height: 81px;
        text-align: center; }
        @media (max-width: 930px) {
          .home--heightlevel ul li h3 {
            min-height: 0;
            font-size: 23px; } }
      .home--heightlevel ul li p {
        margin-top: 0;
        font-size: 16px; }

.home--usecase {
  padding: 100px 0 0 0; }
  .home--usecase ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 0 100px 75px 100px;
    /*background-color: $clr-light;
    padding: 35px 80px;
    box-shadow: $shadow;
    border-radius: 12px;*/ }
    @media (max-width: 1024px) {
      .home--usecase ul {
        padding: 60px 80px; } }
    @media (max-width: 930px) {
      .home--usecase ul {
        padding: 20px 40px; } }
    @media (max-width: 930px) {
      .home--usecase ul {
        flex-wrap: wrap; } }
    .home--usecase ul li {
      display: flex;
      align-items: center;
      list-style: none;
      color: #1E1D32;
      padding: 0 20px 20px 20px;
      justify-content: flex-start;
      flex-direction: column;
      text-align: center; }
      .home--usecase ul li .icone {
        display: flex;
        height: 200px;
        align-items: flex-start; }
        .home--usecase ul li .icone img {
          width: 100%;
          height: 100%;
          max-width: none; }
      .home--usecase ul li h3 {
        min-height: 58px;
        margin: 0; }

.home--trust {
  padding-top: 50px; }
  @media (max-width: 480px) {
    .home--trust {
      display: none; } }
  .home--trust ul.partlogo {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    background-color: #ffffff;
    padding: 35px 80px;
    box-shadow: 0px 5px 30px rgba(51, 51, 51, 0.1);
    border-radius: 12px;
    flex-wrap: wrap; }
    @media (max-width: 930px) {
      .home--trust ul.partlogo {
        text-align: center;
        padding: 20px 40px; } }
    .home--trust ul.partlogo li {
      display: flex;
      align-items: center;
      list-style: none;
      color: #1E1D32;
      padding: 20px;
      justify-content: center; }
      @media (max-width: 768px) {
        .home--trust ul.partlogo li {
          width: 50%; } }
      .home--trust ul.partlogo li img {
        max-width: 100%; }
        @media (max-width: 768px) {
          .home--trust ul.partlogo li img {
            max-width: 60%; } }
  .home--trust .trust--details {
    text-align: center;
    margin-top: 40px;
    font-size: 1.05em; }

.trynow--splash {
  height: calc(100vh - 90px);
  min-height: 800px;
  display: flex;
  padding: 0;
  background-image: url(../../img/bg-trynow.png);
  background-position: center center;
  background-size: cover; }
  @media (max-width: 768px) {
    .trynow--splash {
      height: auto;
      background-image: none; } }
  .trynow--splash .trynow--inner {
    max-width: 615px;
    width: 100%;
    margin: auto;
    align-self: center;
    text-align: center;
    padding: 20px 70px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3); }
    @media (max-width: 768px) {
      .trynow--splash .trynow--inner {
        box-shadow: none;
        border-radius: 0;
        max-width: 100%;
        padding: 20px; } }
    .trynow--splash .trynow--inner .form {
      text-align: left;
      margin: auto; }
      @media (max-width: 768px) {
        .trynow--splash .trynow--inner .form {
          max-width: 95%; } }
      .trynow--splash .trynow--inner .form .form-group {
        margin-bottom: 10px; }
        .trynow--splash .trynow--inner .form .form-group label {
          display: none; }
        .trynow--splash .trynow--inner .form .form-group input {
          background-color: #fbfbfb;
          color: #1E1D32;
          border: none;
          padding: 13px 16px; }
        .trynow--splash .trynow--inner .form .form-group input::-webkit-input-placeholder {
          color: #1E1D32; }
        .trynow--splash .trynow--inner .form .form-group input:-moz-placeholder {
          color: #1E1D32; }
        .trynow--splash .trynow--inner .form .form-group input::-moz-placeholder {
          color: #1E1D32; }
        .trynow--splash .trynow--inner .form .form-group input:-ms-input-placeholder {
          color: #1E1D32; }
      .trynow--splash .trynow--inner .form .footer-form-group {
        margin-top: 20px;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px; }
        @media (max-width: 768px) {
          .trynow--splash .trynow--inner .form .footer-form-group {
            display: block;
            text-align: center; } }
        .trynow--splash .trynow--inner .form .footer-form-group .btn {
          width: 100%;
          display: block;
          margin-bottom: 10px; }
        .trynow--splash .trynow--inner .form .footer-form-group span {
          color: #1E1D32; }
          .trynow--splash .trynow--inner .form .footer-form-group span.link {
            padding: 12px 0;
            border-bottom: 1px solid;
            font-weight: 900;
            cursor: pointer;
            transition: all 0.3s ease-in-out; }
            @media (max-width: 768px) {
              .trynow--splash .trynow--inner .form .footer-form-group span.link {
                margin: 20px; } }
            .trynow--splash .trynow--inner .form .footer-form-group span.link:hover {
              color: #EA5565; }
        .trynow--splash .trynow--inner .form .footer-form-group a {
          border-bottom: none; }
          .trynow--splash .trynow--inner .form .footer-form-group a span {
            margin-right: 5px;
            border-bottom: 1px solid;
            font-weight: 900; }
            @media (max-width: 768px) {
              .trynow--splash .trynow--inner .form .footer-form-group a span {
                margin: 20px; } }
          .trynow--splash .trynow--inner .form .footer-form-group a i {
            font-weight: 900; }

.product section.title, .product section.home--splash, .product #product--start .home--splash.product--start-block1, #product--start .product .home--splash.product--start-block1, .product #product--start .home--splash.product--start-block2, #product--start .product .home--splash.product--start-block2, .product #product--start .home--splash.product--start-block3, #product--start .product .home--splash.product--start-block3, .product #product--start .home--splash.product--start-block4, #product--start .product .home--splash.product--start-block4, .product #product--build .home--splash.product--build-block1, #product--build .product .home--splash.product--build-block1, .product #product--build .home--splash.product--build-block2, #product--build .product .home--splash.product--build-block2, .product #product--build .home--splash.product--build-block3, #product--build .product .home--splash.product--build-block3, .product #product--build .home--splash.product--build-block4, #product--build .product .home--splash.product--build-block4, .product #product--build .home--splash.product--build-block5, #product--build .product .home--splash.product--build-block5, .product .aboutus--talk .home--splash.gopart, .aboutus--talk .product .home--splash.gopart, .product #product--start .title.product--start-block1, #product--start .product .title.product--start-block1, .product #product--start .title.product--start-block2, #product--start .product .title.product--start-block2, .product #product--start .title.product--start-block3, #product--start .product .title.product--start-block3, .product #product--start .title.product--start-block4, #product--start .product .title.product--start-block4, .product #product--build .title.product--build-block1, #product--build .product .title.product--build-block1, .product #product--build .title.product--build-block2, #product--build .product .title.product--build-block2, .product #product--build .title.product--build-block3, #product--build .product .title.product--build-block3, .product #product--build .title.product--build-block4, #product--build .product .title.product--build-block4, .product #product--build .title.product--build-block5, #product--build .product .title.product--build-block5, .product .aboutus--talk .title.gopart, .aboutus--talk .product .title.gopart {
  padding-bottom: 0;
  position: relative; }
  .product section.title .title-header, .product section.home--splash .title-header, .product #product--start .home--splash.product--start-block1 .title-header, #product--start .product .home--splash.product--start-block1 .title-header, .product #product--start .home--splash.product--start-block2 .title-header, #product--start .product .home--splash.product--start-block2 .title-header, .product #product--start .home--splash.product--start-block3 .title-header, #product--start .product .home--splash.product--start-block3 .title-header, .product #product--start .home--splash.product--start-block4 .title-header, #product--start .product .home--splash.product--start-block4 .title-header, .product #product--build .home--splash.product--build-block1 .title-header, #product--build .product .home--splash.product--build-block1 .title-header, .product #product--build .home--splash.product--build-block2 .title-header, #product--build .product .home--splash.product--build-block2 .title-header, .product #product--build .home--splash.product--build-block3 .title-header, #product--build .product .home--splash.product--build-block3 .title-header, .product #product--build .home--splash.product--build-block4 .title-header, #product--build .product .home--splash.product--build-block4 .title-header, .product #product--build .home--splash.product--build-block5 .title-header, #product--build .product .home--splash.product--build-block5 .title-header, .product .aboutus--talk .home--splash.gopart .title-header, .aboutus--talk .product .home--splash.gopart .title-header, .product #product--start .title.product--start-block1 .title-header, #product--start .product .title.product--start-block1 .title-header, .product #product--start .title.product--start-block2 .title-header, #product--start .product .title.product--start-block2 .title-header, .product #product--start .title.product--start-block3 .title-header, #product--start .product .title.product--start-block3 .title-header, .product #product--start .title.product--start-block4 .title-header, #product--start .product .title.product--start-block4 .title-header, .product #product--build .title.product--build-block1 .title-header, #product--build .product .title.product--build-block1 .title-header, .product #product--build .title.product--build-block2 .title-header, #product--build .product .title.product--build-block2 .title-header, .product #product--build .title.product--build-block3 .title-header, #product--build .product .title.product--build-block3 .title-header, .product #product--build .title.product--build-block4 .title-header, #product--build .product .title.product--build-block4 .title-header, .product #product--build .title.product--build-block5 .title-header, #product--build .product .title.product--build-block5 .title-header, .product .aboutus--talk .title.gopart .title-header, .aboutus--talk .product .title.gopart .title-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .product section.title .title-header, .product section.home--splash .title-header, .product #product--start .home--splash.product--start-block1 .title-header, #product--start .product .home--splash.product--start-block1 .title-header, .product #product--start .home--splash.product--start-block2 .title-header, #product--start .product .home--splash.product--start-block2 .title-header, .product #product--start .home--splash.product--start-block3 .title-header, #product--start .product .home--splash.product--start-block3 .title-header, .product #product--start .home--splash.product--start-block4 .title-header, #product--start .product .home--splash.product--start-block4 .title-header, .product #product--build .home--splash.product--build-block1 .title-header, #product--build .product .home--splash.product--build-block1 .title-header, .product #product--build .home--splash.product--build-block2 .title-header, #product--build .product .home--splash.product--build-block2 .title-header, .product #product--build .home--splash.product--build-block3 .title-header, #product--build .product .home--splash.product--build-block3 .title-header, .product #product--build .home--splash.product--build-block4 .title-header, #product--build .product .home--splash.product--build-block4 .title-header, .product #product--build .home--splash.product--build-block5 .title-header, #product--build .product .home--splash.product--build-block5 .title-header, .product .aboutus--talk .home--splash.gopart .title-header, .aboutus--talk .product .home--splash.gopart .title-header, .product #product--start .title.product--start-block1 .title-header, #product--start .product .title.product--start-block1 .title-header, .product #product--start .title.product--start-block2 .title-header, #product--start .product .title.product--start-block2 .title-header, .product #product--start .title.product--start-block3 .title-header, #product--start .product .title.product--start-block3 .title-header, .product #product--start .title.product--start-block4 .title-header, #product--start .product .title.product--start-block4 .title-header, .product #product--build .title.product--build-block1 .title-header, #product--build .product .title.product--build-block1 .title-header, .product #product--build .title.product--build-block2 .title-header, #product--build .product .title.product--build-block2 .title-header, .product #product--build .title.product--build-block3 .title-header, #product--build .product .title.product--build-block3 .title-header, .product #product--build .title.product--build-block4 .title-header, #product--build .product .title.product--build-block4 .title-header, .product #product--build .title.product--build-block5 .title-header, #product--build .product .title.product--build-block5 .title-header, .product .aboutus--talk .title.gopart .title-header, .aboutus--talk .product .title.gopart .title-header {
        flex-direction: row; } }
  .product section.title h1, .product section.home--splash h1, .product #product--start .home--splash.product--start-block1 h1, #product--start .product .home--splash.product--start-block1 h1, .product #product--start .home--splash.product--start-block2 h1, #product--start .product .home--splash.product--start-block2 h1, .product #product--start .home--splash.product--start-block3 h1, #product--start .product .home--splash.product--start-block3 h1, .product #product--start .home--splash.product--start-block4 h1, #product--start .product .home--splash.product--start-block4 h1, .product #product--build .home--splash.product--build-block1 h1, #product--build .product .home--splash.product--build-block1 h1, .product #product--build .home--splash.product--build-block2 h1, #product--build .product .home--splash.product--build-block2 h1, .product #product--build .home--splash.product--build-block3 h1, #product--build .product .home--splash.product--build-block3 h1, .product #product--build .home--splash.product--build-block4 h1, #product--build .product .home--splash.product--build-block4 h1, .product #product--build .home--splash.product--build-block5 h1, #product--build .product .home--splash.product--build-block5 h1, .product .aboutus--talk .home--splash.gopart h1, .aboutus--talk .product .home--splash.gopart h1, .product #product--start .title.product--start-block1 h1, #product--start .product .title.product--start-block1 h1, .product #product--start .title.product--start-block2 h1, #product--start .product .title.product--start-block2 h1, .product #product--start .title.product--start-block3 h1, #product--start .product .title.product--start-block3 h1, .product #product--start .title.product--start-block4 h1, #product--start .product .title.product--start-block4 h1, .product #product--build .title.product--build-block1 h1, #product--build .product .title.product--build-block1 h1, .product #product--build .title.product--build-block2 h1, #product--build .product .title.product--build-block2 h1, .product #product--build .title.product--build-block3 h1, #product--build .product .title.product--build-block3 h1, .product #product--build .title.product--build-block4 h1, #product--build .product .title.product--build-block4 h1, .product #product--build .title.product--build-block5 h1, #product--build .product .title.product--build-block5 h1, .product .aboutus--talk .title.gopart h1, .aboutus--talk .product .title.gopart h1 {
    text-align: center;
    margin: 10px;
    font-size: 60px; }
    @media (max-width: 768px) {
      .product section.title h1, .product section.home--splash h1, .product #product--start .home--splash.product--start-block1 h1, #product--start .product .home--splash.product--start-block1 h1, .product #product--start .home--splash.product--start-block2 h1, #product--start .product .home--splash.product--start-block2 h1, .product #product--start .home--splash.product--start-block3 h1, #product--start .product .home--splash.product--start-block3 h1, .product #product--start .home--splash.product--start-block4 h1, #product--start .product .home--splash.product--start-block4 h1, .product #product--build .home--splash.product--build-block1 h1, #product--build .product .home--splash.product--build-block1 h1, .product #product--build .home--splash.product--build-block2 h1, #product--build .product .home--splash.product--build-block2 h1, .product #product--build .home--splash.product--build-block3 h1, #product--build .product .home--splash.product--build-block3 h1, .product #product--build .home--splash.product--build-block4 h1, #product--build .product .home--splash.product--build-block4 h1, .product #product--build .home--splash.product--build-block5 h1, #product--build .product .home--splash.product--build-block5 h1, .product .aboutus--talk .home--splash.gopart h1, .aboutus--talk .product .home--splash.gopart h1, .product #product--start .title.product--start-block1 h1, #product--start .product .title.product--start-block1 h1, .product #product--start .title.product--start-block2 h1, #product--start .product .title.product--start-block2 h1, .product #product--start .title.product--start-block3 h1, #product--start .product .title.product--start-block3 h1, .product #product--start .title.product--start-block4 h1, #product--start .product .title.product--start-block4 h1, .product #product--build .title.product--build-block1 h1, #product--build .product .title.product--build-block1 h1, .product #product--build .title.product--build-block2 h1, #product--build .product .title.product--build-block2 h1, .product #product--build .title.product--build-block3 h1, #product--build .product .title.product--build-block3 h1, .product #product--build .title.product--build-block4 h1, #product--build .product .title.product--build-block4 h1, .product #product--build .title.product--build-block5 h1, #product--build .product .title.product--build-block5 h1, .product .aboutus--talk .title.gopart h1, .aboutus--talk .product .title.gopart h1 {
        font-size: 40px; } }
  .product section.title img, .product section.home--splash img, .product #product--start .home--splash.product--start-block1 img, #product--start .product .home--splash.product--start-block1 img, .product #product--start .home--splash.product--start-block2 img, #product--start .product .home--splash.product--start-block2 img, .product #product--start .home--splash.product--start-block3 img, #product--start .product .home--splash.product--start-block3 img, .product #product--start .home--splash.product--start-block4 img, #product--start .product .home--splash.product--start-block4 img, .product #product--build .home--splash.product--build-block1 img, #product--build .product .home--splash.product--build-block1 img, .product #product--build .home--splash.product--build-block2 img, #product--build .product .home--splash.product--build-block2 img, .product #product--build .home--splash.product--build-block3 img, #product--build .product .home--splash.product--build-block3 img, .product #product--build .home--splash.product--build-block4 img, #product--build .product .home--splash.product--build-block4 img, .product #product--build .home--splash.product--build-block5 img, #product--build .product .home--splash.product--build-block5 img, .product .aboutus--talk .home--splash.gopart img, .aboutus--talk .product .home--splash.gopart img, .product #product--start .title.product--start-block1 img, #product--start .product .title.product--start-block1 img, .product #product--start .title.product--start-block2 img, #product--start .product .title.product--start-block2 img, .product #product--start .title.product--start-block3 img, #product--start .product .title.product--start-block3 img, .product #product--start .title.product--start-block4 img, #product--start .product .title.product--start-block4 img, .product #product--build .title.product--build-block1 img, #product--build .product .title.product--build-block1 img, .product #product--build .title.product--build-block2 img, #product--build .product .title.product--build-block2 img, .product #product--build .title.product--build-block3 img, #product--build .product .title.product--build-block3 img, .product #product--build .title.product--build-block4 img, #product--build .product .title.product--build-block4 img, .product #product--build .title.product--build-block5 img, #product--build .product .title.product--build-block5 img, .product .aboutus--talk .title.gopart img, .aboutus--talk .product .title.gopart img {
    max-width: 70px;
    height: auto;
    margin: 10px; }
  .product section.title p, .product section.home--splash p, .product #product--start .home--splash.product--start-block1 p, #product--start .product .home--splash.product--start-block1 p, .product #product--start .home--splash.product--start-block2 p, #product--start .product .home--splash.product--start-block2 p, .product #product--start .home--splash.product--start-block3 p, #product--start .product .home--splash.product--start-block3 p, .product #product--start .home--splash.product--start-block4 p, #product--start .product .home--splash.product--start-block4 p, .product #product--build .home--splash.product--build-block1 p, #product--build .product .home--splash.product--build-block1 p, .product #product--build .home--splash.product--build-block2 p, #product--build .product .home--splash.product--build-block2 p, .product #product--build .home--splash.product--build-block3 p, #product--build .product .home--splash.product--build-block3 p, .product #product--build .home--splash.product--build-block4 p, #product--build .product .home--splash.product--build-block4 p, .product #product--build .home--splash.product--build-block5 p, #product--build .product .home--splash.product--build-block5 p, .product .aboutus--talk .home--splash.gopart p, .aboutus--talk .product .home--splash.gopart p, .product #product--start .title.product--start-block1 p, #product--start .product .title.product--start-block1 p, .product #product--start .title.product--start-block2 p, #product--start .product .title.product--start-block2 p, .product #product--start .title.product--start-block3 p, #product--start .product .title.product--start-block3 p, .product #product--start .title.product--start-block4 p, #product--start .product .title.product--start-block4 p, .product #product--build .title.product--build-block1 p, #product--build .product .title.product--build-block1 p, .product #product--build .title.product--build-block2 p, #product--build .product .title.product--build-block2 p, .product #product--build .title.product--build-block3 p, #product--build .product .title.product--build-block3 p, .product #product--build .title.product--build-block4 p, #product--build .product .title.product--build-block4 p, .product #product--build .title.product--build-block5 p, #product--build .product .title.product--build-block5 p, .product .aboutus--talk .title.gopart p, .aboutus--talk .product .title.gopart p {
    color: #ffffff;
    text-align: center;
    max-width: 840px;
    margin: auto; }
  .product section.title ul.shortnav, .product section.home--splash ul.shortnav, .product #product--start .home--splash.product--start-block1 ul.shortnav, #product--start .product .home--splash.product--start-block1 ul.shortnav, .product #product--start .home--splash.product--start-block2 ul.shortnav, #product--start .product .home--splash.product--start-block2 ul.shortnav, .product #product--start .home--splash.product--start-block3 ul.shortnav, #product--start .product .home--splash.product--start-block3 ul.shortnav, .product #product--start .home--splash.product--start-block4 ul.shortnav, #product--start .product .home--splash.product--start-block4 ul.shortnav, .product #product--build .home--splash.product--build-block1 ul.shortnav, #product--build .product .home--splash.product--build-block1 ul.shortnav, .product #product--build .home--splash.product--build-block2 ul.shortnav, #product--build .product .home--splash.product--build-block2 ul.shortnav, .product #product--build .home--splash.product--build-block3 ul.shortnav, #product--build .product .home--splash.product--build-block3 ul.shortnav, .product #product--build .home--splash.product--build-block4 ul.shortnav, #product--build .product .home--splash.product--build-block4 ul.shortnav, .product #product--build .home--splash.product--build-block5 ul.shortnav, #product--build .product .home--splash.product--build-block5 ul.shortnav, .product .aboutus--talk .home--splash.gopart ul.shortnav, .aboutus--talk .product .home--splash.gopart ul.shortnav, .product #product--start .title.product--start-block1 ul.shortnav, #product--start .product .title.product--start-block1 ul.shortnav, .product #product--start .title.product--start-block2 ul.shortnav, #product--start .product .title.product--start-block2 ul.shortnav, .product #product--start .title.product--start-block3 ul.shortnav, #product--start .product .title.product--start-block3 ul.shortnav, .product #product--start .title.product--start-block4 ul.shortnav, #product--start .product .title.product--start-block4 ul.shortnav, .product #product--build .title.product--build-block1 ul.shortnav, #product--build .product .title.product--build-block1 ul.shortnav, .product #product--build .title.product--build-block2 ul.shortnav, #product--build .product .title.product--build-block2 ul.shortnav, .product #product--build .title.product--build-block3 ul.shortnav, #product--build .product .title.product--build-block3 ul.shortnav, .product #product--build .title.product--build-block4 ul.shortnav, #product--build .product .title.product--build-block4 ul.shortnav, .product #product--build .title.product--build-block5 ul.shortnav, #product--build .product .title.product--build-block5 ul.shortnav, .product .aboutus--talk .title.gopart ul.shortnav, .aboutus--talk .product .title.gopart ul.shortnav {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 5px 30px rgba(51, 51, 51, 0.1);
    border-radius: 12px;
    position: relative;
    top: 140px; }
    @media (max-width: 768px) {
      .product section.title ul.shortnav, .product section.home--splash ul.shortnav, .product #product--start .home--splash.product--start-block1 ul.shortnav, #product--start .product .home--splash.product--start-block1 ul.shortnav, .product #product--start .home--splash.product--start-block2 ul.shortnav, #product--start .product .home--splash.product--start-block2 ul.shortnav, .product #product--start .home--splash.product--start-block3 ul.shortnav, #product--start .product .home--splash.product--start-block3 ul.shortnav, .product #product--start .home--splash.product--start-block4 ul.shortnav, #product--start .product .home--splash.product--start-block4 ul.shortnav, .product #product--build .home--splash.product--build-block1 ul.shortnav, #product--build .product .home--splash.product--build-block1 ul.shortnav, .product #product--build .home--splash.product--build-block2 ul.shortnav, #product--build .product .home--splash.product--build-block2 ul.shortnav, .product #product--build .home--splash.product--build-block3 ul.shortnav, #product--build .product .home--splash.product--build-block3 ul.shortnav, .product #product--build .home--splash.product--build-block4 ul.shortnav, #product--build .product .home--splash.product--build-block4 ul.shortnav, .product #product--build .home--splash.product--build-block5 ul.shortnav, #product--build .product .home--splash.product--build-block5 ul.shortnav, .product .aboutus--talk .home--splash.gopart ul.shortnav, .aboutus--talk .product .home--splash.gopart ul.shortnav, .product #product--start .title.product--start-block1 ul.shortnav, #product--start .product .title.product--start-block1 ul.shortnav, .product #product--start .title.product--start-block2 ul.shortnav, #product--start .product .title.product--start-block2 ul.shortnav, .product #product--start .title.product--start-block3 ul.shortnav, #product--start .product .title.product--start-block3 ul.shortnav, .product #product--start .title.product--start-block4 ul.shortnav, #product--start .product .title.product--start-block4 ul.shortnav, .product #product--build .title.product--build-block1 ul.shortnav, #product--build .product .title.product--build-block1 ul.shortnav, .product #product--build .title.product--build-block2 ul.shortnav, #product--build .product .title.product--build-block2 ul.shortnav, .product #product--build .title.product--build-block3 ul.shortnav, #product--build .product .title.product--build-block3 ul.shortnav, .product #product--build .title.product--build-block4 ul.shortnav, #product--build .product .title.product--build-block4 ul.shortnav, .product #product--build .title.product--build-block5 ul.shortnav, #product--build .product .title.product--build-block5 ul.shortnav, .product .aboutus--talk .title.gopart ul.shortnav, .aboutus--talk .product .title.gopart ul.shortnav {
        display: none; } }
    .product section.title ul.shortnav li, .product section.home--splash ul.shortnav li, .product #product--start .home--splash.product--start-block1 ul.shortnav li, #product--start .product .home--splash.product--start-block1 ul.shortnav li, .product #product--start .home--splash.product--start-block2 ul.shortnav li, #product--start .product .home--splash.product--start-block2 ul.shortnav li, .product #product--start .home--splash.product--start-block3 ul.shortnav li, #product--start .product .home--splash.product--start-block3 ul.shortnav li, .product #product--start .home--splash.product--start-block4 ul.shortnav li, #product--start .product .home--splash.product--start-block4 ul.shortnav li, .product #product--build .home--splash.product--build-block1 ul.shortnav li, #product--build .product .home--splash.product--build-block1 ul.shortnav li, .product #product--build .home--splash.product--build-block2 ul.shortnav li, #product--build .product .home--splash.product--build-block2 ul.shortnav li, .product #product--build .home--splash.product--build-block3 ul.shortnav li, #product--build .product .home--splash.product--build-block3 ul.shortnav li, .product #product--build .home--splash.product--build-block4 ul.shortnav li, #product--build .product .home--splash.product--build-block4 ul.shortnav li, .product #product--build .home--splash.product--build-block5 ul.shortnav li, #product--build .product .home--splash.product--build-block5 ul.shortnav li, .product .aboutus--talk .home--splash.gopart ul.shortnav li, .aboutus--talk .product .home--splash.gopart ul.shortnav li, .product #product--start .title.product--start-block1 ul.shortnav li, #product--start .product .title.product--start-block1 ul.shortnav li, .product #product--start .title.product--start-block2 ul.shortnav li, #product--start .product .title.product--start-block2 ul.shortnav li, .product #product--start .title.product--start-block3 ul.shortnav li, #product--start .product .title.product--start-block3 ul.shortnav li, .product #product--start .title.product--start-block4 ul.shortnav li, #product--start .product .title.product--start-block4 ul.shortnav li, .product #product--build .title.product--build-block1 ul.shortnav li, #product--build .product .title.product--build-block1 ul.shortnav li, .product #product--build .title.product--build-block2 ul.shortnav li, #product--build .product .title.product--build-block2 ul.shortnav li, .product #product--build .title.product--build-block3 ul.shortnav li, #product--build .product .title.product--build-block3 ul.shortnav li, .product #product--build .title.product--build-block4 ul.shortnav li, #product--build .product .title.product--build-block4 ul.shortnav li, .product #product--build .title.product--build-block5 ul.shortnav li, #product--build .product .title.product--build-block5 ul.shortnav li, .product .aboutus--talk .title.gopart ul.shortnav li, .aboutus--talk .product .title.gopart ul.shortnav li {
      padding: 0 40px; }
      .product section.title ul.shortnav li a, .product section.home--splash ul.shortnav li a, .product #product--start .home--splash.product--start-block1 ul.shortnav li a, #product--start .product .home--splash.product--start-block1 ul.shortnav li a, .product #product--start .home--splash.product--start-block2 ul.shortnav li a, #product--start .product .home--splash.product--start-block2 ul.shortnav li a, .product #product--start .home--splash.product--start-block3 ul.shortnav li a, #product--start .product .home--splash.product--start-block3 ul.shortnav li a, .product #product--start .home--splash.product--start-block4 ul.shortnav li a, #product--start .product .home--splash.product--start-block4 ul.shortnav li a, .product #product--build .home--splash.product--build-block1 ul.shortnav li a, #product--build .product .home--splash.product--build-block1 ul.shortnav li a, .product #product--build .home--splash.product--build-block2 ul.shortnav li a, #product--build .product .home--splash.product--build-block2 ul.shortnav li a, .product #product--build .home--splash.product--build-block3 ul.shortnav li a, #product--build .product .home--splash.product--build-block3 ul.shortnav li a, .product #product--build .home--splash.product--build-block4 ul.shortnav li a, #product--build .product .home--splash.product--build-block4 ul.shortnav li a, .product #product--build .home--splash.product--build-block5 ul.shortnav li a, #product--build .product .home--splash.product--build-block5 ul.shortnav li a, .product .aboutus--talk .home--splash.gopart ul.shortnav li a, .aboutus--talk .product .home--splash.gopart ul.shortnav li a, .product #product--start .title.product--start-block1 ul.shortnav li a, #product--start .product .title.product--start-block1 ul.shortnav li a, .product #product--start .title.product--start-block2 ul.shortnav li a, #product--start .product .title.product--start-block2 ul.shortnav li a, .product #product--start .title.product--start-block3 ul.shortnav li a, #product--start .product .title.product--start-block3 ul.shortnav li a, .product #product--start .title.product--start-block4 ul.shortnav li a, #product--start .product .title.product--start-block4 ul.shortnav li a, .product #product--build .title.product--build-block1 ul.shortnav li a, #product--build .product .title.product--build-block1 ul.shortnav li a, .product #product--build .title.product--build-block2 ul.shortnav li a, #product--build .product .title.product--build-block2 ul.shortnav li a, .product #product--build .title.product--build-block3 ul.shortnav li a, #product--build .product .title.product--build-block3 ul.shortnav li a, .product #product--build .title.product--build-block4 ul.shortnav li a, #product--build .product .title.product--build-block4 ul.shortnav li a, .product #product--build .title.product--build-block5 ul.shortnav li a, #product--build .product .title.product--build-block5 ul.shortnav li a, .product .aboutus--talk .title.gopart ul.shortnav li a, .aboutus--talk .product .title.gopart ul.shortnav li a {
        padding: 35px 0;
        display: block;
        color: #1E1D32;
        border-bottom: 4px solid transparent; }
        .product section.title ul.shortnav li a:hover, .product section.home--splash ul.shortnav li a:hover, .product #product--start .home--splash.product--start-block1 ul.shortnav li a:hover, #product--start .product .home--splash.product--start-block1 ul.shortnav li a:hover, .product #product--start .home--splash.product--start-block2 ul.shortnav li a:hover, #product--start .product .home--splash.product--start-block2 ul.shortnav li a:hover, .product #product--start .home--splash.product--start-block3 ul.shortnav li a:hover, #product--start .product .home--splash.product--start-block3 ul.shortnav li a:hover, .product #product--start .home--splash.product--start-block4 ul.shortnav li a:hover, #product--start .product .home--splash.product--start-block4 ul.shortnav li a:hover, .product #product--build .home--splash.product--build-block1 ul.shortnav li a:hover, #product--build .product .home--splash.product--build-block1 ul.shortnav li a:hover, .product #product--build .home--splash.product--build-block2 ul.shortnav li a:hover, #product--build .product .home--splash.product--build-block2 ul.shortnav li a:hover, .product #product--build .home--splash.product--build-block3 ul.shortnav li a:hover, #product--build .product .home--splash.product--build-block3 ul.shortnav li a:hover, .product #product--build .home--splash.product--build-block4 ul.shortnav li a:hover, #product--build .product .home--splash.product--build-block4 ul.shortnav li a:hover, .product #product--build .home--splash.product--build-block5 ul.shortnav li a:hover, #product--build .product .home--splash.product--build-block5 ul.shortnav li a:hover, .product .aboutus--talk .home--splash.gopart ul.shortnav li a:hover, .aboutus--talk .product .home--splash.gopart ul.shortnav li a:hover, .product #product--start .title.product--start-block1 ul.shortnav li a:hover, #product--start .product .title.product--start-block1 ul.shortnav li a:hover, .product #product--start .title.product--start-block2 ul.shortnav li a:hover, #product--start .product .title.product--start-block2 ul.shortnav li a:hover, .product #product--start .title.product--start-block3 ul.shortnav li a:hover, #product--start .product .title.product--start-block3 ul.shortnav li a:hover, .product #product--start .title.product--start-block4 ul.shortnav li a:hover, #product--start .product .title.product--start-block4 ul.shortnav li a:hover, .product #product--build .title.product--build-block1 ul.shortnav li a:hover, #product--build .product .title.product--build-block1 ul.shortnav li a:hover, .product #product--build .title.product--build-block2 ul.shortnav li a:hover, #product--build .product .title.product--build-block2 ul.shortnav li a:hover, .product #product--build .title.product--build-block3 ul.shortnav li a:hover, #product--build .product .title.product--build-block3 ul.shortnav li a:hover, .product #product--build .title.product--build-block4 ul.shortnav li a:hover, #product--build .product .title.product--build-block4 ul.shortnav li a:hover, .product #product--build .title.product--build-block5 ul.shortnav li a:hover, #product--build .product .title.product--build-block5 ul.shortnav li a:hover, .product .aboutus--talk .title.gopart ul.shortnav li a:hover, .aboutus--talk .product .title.gopart ul.shortnav li a:hover {
          border-bottom: 4px solid #F55564; }

.product .features {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 150px; }
  .product .features .wrapper {
    display: flex;
    margin-bottom: 150px; }
    .product .features .wrapper:last-child {
      margin-bottom: 0; }
    @media (max-width: 1170px) {
      .product .features .wrapper {
        margin-bottom: 100px; } }
    @media (max-width: 768px) {
      .product .features .wrapper {
        margin-bottom: 50px; } }
    .product .features .wrapper .screen {
      position: relative;
      width: 100%; }
      .product .features .wrapper .screen img {
        position: absolute;
        right: 0;
        top: -35px;
        width: 780px;
        max-width: none; }
        @media (max-width: 1170px) {
          .product .features .wrapper .screen img {
            width: 600px;
            top: 0; } }
      @media (max-width: 930px) {
        .product .features .wrapper .screen {
          display: none; } }
    .product .features .wrapper .content {
      max-width: 600px;
      width: 100%; }
      @media (max-width: 930px) {
        .product .features .wrapper .content {
          max-width: none; } }
      .product .features .wrapper .content .section--title {
        text-align: left; }
      .product .features .wrapper .content .mobilimg {
        display: none; }
        @media (max-width: 930px) {
          .product .features .wrapper .content .mobilimg {
            display: block; } }
    .product .features .wrapper blockquote {
      padding: 0;
      margin-bottom: 0;
      padding-left: 40px; }
      .product .features .wrapper blockquote:before {
        content: open-quote;
        font-size: 400%;
        float: left;
        margin-left: -40px;
        margin-top: 0.25em; }
    .product .features .wrapper .testimonial {
      display: flex;
      padding: 20px 0;
      align-items: center; }
      .product .features .wrapper .testimonial-avatar {
        border: 0px solid #ffffff;
        border-radius: 100%;
        overflow: hidden;
        width: 60px;
        height: 60px;
        margin-right: 20px;
        margin-bottom: 0; }
      .product .features .wrapper .testimonial-details {
        display: flex;
        text-align: left; }
        @media (max-width: 768px) {
          .product .features .wrapper .testimonial-details {
            flex-direction: column;
            width: calc(100% - 80px); } }
      .product .features .wrapper .testimonial-name {
        font-size: 16px;
        margin-right: 5px;
        font-weight: bold; }
      .product .features .wrapper .testimonial-position {
        font-size: 16px; }
    .product .features .wrapper:nth-child(even) {
      flex-direction: row-reverse; }
      .product .features .wrapper:nth-child(even) .screen img {
        left: 0; }

.product .enterpriseready {
  padding: 100px 0;
  text-align: center; }
  .product .enterpriseready .tabcontent {
    margin: auto;
    margin-top: 30px; }
    .product .enterpriseready .tabcontent .contenttab {
      display: none;
      padding: 20px 0 0;
      background-color: #ffffff;
      border-radius: 5px;
      box-shadow: 0px 0px 10px #ccc;
      padding: 20px; }
      .product .enterpriseready .tabcontent .contenttab p {
        margin: 20px; }
      .product .enterpriseready .tabcontent .contenttab ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap; }
        .product .enterpriseready .tabcontent .contenttab ul li {
          width: 33%;
          padding: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 200px; }
          @media (max-width: 768px) {
            .product .enterpriseready .tabcontent .contenttab ul li {
              width: 50%;
              min-height: 100px; } }
          .product .enterpriseready .tabcontent .contenttab ul li img {
            max-width: 200px;
            width: 100%;
            height: auto; }
          .product .enterpriseready .tabcontent .contenttab ul li a img {
            opacity: .6;
            transition: all 0.3s ease-in-out; }
          .product .enterpriseready .tabcontent .contenttab ul li a:hover {
            border: none; }
            .product .enterpriseready .tabcontent .contenttab ul li a:hover img {
              opacity: 1; }
        .product .enterpriseready .tabcontent .contenttab ul.navs {
          justify-content: space-around; }
          .product .enterpriseready .tabcontent .contenttab ul.navs li {
            width: 150px; }
            @media (max-width: 768px) {
              .product .enterpriseready .tabcontent .contenttab ul.navs li {
                width: 100px; } }
    .product .enterpriseready .tabcontent input {
      display: none; }
    .product .enterpriseready .tabcontent label {
      display: inline-block;
      margin: 0 0 -1px;
      padding: 15px 25px;
      text-align: center;
      color: #707070;
      width: 33.3333%;
      position: relative;
      font-size: 15px; }
      .product .enterpriseready .tabcontent label:after {
        width: 100%;
        height: 30px;
        position: absolute;
        background-color: #ffffff;
        content: "";
        bottom: -20px;
        left: 0;
        opacity: 0; }
    .product .enterpriseready .tabcontent label:before {
      font-family: fontawesome;
      font-weight: normal;
      margin-right: 10px;
      display: block;
      font-size: 20px; }
    .product .enterpriseready .tabcontent label[for*='1']:before {
      content: '\f1c0'; }
    .product .enterpriseready .tabcontent label[for*='2']:before {
      content: '\f023'; }
    .product .enterpriseready .tabcontent label[for*='3']:before {
      content: '\f046'; }
    .product .enterpriseready .tabcontent label:hover {
      color: #EA5565;
      cursor: pointer; }
    .product .enterpriseready .tabcontent input:checked + label {
      color: #EA5565;
      border-top: 2px solid #EA5565;
      border-bottom: 1px solid #fff;
      background-color: #ffffff;
      box-shadow: 0px 0px 10px #ccc; }
      .product .enterpriseready .tabcontent input:checked + label:after {
        opacity: 1; }
    .product .enterpriseready .tabcontent #tab1:checked ~ #content1,
    .product .enterpriseready .tabcontent #tab2:checked ~ #content2,
    .product .enterpriseready .tabcontent #tab3:checked ~ #content3 {
      display: block; }
    @media (max-width: 1024px) {
      .product .enterpriseready .tabcontent label:before {
        margin: 0;
        font-size: 18px; } }
    @media (max-width: 768px) {
      .product .enterpriseready .tabcontent label {
        font-size: 0;
        padding: 15px; } }

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

.getdatasheet {
  padding-top: 0; }

.product--jumpsectionproduct {
  display: inline-block;
  width: 100%;
  padding-bottom: 0; }
  @media (max-width: 768px) {
    .product--jumpsectionproduct {
      padding-top: 0; } }
  .product--jumpsectionproduct #product--jumpsectionproduct-start {
    float: left; }
  .product--jumpsectionproduct #product--jumpsectionproduct-build {
    float: right; }
  .product--jumpsectionproduct #product--jumpsectionproduct-start, .product--jumpsectionproduct #product--jumpsectionproduct-build {
    width: 50%;
    position: relative;
    cursor: pointer; }
    .product--jumpsectionproduct #product--jumpsectionproduct-start span, .product--jumpsectionproduct #product--jumpsectionproduct-build span {
      display: block;
      background-image: url(../../img/arrow-select-product.png);
      background-position: 80% 20px;
      background-repeat: no-repeat;
      padding: 5px 5px 25px 5px;
      font-weight: 600; }
      @media (max-width: 768px) {
        .product--jumpsectionproduct #product--jumpsectionproduct-start span, .product--jumpsectionproduct #product--jumpsectionproduct-build span {
          display: none; } }
    .product--jumpsectionproduct #product--jumpsectionproduct-start h3, .product--jumpsectionproduct #product--jumpsectionproduct-build h3 {
      font-size: 35px;
      margin: 0;
      height: 95px; }
      @media (max-width: 768px) {
        .product--jumpsectionproduct #product--jumpsectionproduct-start h3, .product--jumpsectionproduct #product--jumpsectionproduct-build h3 {
          font-size: 20px;
          height: 65px; } }
    .product--jumpsectionproduct #product--jumpsectionproduct-start:after, .product--jumpsectionproduct #product--jumpsectionproduct-build:after {
      background-image: url(../../img/underline-product.svg);
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: 77%;
      position: absolute;
      content: "";
      width: 100%;
      height: 30px;
      left: 0;
      bottom: -23px;
      display: none; }
      @media (max-width: 768px) {
        .product--jumpsectionproduct #product--jumpsectionproduct-start:after, .product--jumpsectionproduct #product--jumpsectionproduct-build:after {
          bottom: -19px; } }
    .product--jumpsectionproduct #product--jumpsectionproduct-start.viewproductactive:after, .product--jumpsectionproduct #product--jumpsectionproduct-build.viewproductactive:after {
      display: block; }
    .product--jumpsectionproduct #product--jumpsectionproduct-start.viewproductactive h3, .product--jumpsectionproduct #product--jumpsectionproduct-build.viewproductactive h3 {
      color: #EA5565; }

#product--start {
  padding-top: 0;
  display: none;
  padding-bottom: 0; }
  #product--start .product--start-block1 {
    background-color: #efeff6; }
    #product--start .product--start-block1 h3 {
      color: #EA5565;
      text-transform: none;
      max-width: 83.33%; }
      @media (max-width: 930px) {
        #product--start .product--start-block1 h3 {
          width: 100%; } }
  #product--start .product--start-block2 h3 {
    color: #EA5565;
    text-transform: none;
    max-width: 83.33%; }
    @media (max-width: 930px) {
      #product--start .product--start-block2 h3 {
        width: 100%; } }
  #product--start .product--start-block2 img {
    margin-left: -30px;
    max-width: none; }
    @media (max-width: 930px) {
      #product--start .product--start-block2 img {
        width: 100%;
        margin: 0; } }
  #product--start .product--start-block3 {
    background-color: #1E1D32;
    background-size: cover;
    background-image: url(../../img/bg-nasa.jpg);
    display: inline-block;
    width: 100%; }
    #product--start .product--start-block3 .product--start-block3-L {
      text-align: right;
      width: calc(40% - 35px);
      float: left; }
      @media (max-width: 768px) {
        #product--start .product--start-block3 .product--start-block3-L {
          width: 100%;
          float: none;
          text-align: center;
          margin-bottom: 20px; } }
    #product--start .product--start-block3 .product--start-block3-R {
      width: calc(60% - 35px);
      float: right; }
      @media (max-width: 768px) {
        #product--start .product--start-block3 .product--start-block3-R {
          width: 100%;
          float: none;
          text-align: center; } }
    #product--start .product--start-block3 h2 {
      color: #ffffff; }
    #product--start .product--start-block3 p {
      color: #ffffff; }
    #product--start .product--start-block3 .small {
      font-size: 10px;
      margin: 2px;
      line-height: initial; }
    #product--start .product--start-block3 .quote {
      display: inline-block;
      width: 100%; }
      #product--start .product--start-block3 .quote .quote-avatar {
        float: left;
        width: 130px;
        color: #ffffff;
        margin-top: 40px; }
        @media (max-width: 768px) {
          #product--start .product--start-block3 .quote .quote-avatar {
            width: 100%;
            float: none;
            text-align: center; } }
        #product--start .product--start-block3 .quote .quote-avatar img {
          margin-bottom: 20px; }
        #product--start .product--start-block3 .quote .quote-avatar span {
          display: block;
          font-size: 14px;
          line-height: initial; }
          #product--start .product--start-block3 .quote .quote-avatar span strong {
            display: block;
            font-size: 17px; }
      #product--start .product--start-block3 .quote blockquote {
        float: right;
        width: calc(100% - 140px);
        color: #ffffff;
        border: none;
        position: relative;
        font-style: italic;
        font-size: 17px;
        margin-top: 40px;
        padding-right: 40px; }
        @media (max-width: 768px) {
          #product--start .product--start-block3 .quote blockquote {
            width: 100%;
            float: none;
            text-align: center; } }
        #product--start .product--start-block3 .quote blockquote:before {
          content: "\201C"; }
        #product--start .product--start-block3 .quote blockquote:after {
          content: "\201D"; }
  #product--start .product--start-block4 {
    text-align: center; }
    #product--start .product--start-block4 .btn-primary {
      padding: 5px 0; }
    #product--start .product--start-block4 .btn-secondary {
      position: relative;
      top: -13px; }
      @media (max-width: 768px) {
        #product--start .product--start-block4 .btn-secondary {
          top: 0; } }

#product--build {
  display: none;
  padding: 0; }
  #product--build .product--build-block1 {
    background-color: #efeff6; }
    #product--build .product--build-block1 h3 {
      color: #EA5565;
      text-transform: none;
      max-width: 83.33%; }
      @media (max-width: 930px) {
        #product--build .product--build-block1 h3 {
          width: 100%; } }
    #product--build .product--build-block1 svg {
      margin-left: -30px;
      margin-bottom: 20px;
      width: calc(100% + 60px);
      max-width: none; }
      @media (max-width: 930px) {
        #product--build .product--build-block1 svg {
          width: 100%;
          margin: 0; } }
  #product--build .product--build-block2 h2 {
    position: relative; }
    #product--build .product--build-block2 h2 span {
      position: absolute;
      left: -120px;
      top: 0; }
  #product--build .product--build-block2 h3 {
    color: #EA5565;
    text-transform: none;
    max-width: 83.33%; }
    @media (max-width: 930px) {
      #product--build .product--build-block2 h3 {
        width: 100%; } }
  #product--build .product--build-block2 ul {
    margin: 0;
    padding: 0; }
    #product--build .product--build-block2 ul li h3 {
      text-transform: uppercase;
      color: #1E1D32; }
    #product--build .product--build-block2 ul li p {
      margin-top: 5px; }
  #product--build .product--build-block3 {
    background-color: #efeff6; }
    #product--build .product--build-block3 h2 {
      position: relative; }
      #product--build .product--build-block3 h2 span {
        position: absolute;
        left: -120px;
        top: 0; }
    #product--build .product--build-block3 h3 {
      color: #EA5565;
      text-transform: none;
      max-width: 83.33%; }
      @media (max-width: 930px) {
        #product--build .product--build-block3 h3 {
          width: 100%; } }
    #product--build .product--build-block3 ul li {
      width: 50%; }
      @media (max-width: 768px) {
        #product--build .product--build-block3 ul li {
          width: 100%; } }
  #product--build .product--build-block4 {
    background-color: #1E1D32;
    background-image: url(../../img/bg-panama-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%; }
    @media (max-width: 768px) {
      #product--build .product--build-block4 {
        background-position: center 75px;
        background-size: 80%; } }
    #product--build .product--build-block4 .product--build-block4-header {
      padding: 0 150px; }
      @media (max-width: 768px) {
        #product--build .product--build-block4 .product--build-block4-header {
          padding: 0 50px; } }
    #product--build .product--build-block4 .product--build-block4-L {
      max-width: calc(60% - 5px);
      float: left; }
      @media (max-width: 768px) {
        #product--build .product--build-block4 .product--build-block4-L {
          width: 100%;
          float: none;
          text-align: center;
          margin-bottom: 20px; } }
    #product--build .product--build-block4 .product--build-block4-R {
      width: calc(40% - 5px);
      float: right; }
      @media (max-width: 768px) {
        #product--build .product--build-block4 .product--build-block4-R {
          width: 100%;
          float: none;
          text-align: center; } }
    #product--build .product--build-block4 h2 {
      color: #ffffff;
      font-size: 38px; }
      @media (max-width: 768px) {
        #product--build .product--build-block4 h2 {
          font-size: 20px; } }
    #product--build .product--build-block4 p {
      color: #ffffff;
      font-size: 20px; }
      @media (max-width: 768px) {
        #product--build .product--build-block4 p {
          font-size: 12px; } }
    #product--build .product--build-block4 .small {
      font-size: 13px;
      margin: 2px;
      line-height: initial; }
    #product--build .product--build-block4 .quote {
      display: inline-block;
      width: 100%; }
      #product--build .product--build-block4 .quote .quote-avatar {
        float: left;
        width: 130px;
        color: #ffffff;
        margin-top: 40px; }
        @media (max-width: 768px) {
          #product--build .product--build-block4 .quote .quote-avatar {
            width: 100%;
            float: none;
            text-align: center; } }
        #product--build .product--build-block4 .quote .quote-avatar img {
          margin-bottom: 20px; }
        #product--build .product--build-block4 .quote .quote-avatar span {
          display: block;
          font-size: 14px;
          line-height: initial; }
          #product--build .product--build-block4 .quote .quote-avatar span strong {
            display: block;
            font-size: 17px; }
      #product--build .product--build-block4 .quote blockquote {
        float: right;
        width: calc(100% - 140px);
        color: #ffffff;
        border: none;
        position: relative;
        font-style: italic;
        font-size: 17px;
        margin-top: 40px; }
        @media (max-width: 768px) {
          #product--build .product--build-block4 .quote blockquote {
            width: 100%;
            float: none;
            text-align: center; } }
        #product--build .product--build-block4 .quote blockquote:before {
          content: "\201C"; }
        #product--build .product--build-block4 .quote blockquote:after {
          content: "\201D"; }
  #product--build .product--build-block5 {
    text-align: center;
    background-color: #1E1D32; }
    #product--build .product--build-block5 .btn-secondary {
      padding: 18px 0px;
      position: relative;
      top: -13px; }
      @media (max-width: 768px) {
        #product--build .product--build-block5 .btn-secondary {
          top: 0; } }

#product--start.viewproduct, #product--build.viewproduct {
  display: block; }

.screenshot {
  position: relative;
  box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 -22px 33px rgba(99, 114, 130, 0.16); }
  .screenshot:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #E6E8EB;
    height: 32px;
    top: -32px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -1px 0 0 rgba(99, 114, 130, 0.16), -1px 0 0 0 rgba(99, 114, 130, 0.16), 1px 0 0 0 rgba(99, 114, 130, 0.16);
    background-image: url(../../img/browser-buttons.png);
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: -16px 2px; }

.gettingstarted .stepgroup {
  display: flex;
  flex-wrap: wrap; }
  .gettingstarted .stepgroup .step {
    text-align: center;
    max-width: 25%;
    padding: 0 20px; }
    @media (max-width: 1024px) {
      .gettingstarted .stepgroup .step {
        max-width: 50%; } }
    @media (max-width: 768px) {
      .gettingstarted .stepgroup .step {
        max-width: 100%; } }
    .gettingstarted .stepgroup .step h3 {
      font-size: 21px;
      color: #1E1D32; }
    .gettingstarted .stepgroup .step p {
      font-size: 16px; }
    .gettingstarted .stepgroup .step span {
      border: 2px solid #1E1D32;
      color: #1E1D32;
      border-radius: 100%;
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px; }
    .gettingstarted .stepgroup .step .stepimg {
      height: 200px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .gettingstarted .stepgroup .step .stepimg img {
        max-width: 150px; }

section.title--integration, #product--start .title--integration.product--start-block1, #product--start .title--integration.product--start-block2, #product--start .title--integration.product--start-block3, #product--start .title--integration.product--start-block4, #product--build .title--integration.product--build-block1, #product--build .title--integration.product--build-block2, #product--build .title--integration.product--build-block3, #product--build .title--integration.product--build-block4, #product--build .title--integration.product--build-block5, .aboutus--talk .title--integration.gopart {
  background-image: none; }

.header-integration {
  width: 83.33% !important; }
  .header-integration h1 {
    text-align: center !important;
    max-width: 100% !important; }
  .header-integration img {
    margin: 60px auto 1em auto;
    display: block;
    padding-left: 10px;
    padding-right: 30px; }
  .header-integration ul {
    margin: 0;
    padding: 0; }
    .header-integration ul li {
      display: inline-block;
      width: 33%;
      text-align: center;
      vertical-align: top; }
      .header-integration ul li img {
        margin-bottom: 20px;
        height: 145px; }
      .header-integration ul li span {
        display: block;
        color: #EA5565; }
      .header-integration ul li p {
        max-width: 100% !important; }
      .header-integration ul li:nth-child(even) {
        width: 50%; }
      .header-integration ul li:nth-child(odd) {
        width: 25%; }

@media (max-width: 768px) {
  .integration--block1 h2 {
    font-size: 20px;
    max-width: 100%; } }

.integration--block1 ul {
  margin-bottom: 50px; }
  .integration--block1 ul li {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 768px) {
      .integration--block1 ul li {
        width: 100%; } }
    .integration--block1 ul li .img-logo {
      height: 100px;
      position: relative; }
      .integration--block1 ul li .img-logo img {
        position: absolute;
        bottom: 0; }

.integration--block2 {
  background-color: #fbfbfb; }
  @media (max-width: 768px) {
    .integration--block2 h2 {
      font-size: 20px; } }
  .integration--block2 h3 {
    text-align: center; }
  .integration--block2 ul {
    clear: both; }
    .integration--block2 ul li {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 768px) {
        .integration--block2 ul li {
          width: 100%; } }
      .integration--block2 ul li .img-logo {
        min-height: 100px; }
      .integration--block2 ul li h4 {
        text-transform: uppercase;
        font-weight: 600; }
      .integration--block2 ul li p {
        font-weight: 400;
        padding-right: 0; }
      .integration--block2 ul li:nth-child(even) {
        padding: 0 80px; }
      .integration--block2 ul li:nth-child(odd) {
        text-align: center;
        padding-right: 25px;
        border-right: 1px solid #1E1D32; }
        @media (max-width: 768px) {
          .integration--block2 ul li:nth-child(odd) {
            border-right: 0; } }
  .integration--block2 .bold {
    font-weight: bold; }

.integration--block3 {
  padding-bottom: 100px; }
  .integration--block3 h2 {
    text-align: center;
    margin-bottom: 100px; }
    @media (max-width: 768px) {
      .integration--block3 h2 {
        font-size: 20px; } }
  .integration--block3 p {
    max-width: 83.33%;
    margin: 0 auto; }

.integration--block4 {
  background-color: #fbfbfb; }
  @media (max-width: 768px) {
    .integration--block4 h2 {
      font-size: 20px; } }
  .integration--block4 h3 {
    color: #EA5565;
    text-transform: none;
    max-width: 83.33%; }
    @media (max-width: 768px) {
      .integration--block4 h3 {
        font-size: 20px; } }

.integration--block5 ul.step {
  margin-top: 0; }
  .integration--block5 ul.step li img {
    float: right;
    margin-top: -20px; }

.integration--block6 {
  background-color: #fbfbfb; }

.contact--page {
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: -7px; }
  .contact--page h1 {
    width: 620px;
    float: right; }
    @media (max-width: 930px) {
      .contact--page h1 {
        width: auto;
        float: none; } }
    .contact--page h1 p {
      display: none; }
  .contact--page .block--contact {
    width: 60%;
    background-color: white;
    float: left; }
    @media (max-width: 930px) {
      .contact--page .block--contact {
        width: 100%;
        float: none; } }
    .contact--page .block--contact .wrapper {
      max-width: 100%;
      padding-right: 60px; }
      @media (max-width: 1169px) {
        .contact--page .block--contact .wrapper {
          padding-right: 20px; } }
    .contact--page .block--contact .block--contact-L {
      display: flex;
      width: 620px;
      float: none;
      margin-bottom: 0; }
      @media (max-width: 1169px) {
        .contact--page .block--contact .block--contact-L {
          width: 100%;
          text-align: center; } }
      @media (max-width: 481px) {
        .contact--page .block--contact .block--contact-L {
          display: none; } }
    .contact--page .block--contact .block--contact-R {
      display: inline-block;
      float: none;
      margin-top: 40px; }
      @media (max-width: 930px) {
        .contact--page .block--contact .block--contact-R {
          width: 100%;
          padding-right: 0; } }
      .contact--page .block--contact .block--contact-R form {
        float: none;
        width: 100%; }
        @media (max-width: 930px) {
          .contact--page .block--contact .block--contact-R form {
            max-width: 100%; } }
        .contact--page .block--contact .block--contact-R form .footer-form-group .btn {
          width: 100%;
          display: block; }
          .contact--page .block--contact .block--contact-R form .footer-form-group .btn:hover, .contact--page .block--contact .block--contact-R form .footer-form-group .btn:active {
            background-color: #141229; }
    .contact--page .block--contact h2::first-letter {
      text-transform: uppercase; }
  .contact--page .contact--page-map {
    float: left;
    background-image: url(../../img/contact-photo-ambiance.jpg);
    background-position: right -200px;
    background-repeat: no-repeat;
    padding-top: 425px;
    width: 40%; }
    @media (max-width: 930px) {
      .contact--page .contact--page-map {
        width: 100%;
        float: none;
        padding-top: 0;
        background-image: none; } }
    .contact--page .contact--page-map h3, .contact--page .contact--page-map p {
      padding-left: 50px;
      background: rgba(255, 255, 255, 0.77); }
    .contact--page .contact--page-map h3 {
      margin-bottom: 0;
      padding-top: 10px;
      text-transform: none; }
    .contact--page .contact--page-map p {
      margin: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
    .contact--page .contact--page-map iframe {
      height: 425px; }

section.title.header-aboutus p, section.header-aboutus.home--splash p, #product--start .header-aboutus.home--splash.product--start-block1 p, #product--start .header-aboutus.home--splash.product--start-block2 p, #product--start .header-aboutus.home--splash.product--start-block3 p, #product--start .header-aboutus.home--splash.product--start-block4 p, #product--build .header-aboutus.home--splash.product--build-block1 p, #product--build .header-aboutus.home--splash.product--build-block2 p, #product--build .header-aboutus.home--splash.product--build-block3 p, #product--build .header-aboutus.home--splash.product--build-block4 p, #product--build .header-aboutus.home--splash.product--build-block5 p, .aboutus--talk .header-aboutus.home--splash.gopart p, #product--start .title.header-aboutus.product--start-block1 p, #product--start .title.header-aboutus.product--start-block2 p, #product--start .title.header-aboutus.product--start-block3 p, #product--start .title.header-aboutus.product--start-block4 p, #product--build .title.header-aboutus.product--build-block1 p, #product--build .title.header-aboutus.product--build-block2 p, #product--build .title.header-aboutus.product--build-block3 p, #product--build .title.header-aboutus.product--build-block4 p, #product--build .title.header-aboutus.product--build-block5 p, .aboutus--talk .title.header-aboutus.gopart p {
  max-width: 83.33%; }

section.title.header-aboutus .title-header h1, section.header-aboutus.home--splash .title-header h1, #product--start .header-aboutus.home--splash.product--start-block1 .title-header h1, #product--start .header-aboutus.home--splash.product--start-block2 .title-header h1, #product--start .header-aboutus.home--splash.product--start-block3 .title-header h1, #product--start .header-aboutus.home--splash.product--start-block4 .title-header h1, #product--build .header-aboutus.home--splash.product--build-block1 .title-header h1, #product--build .header-aboutus.home--splash.product--build-block2 .title-header h1, #product--build .header-aboutus.home--splash.product--build-block3 .title-header h1, #product--build .header-aboutus.home--splash.product--build-block4 .title-header h1, #product--build .header-aboutus.home--splash.product--build-block5 .title-header h1, .aboutus--talk .header-aboutus.home--splash.gopart .title-header h1, #product--start .title.header-aboutus.product--start-block1 .title-header h1, #product--start .title.header-aboutus.product--start-block2 .title-header h1, #product--start .title.header-aboutus.product--start-block3 .title-header h1, #product--start .title.header-aboutus.product--start-block4 .title-header h1, #product--build .title.header-aboutus.product--build-block1 .title-header h1, #product--build .title.header-aboutus.product--build-block2 .title-header h1, #product--build .title.header-aboutus.product--build-block3 .title-header h1, #product--build .title.header-aboutus.product--build-block4 .title-header h1, #product--build .title.header-aboutus.product--build-block5 .title-header h1, .aboutus--talk .title.header-aboutus.gopart .title-header h1 {
  text-align: center; }

.aboutus--talk {
  background-color: #fbfbfb; }
  .aboutus--talk h2 {
    font-size: 38px; }
    @media (max-width: 768px) {
      .aboutus--talk h2 {
        font-size: 23px; } }
  .aboutus--talk .owl-carousel .item {
    text-align: center;
    color: #1E1D32; }
    .aboutus--talk .owl-carousel .item img {
      max-width: 150px;
      margin: auto;
      margin-bottom: 30px; }
    .aboutus--talk .owl-carousel .item .title, .aboutus--talk .owl-carousel .item .home--splash {
      text-align: center;
      font-size: 53px;
      line-height: 1.3;
      font-weight: 100;
      color: #4F5660;
      margin-top: 20px; }
      @media (max-width: 768px) {
        .aboutus--talk .owl-carousel .item .title, .aboutus--talk .owl-carousel .item .home--splash {
          font-size: 23px; } }
    .aboutus--talk .owl-carousel .item .btn {
      margin: auto;
      background-color: transparent;
      color: #444444;
      border: 1px solid #DBDBDB;
      display: block;
      max-width: 200px;
      margin-top: 20px; }
  .aboutus--talk .gopart {
    text-align: center; }

.aboutus--discus {
  text-align: center;
  padding-bottom: 100px; }
  .aboutus--discus p {
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px; }

.about--splash {
  padding-bottom: 0; }
  .about--splash .grid--full {
    display: flex;
    height: 880px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #ccc; }
    @media (max-width: 768px) {
      .about--splash .grid--full {
        flex-direction: column; } }
    .about--splash .grid--full .zone1 {
      width: 40%;
      display: flex;
      flex-direction: column; }
      @media (max-width: 1365px) {
        .about--splash .grid--full .zone1 {
          width: 50%; } }
      @media (max-width: 768px) {
        .about--splash .grid--full .zone1 {
          width: 100%; } }
      .about--splash .grid--full .zone1 .zone1-1 {
        display: flex;
        width: 100%;
        height: 40%; }
        .about--splash .grid--full .zone1 .zone1-1 .zone1-1-1 {
          background-size: cover;
          background-image: url("/img/aboutpage/linkurious_team_1.jpg");
          background-position: center center;
          width: 50%;
          height: 100%; }
          @media (max-width: 1365px) {
            .about--splash .grid--full .zone1 .zone1-1 .zone1-1-1 {
              display: none; } }
        .about--splash .grid--full .zone1 .zone1-1 .zone1-1-2 {
          width: 50%;
          height: 100%;
          padding: 10px;
          text-align: center; }
          @media (max-width: 1365px) {
            .about--splash .grid--full .zone1 .zone1-1 .zone1-1-2 {
              width: 100%;
              height: 400px; } }
          .about--splash .grid--full .zone1 .zone1-1 .zone1-1-2 h2 {
            margin: 5px; }
      .about--splash .grid--full .zone1 .zone1-2 {
        background-size: cover;
        background-image: url("/img/aboutpage/linkurious_team_2.jpg");
        background-position: center center;
        width: 100%;
        height: 60%;
        border-top: 10px solid #ffffff;
        border-right: 10px solid #ffffff; }
        @media (max-width: 768px) {
          .about--splash .grid--full .zone1 .zone1-2 {
            display: none; } }
    .about--splash .grid--full .zone2 {
      width: 40%;
      display: flex;
      flex-direction: column; }
      @media (max-width: 1365px) {
        .about--splash .grid--full .zone2 {
          display: none; } }
      .about--splash .grid--full .zone2 .zone2-1 {
        background-size: cover;
        background-image: url("/img/aboutpage/linkurious_team_5.jpg");
        background-position: center center;
        width: 100%;
        height: 50%;
        border-bottom: 10px solid #ffffff;
        border-right: 10px solid #ffffff; }
      .about--splash .grid--full .zone2 .zone2-2 {
        background-size: cover;
        background-image: url("/img/aboutpage/linkurious_team_4.jpg");
        background-position: center center;
        width: 100%;
        height: 50%;
        border-right: 10px solid #ffffff; }
    .about--splash .grid--full .zone3 {
      width: 20%;
      display: flex;
      flex-direction: column; }
      @media (max-width: 1365px) {
        .about--splash .grid--full .zone3 {
          width: 50%; } }
      @media (max-width: 768px) {
        .about--splash .grid--full .zone3 {
          width: 100%;
          flex-direction: column-reverse; } }
      .about--splash .grid--full .zone3 .zone3-1 {
        background-size: cover;
        background-image: url("/img/aboutpage/linkurious_team_3.jpg");
        background-position: left center;
        width: 100%;
        height: 50%;
        border-bottom: 10px solid #ffffff; }
        @media (max-width: 768px) {
          .about--splash .grid--full .zone3 .zone3-1 {
            height: 400px; } }
      .about--splash .grid--full .zone3 .zone3-2 {
        padding: 10px;
        text-align: center; }
        .about--splash .grid--full .zone3 .zone3-2 .btn {
          max-width: 90%; }

.aboutus--timeline {
  text-align: center; }
  .aboutus--timeline ul {
    display: flex;
    position: relative;
    margin-top: 100px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between; }
    .aboutus--timeline ul li {
      background-color: #ffffff;
      box-shadow: 0px 5px 70px rgba(0, 0, 0, 0.2);
      padding: 30px;
      width: calc(50%  - 50px);
      display: inline-table;
      text-align: left;
      margin-bottom: 100px;
      border-radius: 12px;
      position: relative; }
      @media (max-width: 768px) {
        .aboutus--timeline ul li {
          width: 100%;
          margin-bottom: 30px;
          background-color: transparent;
          box-shadow: none;
          padding: 0px; } }
      .aboutus--timeline ul li .date {
        font-size: 16px; }
      .aboutus--timeline ul li h2 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 22px; }
      .aboutus--timeline ul li p {
        font-size: 16px; }
      .aboutus--timeline ul li img {
        margin-top: 20px; }
      .aboutus--timeline ul li a {
        color: #1E1D32;
        font-size: 16px;
        margin-top: 20px; }
        .aboutus--timeline ul li a:hover {
          border: none;
          color: #cd476a; }
      .aboutus--timeline ul li:before {
        height: 30px;
        position: absolute;
        right: calc(100% + 35px);
        background-color: #1E1D32;
        width: 30px;
        border-radius: 100%;
        content: ""; }
        @media (max-width: 768px) {
          .aboutus--timeline ul li:before {
            display: none; } }
      .aboutus--timeline ul li:nth-child(odd) {
        top: 200px; }
        @media (max-width: 768px) {
          .aboutus--timeline ul li:nth-child(odd) {
            top: 0; } }
      .aboutus--timeline ul li:nth-child(even) {
        top: 300px; }
        @media (max-width: 768px) {
          .aboutus--timeline ul li:nth-child(even) {
            top: 0; } }
        .aboutus--timeline ul li:nth-child(even):before {
          right: auto;
          left: calc(100% + 35px); }
          @media (max-width: 768px) {
            .aboutus--timeline ul li:nth-child(even):before {
              left: -35px; } }
      .aboutus--timeline ul li:first-child {
        top: 0; }
      .aboutus--timeline ul li:nth-child(3) {
        top: 150px; }
        @media (max-width: 768px) {
          .aboutus--timeline ul li:nth-child(3) {
            top: 0; } }
      .aboutus--timeline ul li:nth-child(4) {
        top: 700px; }
        @media (max-width: 768px) {
          .aboutus--timeline ul li:nth-child(4) {
            top: 0; } }
    .aboutus--timeline ul:after {
      position: absolute;
      left: 50%;
      background-color: #1E1D32;
      width: 1px;
      content: "";
      top: 30px;
      height: calc(100% - 205px); }
      @media (max-width: 768px) {
        .aboutus--timeline ul:after {
          display: none; } }
      @media (max-width: 1024px) {
        .aboutus--timeline ul:after {
          height: calc(100% - 330px); } }

section.title.header-partners, section.header-partners.home--splash, #product--start .header-partners.home--splash.product--start-block1, #product--start .header-partners.home--splash.product--start-block2, #product--start .header-partners.home--splash.product--start-block3, #product--start .header-partners.home--splash.product--start-block4, #product--build .header-partners.home--splash.product--build-block1, #product--build .header-partners.home--splash.product--build-block2, #product--build .header-partners.home--splash.product--build-block3, #product--build .header-partners.home--splash.product--build-block4, #product--build .header-partners.home--splash.product--build-block5, .aboutus--talk .header-partners.home--splash.gopart, #product--start .title.header-partners.product--start-block1, #product--start .title.header-partners.product--start-block2, #product--start .title.header-partners.product--start-block3, #product--start .title.header-partners.product--start-block4, #product--build .title.header-partners.product--build-block1, #product--build .title.header-partners.product--build-block2, #product--build .title.header-partners.product--build-block3, #product--build .title.header-partners.product--build-block4, #product--build .title.header-partners.product--build-block5, .aboutus--talk .title.header-partners.gopart {
  min-height: 330px; }
  section.title.header-partners h1, section.header-partners.home--splash h1, #product--start .header-partners.home--splash.product--start-block1 h1, #product--start .header-partners.home--splash.product--start-block2 h1, #product--start .header-partners.home--splash.product--start-block3 h1, #product--start .header-partners.home--splash.product--start-block4 h1, #product--build .header-partners.home--splash.product--build-block1 h1, #product--build .header-partners.home--splash.product--build-block2 h1, #product--build .header-partners.home--splash.product--build-block3 h1, #product--build .header-partners.home--splash.product--build-block4 h1, #product--build .header-partners.home--splash.product--build-block5 h1, .aboutus--talk .header-partners.home--splash.gopart h1, #product--start .title.header-partners.product--start-block1 h1, #product--start .title.header-partners.product--start-block2 h1, #product--start .title.header-partners.product--start-block3 h1, #product--start .title.header-partners.product--start-block4 h1, #product--build .title.header-partners.product--build-block1 h1, #product--build .title.header-partners.product--build-block2 h1, #product--build .title.header-partners.product--build-block3 h1, #product--build .title.header-partners.product--build-block4 h1, #product--build .title.header-partners.product--build-block5 h1, .aboutus--talk .title.header-partners.gopart h1 {
    text-align: center; }

section.partners--list #filters, #product--start .partners--list.product--start-block1 #filters, #product--start .partners--list.product--start-block2 #filters, #product--start .partners--list.product--start-block3 #filters, #product--start .partners--list.product--start-block4 #filters, #product--build .partners--list.product--build-block1 #filters, #product--build .partners--list.product--build-block2 #filters, #product--build .partners--list.product--build-block3 #filters, #product--build .partners--list.product--build-block4 #filters, #product--build .partners--list.product--build-block5 #filters, .aboutus--talk .partners--list.gopart #filters {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: auto; }
  @media (max-width: 768px) {
    section.partners--list #filters, #product--start .partners--list.product--start-block1 #filters, #product--start .partners--list.product--start-block2 #filters, #product--start .partners--list.product--start-block3 #filters, #product--start .partners--list.product--start-block4 #filters, #product--build .partners--list.product--build-block1 #filters, #product--build .partners--list.product--build-block2 #filters, #product--build .partners--list.product--build-block3 #filters, #product--build .partners--list.product--build-block4 #filters, #product--build .partners--list.product--build-block5 #filters, .aboutus--talk .partners--list.gopart #filters {
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; } }
  section.partners--list #filters .button, #product--start .partners--list.product--start-block1 #filters .button, #product--start .partners--list.product--start-block2 #filters .button, #product--start .partners--list.product--start-block3 #filters .button, #product--start .partners--list.product--start-block4 #filters .button, #product--build .partners--list.product--build-block1 #filters .button, #product--build .partners--list.product--build-block2 #filters .button, #product--build .partners--list.product--build-block3 #filters .button, #product--build .partners--list.product--build-block4 #filters .button, #product--build .partners--list.product--build-block5 #filters .button, .aboutus--talk .partners--list.gopart #filters .button {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700; }
    section.partners--list #filters .button:hover, #product--start .partners--list.product--start-block1 #filters .button:hover, #product--start .partners--list.product--start-block2 #filters .button:hover, #product--start .partners--list.product--start-block3 #filters .button:hover, #product--start .partners--list.product--start-block4 #filters .button:hover, #product--build .partners--list.product--build-block1 #filters .button:hover, #product--build .partners--list.product--build-block2 #filters .button:hover, #product--build .partners--list.product--build-block3 #filters .button:hover, #product--build .partners--list.product--build-block4 #filters .button:hover, #product--build .partners--list.product--build-block5 #filters .button:hover, .aboutus--talk .partners--list.gopart #filters .button:hover, section.partners--list #filters .button:focus, #product--start .partners--list.product--start-block1 #filters .button:focus, #product--start .partners--list.product--start-block2 #filters .button:focus, #product--start .partners--list.product--start-block3 #filters .button:focus, #product--start .partners--list.product--start-block4 #filters .button:focus, #product--build .partners--list.product--build-block1 #filters .button:focus, #product--build .partners--list.product--build-block2 #filters .button:focus, #product--build .partners--list.product--build-block3 #filters .button:focus, #product--build .partners--list.product--build-block4 #filters .button:focus, #product--build .partners--list.product--build-block5 #filters .button:focus, .aboutus--talk .partners--list.gopart #filters .button:focus, section.partners--list #filters .button.is-checked, #product--start .partners--list.product--start-block1 #filters .button.is-checked, #product--start .partners--list.product--start-block2 #filters .button.is-checked, #product--start .partners--list.product--start-block3 #filters .button.is-checked, #product--start .partners--list.product--start-block4 #filters .button.is-checked, #product--build .partners--list.product--build-block1 #filters .button.is-checked, #product--build .partners--list.product--build-block2 #filters .button.is-checked, #product--build .partners--list.product--build-block3 #filters .button.is-checked, #product--build .partners--list.product--build-block4 #filters .button.is-checked, #product--build .partners--list.product--build-block5 #filters .button.is-checked, .aboutus--talk .partners--list.gopart #filters .button.is-checked {
      color: #EA5565;
      outline: none; }
  section.partners--list #filters #filter-select, #product--start .partners--list.product--start-block1 #filters #filter-select, #product--start .partners--list.product--start-block2 #filters #filter-select, #product--start .partners--list.product--start-block3 #filters #filter-select, #product--start .partners--list.product--start-block4 #filters #filter-select, #product--build .partners--list.product--build-block1 #filters #filter-select, #product--build .partners--list.product--build-block2 #filters #filter-select, #product--build .partners--list.product--build-block3 #filters #filter-select, #product--build .partners--list.product--build-block4 #filters #filter-select, #product--build .partners--list.product--build-block5 #filters #filter-select, .aboutus--talk .partners--list.gopart #filters #filter-select {
    margin-bottom: 10px; }
    @media (max-width: 930px) {
      section.partners--list #filters #filter-select, #product--start .partners--list.product--start-block1 #filters #filter-select, #product--start .partners--list.product--start-block2 #filters #filter-select, #product--start .partners--list.product--start-block3 #filters #filter-select, #product--start .partners--list.product--start-block4 #filters #filter-select, #product--build .partners--list.product--build-block1 #filters #filter-select, #product--build .partners--list.product--build-block2 #filters #filter-select, #product--build .partners--list.product--build-block3 #filters #filter-select, #product--build .partners--list.product--build-block4 #filters #filter-select, #product--build .partners--list.product--build-block5 #filters #filter-select, .aboutus--talk .partners--list.gopart #filters #filter-select {
        display: none; } }

section.partners--list ul.list-partner, #product--start .partners--list.product--start-block1 ul.list-partner, #product--start .partners--list.product--start-block2 ul.list-partner, #product--start .partners--list.product--start-block3 ul.list-partner, #product--start .partners--list.product--start-block4 ul.list-partner, #product--build .partners--list.product--build-block1 ul.list-partner, #product--build .partners--list.product--build-block2 ul.list-partner, #product--build .partners--list.product--build-block3 ul.list-partner, #product--build .partners--list.product--build-block4 ul.list-partner, #product--build .partners--list.product--build-block5 ul.list-partner, .aboutus--talk .partners--list.gopart ul.list-partner {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  section.partners--list ul.list-partner li, #product--start .partners--list.product--start-block1 ul.list-partner li, #product--start .partners--list.product--start-block2 ul.list-partner li, #product--start .partners--list.product--start-block3 ul.list-partner li, #product--start .partners--list.product--start-block4 ul.list-partner li, #product--build .partners--list.product--build-block1 ul.list-partner li, #product--build .partners--list.product--build-block2 ul.list-partner li, #product--build .partners--list.product--build-block3 ul.list-partner li, #product--build .partners--list.product--build-block4 ul.list-partner li, #product--build .partners--list.product--build-block5 ul.list-partner li, .aboutus--talk .partners--list.gopart ul.list-partner li {
    width: 100%;
    max-width: calc(33% - 40px);
    background-color: #fff;
    box-shadow: 0px 13px 27px rgba(193, 193, 193, 0.3);
    margin: 20px; }
    @media (max-width: 930px) {
      section.partners--list ul.list-partner li, #product--start .partners--list.product--start-block1 ul.list-partner li, #product--start .partners--list.product--start-block2 ul.list-partner li, #product--start .partners--list.product--start-block3 ul.list-partner li, #product--start .partners--list.product--start-block4 ul.list-partner li, #product--build .partners--list.product--build-block1 ul.list-partner li, #product--build .partners--list.product--build-block2 ul.list-partner li, #product--build .partners--list.product--build-block3 ul.list-partner li, #product--build .partners--list.product--build-block4 ul.list-partner li, #product--build .partners--list.product--build-block5 ul.list-partner li, .aboutus--talk .partners--list.gopart ul.list-partner li {
        max-width: calc(50% - 40px); } }
    @media (max-width: 768px) {
      section.partners--list ul.list-partner li, #product--start .partners--list.product--start-block1 ul.list-partner li, #product--start .partners--list.product--start-block2 ul.list-partner li, #product--start .partners--list.product--start-block3 ul.list-partner li, #product--start .partners--list.product--start-block4 ul.list-partner li, #product--build .partners--list.product--build-block1 ul.list-partner li, #product--build .partners--list.product--build-block2 ul.list-partner li, #product--build .partners--list.product--build-block3 ul.list-partner li, #product--build .partners--list.product--build-block4 ul.list-partner li, #product--build .partners--list.product--build-block5 ul.list-partner li, .aboutus--talk .partners--list.gopart ul.list-partner li {
        max-width: calc(100% - 40px); } }
    section.partners--list ul.list-partner li .item, #product--start .partners--list.product--start-block1 ul.list-partner li .item, #product--start .partners--list.product--start-block2 ul.list-partner li .item, #product--start .partners--list.product--start-block3 ul.list-partner li .item, #product--start .partners--list.product--start-block4 ul.list-partner li .item, #product--build .partners--list.product--build-block1 ul.list-partner li .item, #product--build .partners--list.product--build-block2 ul.list-partner li .item, #product--build .partners--list.product--build-block3 ul.list-partner li .item, #product--build .partners--list.product--build-block4 ul.list-partner li .item, #product--build .partners--list.product--build-block5 ul.list-partner li .item, .aboutus--talk .partners--list.gopart ul.list-partner li .item {
      height: 285px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      section.partners--list ul.list-partner li .item .logo-partner, #product--start .partners--list.product--start-block1 ul.list-partner li .item .logo-partner, #product--start .partners--list.product--start-block2 ul.list-partner li .item .logo-partner, #product--start .partners--list.product--start-block3 ul.list-partner li .item .logo-partner, #product--start .partners--list.product--start-block4 ul.list-partner li .item .logo-partner, #product--build .partners--list.product--build-block1 ul.list-partner li .item .logo-partner, #product--build .partners--list.product--build-block2 ul.list-partner li .item .logo-partner, #product--build .partners--list.product--build-block3 ul.list-partner li .item .logo-partner, #product--build .partners--list.product--build-block4 ul.list-partner li .item .logo-partner, #product--build .partners--list.product--build-block5 ul.list-partner li .item .logo-partner, .aboutus--talk .partners--list.gopart ul.list-partner li .item .logo-partner {
        max-width: 200px; }
      section.partners--list ul.list-partner li .item .content-partner, #product--start .partners--list.product--start-block1 ul.list-partner li .item .content-partner, #product--start .partners--list.product--start-block2 ul.list-partner li .item .content-partner, #product--start .partners--list.product--start-block3 ul.list-partner li .item .content-partner, #product--start .partners--list.product--start-block4 ul.list-partner li .item .content-partner, #product--build .partners--list.product--build-block1 ul.list-partner li .item .content-partner, #product--build .partners--list.product--build-block2 ul.list-partner li .item .content-partner, #product--build .partners--list.product--build-block3 ul.list-partner li .item .content-partner, #product--build .partners--list.product--build-block4 ul.list-partner li .item .content-partner, #product--build .partners--list.product--build-block5 ul.list-partner li .item .content-partner, .aboutus--talk .partners--list.gopart ul.list-partner li .item .content-partner {
        display: none;
        border-top: 5px solid #EA5565;
        padding: 20px;
        text-align: center; }
        section.partners--list ul.list-partner li .item .content-partner h3, #product--start .partners--list.product--start-block1 ul.list-partner li .item .content-partner h3, #product--start .partners--list.product--start-block2 ul.list-partner li .item .content-partner h3, #product--start .partners--list.product--start-block3 ul.list-partner li .item .content-partner h3, #product--start .partners--list.product--start-block4 ul.list-partner li .item .content-partner h3, #product--build .partners--list.product--build-block1 ul.list-partner li .item .content-partner h3, #product--build .partners--list.product--build-block2 ul.list-partner li .item .content-partner h3, #product--build .partners--list.product--build-block3 ul.list-partner li .item .content-partner h3, #product--build .partners--list.product--build-block4 ul.list-partner li .item .content-partner h3, #product--build .partners--list.product--build-block5 ul.list-partner li .item .content-partner h3, .aboutus--talk .partners--list.gopart ul.list-partner li .item .content-partner h3 {
          margin-bottom: 0; }
        section.partners--list ul.list-partner li .item .content-partner .cat, #product--start .partners--list.product--start-block1 ul.list-partner li .item .content-partner .cat, #product--start .partners--list.product--start-block2 ul.list-partner li .item .content-partner .cat, #product--start .partners--list.product--start-block3 ul.list-partner li .item .content-partner .cat, #product--start .partners--list.product--start-block4 ul.list-partner li .item .content-partner .cat, #product--build .partners--list.product--build-block1 ul.list-partner li .item .content-partner .cat, #product--build .partners--list.product--build-block2 ul.list-partner li .item .content-partner .cat, #product--build .partners--list.product--build-block3 ul.list-partner li .item .content-partner .cat, #product--build .partners--list.product--build-block4 ul.list-partner li .item .content-partner .cat, #product--build .partners--list.product--build-block5 ul.list-partner li .item .content-partner .cat, .aboutus--talk .partners--list.gopart ul.list-partner li .item .content-partner .cat {
          color: #1E1D32;
          font-weight: 400; }
        section.partners--list ul.list-partner li .item .content-partner p, #product--start .partners--list.product--start-block1 ul.list-partner li .item .content-partner p, #product--start .partners--list.product--start-block2 ul.list-partner li .item .content-partner p, #product--start .partners--list.product--start-block3 ul.list-partner li .item .content-partner p, #product--start .partners--list.product--start-block4 ul.list-partner li .item .content-partner p, #product--build .partners--list.product--build-block1 ul.list-partner li .item .content-partner p, #product--build .partners--list.product--build-block2 ul.list-partner li .item .content-partner p, #product--build .partners--list.product--build-block3 ul.list-partner li .item .content-partner p, #product--build .partners--list.product--build-block4 ul.list-partner li .item .content-partner p, #product--build .partners--list.product--build-block5 ul.list-partner li .item .content-partner p, .aboutus--talk .partners--list.gopart ul.list-partner li .item .content-partner p {
          line-height: 1.4;
          font-size: 17px;
          max-height: 72px;
          overflow: hidden; }
        section.partners--list ul.list-partner li .item .content-partner span.btn, #product--start .partners--list.product--start-block1 ul.list-partner li .item .content-partner span.btn, #product--start .partners--list.product--start-block2 ul.list-partner li .item .content-partner span.btn, #product--start .partners--list.product--start-block3 ul.list-partner li .item .content-partner span.btn, #product--start .partners--list.product--start-block4 ul.list-partner li .item .content-partner span.btn, #product--build .partners--list.product--build-block1 ul.list-partner li .item .content-partner span.btn, #product--build .partners--list.product--build-block2 ul.list-partner li .item .content-partner span.btn, #product--build .partners--list.product--build-block3 ul.list-partner li .item .content-partner span.btn, #product--build .partners--list.product--build-block4 ul.list-partner li .item .content-partner span.btn, #product--build .partners--list.product--build-block5 ul.list-partner li .item .content-partner span.btn, .aboutus--talk .partners--list.gopart ul.list-partner li .item .content-partner span.btn {
          display: none;
          max-width: 120px;
          margin: auto; }
          @media (max-width: 930px) {
            section.partners--list ul.list-partner li .item .content-partner span.btn, #product--start .partners--list.product--start-block1 ul.list-partner li .item .content-partner span.btn, #product--start .partners--list.product--start-block2 ul.list-partner li .item .content-partner span.btn, #product--start .partners--list.product--start-block3 ul.list-partner li .item .content-partner span.btn, #product--start .partners--list.product--start-block4 ul.list-partner li .item .content-partner span.btn, #product--build .partners--list.product--build-block1 ul.list-partner li .item .content-partner span.btn, #product--build .partners--list.product--build-block2 ul.list-partner li .item .content-partner span.btn, #product--build .partners--list.product--build-block3 ul.list-partner li .item .content-partner span.btn, #product--build .partners--list.product--build-block4 ul.list-partner li .item .content-partner span.btn, #product--build .partners--list.product--build-block5 ul.list-partner li .item .content-partner span.btn, .aboutus--talk .partners--list.gopart ul.list-partner li .item .content-partner span.btn {
              display: block; } }
      section.partners--list ul.list-partner li .item:hover, #product--start .partners--list.product--start-block1 ul.list-partner li .item:hover, #product--start .partners--list.product--start-block2 ul.list-partner li .item:hover, #product--start .partners--list.product--start-block3 ul.list-partner li .item:hover, #product--start .partners--list.product--start-block4 ul.list-partner li .item:hover, #product--build .partners--list.product--build-block1 ul.list-partner li .item:hover, #product--build .partners--list.product--build-block2 ul.list-partner li .item:hover, #product--build .partners--list.product--build-block3 ul.list-partner li .item:hover, #product--build .partners--list.product--build-block4 ul.list-partner li .item:hover, #product--build .partners--list.product--build-block5 ul.list-partner li .item:hover, .aboutus--talk .partners--list.gopart ul.list-partner li .item:hover {
        border: none;
        align-items: flex-start; }
        section.partners--list ul.list-partner li .item:hover .logo-partner, #product--start .partners--list.product--start-block1 ul.list-partner li .item:hover .logo-partner, #product--start .partners--list.product--start-block2 ul.list-partner li .item:hover .logo-partner, #product--start .partners--list.product--start-block3 ul.list-partner li .item:hover .logo-partner, #product--start .partners--list.product--start-block4 ul.list-partner li .item:hover .logo-partner, #product--build .partners--list.product--build-block1 ul.list-partner li .item:hover .logo-partner, #product--build .partners--list.product--build-block2 ul.list-partner li .item:hover .logo-partner, #product--build .partners--list.product--build-block3 ul.list-partner li .item:hover .logo-partner, #product--build .partners--list.product--build-block4 ul.list-partner li .item:hover .logo-partner, #product--build .partners--list.product--build-block5 ul.list-partner li .item:hover .logo-partner, .aboutus--talk .partners--list.gopart ul.list-partner li .item:hover .logo-partner {
          display: none; }
        section.partners--list ul.list-partner li .item:hover .content-partner, #product--start .partners--list.product--start-block1 ul.list-partner li .item:hover .content-partner, #product--start .partners--list.product--start-block2 ul.list-partner li .item:hover .content-partner, #product--start .partners--list.product--start-block3 ul.list-partner li .item:hover .content-partner, #product--start .partners--list.product--start-block4 ul.list-partner li .item:hover .content-partner, #product--build .partners--list.product--build-block1 ul.list-partner li .item:hover .content-partner, #product--build .partners--list.product--build-block2 ul.list-partner li .item:hover .content-partner, #product--build .partners--list.product--build-block3 ul.list-partner li .item:hover .content-partner, #product--build .partners--list.product--build-block4 ul.list-partner li .item:hover .content-partner, #product--build .partners--list.product--build-block5 ul.list-partner li .item:hover .content-partner, .aboutus--talk .partners--list.gopart ul.list-partner li .item:hover .content-partner {
          display: block; }

.remodal {
  text-align: left;
  max-width: 1100px; }
  .remodal .remodal-close {
    left: auto;
    right: 0;
    font-size: 40px; }
  .remodal .contentmodalheader {
    display: flex;
    margin-bottom: 40px; }
    .remodal .contentmodalheader .logo {
      max-width: 200px;
      margin-right: 30px; }
    .remodal .contentmodalheader .info h3 {
      margin-bottom: 0;
      font-weight: 700;
      margin-top: 0; }
    .remodal .contentmodalheader .info .locate {
      background-image: url("../img/geolocation_icon.svg");
      background-repeat: no-repeat;
      background-position: left center;
      padding: 12px 10px 10px 60px;
      font-size: 20px;
      margin-top: 10px; }
  .remodal .contentmodalmain h3 {
    font-weight: 700; }
  .remodal .contentmodalmain p {
    margin-top: 5px; }
    .remodal .contentmodalmain p.title, .remodal .contentmodalmain p.home--splash {
      margin-bottom: 5px; }
  .remodal .contentmodalfooter {
    text-align: center;
    margin-top: 40px; }

body.onecase section.title, body.onecase section.home--splash, body.onecase #product--start .home--splash.product--start-block1, #product--start body.onecase .home--splash.product--start-block1, body.onecase #product--start .home--splash.product--start-block2, #product--start body.onecase .home--splash.product--start-block2, body.onecase #product--start .home--splash.product--start-block3, #product--start body.onecase .home--splash.product--start-block3, body.onecase #product--start .home--splash.product--start-block4, #product--start body.onecase .home--splash.product--start-block4, body.onecase #product--build .home--splash.product--build-block1, #product--build body.onecase .home--splash.product--build-block1, body.onecase #product--build .home--splash.product--build-block2, #product--build body.onecase .home--splash.product--build-block2, body.onecase #product--build .home--splash.product--build-block3, #product--build body.onecase .home--splash.product--build-block3, body.onecase #product--build .home--splash.product--build-block4, #product--build body.onecase .home--splash.product--build-block4, body.onecase #product--build .home--splash.product--build-block5, #product--build body.onecase .home--splash.product--build-block5, body.onecase .aboutus--talk .home--splash.gopart, .aboutus--talk body.onecase .home--splash.gopart, body.onecase #product--start .title.product--start-block1, #product--start body.onecase .title.product--start-block1, body.onecase #product--start .title.product--start-block2, #product--start body.onecase .title.product--start-block2, body.onecase #product--start .title.product--start-block3, #product--start body.onecase .title.product--start-block3, body.onecase #product--start .title.product--start-block4, #product--start body.onecase .title.product--start-block4, body.onecase #product--build .title.product--build-block1, #product--build body.onecase .title.product--build-block1, body.onecase #product--build .title.product--build-block2, #product--build body.onecase .title.product--build-block2, body.onecase #product--build .title.product--build-block3, #product--build body.onecase .title.product--build-block3, body.onecase #product--build .title.product--build-block4, #product--build body.onecase .title.product--build-block4, body.onecase #product--build .title.product--build-block5, #product--build body.onecase .title.product--build-block5, body.onecase .aboutus--talk .title.gopart, .aboutus--talk body.onecase .title.gopart {
  background-color: #1E1D32; }
  body.onecase section.title .title-header, body.onecase section.home--splash .title-header, body.onecase #product--start .home--splash.product--start-block1 .title-header, #product--start body.onecase .home--splash.product--start-block1 .title-header, body.onecase #product--start .home--splash.product--start-block2 .title-header, #product--start body.onecase .home--splash.product--start-block2 .title-header, body.onecase #product--start .home--splash.product--start-block3 .title-header, #product--start body.onecase .home--splash.product--start-block3 .title-header, body.onecase #product--start .home--splash.product--start-block4 .title-header, #product--start body.onecase .home--splash.product--start-block4 .title-header, body.onecase #product--build .home--splash.product--build-block1 .title-header, #product--build body.onecase .home--splash.product--build-block1 .title-header, body.onecase #product--build .home--splash.product--build-block2 .title-header, #product--build body.onecase .home--splash.product--build-block2 .title-header, body.onecase #product--build .home--splash.product--build-block3 .title-header, #product--build body.onecase .home--splash.product--build-block3 .title-header, body.onecase #product--build .home--splash.product--build-block4 .title-header, #product--build body.onecase .home--splash.product--build-block4 .title-header, body.onecase #product--build .home--splash.product--build-block5 .title-header, #product--build body.onecase .home--splash.product--build-block5 .title-header, body.onecase .aboutus--talk .home--splash.gopart .title-header, .aboutus--talk body.onecase .home--splash.gopart .title-header, body.onecase #product--start .title.product--start-block1 .title-header, #product--start body.onecase .title.product--start-block1 .title-header, body.onecase #product--start .title.product--start-block2 .title-header, #product--start body.onecase .title.product--start-block2 .title-header, body.onecase #product--start .title.product--start-block3 .title-header, #product--start body.onecase .title.product--start-block3 .title-header, body.onecase #product--start .title.product--start-block4 .title-header, #product--start body.onecase .title.product--start-block4 .title-header, body.onecase #product--build .title.product--build-block1 .title-header, #product--build body.onecase .title.product--build-block1 .title-header, body.onecase #product--build .title.product--build-block2 .title-header, #product--build body.onecase .title.product--build-block2 .title-header, body.onecase #product--build .title.product--build-block3 .title-header, #product--build body.onecase .title.product--build-block3 .title-header, body.onecase #product--build .title.product--build-block4 .title-header, #product--build body.onecase .title.product--build-block4 .title-header, body.onecase #product--build .title.product--build-block5 .title-header, #product--build body.onecase .title.product--build-block5 .title-header, body.onecase .aboutus--talk .title.gopart .title-header, .aboutus--talk body.onecase .title.gopart .title-header {
    width: 100%;
    text-align: center; }
  body.onecase section.title h1, body.onecase section.home--splash h1, body.onecase #product--start .home--splash.product--start-block1 h1, #product--start body.onecase .home--splash.product--start-block1 h1, body.onecase #product--start .home--splash.product--start-block2 h1, #product--start body.onecase .home--splash.product--start-block2 h1, body.onecase #product--start .home--splash.product--start-block3 h1, #product--start body.onecase .home--splash.product--start-block3 h1, body.onecase #product--start .home--splash.product--start-block4 h1, #product--start body.onecase .home--splash.product--start-block4 h1, body.onecase #product--build .home--splash.product--build-block1 h1, #product--build body.onecase .home--splash.product--build-block1 h1, body.onecase #product--build .home--splash.product--build-block2 h1, #product--build body.onecase .home--splash.product--build-block2 h1, body.onecase #product--build .home--splash.product--build-block3 h1, #product--build body.onecase .home--splash.product--build-block3 h1, body.onecase #product--build .home--splash.product--build-block4 h1, #product--build body.onecase .home--splash.product--build-block4 h1, body.onecase #product--build .home--splash.product--build-block5 h1, #product--build body.onecase .home--splash.product--build-block5 h1, body.onecase .aboutus--talk .home--splash.gopart h1, .aboutus--talk body.onecase .home--splash.gopart h1, body.onecase #product--start .title.product--start-block1 h1, #product--start body.onecase .title.product--start-block1 h1, body.onecase #product--start .title.product--start-block2 h1, #product--start body.onecase .title.product--start-block2 h1, body.onecase #product--start .title.product--start-block3 h1, #product--start body.onecase .title.product--start-block3 h1, body.onecase #product--start .title.product--start-block4 h1, #product--start body.onecase .title.product--start-block4 h1, body.onecase #product--build .title.product--build-block1 h1, #product--build body.onecase .title.product--build-block1 h1, body.onecase #product--build .title.product--build-block2 h1, #product--build body.onecase .title.product--build-block2 h1, body.onecase #product--build .title.product--build-block3 h1, #product--build body.onecase .title.product--build-block3 h1, body.onecase #product--build .title.product--build-block4 h1, #product--build body.onecase .title.product--build-block4 h1, body.onecase #product--build .title.product--build-block5 h1, #product--build body.onecase .title.product--build-block5 h1, body.onecase .aboutus--talk .title.gopart h1, .aboutus--talk body.onecase .title.gopart h1 {
    color: #ffffff;
    text-align: center; }
  body.onecase section.title h3, body.onecase section.home--splash h3, body.onecase #product--start .home--splash.product--start-block1 h3, #product--start body.onecase .home--splash.product--start-block1 h3, body.onecase #product--start .home--splash.product--start-block2 h3, #product--start body.onecase .home--splash.product--start-block2 h3, body.onecase #product--start .home--splash.product--start-block3 h3, #product--start body.onecase .home--splash.product--start-block3 h3, body.onecase #product--start .home--splash.product--start-block4 h3, #product--start body.onecase .home--splash.product--start-block4 h3, body.onecase #product--build .home--splash.product--build-block1 h3, #product--build body.onecase .home--splash.product--build-block1 h3, body.onecase #product--build .home--splash.product--build-block2 h3, #product--build body.onecase .home--splash.product--build-block2 h3, body.onecase #product--build .home--splash.product--build-block3 h3, #product--build body.onecase .home--splash.product--build-block3 h3, body.onecase #product--build .home--splash.product--build-block4 h3, #product--build body.onecase .home--splash.product--build-block4 h3, body.onecase #product--build .home--splash.product--build-block5 h3, #product--build body.onecase .home--splash.product--build-block5 h3, body.onecase .aboutus--talk .home--splash.gopart h3, .aboutus--talk body.onecase .home--splash.gopart h3, body.onecase #product--start .title.product--start-block1 h3, #product--start body.onecase .title.product--start-block1 h3, body.onecase #product--start .title.product--start-block2 h3, #product--start body.onecase .title.product--start-block2 h3, body.onecase #product--start .title.product--start-block3 h3, #product--start body.onecase .title.product--start-block3 h3, body.onecase #product--start .title.product--start-block4 h3, #product--start body.onecase .title.product--start-block4 h3, body.onecase #product--build .title.product--build-block1 h3, #product--build body.onecase .title.product--build-block1 h3, body.onecase #product--build .title.product--build-block2 h3, #product--build body.onecase .title.product--build-block2 h3, body.onecase #product--build .title.product--build-block3 h3, #product--build body.onecase .title.product--build-block3 h3, body.onecase #product--build .title.product--build-block4 h3, #product--build body.onecase .title.product--build-block4 h3, body.onecase #product--build .title.product--build-block5 h3, #product--build body.onecase .title.product--build-block5 h3, body.onecase .aboutus--talk .title.gopart h3, .aboutus--talk body.onecase .title.gopart h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    font-size: 27px;
    max-width: 100%; }
  body.onecase section.title p, body.onecase section.home--splash p, body.onecase #product--start .home--splash.product--start-block1 p, #product--start body.onecase .home--splash.product--start-block1 p, body.onecase #product--start .home--splash.product--start-block2 p, #product--start body.onecase .home--splash.product--start-block2 p, body.onecase #product--start .home--splash.product--start-block3 p, #product--start body.onecase .home--splash.product--start-block3 p, body.onecase #product--start .home--splash.product--start-block4 p, #product--start body.onecase .home--splash.product--start-block4 p, body.onecase #product--build .home--splash.product--build-block1 p, #product--build body.onecase .home--splash.product--build-block1 p, body.onecase #product--build .home--splash.product--build-block2 p, #product--build body.onecase .home--splash.product--build-block2 p, body.onecase #product--build .home--splash.product--build-block3 p, #product--build body.onecase .home--splash.product--build-block3 p, body.onecase #product--build .home--splash.product--build-block4 p, #product--build body.onecase .home--splash.product--build-block4 p, body.onecase #product--build .home--splash.product--build-block5 p, #product--build body.onecase .home--splash.product--build-block5 p, body.onecase .aboutus--talk .home--splash.gopart p, .aboutus--talk body.onecase .home--splash.gopart p, body.onecase #product--start .title.product--start-block1 p, #product--start body.onecase .title.product--start-block1 p, body.onecase #product--start .title.product--start-block2 p, #product--start body.onecase .title.product--start-block2 p, body.onecase #product--start .title.product--start-block3 p, #product--start body.onecase .title.product--start-block3 p, body.onecase #product--start .title.product--start-block4 p, #product--start body.onecase .title.product--start-block4 p, body.onecase #product--build .title.product--build-block1 p, #product--build body.onecase .title.product--build-block1 p, body.onecase #product--build .title.product--build-block2 p, #product--build body.onecase .title.product--build-block2 p, body.onecase #product--build .title.product--build-block3 p, #product--build body.onecase .title.product--build-block3 p, body.onecase #product--build .title.product--build-block4 p, #product--build body.onecase .title.product--build-block4 p, body.onecase #product--build .title.product--build-block5 p, #product--build body.onecase .title.product--build-block5 p, body.onecase .aboutus--talk .title.gopart p, .aboutus--talk body.onecase .title.gopart p {
    color: #ffffff;
    max-width: 100%;
    max-width: 940px;
    margin: auto; }
  body.onecase section.title img, body.onecase section.home--splash img, body.onecase #product--start .home--splash.product--start-block1 img, #product--start body.onecase .home--splash.product--start-block1 img, body.onecase #product--start .home--splash.product--start-block2 img, #product--start body.onecase .home--splash.product--start-block2 img, body.onecase #product--start .home--splash.product--start-block3 img, #product--start body.onecase .home--splash.product--start-block3 img, body.onecase #product--start .home--splash.product--start-block4 img, #product--start body.onecase .home--splash.product--start-block4 img, body.onecase #product--build .home--splash.product--build-block1 img, #product--build body.onecase .home--splash.product--build-block1 img, body.onecase #product--build .home--splash.product--build-block2 img, #product--build body.onecase .home--splash.product--build-block2 img, body.onecase #product--build .home--splash.product--build-block3 img, #product--build body.onecase .home--splash.product--build-block3 img, body.onecase #product--build .home--splash.product--build-block4 img, #product--build body.onecase .home--splash.product--build-block4 img, body.onecase #product--build .home--splash.product--build-block5 img, #product--build body.onecase .home--splash.product--build-block5 img, body.onecase .aboutus--talk .home--splash.gopart img, .aboutus--talk body.onecase .home--splash.gopart img, body.onecase #product--start .title.product--start-block1 img, #product--start body.onecase .title.product--start-block1 img, body.onecase #product--start .title.product--start-block2 img, #product--start body.onecase .title.product--start-block2 img, body.onecase #product--start .title.product--start-block3 img, #product--start body.onecase .title.product--start-block3 img, body.onecase #product--start .title.product--start-block4 img, #product--start body.onecase .title.product--start-block4 img, body.onecase #product--build .title.product--build-block1 img, #product--build body.onecase .title.product--build-block1 img, body.onecase #product--build .title.product--build-block2 img, #product--build body.onecase .title.product--build-block2 img, body.onecase #product--build .title.product--build-block3 img, #product--build body.onecase .title.product--build-block3 img, body.onecase #product--build .title.product--build-block4 img, #product--build body.onecase .title.product--build-block4 img, body.onecase #product--build .title.product--build-block5 img, #product--build body.onecase .title.product--build-block5 img, body.onecase .aboutus--talk .title.gopart img, .aboutus--talk body.onecase .title.gopart img {
    margin-top: 50px;
    margin-bottom: 50px; }

body.onecase section.content, body.onecase #product--start .content.product--start-block1, #product--start body.onecase .content.product--start-block1, body.onecase #product--start .content.product--start-block2, #product--start body.onecase .content.product--start-block2, body.onecase #product--start .content.product--start-block3, #product--start body.onecase .content.product--start-block3, body.onecase #product--start .content.product--start-block4, #product--start body.onecase .content.product--start-block4, body.onecase #product--build .content.product--build-block1, #product--build body.onecase .content.product--build-block1, body.onecase #product--build .content.product--build-block2, #product--build body.onecase .content.product--build-block2, body.onecase #product--build .content.product--build-block3, #product--build body.onecase .content.product--build-block3, body.onecase #product--build .content.product--build-block4, #product--build body.onecase .content.product--build-block4, body.onecase #product--build .content.product--build-block5, #product--build body.onecase .content.product--build-block5, body.onecase .aboutus--talk .content.gopart, .aboutus--talk body.onecase .content.gopart {
  background-color: #c0beda; }

body.onecase .logoproduct {
  width: 800px;
  max-width: 95%;
  border-radius: 12px;
  background-color: #ffffff;
  margin: auto;
  position: relative;
  top: -75px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  box-shadow: 0px 5px 70px rgba(0, 0, 0, 0.2); }
  @media (max-width: 768px) {
    body.onecase .logoproduct {
      top: -35px; } }
  body.onecase .logoproduct span {
    max-width: 320px; }
    @media (max-width: 768px) {
      body.onecase .logoproduct span {
        max-width: 150px; } }
    body.onecase .logoproduct span img {
      width: 100%;
      height: auto; }
    body.onecase .logoproduct span.sep {
      font-size: 100px; }
      @media (max-width: 768px) {
        body.onecase .logoproduct span.sep {
          font-size: 50px; } }

body.onecase .onecase-section4 .title, body.onecase .onecase-section4 .home--splash {
  text-align: center;
  margin-bottom: 150px; }

body.onecase .onecase-section4 ul li {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 100px; }
  body.onecase .onecase-section4 ul li img {
    position: absolute;
    left: 0;
    max-width: 100px;
    height: auto; }
  body.onecase .onecase-section4 ul li h3 {
    margin: 0;
    margin-bottom: 10px; }
  body.onecase .onecase-section4 ul li p {
    margin: 0; }

@media (max-width: 768px) {
  body.onecase .onecase-section1 .wrapper--flex, body.onecase .onecase-section3 .wrapper--flex {
    flex-direction: column-reverse; } }

@media (max-width: 930px) {
  body.onecase .onecase-section5 .wrapper--flex {
    flex-direction: column; } }

body.onecase .onecase-section5 .wrapper {
  background-color: #ffffff;
  padding: 90px 40px;
  box-shadow: 0px 5px 70px rgba(0, 0, 0, 0.2);
  border-radius: 12px; }
  @media (max-width: 768px) {
    body.onecase .onecase-section5 .wrapper {
      border-radius: 0px;
      text-align: center; } }
  body.onecase .onecase-section5 .wrapper .wrapper--left {
    width: 60%;
    padding-right: 40px;
    padding-top: 35px; }
    @media (max-width: 930px) {
      body.onecase .onecase-section5 .wrapper .wrapper--left {
        width: 100%;
        padding-right: 0px; } }
    body.onecase .onecase-section5 .wrapper .wrapper--left ul {
      display: flex; }
      body.onecase .onecase-section5 .wrapper .wrapper--left ul li {
        text-align: center; }
  body.onecase .onecase-section5 .wrapper .wrapper--right {
    width: 40%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 930px) {
      body.onecase .onecase-section5 .wrapper .wrapper--right {
        width: 100%;
        align-items: center; } }

body.onecase .onecase-section5 h2 {
  margin-top: 0; }
  @media (max-width: 768px) {
    body.onecase .onecase-section5 h2 {
      margin-top: 20px; } }

body.onecase .onecase-section5 p {
  font-size: 16px; }

body.onecase .blockbtn {
  text-align: center;
  margin-top: 50px; }

body.careers section.title, body.careers section.home--splash, body.careers #product--start .home--splash.product--start-block1, #product--start body.careers .home--splash.product--start-block1, body.careers #product--start .home--splash.product--start-block2, #product--start body.careers .home--splash.product--start-block2, body.careers #product--start .home--splash.product--start-block3, #product--start body.careers .home--splash.product--start-block3, body.careers #product--start .home--splash.product--start-block4, #product--start body.careers .home--splash.product--start-block4, body.careers #product--build .home--splash.product--build-block1, #product--build body.careers .home--splash.product--build-block1, body.careers #product--build .home--splash.product--build-block2, #product--build body.careers .home--splash.product--build-block2, body.careers #product--build .home--splash.product--build-block3, #product--build body.careers .home--splash.product--build-block3, body.careers #product--build .home--splash.product--build-block4, #product--build body.careers .home--splash.product--build-block4, body.careers #product--build .home--splash.product--build-block5, #product--build body.careers .home--splash.product--build-block5, body.careers .aboutus--talk .home--splash.gopart, .aboutus--talk body.careers .home--splash.gopart, body.careers #product--start .title.product--start-block1, #product--start body.careers .title.product--start-block1, body.careers #product--start .title.product--start-block2, #product--start body.careers .title.product--start-block2, body.careers #product--start .title.product--start-block3, #product--start body.careers .title.product--start-block3, body.careers #product--start .title.product--start-block4, #product--start body.careers .title.product--start-block4, body.careers #product--build .title.product--build-block1, #product--build body.careers .title.product--build-block1, body.careers #product--build .title.product--build-block2, #product--build body.careers .title.product--build-block2, body.careers #product--build .title.product--build-block3, #product--build body.careers .title.product--build-block3, body.careers #product--build .title.product--build-block4, #product--build body.careers .title.product--build-block4, body.careers #product--build .title.product--build-block5, #product--build body.careers .title.product--build-block5, body.careers .aboutus--talk .title.gopart, .aboutus--talk body.careers .title.gopart {
  min-height: 300px;
  padding-top: 50px; }
  body.careers section.title .btn, body.careers section.home--splash .btn, body.careers #product--start .home--splash.product--start-block1 .btn, #product--start body.careers .home--splash.product--start-block1 .btn, body.careers #product--start .home--splash.product--start-block2 .btn, #product--start body.careers .home--splash.product--start-block2 .btn, body.careers #product--start .home--splash.product--start-block3 .btn, #product--start body.careers .home--splash.product--start-block3 .btn, body.careers #product--start .home--splash.product--start-block4 .btn, #product--start body.careers .home--splash.product--start-block4 .btn, body.careers #product--build .home--splash.product--build-block1 .btn, #product--build body.careers .home--splash.product--build-block1 .btn, body.careers #product--build .home--splash.product--build-block2 .btn, #product--build body.careers .home--splash.product--build-block2 .btn, body.careers #product--build .home--splash.product--build-block3 .btn, #product--build body.careers .home--splash.product--build-block3 .btn, body.careers #product--build .home--splash.product--build-block4 .btn, #product--build body.careers .home--splash.product--build-block4 .btn, body.careers #product--build .home--splash.product--build-block5 .btn, #product--build body.careers .home--splash.product--build-block5 .btn, body.careers .aboutus--talk .home--splash.gopart .btn, .aboutus--talk body.careers .home--splash.gopart .btn, body.careers #product--start .title.product--start-block1 .btn, #product--start body.careers .title.product--start-block1 .btn, body.careers #product--start .title.product--start-block2 .btn, #product--start body.careers .title.product--start-block2 .btn, body.careers #product--start .title.product--start-block3 .btn, #product--start body.careers .title.product--start-block3 .btn, body.careers #product--start .title.product--start-block4 .btn, #product--start body.careers .title.product--start-block4 .btn, body.careers #product--build .title.product--build-block1 .btn, #product--build body.careers .title.product--build-block1 .btn, body.careers #product--build .title.product--build-block2 .btn, #product--build body.careers .title.product--build-block2 .btn, body.careers #product--build .title.product--build-block3 .btn, #product--build body.careers .title.product--build-block3 .btn, body.careers #product--build .title.product--build-block4 .btn, #product--build body.careers .title.product--build-block4 .btn, body.careers #product--build .title.product--build-block5 .btn, #product--build body.careers .title.product--build-block5 .btn, body.careers .aboutus--talk .title.gopart .btn, .aboutus--talk body.careers .title.gopart .btn {
    position: relative;
    top: 30px; }

body.careers .title-header {
  text-align: center; }
  body.careers .title-header h1 {
    text-align: center; }

body.careers .intro .wrapper--flex h2 {
  text-align: center; }

@media (max-width: 930px) {
  body.careers .intro .wrapper--flex {
    flex-direction: column-reverse; } }

body.careers .expect ul {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 930px) {
    body.careers .expect ul {
      flex-direction: column; } }
  body.careers .expect ul li {
    width: 50%;
    margin-bottom: 30px;
    min-height: 170px; }
    @media (max-width: 930px) {
      body.careers .expect ul li {
        width: 100%; } }
    body.careers .expect ul li img {
      float: left;
      width: 88px;
      height: 88px; }
    body.careers .expect ul li h4 {
      padding-left: 105px;
      margin-right: 40px;
      margin-top: 0px;
      font-weight: 500;
      margin-bottom: 0; }
    body.careers .expect ul li p {
      padding-left: 105px;
      margin-right: 40px;
      margin-top: 5px; }

body.careers .slider {
  text-align: center; }
  body.careers .slider .owl-theme .owl-dots {
    margin: 50px; }
  body.careers .slider .btn {
    margin: auto;
    background-color: transparent;
    color: #444444;
    border: 1px solid #DBDBDB;
    display: block;
    max-width: 200px;
    margin-top: 20px; }

body.careers .listpost ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  body.careers .listpost ul li {
    background-color: #ffffff;
    width: 48%;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    box-shadow: 0px 13px 27px rgba(193, 193, 193, 0.3);
    border-top: 10px solid #EA5565;
    max-height: 250px;
    overflow: hidden; }
    @media (max-width: 930px) {
      body.careers .listpost ul li {
        width: 100%; } }
    body.careers .listpost ul li .contenttuile {
      display: flex;
      flex-direction: column;
      padding: 20px; }
      body.careers .listpost ul li .contenttuile h3 {
        margin-bottom: 0;
        font-weight: 700; }
      body.careers .listpost ul li .contenttuile h4, body.careers .listpost ul li .contenttuile p {
        margin-top: 0; }
      body.careers .listpost ul li .contenttuile h4 {
        font-size: 19px;
        margin-bottom: 10px; }
      body.careers .listpost ul li .contenttuile p {
        font-size: 17px; }
    body.careers .listpost ul li .contenttuilehover {
      padding: 20px;
      opacity: 1;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #EA5565;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: all .3s; }
      body.careers .listpost ul li .contenttuilehover h4 {
        color: #FFF;
        font-weight: 700; }
    body.careers .listpost ul li:hover .contenttuilehover {
      opacity: 1; }

@media (max-width: 930px) {
  body.careers .shareit {
    display: none; } }

body.careers .shareit i {
  font-size: 40px;
  margin-right: 10px;
  position: relative;
  top: 10px; }

body.careers .shareit:hover {
  text-decoration: none;
  border: none; }

body.careers .careers--page-map {
  width: 50%; }
  body.careers .careers--page-map iframe {
    height: 350px; }

body.careers #life p {
  max-width: 100%; }

body.careers .team--join {
  background-color: transparent;
  border: none; }

body.job section.title, body.job section.home--splash, body.job #product--start .home--splash.product--start-block1, #product--start body.job .home--splash.product--start-block1, body.job #product--start .home--splash.product--start-block2, #product--start body.job .home--splash.product--start-block2, body.job #product--start .home--splash.product--start-block3, #product--start body.job .home--splash.product--start-block3, body.job #product--start .home--splash.product--start-block4, #product--start body.job .home--splash.product--start-block4, body.job #product--build .home--splash.product--build-block1, #product--build body.job .home--splash.product--build-block1, body.job #product--build .home--splash.product--build-block2, #product--build body.job .home--splash.product--build-block2, body.job #product--build .home--splash.product--build-block3, #product--build body.job .home--splash.product--build-block3, body.job #product--build .home--splash.product--build-block4, #product--build body.job .home--splash.product--build-block4, body.job #product--build .home--splash.product--build-block5, #product--build body.job .home--splash.product--build-block5, body.job .aboutus--talk .home--splash.gopart, .aboutus--talk body.job .home--splash.gopart, body.job #product--start .title.product--start-block1, #product--start body.job .title.product--start-block1, body.job #product--start .title.product--start-block2, #product--start body.job .title.product--start-block2, body.job #product--start .title.product--start-block3, #product--start body.job .title.product--start-block3, body.job #product--start .title.product--start-block4, #product--start body.job .title.product--start-block4, body.job #product--build .title.product--build-block1, #product--build body.job .title.product--build-block1, body.job #product--build .title.product--build-block2, #product--build body.job .title.product--build-block2, body.job #product--build .title.product--build-block3, #product--build body.job .title.product--build-block3, body.job #product--build .title.product--build-block4, #product--build body.job .title.product--build-block4, body.job #product--build .title.product--build-block5, #product--build body.job .title.product--build-block5, body.job .aboutus--talk .title.gopart, .aboutus--talk body.job .title.gopart {
  min-height: 300px;
  padding-top: 50px; }

body.job .title-header {
  text-align: center; }
  body.job .title-header h1 {
    text-align: center; }

body.job ul li {
  font-size: 19px;
  margin-bottom: 10px; }

body.job .sidebar {
  width: 100%;
  max-width: 34%; }
  @media (max-width: 768px) {
    body.job .sidebar {
      max-width: 100%; } }
  body.job .sidebar a {
    margin-top: 40px;
    display: inline-block;
    color: black; }
  body.job .sidebar p {
    font-size: 17px; }
  body.job .sidebar ul li {
    font-size: 17px;
    margin-bottom: 10px; }
  body.job .sidebar .job--page-map {
    height: 300px;
    margin-top: 20px; }

body.job .content {
  margin-right: 60px;
  width: 100%;
  max-width: 60%; }
  @media (max-width: 768px) {
    body.job .content {
      margin-right: 0;
      max-width: 100%; } }
  body.job .content h3 {
    font-weight: 700; }

body.job .mosaic {
  background-image: url(/img/mosaic.jpg);
  background-repeat: no-repeat;
  height: 300px;
  background-position: center;
  background-size: cover;
  margin-top: 3.25rem;
  margin-bottom: -50px; }

section.title.header-team, section.header-team.home--splash, #product--start .header-team.home--splash.product--start-block1, #product--start .header-team.home--splash.product--start-block2, #product--start .header-team.home--splash.product--start-block3, #product--start .header-team.home--splash.product--start-block4, #product--build .header-team.home--splash.product--build-block1, #product--build .header-team.home--splash.product--build-block2, #product--build .header-team.home--splash.product--build-block3, #product--build .header-team.home--splash.product--build-block4, #product--build .header-team.home--splash.product--build-block5, .aboutus--talk .header-team.home--splash.gopart, #product--start .title.header-team.product--start-block1, #product--start .title.header-team.product--start-block2, #product--start .title.header-team.product--start-block3, #product--start .title.header-team.product--start-block4, #product--build .title.header-team.product--build-block1, #product--build .title.header-team.product--build-block2, #product--build .title.header-team.product--build-block3, #product--build .title.header-team.product--build-block4, #product--build .title.header-team.product--build-block5, .aboutus--talk .title.header-team.gopart {
  min-height: 400px; }
  section.title.header-team p, section.header-team.home--splash p, #product--start .header-team.home--splash.product--start-block1 p, #product--start .header-team.home--splash.product--start-block2 p, #product--start .header-team.home--splash.product--start-block3 p, #product--start .header-team.home--splash.product--start-block4 p, #product--build .header-team.home--splash.product--build-block1 p, #product--build .header-team.home--splash.product--build-block2 p, #product--build .header-team.home--splash.product--build-block3 p, #product--build .header-team.home--splash.product--build-block4 p, #product--build .header-team.home--splash.product--build-block5 p, .aboutus--talk .header-team.home--splash.gopart p, #product--start .title.header-team.product--start-block1 p, #product--start .title.header-team.product--start-block2 p, #product--start .title.header-team.product--start-block3 p, #product--start .title.header-team.product--start-block4 p, #product--build .title.header-team.product--build-block1 p, #product--build .title.header-team.product--build-block2 p, #product--build .title.header-team.product--build-block3 p, #product--build .title.header-team.product--build-block4 p, #product--build .title.header-team.product--build-block5 p, .aboutus--talk .title.header-team.gopart p {
    max-width: 83.33%; }
  section.title.header-team .title-header h1, section.header-team.home--splash .title-header h1, #product--start .header-team.home--splash.product--start-block1 .title-header h1, #product--start .header-team.home--splash.product--start-block2 .title-header h1, #product--start .header-team.home--splash.product--start-block3 .title-header h1, #product--start .header-team.home--splash.product--start-block4 .title-header h1, #product--build .header-team.home--splash.product--build-block1 .title-header h1, #product--build .header-team.home--splash.product--build-block2 .title-header h1, #product--build .header-team.home--splash.product--build-block3 .title-header h1, #product--build .header-team.home--splash.product--build-block4 .title-header h1, #product--build .header-team.home--splash.product--build-block5 .title-header h1, .aboutus--talk .header-team.home--splash.gopart .title-header h1, #product--start .title.header-team.product--start-block1 .title-header h1, #product--start .title.header-team.product--start-block2 .title-header h1, #product--start .title.header-team.product--start-block3 .title-header h1, #product--start .title.header-team.product--start-block4 .title-header h1, #product--build .title.header-team.product--build-block1 .title-header h1, #product--build .title.header-team.product--build-block2 .title-header h1, #product--build .title.header-team.product--build-block3 .title-header h1, #product--build .title.header-team.product--build-block4 .title-header h1, #product--build .title.header-team.product--build-block5 .title-header h1, .aboutus--talk .title.header-team.gopart .title-header h1 {
    text-align: center; }

.team--splash {
  padding: 0; }
  @media (max-width: 930px) {
    .team--splash {
      display: none; } }
  .team--splash .wrapper--left {
    background-image: url(/img/avatarteam/team_splash_2.jpg);
    height: 444px;
    background-size: cover;
    width: 49.5%; }
  .team--splash .wrapper--right {
    background-image: url(/img/avatarteam/team_splash_1.jpg);
    height: 444px;
    background-size: cover;
    width: 49.5%; }

.team--list ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center; }
  @media (max-width: 930px) {
    .team--list ul li {
      width: 50%; } }
  @media (max-width: 480px) {
    .team--list ul li {
      width: 100%;
      margin: auto;
      display: block;
      padding-left: 0px;
      padding-right: 0px; } }
  .team--list ul li .link {
    margin-bottom: 10px; }
    .team--list ul li .link .linkrs {
      width: 26px;
      height: 26px;
      display: inline-block;
      margin: auto 5px;
      background-size: cover; }
      .team--list ul li .link .linkrs:hover {
        text-decoration: none;
        border: none; }
      .team--list ul li .link .linkrs-linkedin {
        background-image: url("/img/avatarteam/linkedin.png"); }
        .team--list ul li .link .linkrs-linkedin:hover {
          background-image: url("/img/avatarteam/linkedin_hover.png"); }
      .team--list ul li .link .linkrs-twitter {
        background-image: url("/img/avatarteam/twitter.png"); }
        .team--list ul li .link .linkrs-twitter:hover {
          background-image: url("/img/avatarteam/twitter_hover.png"); }
      .team--list ul li .link .linkrs-github {
        background-image: url("/img/avatarteam/github.png"); }
        .team--list ul li .link .linkrs-github:hover {
          background-image: url("/img/avatarteam/github_hover.png"); }
      .team--list ul li .link .linkrs-link {
        background-image: url("/img/avatarteam/url.png"); }
        .team--list ul li .link .linkrs-link:hover {
          background-image: url("/img/avatarteam/url_hover.png"); }
  .team--list ul li .img-avatar {
    position: relative; }
    .team--list ul li .img-avatar a:hover {
      border-bottom: 0; }
    .team--list ul li .img-avatar span {
      position: absolute;
      left: calc(50% - 70px);
      top: 0;
      display: none; }
  .team--list ul li .name {
    font-size: 22px;
    margin-bottom: 5px;
    color: #1E1D32; }
    .team--list ul li .name a {
      color: initial;
      font-weight: inherit; }
      .team--list ul li .name a:hover {
        color: #EA5565;
        border-bottom: 0; }
  .team--list ul li .fonction {
    font-size: 18px;
    margin: 0 0 10px 0;
    min-height: 50px; }
  .team--list ul li p {
    font-size: 17px;
    font-weight: 300;
    line-height: initial;
    margin-top: 0;
    margin-bottom: 26px; }
  .team--list ul li:hover .img-avatar span {
    display: block; }

.team--join {
  border-top: 10px solid #EA5565;
  text-align: center;
  background-color: #FFF; }
  .team--join p {
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px; }

body.webinar #header #navmobil, body.webinar #header .navbar {
  display: none; }

body.webinar .footer .block-navfooter, body.webinar .footer .block--newsletter {
  display: none; }

body.webinar .title, body.webinar .home--splash {
  min-height: 300px; }
  @media (max-width: 930px) {
    body.webinar .title, body.webinar .home--splash {
      min-height: 200px; } }
  body.webinar .title .title-header h1, body.webinar .home--splash .title-header h1 {
    text-align: center; }

body.webinar .content {
  display: flex; }

body.webinar .left {
  width: 50%;
  float: left; }
  @media (max-width: 930px) {
    body.webinar .left {
      width: 100%;
      margin-bottom: 50px; } }
  body.webinar .left h3 {
    font-weight: 500; }
  body.webinar .left p {
    font-size: 16px; }
  body.webinar .left ul {
    margin-left: 20px; }
    body.webinar .left ul li {
      list-style: initial; }
  body.webinar .left .by h3 {
    margin-bottom: 30px; }
  body.webinar .left .by img {
    float: left;
    margin-right: 40px;
    width: 140px;
    height: 140px; }
  body.webinar .left .by p {
    padding-top: 10px; }

body.webinar .right {
  width: 35%;
  float: right;
  background-color: #FFF;
  border-left: 20px solid #EA5565;
  padding: 40px 60px; }
  @media (max-width: 930px) {
    body.webinar .right {
      width: 100%; } }
  body.webinar .right form label {
    display: none; }
  body.webinar .right form input {
    min-width: auto;
    width: 100%; }
  body.webinar .right form input:not([type="submit"]) {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #CCC; }
  body.webinar .right form .check {
    margin-bottom: 20px; }
    body.webinar .right form .check input[type="checkbox"] {
      width: auto;
      margin-bottom: 0; }
  body.webinar .right form .btn-secondary:hover {
    background-color: #cd476a;
    color: #ffffff; }

body.resource .footer .block-navfooter, body.resource .footer .block--newsletter {
  display: none; }

body.resource .title, body.resource .home--splash {
  min-height: 300px; }
  @media (max-width: 930px) {
    body.resource .title, body.resource .home--splash {
      min-height: 200px; } }
  body.resource .title .title-header h1, body.resource .home--splash .title-header h1 {
    text-align: center; }

body.resource .content {
  display: flex; }

body.resource .left {
  width: 50%;
  float: left; }
  @media (max-width: 930px) {
    body.resource .left {
      width: 100%;
      margin-bottom: 50px; } }
  body.resource .left .intro {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start; }
    @media (max-width: 930px) {
      body.resource .left .intro {
        flex-direction: column; } }
    body.resource .left .intro .img {
      max-width: 228px;
      width: 100%;
      height: auto; }
    body.resource .left .intro p {
      margin-left: 10px;
      margin-top: 0; }
      @media (max-width: 930px) {
        body.resource .left .intro p {
          margin-top: 20px;
          margin-left: 0px; } }
  body.resource .left h3 {
    font-weight: 500; }
  body.resource .left p {
    font-size: 16px; }
  body.resource .left ul {
    margin-left: 20px; }
    body.resource .left ul li {
      list-style: initial; }

body.resource .right {
  width: 35%;
  float: right;
  background-color: #FFF;
  border-left: 20px solid #EA5565;
  padding: 40px 60px; }
  @media (max-width: 930px) {
    body.resource .right {
      width: 100%; } }
  body.resource .right form label {
    display: none; }
  body.resource .right form input {
    min-width: auto;
    width: 100%; }
  body.resource .right form input:not([type="submit"]) {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #CCC; }
  body.resource .right form .check {
    margin-bottom: 20px; }
    body.resource .right form .check input[type="checkbox"] {
      width: auto;
      margin-bottom: 0; }
  body.resource .right form .btn-secondary:hover {
    background-color: #cd476a;
    color: #ffffff; }

section.title.header-resources, section.header-resources.home--splash, #product--start .header-resources.home--splash.product--start-block1, #product--start .header-resources.home--splash.product--start-block2, #product--start .header-resources.home--splash.product--start-block3, #product--start .header-resources.home--splash.product--start-block4, #product--build .header-resources.home--splash.product--build-block1, #product--build .header-resources.home--splash.product--build-block2, #product--build .header-resources.home--splash.product--build-block3, #product--build .header-resources.home--splash.product--build-block4, #product--build .header-resources.home--splash.product--build-block5, .aboutus--talk .header-resources.home--splash.gopart, #product--start .title.header-resources.product--start-block1, #product--start .title.header-resources.product--start-block2, #product--start .title.header-resources.product--start-block3, #product--start .title.header-resources.product--start-block4, #product--build .title.header-resources.product--build-block1, #product--build .title.header-resources.product--build-block2, #product--build .title.header-resources.product--build-block3, #product--build .title.header-resources.product--build-block4, #product--build .title.header-resources.product--build-block5, .aboutus--talk .title.header-resources.gopart {
  min-height: 330px; }
  section.title.header-resources h1, section.header-resources.home--splash h1, #product--start .header-resources.home--splash.product--start-block1 h1, #product--start .header-resources.home--splash.product--start-block2 h1, #product--start .header-resources.home--splash.product--start-block3 h1, #product--start .header-resources.home--splash.product--start-block4 h1, #product--build .header-resources.home--splash.product--build-block1 h1, #product--build .header-resources.home--splash.product--build-block2 h1, #product--build .header-resources.home--splash.product--build-block3 h1, #product--build .header-resources.home--splash.product--build-block4 h1, #product--build .header-resources.home--splash.product--build-block5 h1, .aboutus--talk .header-resources.home--splash.gopart h1, #product--start .title.header-resources.product--start-block1 h1, #product--start .title.header-resources.product--start-block2 h1, #product--start .title.header-resources.product--start-block3 h1, #product--start .title.header-resources.product--start-block4 h1, #product--build .title.header-resources.product--build-block1 h1, #product--build .title.header-resources.product--build-block2 h1, #product--build .title.header-resources.product--build-block3 h1, #product--build .title.header-resources.product--build-block4 h1, #product--build .title.header-resources.product--build-block5 h1, .aboutus--talk .title.header-resources.gopart h1 {
    text-align: center; }

section.resources--list #filters, #product--start .resources--list.product--start-block1 #filters, #product--start .resources--list.product--start-block2 #filters, #product--start .resources--list.product--start-block3 #filters, #product--start .resources--list.product--start-block4 #filters, #product--build .resources--list.product--build-block1 #filters, #product--build .resources--list.product--build-block2 #filters, #product--build .resources--list.product--build-block3 #filters, #product--build .resources--list.product--build-block4 #filters, #product--build .resources--list.product--build-block5 #filters, .aboutus--talk .resources--list.gopart #filters {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: auto; }
  @media (max-width: 768px) {
    section.resources--list #filters, #product--start .resources--list.product--start-block1 #filters, #product--start .resources--list.product--start-block2 #filters, #product--start .resources--list.product--start-block3 #filters, #product--start .resources--list.product--start-block4 #filters, #product--build .resources--list.product--build-block1 #filters, #product--build .resources--list.product--build-block2 #filters, #product--build .resources--list.product--build-block3 #filters, #product--build .resources--list.product--build-block4 #filters, #product--build .resources--list.product--build-block5 #filters, .aboutus--talk .resources--list.gopart #filters {
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; } }
  section.resources--list #filters .button, #product--start .resources--list.product--start-block1 #filters .button, #product--start .resources--list.product--start-block2 #filters .button, #product--start .resources--list.product--start-block3 #filters .button, #product--start .resources--list.product--start-block4 #filters .button, #product--build .resources--list.product--build-block1 #filters .button, #product--build .resources--list.product--build-block2 #filters .button, #product--build .resources--list.product--build-block3 #filters .button, #product--build .resources--list.product--build-block4 #filters .button, #product--build .resources--list.product--build-block5 #filters .button, .aboutus--talk .resources--list.gopart #filters .button {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1E1D32; }
    section.resources--list #filters .button:hover, #product--start .resources--list.product--start-block1 #filters .button:hover, #product--start .resources--list.product--start-block2 #filters .button:hover, #product--start .resources--list.product--start-block3 #filters .button:hover, #product--start .resources--list.product--start-block4 #filters .button:hover, #product--build .resources--list.product--build-block1 #filters .button:hover, #product--build .resources--list.product--build-block2 #filters .button:hover, #product--build .resources--list.product--build-block3 #filters .button:hover, #product--build .resources--list.product--build-block4 #filters .button:hover, #product--build .resources--list.product--build-block5 #filters .button:hover, .aboutus--talk .resources--list.gopart #filters .button:hover, section.resources--list #filters .button:focus, #product--start .resources--list.product--start-block1 #filters .button:focus, #product--start .resources--list.product--start-block2 #filters .button:focus, #product--start .resources--list.product--start-block3 #filters .button:focus, #product--start .resources--list.product--start-block4 #filters .button:focus, #product--build .resources--list.product--build-block1 #filters .button:focus, #product--build .resources--list.product--build-block2 #filters .button:focus, #product--build .resources--list.product--build-block3 #filters .button:focus, #product--build .resources--list.product--build-block4 #filters .button:focus, #product--build .resources--list.product--build-block5 #filters .button:focus, .aboutus--talk .resources--list.gopart #filters .button:focus, section.resources--list #filters .button.is-checked, #product--start .resources--list.product--start-block1 #filters .button.is-checked, #product--start .resources--list.product--start-block2 #filters .button.is-checked, #product--start .resources--list.product--start-block3 #filters .button.is-checked, #product--start .resources--list.product--start-block4 #filters .button.is-checked, #product--build .resources--list.product--build-block1 #filters .button.is-checked, #product--build .resources--list.product--build-block2 #filters .button.is-checked, #product--build .resources--list.product--build-block3 #filters .button.is-checked, #product--build .resources--list.product--build-block4 #filters .button.is-checked, #product--build .resources--list.product--build-block5 #filters .button.is-checked, .aboutus--talk .resources--list.gopart #filters .button.is-checked {
      color: #EA5565;
      outline: none; }

section.resources--list ul.list-resources, #product--start .resources--list.product--start-block1 ul.list-resources, #product--start .resources--list.product--start-block2 ul.list-resources, #product--start .resources--list.product--start-block3 ul.list-resources, #product--start .resources--list.product--start-block4 ul.list-resources, #product--build .resources--list.product--build-block1 ul.list-resources, #product--build .resources--list.product--build-block2 ul.list-resources, #product--build .resources--list.product--build-block3 ul.list-resources, #product--build .resources--list.product--build-block4 ul.list-resources, #product--build .resources--list.product--build-block5 ul.list-resources, .aboutus--talk .resources--list.gopart ul.list-resources {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  section.resources--list ul.list-resources li, #product--start .resources--list.product--start-block1 ul.list-resources li, #product--start .resources--list.product--start-block2 ul.list-resources li, #product--start .resources--list.product--start-block3 ul.list-resources li, #product--start .resources--list.product--start-block4 ul.list-resources li, #product--build .resources--list.product--build-block1 ul.list-resources li, #product--build .resources--list.product--build-block2 ul.list-resources li, #product--build .resources--list.product--build-block3 ul.list-resources li, #product--build .resources--list.product--build-block4 ul.list-resources li, #product--build .resources--list.product--build-block5 ul.list-resources li, .aboutus--talk .resources--list.gopart ul.list-resources li {
    width: 100%;
    max-width: calc(33% - 40px);
    background-color: #fff;
    box-shadow: 0px 13px 27px rgba(193, 193, 193, 0.3);
    margin: 20px; }
    @media (max-width: 930px) {
      section.resources--list ul.list-resources li, #product--start .resources--list.product--start-block1 ul.list-resources li, #product--start .resources--list.product--start-block2 ul.list-resources li, #product--start .resources--list.product--start-block3 ul.list-resources li, #product--start .resources--list.product--start-block4 ul.list-resources li, #product--build .resources--list.product--build-block1 ul.list-resources li, #product--build .resources--list.product--build-block2 ul.list-resources li, #product--build .resources--list.product--build-block3 ul.list-resources li, #product--build .resources--list.product--build-block4 ul.list-resources li, #product--build .resources--list.product--build-block5 ul.list-resources li, .aboutus--talk .resources--list.gopart ul.list-resources li {
        max-width: calc(50% - 40px); } }
    @media (max-width: 768px) {
      section.resources--list ul.list-resources li, #product--start .resources--list.product--start-block1 ul.list-resources li, #product--start .resources--list.product--start-block2 ul.list-resources li, #product--start .resources--list.product--start-block3 ul.list-resources li, #product--start .resources--list.product--start-block4 ul.list-resources li, #product--build .resources--list.product--build-block1 ul.list-resources li, #product--build .resources--list.product--build-block2 ul.list-resources li, #product--build .resources--list.product--build-block3 ul.list-resources li, #product--build .resources--list.product--build-block4 ul.list-resources li, #product--build .resources--list.product--build-block5 ul.list-resources li, .aboutus--talk .resources--list.gopart ul.list-resources li {
        max-width: calc(100% - 40px); } }
    section.resources--list ul.list-resources li .item, #product--start .resources--list.product--start-block1 ul.list-resources li .item, #product--start .resources--list.product--start-block2 ul.list-resources li .item, #product--start .resources--list.product--start-block3 ul.list-resources li .item, #product--start .resources--list.product--start-block4 ul.list-resources li .item, #product--build .resources--list.product--build-block1 ul.list-resources li .item, #product--build .resources--list.product--build-block2 ul.list-resources li .item, #product--build .resources--list.product--build-block3 ul.list-resources li .item, #product--build .resources--list.product--build-block4 ul.list-resources li .item, #product--build .resources--list.product--build-block5 ul.list-resources li .item, .aboutus--talk .resources--list.gopart ul.list-resources li .item {
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      cursor: pointer; }
      section.resources--list ul.list-resources li .item .img-resources, #product--start .resources--list.product--start-block1 ul.list-resources li .item .img-resources, #product--start .resources--list.product--start-block2 ul.list-resources li .item .img-resources, #product--start .resources--list.product--start-block3 ul.list-resources li .item .img-resources, #product--start .resources--list.product--start-block4 ul.list-resources li .item .img-resources, #product--build .resources--list.product--build-block1 ul.list-resources li .item .img-resources, #product--build .resources--list.product--build-block2 ul.list-resources li .item .img-resources, #product--build .resources--list.product--build-block3 ul.list-resources li .item .img-resources, #product--build .resources--list.product--build-block4 ul.list-resources li .item .img-resources, #product--build .resources--list.product--build-block5 ul.list-resources li .item .img-resources, .aboutus--talk .resources--list.gopart ul.list-resources li .item .img-resources {
        width: 100%; }
      section.resources--list ul.list-resources li .item .content-resources, #product--start .resources--list.product--start-block1 ul.list-resources li .item .content-resources, #product--start .resources--list.product--start-block2 ul.list-resources li .item .content-resources, #product--start .resources--list.product--start-block3 ul.list-resources li .item .content-resources, #product--start .resources--list.product--start-block4 ul.list-resources li .item .content-resources, #product--build .resources--list.product--build-block1 ul.list-resources li .item .content-resources, #product--build .resources--list.product--build-block2 ul.list-resources li .item .content-resources, #product--build .resources--list.product--build-block3 ul.list-resources li .item .content-resources, #product--build .resources--list.product--build-block4 ul.list-resources li .item .content-resources, #product--build .resources--list.product--build-block5 ul.list-resources li .item .content-resources, .aboutus--talk .resources--list.gopart ul.list-resources li .item .content-resources {
        padding: 20px;
        text-align: center;
        position: relative;
        height: 100%; }
        section.resources--list ul.list-resources li .item .content-resources:after, #product--start .resources--list.product--start-block1 ul.list-resources li .item .content-resources:after, #product--start .resources--list.product--start-block2 ul.list-resources li .item .content-resources:after, #product--start .resources--list.product--start-block3 ul.list-resources li .item .content-resources:after, #product--start .resources--list.product--start-block4 ul.list-resources li .item .content-resources:after, #product--build .resources--list.product--build-block1 ul.list-resources li .item .content-resources:after, #product--build .resources--list.product--build-block2 ul.list-resources li .item .content-resources:after, #product--build .resources--list.product--build-block3 ul.list-resources li .item .content-resources:after, #product--build .resources--list.product--build-block4 ul.list-resources li .item .content-resources:after, #product--build .resources--list.product--build-block5 ul.list-resources li .item .content-resources:after, .aboutus--talk .resources--list.gopart ul.list-resources li .item .content-resources:after {
          background-color: #EA5565;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          content: "Learn more";
          color: #FFF;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 28px;
          opacity: 0;
          pointer-events: none; }
        section.resources--list ul.list-resources li .item .content-resources h3, #product--start .resources--list.product--start-block1 ul.list-resources li .item .content-resources h3, #product--start .resources--list.product--start-block2 ul.list-resources li .item .content-resources h3, #product--start .resources--list.product--start-block3 ul.list-resources li .item .content-resources h3, #product--start .resources--list.product--start-block4 ul.list-resources li .item .content-resources h3, #product--build .resources--list.product--build-block1 ul.list-resources li .item .content-resources h3, #product--build .resources--list.product--build-block2 ul.list-resources li .item .content-resources h3, #product--build .resources--list.product--build-block3 ul.list-resources li .item .content-resources h3, #product--build .resources--list.product--build-block4 ul.list-resources li .item .content-resources h3, #product--build .resources--list.product--build-block5 ul.list-resources li .item .content-resources h3, .aboutus--talk .resources--list.gopart ul.list-resources li .item .content-resources h3 {
          margin-bottom: 0; }
        section.resources--list ul.list-resources li .item .content-resources .cat, #product--start .resources--list.product--start-block1 ul.list-resources li .item .content-resources .cat, #product--start .resources--list.product--start-block2 ul.list-resources li .item .content-resources .cat, #product--start .resources--list.product--start-block3 ul.list-resources li .item .content-resources .cat, #product--start .resources--list.product--start-block4 ul.list-resources li .item .content-resources .cat, #product--build .resources--list.product--build-block1 ul.list-resources li .item .content-resources .cat, #product--build .resources--list.product--build-block2 ul.list-resources li .item .content-resources .cat, #product--build .resources--list.product--build-block3 ul.list-resources li .item .content-resources .cat, #product--build .resources--list.product--build-block4 ul.list-resources li .item .content-resources .cat, #product--build .resources--list.product--build-block5 ul.list-resources li .item .content-resources .cat, .aboutus--talk .resources--list.gopart ul.list-resources li .item .content-resources .cat {
          color: #1E1D32;
          font-weight: 400; }
        section.resources--list ul.list-resources li .item .content-resources p, #product--start .resources--list.product--start-block1 ul.list-resources li .item .content-resources p, #product--start .resources--list.product--start-block2 ul.list-resources li .item .content-resources p, #product--start .resources--list.product--start-block3 ul.list-resources li .item .content-resources p, #product--start .resources--list.product--start-block4 ul.list-resources li .item .content-resources p, #product--build .resources--list.product--build-block1 ul.list-resources li .item .content-resources p, #product--build .resources--list.product--build-block2 ul.list-resources li .item .content-resources p, #product--build .resources--list.product--build-block3 ul.list-resources li .item .content-resources p, #product--build .resources--list.product--build-block4 ul.list-resources li .item .content-resources p, #product--build .resources--list.product--build-block5 ul.list-resources li .item .content-resources p, .aboutus--talk .resources--list.gopart ul.list-resources li .item .content-resources p {
          line-height: 1.4;
          font-size: 17px;
          max-height: 72px;
          overflow: hidden; }
      section.resources--list ul.list-resources li .item:hover, #product--start .resources--list.product--start-block1 ul.list-resources li .item:hover, #product--start .resources--list.product--start-block2 ul.list-resources li .item:hover, #product--start .resources--list.product--start-block3 ul.list-resources li .item:hover, #product--start .resources--list.product--start-block4 ul.list-resources li .item:hover, #product--build .resources--list.product--build-block1 ul.list-resources li .item:hover, #product--build .resources--list.product--build-block2 ul.list-resources li .item:hover, #product--build .resources--list.product--build-block3 ul.list-resources li .item:hover, #product--build .resources--list.product--build-block4 ul.list-resources li .item:hover, #product--build .resources--list.product--build-block5 ul.list-resources li .item:hover, .aboutus--talk .resources--list.gopart ul.list-resources li .item:hover {
        border: none;
        align-items: flex-start; }
        section.resources--list ul.list-resources li .item:hover .content-resources:after, #product--start .resources--list.product--start-block1 ul.list-resources li .item:hover .content-resources:after, #product--start .resources--list.product--start-block2 ul.list-resources li .item:hover .content-resources:after, #product--start .resources--list.product--start-block3 ul.list-resources li .item:hover .content-resources:after, #product--start .resources--list.product--start-block4 ul.list-resources li .item:hover .content-resources:after, #product--build .resources--list.product--build-block1 ul.list-resources li .item:hover .content-resources:after, #product--build .resources--list.product--build-block2 ul.list-resources li .item:hover .content-resources:after, #product--build .resources--list.product--build-block3 ul.list-resources li .item:hover .content-resources:after, #product--build .resources--list.product--build-block4 ul.list-resources li .item:hover .content-resources:after, #product--build .resources--list.product--build-block5 ul.list-resources li .item:hover .content-resources:after, .aboutus--talk .resources--list.gopart ul.list-resources li .item:hover .content-resources:after {
          opacity: 1; }
