/* RESET STYLES
----------------------------------------------- */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 100%; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

a img {
  border: 0; }

a:focus {
  outline: 0; }

a:hover, a:active {
  outline: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

::-moz-selection {
  background: black;
  color: #fff;
  text-shadow: none; }

::selection {
  background: black;
  color: #fff;
  text-shadow: none; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: normal;
  vertical-align: none;
  background: transparent;
  border: 0;
  outline: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

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

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: white; }

/* HTML5 RESETS > BROWSERS + VELHOS 
---------------------------------------*/
article, aside, figure, figure img, hgroup, footer, header, nav, section {
  display: block; }

html {
  box-sizing: border-box; }

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

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

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

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

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

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

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

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

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

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

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

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

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

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

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

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

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

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

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

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

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

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

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

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

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

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

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

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

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

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

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

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

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

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

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

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

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%;
  box-sizing: border-box; }
  html *,
  html *:before,
  html *:after {
    box-sizing: border-box; }

body {
  position: relative;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  background-color: white; }

.row {
  max-width: initial; }

p, ul, ol, dl {
  margin-bottom: initial; }

a, button {
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

textarea {
  resize: none; }

.wrap {
  width: 90%;
  max-width: 1600px; }

input, textarea {
  text-transform: none !important; }

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: white;
  text-align: center;
  background-color: black; }
  body.anchor header {
    height: 60px;
    border-bottom: 1px solid white;
    background-color: #12100c;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
    body.anchor header .hamb {
      top: 16px;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }

.content-wrapper {
  width: 90%;
  margin: auto; }

.content-header {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat; }
  .content-header .content-header-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .content-header .content-header-copy p {
      font-family: "Raleway", sans-serif;
      font-weight: 300; }
    .content-header .content-header-copy .content-header-title {
      font-size: 48px;
      margin-bottom: 6px; }
      @media only screen and (max-width: 760px) {
        .content-header .content-header-copy .content-header-title {
          font-size: 42px; } }
      @media only screen and (max-width: 560px) {
        .content-header .content-header-copy .content-header-title {
          font-size: 36px; } }
    .content-header .content-header-copy .content-header-text {
      font-size: 26px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 760px) {
        .content-header .content-header-copy .content-header-text {
          font-size: 24px; } }
      @media only screen and (max-width: 560px) {
        .content-header .content-header-copy .content-header-text {
          font-size: 22px;
          margin-bottom: 14px; } }
    .content-header .content-header-copy .icon {
      font-size: 24px; }
      @media only screen and (max-width: 560px) {
        .content-header .content-header-copy .icon {
          font-size: 21px; } }

.content-title {
  font-weight: 300;
  font-size: 48px; }
  @media only screen and (max-width: 760px) {
    .content-title {
      font-size: 40px; } }
  @media only screen and (max-width: 560px) {
    .content-title {
      font-size: 30px; } }
  .content-title b {
    font-weight: 900; }

.content-text {
  font-weight: 500;
  font-size: 23px; }
  @media only screen and (max-width: 760px) {
    .content-text {
      font-size: 21px; } }
  @media only screen and (max-width: 560px) {
    .content-text {
      font-size: 18px; } }

.content-thanks {
  padding: 40px 0 70px; }
  @media only screen and (max-width: 560px) {
    .content-thanks {
      padding: 26px 0 50px; } }
  .content-thanks p {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.1; }
    @media only screen and (max-width: 760px) {
      .content-thanks p {
        font-size: 23px; } }
    @media only screen and (max-width: 560px) {
      .content-thanks p {
        font-size: 21px; } }
    .content-thanks p .content-thanks-text {
      display: block;
      font-weight: 900;
      font-size: 42px;
      margin-bottom: 4px; }
      @media only screen and (max-width: 760px) {
        .content-thanks p .content-thanks-text {
          font-size: 36px; } }
      @media only screen and (max-width: 560px) {
        .content-thanks p .content-thanks-text {
          font-size: 34px; } }
    .content-thanks p .content-rights {
      display: inline-block;
      vertical-align: top;
      font-size: 9px; }

button {
  outline: none; }

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9990; }
  @media only screen and (max-width: 760px) {
    header {
      height: 54px; } }
  header.anchor, header.always-anchor {
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out;
    background-color: black;
    border-bottom: 1px solid white; }
    header.anchor .header-logo, header.always-anchor .header-logo {
      top: 8px;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 760px) {
        header.anchor .header-logo, header.always-anchor .header-logo {
          top: 7px; } }
      header.anchor .header-logo img, header.always-anchor .header-logo img {
        max-width: 44px; }
        @media only screen and (max-width: 760px) {
          header.anchor .header-logo img, header.always-anchor .header-logo img {
            max-width: 40px; } }
    header.anchor .nav ul, header.always-anchor .nav ul {
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out;
      margin-top: 10px; }
      @media only screen and (max-width: 760px) {
        header.anchor .nav ul, header.always-anchor .nav ul {
          margin-top: -30px; } }
  header .header-logo {
    position: absolute;
    top: 36px;
    left: 30px; }
    @media only screen and (max-width: 760px) {
      header .header-logo {
        top: 7px;
        left: 10px; } }
    header .header-logo img {
      max-width: 50px; }
      @media only screen and (max-width: 760px) {
        header .header-logo img {
          max-width: 40px; } }

footer {
  width: 100%;
  text-align: center; }

@media only screen and (max-width: 760px) {
  .nav {
    display: none;
    position: fixed;
    top: 53px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white; } }
.nav ul {
  margin-top: 20px;
  margin-right: 30px;
  text-align: right; }
  @media only screen and (max-width: 760px) {
    .nav ul {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      margin-top: -30px; } }
  .nav ul li {
    display: inline-block; }
    @media only screen and (max-width: 760px) {
      .nav ul li {
        display: block;
        margin: auto; } }
    .nav ul li:last-of-type a {
      color: black;
      border: 1px solid white;
      background-color: white; }
      @media only screen and (max-width: 760px) {
        .nav ul li:last-of-type a {
          border-color: black; } }
      .nav ul li:last-of-type a:hover {
        font-weight: 600; }
        @media only screen and (max-width: 760px) {
          .nav ul li:last-of-type a:hover {
            color: white;
            background-color: black; } }
    .nav ul li a {
      display: block;
      font-weight: 400;
      font-size: 15px;
      padding: 12px 18px;
      color: white; }
      @media only screen and (max-width: 760px) {
        .nav ul li a {
          color: black; } }
      @media only screen and (max-width: 760px) {
        .nav ul li a [class^="icon-"], .nav ul li a [class*=" icon-"] {
          font-size: 18px;
          margin-right: 10px; } }
      .nav ul li a:hover {
        font-weight: 700; }
    @media only screen and (max-width: 760px) {
      .nav ul li .nav-submenu {
        height: 0;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        -moz-transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        -i-transition: all 0.4s ease-out; } }
    @media only screen and (max-width: 760px) {
      .nav ul li .nav-submenu li a {
        padding: 10px 0 10px 50px; } }

@media only screen and (max-width: 760px) {
  .hamb {
    text-align: right;
    background-color: black;
    padding: 6px 0 12px; } }
.hamb .hamb-logo {
  display: none; }
  @media only screen and (max-width: 760px) {
    .hamb .hamb-logo {
      display: block; } }
  @media only screen and (max-width: 760px) {
    .hamb .hamb-logo img {
      position: absolute;
      width: 130px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
@media only screen and (max-width: 760px) {
  .hamb #nav-toggle {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 32px;
    margin-right: 20px;
    cursor: pointer;
    z-index: 9999; } }
@media only screen and (max-width: 760px) {
  .hamb #nav-toggle span {
    cursor: pointer;
    width: 28px;
    height: 2px;
    background: white;
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    content: '';
    transition: all 500ms ease-in-out; } }
@media only screen and (max-width: 760px) {
  .hamb #nav-toggle span:before, .hamb #nav-toggle span:after {
    cursor: pointer;
    width: 28px;
    height: 2px;
    background: white;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out; } }
@media only screen and (max-width: 760px) {
  .hamb #nav-toggle span:before {
    top: -6px; } }
@media only screen and (max-width: 760px) {
  .hamb #nav-toggle span:after {
    bottom: -6px; } }
@media only screen and (max-width: 760px) {
  .hamb .active span {
    background-color: transparent !important; } }
@media only screen and (max-width: 760px) {
  .hamb .active span:before, .hamb .active span:after {
    top: 0 !important;
    background: white !important; } }
@media only screen and (max-width: 760px) {
  .hamb .active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg); } }
@media only screen and (max-width: 760px) {
  .hamb .active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); } }

.content-solution {
  padding: 70px 0; }
  @media only screen and (max-width: 760px) {
    .content-solution {
      padding: 60px 0; } }
  @media only screen and (max-width: 560px) {
    .content-solution {
      padding: 50px 0; } }
  .content-solution .content-title {
     }
    @media only screen and (max-width: 760px) {
      .content-solution .content-title {
        margin-bottom: 44px; } }
    @media only screen and (max-width: 560px) {
      .content-solution .content-title {
        margin-bottom: 30px; } }
  .content-solution .content-solution-items {
    margin-bottom: 130px; }
    @media only screen and (max-width: 760px) {
      .content-solution .content-solution-items {
        margin-bottom: 100px; } }
    @media only screen and (max-width: 560px) {
      .content-solution .content-solution-items {
        margin-bottom: 70px; } }
    .content-solution .content-solution-items .content-solution-item {
      display: inline-block;
      vertical-align: middle;
      margin: auto 130px auto; }
      @media only screen and (max-width: 1040px) {
        .content-solution .content-solution-items .content-solution-item {
          margin: auto 90px auto; } }
      @media only screen and (max-width: 870px) {
        .content-solution .content-solution-items .content-solution-item {
          margin: auto 60px auto; } }
      @media only screen and (max-width: 760px) {
        .content-solution .content-solution-items .content-solution-item {
          display: block;
          margin: auto; } }
      @media only screen and (max-width: 760px) {
        .content-solution .content-solution-items .content-solution-item:first-child {
          margin-bottom: 26px; } }
      @media only screen and (max-width: 560px) {
        .content-solution .content-solution-items .content-solution-item:first-child {
          margin-bottom: 16px; } }
      .content-solution .content-solution-items .content-solution-item .content-solution-icon {
        margin-bottom: 20px; }
        @media only screen and (max-width: 760px) {
          .content-solution .content-solution-items .content-solution-item .content-solution-icon {
            margin-bottom: 14px; } }
        @media only screen and (max-width: 560px) {
          .content-solution .content-solution-items .content-solution-item .content-solution-icon {
            margin-bottom: 10px; } }
        .content-solution .content-solution-items .content-solution-item .content-solution-icon img {
          width: 100%;
          max-width: 100px; }
      .content-solution .content-solution-items .content-solution-item .content-solution-text {
        font-weight: 400;
        font-size: 21px;
        line-height: 1.3; }
        @media only screen and (max-width: 760px) {
          .content-solution .content-solution-items .content-solution-item .content-solution-text {
            font-size: 20px; } }
        @media only screen and (max-width: 560px) {
          .content-solution .content-solution-items .content-solution-item .content-solution-text {
            font-size: 18px; } }
        .content-solution .content-solution-items .content-solution-item .content-solution-text b {
          display: block;
          font-weight: 500; }

.content-steps {
  background-color: white; }
  .content-steps .content-step {
    text-align: left;
    color: black; }
    @media only screen and (max-width: 860px) {
      .content-steps .content-step {
        text-align: center; } }
    .content-steps .content-step.inverse {
      color: white;
      background-color: black; }
      @media only screen and (max-width: 860px) {
        .content-steps .content-step.inverse .content-step-item:first-child {
          display: none !important; } }
      .content-steps .content-step.inverse .content-step-rimage {
        display: none !important; }
        @media only screen and (max-width: 860px) {
          .content-steps .content-step.inverse .content-step-rimage {
            display: block !important; } }
    .content-steps .content-step .content-step-items {
      padding-top: 80px;
      padding-bottom: 80px; }
      @media only screen and (max-width: 760px) {
        .content-steps .content-step .content-step-items {
          padding-top: 66px; } }
      @media only screen and (max-width: 560px) {
        .content-steps .content-step .content-step-items {
          padding-top: 50px; } }
      .content-steps .content-step .content-step-items .content-step-item {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
        margin-left: -3px; }
        @media only screen and (max-width: 1160px) {
          .content-steps .content-step .content-step-items .content-step-item {
            vertical-align: top; } }
        @media only screen and (max-width: 860px) {
          .content-steps .content-step .content-step-items .content-step-item {
            display: block;
            width: 100%;
            margin-left: 0; } }
        .content-steps .content-step .content-step-items .content-step-item .content-step-copy {
          max-width: 430px;
          width: 90%;
          margin: auto; }
          @media only screen and (max-width: 860px) {
            .content-steps .content-step .content-step-items .content-step-item .content-step-copy {
              max-width: 560px;
              margin-bottom: 30px; } }
          .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-title {
            font-weight: 900;
            font-size: 48px;
            margin-bottom: 12px; }
            @media only screen and (max-width: 760px) {
              .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-title {
                font-size: 42px; } }
            @media only screen and (max-width: 560px) {
              .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-title {
                font-size: 38px; } }
            .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-title span {
              display: block;
              margin-top: 6px;
              font-weight: 300;
              font-size: 32px; }
              @media only screen and (max-width: 760px) {
                .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-title span {
                  font-size: 27px; } }
              @media only screen and (max-width: 560px) {
                .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-title span {
                  font-size: 24px; } }
          .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-description {
            font-weight: 500;
            font-size: 16px;
            line-height: 1.3;
            margin-bottom: 16px; }
            @media only screen and (max-width: 560px) {
              .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-description {
                font-size: 15px; } }
            .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-description a {
              font-weight: 600;
              color: black; }
              .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-description a:hover {
                text-decoration: underline; }
          .content-steps .content-step .content-step-items .content-step-item .content-step-copy .step-icon {
            max-width: 80px;
            margin-bottom: 6px; }
            @media only screen and (max-width: 560px) {
              .content-steps .content-step .content-step-items .content-step-item .content-step-copy .step-icon {
                max-width: 60px; } }
          .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-disclaimer {
            font-weight: 400;
            font-size: 16px;
            line-height: 1.2; }
            @media only screen and (max-width: 560px) {
              .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-disclaimer {
                font-size: 15px; } }
            .content-steps .content-step .content-step-items .content-step-item .content-step-copy .content-step-disclaimer span {
              display: block;
              font-weight: 600; }
        .content-steps .content-step .content-step-items .content-step-item .content-step-image {
          max-width: 750px;
          width: 100%; }
          @media only screen and (max-width: 1000px) {
            .content-steps .content-step .content-step-items .content-step-item .content-step-image {
              margin-top: 0px; } }
          @media only screen and (max-width: 860px) {
            .content-steps .content-step .content-step-items .content-step-item .content-step-image {
              max-width: 560px;
              margin: auto; } }

.content-events {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  @media only screen and (max-width: 760px) {
    .content-events {
      padding: 100px 0; } }
  @media only screen and (max-width: 560px) {
    .content-events {
      padding: 70px 0; } }
  .content-events .content-events-icon {
    margin-bottom: 10px; }
    .content-events .content-events-icon img {
      max-width: 165px; }
      @media only screen and (max-width: 760px) {
        .content-events .content-events-icon img {
          max-width: 150px; } }
      @media only screen and (max-width: 560px) {
        .content-events .content-events-icon img {
          max-width: 130px; } }
  .content-events .content-events-title {
    max-width: 650px;
    margin: auto;
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 14px; }
    @media only screen and (max-width: 760px) {
      .content-events .content-events-title {
        font-size: 40px; } }
    @media only screen and (max-width: 560px) {
      .content-events .content-events-title {
        font-size: 30px; } }
  .content-events .content-events-text {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 28px; }
    @media only screen and (max-width: 760px) {
      .content-events .content-events-text {
        font-size: 25px; } }
    @media only screen and (max-width: 560px) {
      .content-events .content-events-text {
        font-size: 22px; } }
  .content-events .content-events-link {
    display: table;
    margin: auto;
    padding: 22px 50px 22px 66px;
    border: 1px solid white;
    color: white; }
    @media only screen and (max-width: 560px) {
      .content-events .content-events-link {
        padding: 19px 30px 19px 46px; } }
    .content-events .content-events-link:hover {
      background: white; }
      .content-events .content-events-link:hover span, .content-events .content-events-link:hover .icon {
        color: black; }
    .content-events .content-events-link span, .content-events .content-events-link .icon {
      display: inline-block;
      vertical-align: middle; }
    .content-events .content-events-link span {
      font-weight: 600;
      font-size: 15px;
      text-transform: uppercase; }
      @media only screen and (max-width: 560px) {
        .content-events .content-events-link span {
          font-size: 14px; } }
    .content-events .content-events-link .icon {
      font-size: 16px;
      margin-top: -2px;
      margin-left: 14px; }
      @media only screen and (max-width: 560px) {
        .content-events .content-events-link .icon {
          margin-top: -1px; } }

.content-download {
  padding: 80px 0; }
  @media only screen and (max-width: 760px) {
    .content-download {
      padding: 70px 0; } }
  .content-download .content-title {
    margin-bottom: 20px; }
  .content-download .content-text {
    font-size: 26px;
    margin-bottom: 72px; }
    @media only screen and (max-width: 760px) {
      .content-download .content-text {
        font-size: 24px; } }
    @media only screen and (max-width: 560px) {
      .content-download .content-text {
        font-size: 22px;
        margin-bottom: 50px; } }
  .content-download .content-download-items .content-download-item {
    display: inline-block;
    vertical-align: middle;
    margin: auto 40px auto; }
    @media only screen and (max-width: 760px) {
      .content-download .content-download-items .content-download-item {
        display: block;
        margin: auto; } }
    @media only screen and (max-width: 760px) {
      .content-download .content-download-items .content-download-item:first-child {
        margin-bottom: 16px; } }
    .content-download .content-download-items .content-download-item a:hover img {
      opacity: 0.7;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
    .content-download .content-download-items .content-download-item a img {
      max-width: 200px;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 760px) {
        .content-download .content-download-items .content-download-item a img {
          max-width: 190px; } }
      @media only screen and (max-width: 760px) {
        .content-download .content-download-items .content-download-item a img {
          max-width: 180px; } }

.tips-title {
  font-weight: 900;
  font-size: 42px; }
  @media only screen and (max-width: 760px) {
    .tips-title {
      font-size: 36px; } }
  @media only screen and (max-width: 560px) {
    .tips-title {
      font-size: 29px; } }

.tips-text {
  font-weight: 300;
  font-size: 26px; }
  @media only screen and (max-width: 760px) {
    .tips-text {
      font-size: 23px; } }
  @media only screen and (max-width: 560px) {
    .tips-text {
      font-size: 18px; } }

.content-entrance {
  padding: 70px 0; }
  @media only screen and (max-width: 560px) {
    .content-entrance {
      padding: 60px 0; } }
  .content-entrance img {
    max-width: 255px;
    margin-bottom: 12px; }
    @media only screen and (max-width: 560px) {
      .content-entrance img {
        max-width: 210px; } }
  .content-entrance .tips-title {
    max-width: 440px;
    margin: auto auto 5px;
    line-height: 1.2; }
    @media only screen and (max-width: 560px) {
      .content-entrance .tips-title {
        line-height: 1.1; } }
  .content-entrance .tips-text {
    max-width: 630px;
    margin: auto;
    line-height: 1.3; }

.content-kpi {
  padding: 70px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 560px) {
    .content-kpi {
      padding: 60px 0; } }
  .content-kpi .tips-title {
    margin-bottom: 3px; }
  .content-kpi .tips-text {
    max-width: 560px;
    margin: auto auto 34px;
    line-height: 1.3; }
  .content-kpi .content-kpi-items .content-kpi-item {
    display: inline-block;
    vertical-align: middle;
    margin: auto 16px; }
    @media only screen and (max-width: 700px) {
      .content-kpi .content-kpi-items .content-kpi-item {
        display: block;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 700px) {
      .content-kpi .content-kpi-items .content-kpi-item:last-of-type {
        margin-bottom: auto; } }
    .content-kpi .content-kpi-items .content-kpi-item .content-kpi-circle {
      position: relative;
      display: block;
      width: 168px;
      height: 168px;
      margin: auto;
      border: 2px solid white;
      border-radius: 50%; }
      .content-kpi .content-kpi-items .content-kpi-item .content-kpi-circle .content-kpi-copy {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .content-kpi .content-kpi-items .content-kpi-item .content-kpi-circle .content-kpi-copy .content-kpi-number {
          font-weight: 900;
          font-size: 46px;
          margin-bottom: 3px; }
        .content-kpi .content-kpi-items .content-kpi-item .content-kpi-circle .content-kpi-copy .content-kpi-text {
          max-width: 120px;
          margin: auto;
          font-weight: 300;
          font-size: 12px; }

.content-stats {
  padding: 70px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 560px) {
    .content-stats {
      padding: 60px 0; } }
  .content-stats .tips-title {
    max-width: 460px;
    margin: auto auto 5px;
    line-height: 1.2; }
  .content-stats .tips-text {
    max-width: 440px;
    margin: auto auto 100px;
    line-height: 1.2; }
    @media only screen and (max-width: 760px) {
      .content-stats .tips-text {
        margin: auto auto 70px; } }
  .content-stats .content-stats-items.two-items .content-stats-item {
    margin: auto 14px; }
    @media only screen and (max-width: 710px) {
      .content-stats .content-stats-items.two-items .content-stats-item {
        width: 50%;
        margin: auto auto auto -4px; } }
  .content-stats .content-stats-items.four-items {
    margin: auto auto 80px; }
    @media only screen and (max-width: 760px) {
      .content-stats .content-stats-items.four-items {
        margin: auto auto 50px; } }
    .content-stats .content-stats-items.four-items .content-stats-item {
      width: 25%;
      margin-left: -4px; }
      @media only screen and (max-width: 1050px) {
        .content-stats .content-stats-items.four-items .content-stats-item {
          width: 50%;
          margin: auto auto 30px -4px; } }
  .content-stats .content-stats-items .content-stats-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px; }
    @media only screen and (max-width: 500px) {
      .content-stats .content-stats-items .content-stats-item {
        display: block !important;
        width: 100% !important;
        margin: auto auto 30px !important; } }
    @media only screen and (max-width: 500px) {
      .content-stats .content-stats-items .content-stats-item:last-of-type {
        margin: auto !important; } }
    .content-stats .content-stats-items .content-stats-item .content-stats-image {
      height: 50px;
      margin-bottom: 6px; }
      .content-stats .content-stats-items .content-stats-item .content-stats-image img {
        max-width: 50px;
        max-height: 50px; }
    .content-stats .content-stats-items .content-stats-item .content-stats-title {
      font-weight: 500;
      font-size: 25px;
      margin-bottom: 6px; }
      @media only screen and (max-width: 1050px) {
        .content-stats .content-stats-items .content-stats-item .content-stats-title {
          font-size: 22px; } }
      @media only screen and (max-width: 760px) {
        .content-stats .content-stats-items .content-stats-item .content-stats-title {
          font-size: 20px; } }
    .content-stats .content-stats-items .content-stats-item .content-stats-text {
      max-width: 240px;
      margin: auto;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.2; }
  .content-stats .content-solo-text {
    max-width: 470px;
    margin: auto auto 80px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3; }
    @media only screen and (max-width: 760px) {
      .content-stats .content-solo-text {
        margin: auto auto 60px; } }

.content-importance {
  padding: 70px 0; }
  @media only screen and (max-width: 560px) {
    .content-importance {
      padding: 60px 0; } }
  .content-importance .tips-title {
    margin-bottom: 4px; }
  .content-importance .tips-text {
    max-width: 680px;
    margin: auto auto 36px; }
    @media only screen and (max-width: 560px) {
      .content-importance .tips-text {
        margin: auto auto 28px; } }
    .content-importance .tips-text:last-of-type {
      margin: auto; }
  .content-importance img {
    max-width: 110px;
    margin: auto auto 36px; }
    @media only screen and (max-width: 560px) {
      .content-importance img {
        margin: auto auto 28px; } }

.content-how-items {
  padding: 70px 0; }
  @media only screen and (max-width: 560px) {
    .content-how-items {
      padding: 30px 0; } }
  .content-how-items .content-how-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin: auto 30px; }
    @media only screen and (max-width: 760px) {
      .content-how-items .content-how-item {
        width: 50%;
        margin: auto auto auto -4px; } }
    @media only screen and (max-width: 500px) {
      .content-how-items .content-how-item {
        display: block !important;
        width: 100% !important;
        margin: auto auto 30px !important; } }
    @media only screen and (max-width: 500px) {
      .content-how-items .content-how-item:last-of-type {
        margin: auto !important; } }
    .content-how-items .content-how-item .content-stats-image {
      height: 50px;
      margin-bottom: 6px; }
      .content-how-items .content-how-item .content-stats-image img {
        max-width: 50px;
        max-height: 50px; }
    .content-how-items .content-how-item .content-how-text {
      max-width: 250px;
      margin: auto;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.2; }

.content-dynamic {
  padding: 70px 0; }
  @media only screen and (max-width: 560px) {
    .content-dynamic {
      padding: 60px 0; } }
  .content-dynamic img {
    max-width: 160px;
    margin: auto auto 36px; }
    @media only screen and (max-width: 560px) {
      .content-dynamic img {
        margin: auto auto 28px; } }
  .content-dynamic .content-dynamic-title, .content-dynamic .content-dynamic-text {
    font-weight: 300; }
  .content-dynamic .content-dynamic-title {
    max-width: 720px;
    margin: auto auto 2px;
    font-size: 36px;
    line-height: 1.3; }
    @media only screen and (max-width: 760px) {
      .content-dynamic .content-dynamic-title {
        font-size: 29px;
        line-height: 1.2; } }
    @media only screen and (max-width: 560px) {
      .content-dynamic .content-dynamic-title {
        font-size: 24px;
        line-height: 1.1; } }
  .content-dynamic .content-dynamic-text {
    max-width: 610px;
    margin: auto;
    font-size: 18px;
    line-height: 1.1; }
    @media only screen and (max-width: 760px) {
      .content-dynamic .content-dynamic-text {
        font-size: 16px; } }
    @media only screen and (max-width: 560px) {
      .content-dynamic .content-dynamic-text {
        font-size: 15px; } }

.content-faqs {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 30px auto 40px;
  z-index: 9; }
  .content-faqs .detail {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid white; }
    .content-faqs .detail:last-child {
      border-bottom: none; }
    .content-faqs .detail.active .summary {
      color: #00ed92; }
      .content-faqs .detail.active .summary:after {
        content: '\e902'; }
    .content-faqs .detail.active .content {
      height: auto;
      opacity: 1;
      overflow: visible;
      padding: 16px 0; }
      .content-faqs .detail.active .content p,
      .content-faqs .detail.active .content ul,
      .content-faqs .detail.active .content ol {
        line-height: 1.3;
        margin-bottom: 12px; }
        .content-faqs .detail.active .content p:last-child,
        .content-faqs .detail.active .content ul:last-child,
        .content-faqs .detail.active .content ol:last-child {
          margin-bottom: 0; }
    .content-faqs .detail .summary {
      height: inherit;
      padding: 10px 40px 10px 0;
      position: relative;
      cursor: pointer;
      transition: .33s; }
      .content-faqs .detail .summary:hover {
        color: #00ed92; }
      .content-faqs .detail .summary:after {
        content: '\e900';
        position: absolute;
        top: 12px;
        right: 8px;
        font-size: 16px;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .content-faqs .detail .summary h3 {
        font-family: "Raleway", sans-serif;
        font-weight: 900;
        font-size: 15px;
        line-height: 1.2;
        margin: 0;
        padding-left: 40px; }
    .content-faqs .detail .content {
      transition: .33s;
      height: 0;
      opacity: 0;
      overflow: hidden;
      padding: 0;
      margin-top: 0;
      font-family: "Raleway", sans-serif; }
      .content-faqs .detail .content b {
        font-weight: 800; }

/*# sourceMappingURL=style.css.map */
