/* Minification failed. Returning unminified contents.
(5144,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5146,38): run-time error CSS1039: Token not allowed after unary operator: '-svg'
(5147,30): run-time error CSS1039: Token not allowed after unary operator: '-svg'
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 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;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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: none;
    transform: none;
  }

  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: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  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: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}

.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}

.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: none;
    transform: none;
  }
}

.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -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: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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-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-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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge;
}

/* 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: none;
    transform: none;
  }
}

@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: none;
    transform: none;
  }
}

.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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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 {
  background: #fff;
  scroll-behavior: smooth; }
  html body .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

@keyframes popup-consent {
  from {
    transform: translateY(260px); }
  to {
    transform: translateY(0); } }
  html body #glowCookies-banner {
    padding-left: 120px;
    max-width: 460px;
    border-radius: 9px;
    animation: popup-consent 500ms linear; }
    html body #glowCookies-banner:before {
      position: absolute;
      left: 8px;
      top: 0;
      bottom: 0;
      content: "";
      background: url(/Content/img/index/hands-cookies.webp) no-repeat center;
      background-size: contain;
      width: 104px; }
    html body #glowCookies-banner .btn__section {
      flex-flow: row-reverse; }
      @media (max-width: 490px) {
        html body #glowCookies-banner .btn__section {
          flex-flow: column;
          justify-content: stretch; }
          html body #glowCookies-banner .btn__section button {
            width: 100%;
            margin: 0; }
            html body #glowCookies-banner .btn__section button.btn__accept {
              margin-bottom: 7px; } }

*::-webkit-scrollbar {
  width: 8px;
  margin-right: 0.2rem;
  border-radius: 20%; }

/* Track */
*::-webkit-scrollbar-track {
  display: none; }

/* Handle */
*::-webkit-scrollbar-thumb {
  background: #AD246A;
  border-radius: 20px; }

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #2B091B; }

* {
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
  outline: none;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased !important; }

body {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  color: #1C1C1E;
  font-family: "Lato", sans-serif;
  scroll-behavior: smooth; }
  @media (max-width: 768px) {
    body {
      font-size: 12px;
      line-height: 16px; } }

.btn-support {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #4ED883;
  color: white;
  border-radius: 50%;
  z-index: 2;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
  transition: transform linear 200ms;
  padding: 15px;
  font-weight: 600; }
  @media (max-width: 768px) {
    .btn-support {
      bottom: 130px; } }
  .btn-support .icon {
    font-size: 36px; }
  .btn-support:visited {
    color: white; }
  .btn-support:hover {
    transform: scale(1.09); }

.fluid-container {
  margin: 0px auto; }
  @media (max-width: 530px) {
    .fluid-container {
      padding: 0px 10px; } }
  @media (min-width: 530px) {
    .fluid-container {
      padding: 0px 0px;
      max-width: 540px; } }
  @media (min-width: 768px) {
    .fluid-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .fluid-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .fluid-container {
      max-width: 1036px; } }

@media (max-width: 992px) {
  .hide-mobile {
    display: none; } }

.show-mobile {
  display: none; }
  @media (max-width: 992px) {
    .show-mobile {
      display: block; } }

a:visited {
  color: blue; }

.h1-invisivel {
  display: none; }

h2 {
  font-family: "Lato", sans-serif;
  margin: 0px;
  font-weight: 900;
  font-size: 56px;
  line-height: 67px;
  color: #F52569;
  text-align: center;
  padding-bottom: 16px; }
  @media (max-width: 992px) {
    h2 {
      font-size: 2em; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 24px;
      line-height: 28px;
      font-weight: 800; } }
  @media (max-width: 530px) {
    h2 {
      font-size: 20px;
      line-height: 25px; } }

.divider {
  width: 5%;
  border-top: 4px solid #F52569;
  background-color: #F52569;
  border-radius: 5px;
  transition: transform 1s ease-out;
  margin-bottom: 23px; }

.button {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out; }
  .button.button-primary {
    color: #D91778;
    background-color: #FFCC00;
    padding: 18px 24px;
    border-radius: 6px; }
    .button.button-primary:hover {
      color: #FFFFFF;
      background-color: #5D1E86; }
  .button.button-secondary {
    color: #FFFFFF;
    background-color: #F52569;
    padding: 18px 24px;
    border-radius: 6px; }
    .button.button-secondary:hover {
      background-color: #2B091B; }
  .button.button-light {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    margin: 12px 20px; }
    .button.button-light#btnMenu {
      margin: 0;
      padding: 12px; }
  .button.button-light:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F52569;
    transform-origin: center;
    transition: transform 0.25s ease-out; }
  .button.button-light:hover:after {
    transform: scaleX(1);
    transform-origin: center; }

.menu-hamburguer {
  display: block;
  width: 24px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease-in-out; }
  .menu-hamburguer:before {
    content: "";
    position: absolute;
    top: -6px;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: all 0.3s ease-in-out; }
  .menu-hamburguer:after {
    content: "";
    position: absolute;
    top: 6px;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: all 0.3s ease-in-out; }
  .menu-hamburguer.active {
    background: transparent; }
    .menu-hamburguer.active:before {
      top: 0px;
      transform: rotate(-45deg); }
    .menu-hamburguer.active:after {
      top: 0px;
      transform: rotate(45deg); }

.animated {
  animation-duration: 0.2s; }

.fixed-header.header-container {
  position: fixed;
  top: 0;
  z-index: 999; }

.header-container {
  position: absolute;
  width: 100vw;
  z-index: 3; }
  .header-container .logo-colorida {
    display: none; }
  .header-container .logo-branca {
    display: block; }
  .header-container .main-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 80px; }
    .header-container .main-header .header-logo {
      margin: 0px; }
      @media (max-width: 992px) {
        .header-container .main-header .header-logo a {
          height: 40px; } }
      @media (max-width: 530px) {
        .header-container .main-header .header-logo a {
          height: 30px; } }
      .header-container .main-header .header-logo img {
        max-width: 211px; }
    .header-container .main-header .header-buttons {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex: 1; }
      @media (max-width: 992px) {
        .header-container .main-header .header-buttons {
          position: absolute;
          left: 0px;
          top: 70px;
          width: 100%;
          background: rgba(255, 255, 255, 0.95);
          z-index: 4;
          border-top: solid 1px #eee;
          display: flex;
          justify-content: center;
          align-items: stretch;
          flex-direction: column;
          padding: 20px 36px;
          opacity: 0;
          transform: translateY(calc(-464px + -70px));
          transition: all 0.5s ease-in-out; }
          .header-container .main-header .header-buttons.active {
            transform: translateY(0);
            opacity: 1; } }
      .header-container .main-header .header-buttons .buttons-container {
        padding-left: 20px; }
        .header-container .main-header .header-buttons .buttons-container .header-dropdown {
          position: relative;
          display: inline-block;
          cursor: pointer; }
          .header-container .main-header .header-buttons .buttons-container .header-dropdown .dropbtn .iconify {
            padding-top: 5px; }
          .header-container .main-header .header-buttons .buttons-container .header-dropdown .dropbtn .seta-para-baixo {
            display: initial; }
          .header-container .main-header .header-buttons .buttons-container .header-dropdown .dropbtn .seta-para-cima {
            display: none; }
          .header-container .main-header .header-buttons .buttons-container .header-dropdown .dropdown-content {
            display: none;
            position: absolute;
            overflow: hidden;
            z-index: 1;
            text-decoration: none;
            background-color: #FFFFFF;
            width: 100%;
            border-radius: 0 0 6px 6px;
            border-right: 2px solid;
            border-bottom: 2px solid;
            border-left: 2px solid;
            border-color: #F52569; }
            .header-container .main-header .header-buttons .buttons-container .header-dropdown .dropdown-content a {
              text-decoration: none;
              display: block;
              color: #F52569;
              padding: 5px 20px;
              line-height: 2; }
              .header-container .main-header .header-buttons .buttons-container .header-dropdown .dropdown-content a:hover {
                background: #F2F2F7; }
            .header-container .main-header .header-buttons .buttons-container .header-dropdown .dropdown-content.show {
              display: block; }
            @media (max-width: 992px) {
              .header-container .main-header .header-buttons .buttons-container .header-dropdown .dropdown-content {
                margin-top: -13px; }
                .header-container .main-header .header-buttons .buttons-container .header-dropdown .dropdown-content a {
                  width: 100%;
                  text-align: center;
                  padding: 10px 20px; } }
          .header-container .main-header .header-buttons .buttons-container .header-dropdown.aberto {
            border-radius: 6px 6px 0 0;
            padding: 0px 0px;
            margin-top: 0px;
            margin-bottom: 0px; }
            .header-container .main-header .header-buttons .buttons-container .header-dropdown.aberto .dropbtn {
              color: #FFFFFF; }
              .header-container .main-header .header-buttons .buttons-container .header-dropdown.aberto .dropbtn .seta-para-baixo {
                display: none; }
              .header-container .main-header .header-buttons .buttons-container .header-dropdown.aberto .dropbtn .seta-para-cima {
                display: initial; }
            .header-container .main-header .header-buttons .buttons-container .header-dropdown.aberto .dropdown-content {
              display: block; }
            @media (min-width: 992px) {
              .header-container .main-header .header-buttons .buttons-container .header-dropdown.aberto {
                background: #F52569; } }
        @media (max-width: 992px) {
          .header-container .main-header .header-buttons .buttons-container {
            padding: 0px; }
            .header-container .main-header .header-buttons .buttons-container .header-dropdown {
              width: 100%; }
            .header-container .main-header .header-buttons .buttons-container .button {
              width: 100%;
              text-align: center;
              margin: 10px 0px;
              padding: 20px;
              color: #FFFFFF;
              background: #F52569; }
              .header-container .main-header .header-buttons .buttons-container .button.button-light {
                border-radius: 6px; } }
    .header-container .main-header .buttons-container-sm {
      display: none; }
      .header-container .main-header .buttons-container-sm .button-light:after {
        display: none; }
      @media (max-width: 992px) {
        .header-container .main-header .buttons-container-sm {
          display: block; } }

.sticky-header {
  background: #FFFFFF;
  box-shadow: 10px 10px 5px #00061F1A; }
  .sticky-header .button-light {
    color: #2B091B; }
  .sticky-header .logo-colorida {
    display: block; }
  .sticky-header .logo-branca {
    display: none; }
  .sticky-header .menu-hamburguer {
    background: #F52569; }
    .sticky-header .menu-hamburguer:before {
      background: #F52569; }
    .sticky-header .menu-hamburguer:after {
      background: #F52569; }

.overflow-wrapper {
  overflow: hidden; }

.banner-background {
  background-color: #2c0e21;
  background-image: url(/Content/img/pos-black/fundo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 768px) {
    .banner-background {
      background-image: url(/Content/img/pos-black/fundo-mobile.jpg); } }
  .banner-background .banner-card-mobile {
    display: none; }
    .banner-background .banner-card-mobile.display-banner-card-mobile {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      background: #FFFFFF;
      border-radius: 14px 14px 0px 0px;
      width: 100vw;
      color: #F52569;
      padding: 13px 40px;
      text-align: center;
      position: fixed;
      bottom: 0px;
      z-index: 999;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
      .banner-background .banner-card-mobile.display-banner-card-mobile p {
        padding-bottom: 14px;
        font-family: 'Libre Baskerville', sans-serif; }
      .banner-background .banner-card-mobile.display-banner-card-mobile .baixe-gratuitamente {
        padding: 24px 0px;
        transition: none;
        animation: shake 20s;
        animation-iteration-count: infinite; }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  0.25% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  0.5% {
    transform: translate(-3px, 0px) rotate(1deg); }
  0.75% {
    transform: translate(3px, 2px) rotate(0deg); }
  1% {
    transform: translate(1px, -1px) rotate(1deg); }
  1.25% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  1.5% {
    transform: translate(-3px, 1px) rotate(0deg); }
  1.75% {
    transform: translate(3px, 1px) rotate(-1deg); }
  2% {
    transform: translate(-1px, -1px) rotate(1deg); }
  2.25% {
    transform: translate(0px, 0px) rotate(0deg); }
  100% {
    transform: translate(0px, 0px) rotate(0deg); } }

.hero-container {
  display: flex;
  align-items: center;
  min-height: 70vh;
  max-height: 200vw;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 100px; }
  .hero-container.hero-content-pos-black {
    height: 640px;
    min-height: initial;
    max-height: initial; }
  .hero-container .mulher-com-baloes {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end; }
    .hero-container .mulher-com-baloes .mulher-imagem {
      height: 100%;
      width: 138%;
      margin-left: -200px;
      margin-bottom: -2px;
      background-image: url(/Content/img/pos-black/mulher.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom;
      position: relative; }
      .hero-container .mulher-com-baloes .mulher-imagem .whatsapp1 {
        height: 18%;
        width: 13%;
        left: 25%;
        bottom: 65%;
        background-image: url(/Content/img/pos-black/whatsApp1.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        animation: floating 5s ease-in-out infinite;
        animation-delay: 400ms; }
      .hero-container .mulher-com-baloes .mulher-imagem .whatsapp2 {
        height: 14%;
        width: 9%;
        right: 11%;
        bottom: 17%;
        background-image: url(/Content/img/pos-black/whatsApp2.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        animation: floating-left 4s ease-in-out infinite;
        animation-delay: 400ms; }
      .hero-container .mulher-com-baloes .mulher-imagem .whatsapp3 {
        height: 9%;
        width: 7%;
        right: 17%;
        bottom: 80%;
        background-image: url(/Content/img/pos-black/whatsApp3.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        animation: floating 3s ease-in-out infinite;
        animation-delay: 400ms; }

@keyframes floating {
  0% {
    transform: rotate(0deg) translate(0, 0); }
  50% {
    transform: rotate(5deg) translate(10px, -10px); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }

@keyframes floating-left {
  0% {
    transform: rotate(0deg) translate(0, 0); }
  50% {
    transform: rotate(-5deg) translate(-10px, 10px); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }
  .hero-container .texto-pos-black {
    display: flex;
    flex-direction: column;
    width: 50%;
    color: #FFFFFF;
    margin-bottom: 100px; }
    .hero-container .texto-pos-black .texto-titulo {
      font-size: 23px;
      letter-spacing: 2px;
      line-height: 35px;
      font-family: "Libre Baskerville", serif;
      margin-bottom: 20px; }
    .hero-container .texto-pos-black .texto-paragrafo {
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 20px;
      font-weight: 500;
      font-family: "Source Sans Pro", sans-serif;
      margin-bottom: 10px; }
      .hero-container .texto-pos-black .texto-paragrafo.paragrafo2 {
        margin-bottom: 28px; }
    .hero-container .texto-pos-black .botao-experimente-agora {
      display: flex;
      align-items: center;
      width: fit-content;
      background-color: #FFCC00;
      color: #D91778;
      padding: 8px 20px;
      border-radius: 20px;
      font-size: 18px;
      font-family: "Source Sans Pro", sans-serif;
      text-decoration: none;
      cursor: pointer;
      animation: sanfona 400ms ease-in-out infinite; }

@keyframes sanfona {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.03); }
  50% {
    transform: scale(1.05); }
  75% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
  @media (max-width: 1200px) {
    .hero-container .mulher-com-baloes .mulher-imagem {
      height: 95%;
      width: 142%; } }
  @media (max-width: 992px) {
    .hero-container {
      flex-direction: column-reverse; }
      .hero-container .mulher-com-baloes {
        width: 48%;
        height: 100%; }
        .hero-container .mulher-com-baloes .mulher-imagem {
          height: 93%; }
      .hero-container .texto-pos-black {
        width: 100%;
        margin-bottom: 0;
        text-align: center; }
        .hero-container .texto-pos-black .texto-titulo {
          margin-bottom: 0; }
        .hero-container .texto-pos-black .texto-paragrafo {
          margin-bottom: 18px; }
      .hero-container .botao-experimente-agora {
        margin: 0 auto; } }
  @media (max-width: 768px) {
    .hero-container.hero-content-pos-black {
      height: 800px;
      max-height: 80dvh; }
    .hero-container .mulher-com-baloes {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-right: 50px; }
      .hero-container .mulher-com-baloes .mulher-imagem {
        height: 92%;
        margin: 0 auto; }
    .hero-container .texto-pos-black {
      margin-bottom: 0;
      width: 75%; } }
  @media (max-width: 530px) {
    .hero-container .texto-pos-black {
      height: 330px;
      max-height: 50%;
      width: 90%;
      justify-content: space-evenly; }
      .hero-container .texto-pos-black .texto-titulo {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 3px; }
      .hero-container .texto-pos-black .texto-paragrafo {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 3px; }
        .hero-container .texto-pos-black .texto-paragrafo.paragrafo2 {
          margin-bottom: 11px; }
      .hero-container .texto-pos-black .texto-botao {
        font-size: 18px;
        line-height: 20px;
        margin: 12px auto 11px auto; }
    .hero-container .mulher-com-baloes {
      flex: 1;
      margin-right: 45px; }
      .hero-container .mulher-com-baloes .mulher-imagem {
        background-image: url(/Content/img/pos-black/mulherMobile.png);
        height: 95%; }
        .hero-container .mulher-com-baloes .mulher-imagem .whatsapp3 {
          bottom: 86%; } }
  @media (max-width: 390px) {
    .hero-container .texto-pos-black .texto-titulo {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 3px; }
    .hero-container .texto-pos-black .texto-paragrafo {
      font-size: 13px;
      line-height: 15px;
      margin-bottom: 3px; }
      .hero-container .texto-pos-black .texto-paragrafo.paragrafo2 {
        margin-bottom: 5px; }
    .hero-container .texto-pos-black .texto-botao {
      font-size: 16px;
      line-height: 20px; } }

.conheca-nosso-sistema {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  font-size: 18px; }
  .conheca-nosso-sistema .lista-utilidades {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 349px;
    margin-bottom: 30px; }
    .conheca-nosso-sistema .lista-utilidades .lista-utilidades-imagem {
      background: url(/Content/img/index/MulherFelizComSeuSistemaDeGestaoAoCelular.png) no-repeat;
      background-position: left center;
      background-size: 80%;
      width: 35%;
      height: 100%; }
    .conheca-nosso-sistema .lista-utilidades .lista-utilidades-texto {
      width: 65%; }
      .conheca-nosso-sistema .lista-utilidades .lista-utilidades-texto p {
        padding-bottom: 20px; }
      .conheca-nosso-sistema .lista-utilidades .lista-utilidades-texto .lista-utilidades-itens .item {
        list-style: none;
        display: flex;
        align-items: center;
        padding-bottom: 7px; }
        .conheca-nosso-sistema .lista-utilidades .lista-utilidades-texto .lista-utilidades-itens .item .item-icon {
          background: url(/Content/img/index/IconeLogoEmpresariaOnline.png) no-repeat;
          background-position: left top;
          background-size: 30px;
          width: 7%;
          height: 30px; }
        .conheca-nosso-sistema .lista-utilidades .lista-utilidades-texto .lista-utilidades-itens .item p {
          padding: 0;
          flex: 1; }
  .conheca-nosso-sistema .card-como-funciona {
    background: linear-gradient(90deg, #9E278D 0%, #EF426F 100%);
    color: #FFFFFF;
    border-radius: 17px;
    margin-top: 25px; }
    .conheca-nosso-sistema .card-como-funciona .titulo-card-como-funciona {
      font-size: 56px;
      line-height: 67px;
      text-align: center;
      font-weight: 900;
      padding: 31px 150px 8px 150px;
      color: #FFFFFF; }
    .conheca-nosso-sistema .card-como-funciona p {
      text-align: center;
      font-weight: 400; }
    .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona {
      display: flex;
      justify-content: space-between;
      padding: 61px 28px 28px 28px;
      width: 100%; }
      .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona .card-ferramenta {
        position: relative;
        color: #3A3A3C;
        background: #FFFFFF;
        display: flex;
        border-radius: 17px;
        font-size: 16px;
        width: 24%;
        line-height: 20px; }
        .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona .card-ferramenta .card-ferramenta-imagem {
          position: absolute;
          top: -48px;
          left: 63px;
          width: 108px;
          height: 108px; }
          .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona .card-ferramenta .card-ferramenta-imagem#imagem-organizacao-digital {
            background: url(/Content/img/index/OrganizacaoDigital.png) no-repeat; }
          .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona .card-ferramenta .card-ferramenta-imagem#imagem-agenda {
            background: url(/Content/img/index/Agenda.png) no-repeat; }
          .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona .card-ferramenta .card-ferramenta-imagem#imagem-clientes-satisfeitos {
            background: url(/Content/img/index/ClientesSatisfeitos.png) no-repeat; }
          .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona .card-ferramenta .card-ferramenta-imagem#imagem-lucrar {
            background: url(/Content/img/index/Lucrar.png) no-repeat; }
        .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona .card-ferramenta p {
          padding: 68px 10px 10px 10px;
          font-weight: 400; }
    .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile {
      display: none; }
  .conheca-nosso-sistema h3 {
    font-family: "Lato", sans-serif;
    margin: 0px;
    font-weight: 900;
    font-size: 56px;
    line-height: 67px;
    color: #F52569;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 100px; }
  .conheca-nosso-sistema .quem-pode-usar-text {
    text-align: center; }
  @media (max-width: 992px) {
    .conheca-nosso-sistema {
      padding-top: 16px;
      margin-top: 16px;
      font-size: 12px;
      text-align: center; }
      .conheca-nosso-sistema .lista-utilidades {
        align-items: start;
        height: auto; }
        .conheca-nosso-sistema .lista-utilidades .lista-utilidades-imagem {
          display: none; }
        .conheca-nosso-sistema .lista-utilidades .lista-utilidades-texto {
          width: 97% !important; }
          .conheca-nosso-sistema .lista-utilidades .lista-utilidades-texto .lista-utilidades-itens {
            text-align: left; }
            .conheca-nosso-sistema .lista-utilidades .lista-utilidades-texto .lista-utilidades-itens .item-icon {
              width: 40px !important; }
      .conheca-nosso-sistema .card-como-funciona {
        width: 100%;
        max-width: 400px; }
        .conheca-nosso-sistema .card-como-funciona .titulo-card-como-funciona {
          font-size: 20px !important;
          padding: 17px 40px !important;
          line-height: 25px !important; }
        .conheca-nosso-sistema .card-como-funciona p {
          padding: 0px 15px; }
        .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona {
          display: none; }
        .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile {
          display: block; }
          .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-button {
            background: transparent;
            color: #FFFFFF; }
          .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-prev-next-button.previous {
            left: -4px;
            top: 169px; }
          .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-prev-next-button.next {
            right: -4px;
            top: 169px; }
          .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-button:focus {
            box-shadow: none; }
          .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-viewport {
            padding-top: 70px;
            height: 335px !important; }
            .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-viewport .card-ferramenta {
              position: relative;
              color: #3A3A3C;
              background: #FFFFFF;
              display: flex;
              flex-direction: column;
              align-items: center;
              border-radius: 17px;
              font-size: 16px;
              width: 100% !important;
              max-width: 270px;
              height: 240px;
              line-height: 20px;
              margin: 0px 50px; }
              .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-viewport .card-ferramenta .card-ferramenta-imagem {
                width: 108px;
                height: 108px;
                margin-top: -50px; }
                .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-viewport .card-ferramenta .card-ferramenta-imagem#imagem-organizacao-digital {
                  background: url(/Content/img/index/OrganizacaoDigital.png) no-repeat; }
                .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-viewport .card-ferramenta .card-ferramenta-imagem#imagem-agenda {
                  background: url(/Content/img/index/Agenda.png) no-repeat; }
                .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-viewport .card-ferramenta .card-ferramenta-imagem#imagem-clientes-satisfeitos {
                  background: url(/Content/img/index/ClientesSatisfeitos.png) no-repeat; }
                .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-viewport .card-ferramenta .card-ferramenta-imagem#imagem-lucrar {
                  background: url(/Content/img/index/Lucrar.png) no-repeat; }
              .conheca-nosso-sistema .card-como-funciona .cards-ferramentas-como-funciona-mobile .flickity-viewport .card-ferramenta p {
                padding: 20px;
                font-weight: 400; }
      .conheca-nosso-sistema h3 {
        font-size: 20px !important;
        line-height: 25px !important;
        padding-top: 30px; }
      .conheca-nosso-sistema .quem-pode-usar-text {
        width: 97%; } }

.background-como-contratar {
  background-color: #FF4985;
  margin-top: 100px;
  font-size: 18px; }
  .background-como-contratar .como-contratar {
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 51px;
    width: 100%; }
    .background-como-contratar .como-contratar h3 {
      font-family: "Lato", sans-serif;
      margin: 0px;
      font-weight: 900;
      font-size: 56px;
      line-height: 67px;
      width: 30%; }
    .background-como-contratar .como-contratar .como-contratar-texto {
      width: 63%;
      text-align: center; }
      .background-como-contratar .como-contratar .como-contratar-texto p {
        padding-bottom: 40px; }
      .background-como-contratar .como-contratar .como-contratar-texto .testar-agora-button {
        text-decoration: none;
        color: #AD246A;
        padding: 10px 35px;
        background-color: #FFCC00;
        border-radius: 5px; }
  @media (max-width: 992px) {
    .background-como-contratar {
      margin-top: 30px; }
      .background-como-contratar .como-contratar {
        flex-direction: column;
        padding: 30px 0px; }
      .background-como-contratar h3 {
        width: 100% !important;
        font-size: 20px !important;
        line-height: 25px !important;
        text-align: center;
        padding-bottom: 16px; }
      .background-como-contratar .como-contratar-texto {
        width: 100% !important;
        margin-bottom: 15px; }
        .background-como-contratar .como-contratar-texto p {
          font-size: 12px;
          padding-bottom: 30px;
          font-weight: 500; } }

.nossos-catalogos {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 100px;
  color: #2B091B; }
  .nossos-catalogos:hover .divider {
    transform: scaleX(2.3); }
  .nossos-catalogos .nossos-catalogos-text {
    width: 100%; }
  .nossos-catalogos .catalogos-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    height: 375px;
    background: linear-gradient(90deg, #9E278D 0%, #EF426F 100%);
    border-radius: 17px;
    margin-top: 100px; }
    .nossos-catalogos .catalogos-card .card-copy {
      width: 55%;
      padding: 0 31px;
      text-align: left;
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px; }
      .nossos-catalogos .catalogos-card .card-copy h3 {
        font-size: 36px;
        font-weight: 800;
        line-height: 40px;
        padding-bottom: 40px; }
    .nossos-catalogos .catalogos-card .card-image {
      position: relative;
      width: 346px;
      height: 80%;
      margin-left: 10px;
      margin-right: 29px;
      margin-bottom: 10px;
      background: #F2F2F7;
      border-radius: 17px; }
      .nossos-catalogos .catalogos-card .card-image .notebook-image {
        position: absolute;
        bottom: 0;
        right: -9%;
        width: 377px;
        height: 405px;
        background: url(/Content/img/index/NotebookLivro.webp) no-repeat;
        background-size: cover;
        transition: transform 0.25s ease-out; }
    .nossos-catalogos .catalogos-card:hover .notebook-image {
      transform: scale(1.1); }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-3006.65px); } }
  @media (max-width: 530px) {
    .nossos-catalogos .catalogos-card {
      width: 319px;
      justify-content: start; }
      .nossos-catalogos .catalogos-card .card-image {
        width: 87%;
        height: 46%;
        margin-left: 0px;
        margin: 22px 0px; }
        .nossos-catalogos .catalogos-card .card-image .notebook-image {
          bottom: -6%;
          right: -7%;
          width: 301px;
          height: 323px; } }
  @media (max-width: 768px) {
    .nossos-catalogos {
      padding-top: 16px;
      margin-top: 16px; } }
  @media (max-width: 992px) {
    .nossos-catalogos .catalogos-card {
      flex-direction: column-reverse;
      justify-content: center;
      height: 510px; }
      .nossos-catalogos .catalogos-card .card-copy {
        width: 100%;
        margin-top: 23px;
        font-size: 12px;
        line-height: 16px; }
        .nossos-catalogos .catalogos-card .card-copy p {
          margin-bottom: 24px; }
        .nossos-catalogos .catalogos-card .card-copy h3 {
          font-size: 20px;
          line-height: 25px;
          padding-bottom: 20px; }
      .nossos-catalogos .catalogos-card .card-image {
        margin: 22px 0px; }
      .nossos-catalogos .catalogos-card:hover .notebook-image {
        transform: scale(1); } }
  .nossos-catalogos .slider {
    position: absolute;
    bottom: 34px;
    background: #F2F2F7;
    box-shadow: 0px 11px 19px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 119px;
    margin: auto;
    overflow: hidden;
    position: relative;
    border-radius: 9px;
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .nossos-catalogos .slider::before, .nossos-catalogos .slider::after {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      content: "";
      height: 119px;
      position: absolute;
      width: 200px;
      z-index: 2; }
      @media (max-width: 992px) {
        .nossos-catalogos .slider::before, .nossos-catalogos .slider::after {
          background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 0%); } }
    .nossos-catalogos .slider::after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg); }
    .nossos-catalogos .slider::before {
      left: 0;
      top: 0; }
    .nossos-catalogos .slider .slide-track {
      animation: scroll 24s linear infinite;
      display: flex;
      align-items: center; }
      .nossos-catalogos .slider .slide-track .slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 137px;
        height: 45px; }
        .nossos-catalogos .slider .slide-track .slide img {
          width: 100%; }
      .nossos-catalogos .slider .slide-track .vertical-line {
        border-left: 2px solid #AD246A;
        height: 70px;
        margin: 0 20px; }

.plataformas-background {
  background-color: #FF4985;
  margin-top: 245px; }
  @media (max-width: 768px) {
    .plataformas-background {
      margin-top: 153px; } }
  .plataformas-background .plataformas-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 992px) {
      .plataformas-background .plataformas-container {
        text-align: center;
        flex-direction: column; } }
    .plataformas-background .plataformas-container .image-container {
      background: url(/Content/img/index/Dispositivos.webp) no-repeat center;
      width: 100%;
      height: 280px;
      margin-top: -145px;
      background-size: contain; }
    .plataformas-background .plataformas-container .text-container {
      margin-top: 16px;
      width: 81%;
      color: #FFFFFF;
      font-weight: 700;
      font-size: 24px;
      line-height: 33px;
      text-align: center; }
      @media (max-width: 992px) {
        .plataformas-background .plataformas-container .text-container {
          padding: 0px 15%; } }
      @media (max-width: 768px) {
        .plataformas-background .plataformas-container .text-container {
          padding: 0px; }
          .plataformas-background .plataformas-container .text-container .text-mobile {
            display: none; } }
    .plataformas-background .plataformas-container .download-buttons-container {
      display: flex;
      align-items: center;
      padding-bottom: 50px;
      padding-top: 50px; }
      .plataformas-background .plataformas-container .download-buttons-container .app-store-button {
        width: 174px;
        height: 47px;
        margin-right: 15px;
        background: url(/Content/img/index/AppStoreButton.webp) no-repeat;
        background-size: contain; }
      .plataformas-background .plataformas-container .download-buttons-container .google-play-button {
        width: 174px;
        height: 47px;
        background: url(/Content/img/index/GooglePlayButton.webp) no-repeat;
        background-size: contain; }
    @media (max-width: 768px) {
      .plataformas-background .plataformas-container {
        padding-bottom: 60px; }
        .plataformas-background .plataformas-container .text-container {
          font-size: 20px;
          line-height: 25px; }
        .plataformas-background .plataformas-container .download-buttons-container {
          display: none; } }

.vantagens-container {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 768px) {
    .vantagens-container {
      padding-top: 16px;
      margin-top: 16px;
      padding-bottom: 16px;
      margin-bottom: 16px; } }
  .vantagens-container:hover .divider {
    transform: scaleX(2.3); }
  .vantagens-container .vantagens-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 79%;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #2B091B; }
    .vantagens-container .vantagens-text h2 {
      padding-bottom: 0px;
      margin-bottom: 16px; }
    .vantagens-container .vantagens-text p {
      width: 71%; }
    @media (max-width: 768px) {
      .vantagens-container .vantagens-text {
        width: 100%;
        font-size: 12px;
        line-height: 16px; }
        .vantagens-container .vantagens-text p {
          width: 100%; } }
  .vantagens-container .vantagens-items {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding-top: 72px; }
    .vantagens-container .vantagens-items .break-desktop {
      width: 100%;
      padding-bottom: 56px; }
    .vantagens-container .vantagens-items .break-mobile {
      display: none; }
    .vantagens-container .vantagens-items .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: left;
      width: 30%;
      padding: 0px 21px; }
      .vantagens-container .vantagens-items .item .item-image {
        position: relative; }
        .vantagens-container .vantagens-items .item .item-image .item-hexagon {
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          width: 72px;
          height: 84px; }
          .vantagens-container .vantagens-items .item .item-image .item-hexagon:before {
            content: "";
            display: inline-block;
            font-size: initial;
            clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
            background: #AD246A;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; }
          .vantagens-container .vantagens-items .item .item-image .item-hexagon.rotacao-um:before {
            transform: rotate(-45deg); }
          .vantagens-container .vantagens-items .item .item-image .item-hexagon.rotacao-dois:before {
            transform: rotate(-77.93deg); }
          .vantagens-container .vantagens-items .item .item-image .item-hexagon.rotacao-tres:before {
            transform: rotate(-99.96deg); }
          .vantagens-container .vantagens-items .item .item-image .item-hexagon img {
            z-index: 1; }
          .vantagens-container .vantagens-items .item .item-image .item-hexagon .iconify {
            z-index: 1;
            width: 44px;
            height: 44px;
            color: #FFFFFF; }
      .vantagens-container .vantagens-items .item .item-text {
        color: #2B091B;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: left;
        padding-top: 38px; }
        @media (max-width: 530px) {
          .vantagens-container .vantagens-items .item .item-text {
            text-align: center; } }
        .vantagens-container .vantagens-items .item .item-text h3 {
          padding-bottom: 8px;
          font-weight: 800;
          font-size: 24px;
          line-height: 28px;
          text-align: center; }
  @media (max-width: 768px) {
    .vantagens-container .vantagens-items {
      align-items: center; }
      .vantagens-container .vantagens-items .break-desktop {
        display: none; }
      .vantagens-container .vantagens-items .break-mobile {
        display: block;
        width: 100%;
        padding-bottom: 56px; }
      .vantagens-container .vantagens-items .item {
        width: 50%;
        align-self: stretch;
        padding: 0px 18px; }
        .vantagens-container .vantagens-items .item .item-text {
          font-size: 12px;
          line-height: 16px; }
          .vantagens-container .vantagens-items .item .item-text h3 {
            font-size: 20px;
            line-height: 25px; }
      .vantagens-container .vantagens-items .break {
        display: none; } }

.numbers-background {
  background: linear-gradient(90deg, #9E278D 0%, #EF426F 100%); }
  .numbers-background .numbers-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px; }
    .numbers-background .numbers-container .divider {
      border-top: 4px solid #FFFFFF;
      background-color: #FFFFFF; }
    .numbers-background .numbers-container:hover .divider {
      transform: scaleX(2.3); }
    .numbers-background .numbers-container h2 {
      width: 87%;
      color: #FFFFFF;
      margin-bottom: 10px;
      line-height: 1em;
      padding-bottom: 0px; }
    .numbers-background .numbers-container .numbers {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding-top: 74px;
      padding-bottom: 100px; }
      .numbers-background .numbers-container .numbers .numbers-item {
        display: flex;
        flex-direction: column;
        text-align: left; }
        .numbers-background .numbers-container .numbers .numbers-item.vendas {
          text-align: right; }
          @media (max-width: 530px) {
            .numbers-background .numbers-container .numbers .numbers-item.vendas .value:last-child {
              font-size: 20px; } }
        .numbers-background .numbers-container .numbers .numbers-item span {
          font-weight: 600;
          font-size: 13px;
          line-height: 16px;
          color: #FFFFFF;
          font-style: normal; }
        .numbers-background .numbers-container .numbers .numbers-item .simbol {
          font-weight: 900;
          font-size: 40px;
          line-height: 48px; }
        .numbers-background .numbers-container .numbers .numbers-item .value {
          font-weight: 800;
          font-size: 56px;
          line-height: 68px; }
      .numbers-background .numbers-container .numbers .break-mobile {
        display: none; }
    @media (max-width: 992px) {
      .numbers-background .numbers-container .numbers {
        padding-bottom: 40px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between; }
        .numbers-background .numbers-container .numbers .numbers-item {
          flex: 0 1 45%;
          padding-bottom: 60px; }
          .numbers-background .numbers-container .numbers .numbers-item.anos {
            text-align: right; }
        .numbers-background .numbers-container .numbers .break-mobile {
          display: block;
          width: 100%; } }
    @media (max-width: 768px) {
      .numbers-background .numbers-container {
        padding-top: 32px; }
        .numbers-background .numbers-container .numbers {
          padding-bottom: 0px; }
          .numbers-background .numbers-container .numbers .numbers-item span {
            font-size: 12px; }
          .numbers-background .numbers-container .numbers .numbers-item .simbol {
            font-size: 20px;
            line-height: 25px; }
          .numbers-background .numbers-container .numbers .numbers-item .value {
            font-size: 28px;
            line-height: 31px; } }

.subscription-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px; }
  @media (max-width: 768px) {
    .subscription-container {
      padding-top: 16px;
      margin-top: 16px; } }
  .subscription-container:hover .divider {
    transform: scaleX(2.3); }
  .subscription-container .subscription-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #2B091B; }
    .subscription-container .subscription-text h2 {
      padding-bottom: 0px;
      margin-bottom: 16px; }
      .subscription-container .subscription-text h2 span {
        position: relative; }
        .subscription-container .subscription-text h2 span:after {
          content: '';
          z-index: -1;
          position: absolute;
          bottom: -15px;
          left: 0;
          right: 0;
          height: 15px;
          background: url(/Content/img/index/ProntaParaComecarVector.webp) no-repeat;
          background-size: contain; }
    .subscription-container .subscription-text p {
      width: 68%; }
    @media (max-width: 768px) {
      .subscription-container .subscription-text {
        width: 97%;
        font-size: 12px;
        line-height: 16px; }
        .subscription-container .subscription-text p {
          width: 100%; } }
  .subscription-container .subscription-mobile-background {
    background: transparent;
    margin-top: 0px;
    width: 100%; }
    .subscription-container .subscription-mobile-background .fluid-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    @media (max-width: 530px) {
      .subscription-container .subscription-mobile-background {
        background: #F2F2F7;
        margin-top: 14px; } }
    .subscription-container .subscription-mobile-background .subscription-card {
      display: flex;
      width: 100%;
      height: 240px;
      background: #F2F2F7;
      border-radius: 16px;
      margin-top: 66px;
      justify-content: start;
      align-items: center;
      flex-direction: column; }
      .subscription-container .subscription-mobile-background .subscription-card h3 {
        font-size: 24px;
        line-height: 28.8px;
        color: #F52569;
        margin-top: 16px;
        margin-bottom: 16px; }
      .subscription-container .subscription-mobile-background .subscription-card hr {
        width: 95%;
        border: 1px solid #D1D1D6; }
      .subscription-container .subscription-mobile-background .subscription-card .subscription-itens {
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
        padding-top: 16px;
        padding-bottom: 30px; }
        .subscription-container .subscription-mobile-background .subscription-card .subscription-itens ul {
          list-style-image: url(/Content/img/index/Check.webp);
          padding: 0px 17px; }
          .subscription-container .subscription-mobile-background .subscription-card .subscription-itens ul li {
            padding-bottom: 2px;
            color: #2B091B; }
        .subscription-container .subscription-mobile-background .subscription-card .subscription-itens.show-mobile {
          display: none; }
          @media (max-width: 530px) {
            .subscription-container .subscription-mobile-background .subscription-card .subscription-itens.show-mobile {
              display: flex; } }
        .subscription-container .subscription-mobile-background .subscription-card .subscription-itens.hide-mobile {
          display: none; }
          @media (min-width: 530px) {
            .subscription-container .subscription-mobile-background .subscription-card .subscription-itens.hide-mobile {
              display: flex; } }
      @media (max-width: 530px) {
        .subscription-container .subscription-mobile-background .subscription-card {
          background: transparent;
          margin-top: 0px; }
          .subscription-container .subscription-mobile-background .subscription-card h3 {
            font-size: 20px; }
          .subscription-container .subscription-mobile-background .subscription-card .subscription-itens {
            align-items: start; } }
    .subscription-container .subscription-mobile-background .subscription-card-conectamais-border {
      width: 100%;
      position: relative;
      background: linear-gradient(90deg, #9E278D 0%, #EF426F 100%);
      padding: 2px;
      border-radius: 18px;
      margin-top: -30px;
      box-shadow: 0px 0px 0px 0px #730B301A, 24px 5px 45.1px 0px #730B301A, -10px 0px 54px 0px #730B3017, -63px 62px 73px 0px #730B300D, -116px 49px 86px 0px #730B3003, -181px -5px 95px 0px #730B3000; }
      @media (max-width: 530px) {
        .subscription-container .subscription-mobile-background .subscription-card-conectamais-border {
          width: fit-content; }
          .subscription-container .subscription-mobile-background .subscription-card-conectamais-border h3 {
            font-size: 20px; } }
      .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #FFFFFF;
        width: 100%;
        border-radius: 16px; }
        .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .circulo-conecta-mais {
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50px;
          background: linear-gradient(90deg, #9E278D 0%, #EF426F 100%);
          width: 61px;
          height: 61px;
          margin-top: -32px; }
          .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .circulo-conecta-mais .fa6-solid--plus {
            display: inline-block;
            width: 40px;
            height: 40px;
            --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32v144H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h144v144c0 17.7 14.3 32 32 32s32-14.3 32-32V288h144c17.7 0 32-14.3 32-32s-14.3-32-32-32H256z'/%3E%3C/svg%3E");
            background-color: #FFFFFF;
            -webkit-mask-image: var(--svg);
            mask-image: var(--svg);
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%; }
        .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais h3 {
          font-size: 32px;
          line-height: 38.4px;
          background-image: linear-gradient(90deg, #9E278D 0%, #EF426F 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais hr {
          width: 95%;
          border: 1px solid #D1D1D6;
          margin-top: 8px;
          margin-bottom: 16px; }
        .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .texto-conectamais {
          width: 95%;
          text-align: center;
          color: #2B091B;
          font-weight: 400;
          line-height: 19.2px; }
        .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items {
          margin-top: 32px;
          margin-bottom: 25px;
          width: 100%;
          display: flex;
          justify-content: space-around;
          align-items: center;
          color: #2B091B; }
          .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items ul {
            list-style-type: none; }
            .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items ul li {
              display: flex;
              margin-bottom: 7px; }
              .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items ul li .icone {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 22px;
                height: 22px;
                border-radius: 50px;
                background: linear-gradient(90deg, #9E278D 0%, #EF426F 100%);
                margin-right: 12px;
                margin-top: 2px; }
                .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items ul li .icone .iconify {
                  color: #FFFFFF;
                  font-size: 14px; }
                .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items ul li .icone span {
                  color: #FFFFFF;
                  font-size: 14px; }
                .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items ul li .icone.mail {
                  background: #1786E3; }
                .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items ul li .icone.whatsapp {
                  background: #34C759; }
              @media (max-width: 768px) {
                .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items ul li {
                  margin-bottom: 12px; }
                  .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items ul li .icone {
                    margin-top: -3px; } }
          .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items.show-mobile {
            display: none; }
            @media (max-width: 530px) {
              .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items.show-mobile {
                display: flex; } }
          .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items.hide-mobile {
            display: none; }
            @media (min-width: 530px) {
              .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items.hide-mobile {
                display: flex; } }
        @media (max-width: 768px) {
          .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .circulo-conecta-mais {
            width: 40px;
            height: 40px;
            margin-top: -21px; }
            .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .circulo-conecta-mais .fa6-solid--plus {
              width: 20px;
              height: 20px; }
          .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais h3 {
            font-size: 20px; }
          .subscription-container .subscription-mobile-background .subscription-card-conectamais-border .subscription-card-conectamais .subscription-card-conectamais-items {
            margin: 24px 20px; } }
    .subscription-container .subscription-mobile-background .preco-plano-background {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
      background: #F2F2F7;
      margin-top: -50px; }
      .subscription-container .subscription-mobile-background .preco-plano-background p {
        font-size: 24px;
        line-height: 45px;
        color: #AD246A;
        margin-top: 80px;
        text-align: center; }
        .subscription-container .subscription-mobile-background .preco-plano-background p .preco-antigo {
          position: relative; }
          .subscription-container .subscription-mobile-background .preco-plano-background p .preco-antigo:before {
            position: absolute;
            content: "";
            left: 0;
            top: 47%;
            right: 0;
            border-top: 3px solid;
            border-color: black;
            -webkit-transform: rotate(-8deg);
            -moz-transform: rotate(-8deg);
            -ms-transform: rotate(-8deg);
            -o-transform: rotate(-8deg);
            transform: rotate(-8deg); }
        .subscription-container .subscription-mobile-background .preco-plano-background p .preco-grande {
          font-size: 48px;
          white-space: nowrap; }
      .subscription-container .subscription-mobile-background .preco-plano-background .aviso-valor-plano {
        font-size: 14px;
        line-height: 28px;
        color: lightslategrey;
        margin: 0; }
      .subscription-container .subscription-mobile-background .preco-plano-background .teste-gratis-button {
        padding: 6px 118px;
        background: linear-gradient(90deg, #9E278D 0%, #EF426F 100%);
        border-radius: 8px;
        font-size: 41px;
        line-height: 60px;
        text-decoration: none;
        color: #FFFFFF;
        margin-top: 24px;
        margin-bottom: 40px; }
      @media (max-width: 768px) {
        .subscription-container .subscription-mobile-background .preco-plano-background p {
          font-size: 20px;
          line-height: 58px;
          width: 300px; }
          .subscription-container .subscription-mobile-background .preco-plano-background p span {
            font-size: 32px; }
        .subscription-container .subscription-mobile-background .preco-plano-background .teste-gratis-button {
          font-size: 24px;
          line-height: 34px;
          padding: 14px 73px; } }

.testimony-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  padding-top: 100px; }
  @media (max-width: 768px) {
    .testimony-container {
      padding-top: 16px;
      margin-top: 16px; } }
  .testimony-container:hover .divider {
    transform: scaleX(2.3); }
  .testimony-container .testimony-text {
    width: 80%;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2B091B; }
    @media (max-width: 768px) {
      .testimony-container .testimony-text {
        width: 100%;
        font-size: 12px;
        line-height: 16px; } }

.testimony-background {
  background: rgba(242, 242, 247, 0.55);
  width: 100%;
  height: 431px;
  margin-top: 135px; }
  @media (max-width: 530px) {
    .testimony-background {
      display: none; } }
  .testimony-background .fluid-container {
    position: relative;
    overflow: hidden;
    transform: translateY(-131px); }
    .testimony-background .fluid-container .testimony-items-container {
      padding-top: 70px;
      width: 100%;
      overflow: hidden;
      margin-bottom: 131px; }
      .testimony-background .fluid-container .testimony-items-container .testimony-cards-container {
        display: flex; }
        .testimony-background .fluid-container .testimony-items-container .testimony-cards-container .testimony-card {
          background: #F2F2F7;
          border-radius: 9px;
          height: 291px;
          display: none;
          align-items: center;
          position: relative;
          width: 100%; }
          .testimony-background .fluid-container .testimony-items-container .testimony-cards-container .testimony-card.active {
            display: flex; }
          .testimony-background .fluid-container .testimony-items-container .testimony-cards-container .testimony-card:before {
            content: "";
            position: absolute;
            width: 88px;
            height: 72px;
            background: url(/Content/img/index/Aspas.webp) no-repeat;
            background-size: contain;
            top: -37px;
            left: 295px; }
          .testimony-background .fluid-container .testimony-items-container .testimony-cards-container .testimony-card .testimony-card-image {
            flex: 0 0 269px; }
            .testimony-background .fluid-container .testimony-items-container .testimony-cards-container .testimony-card .testimony-card-image img {
              border-radius: 9px 0px 0px 9px; }
          .testimony-background .fluid-container .testimony-items-container .testimony-cards-container .testimony-card .testimony-card-text {
            font-family: "Source Sans Pro", sans-serif;
            color: #AD246A;
            text-align: right;
            font-weight: 400;
            font-size: 14px;
            flex: 1 1 auto;
            display: flex;
            flex-flow: column;
            height: 100%;
            padding: 46px 24px 16px;
            justify-content: space-between;
            align-items: end; }
            .testimony-background .fluid-container .testimony-items-container .testimony-cards-container .testimony-card .testimony-card-text article {
              margin-bottom: 24px;
              padding-right: 10px;
              flex: 1 1;
              overflow-y: auto;
              line-height: 1.4em;
              scrollbar-gutter: stable;
              max-width: 400px; }
            .testimony-background .fluid-container .testimony-items-container .testimony-cards-container .testimony-card .testimony-card-text .assinatura {
              color: #6C1742; }
    .testimony-background .fluid-container .testimony-slide {
      display: flex;
      flex-flow: row nowrap;
      transition: transform 400ms linear; }
      .testimony-background .fluid-container .testimony-slide .testimony-slide-container {
        display: flex;
        flex: 1 0 auto;
        width: 100%;
        align-items: stretch;
        justify-content: space-between;
        transition: all 1s ease-in 0.6s; }
        .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card:first-child {
          margin-left: 0; }
        .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card:last-child {
          margin-right: 0; }
        .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card {
          flex: 1 0 22%;
          max-width: 22%;
          display: flex;
          flex-flow: column;
          align-items: center;
          justify-content: center;
          background: #F2F2F7;
          border-radius: 6px;
          padding: 13px;
          margin: 0 18px;
          cursor: pointer;
          border: solid 1px transparent; }
          @media (max-width: 992px) {
            .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card {
              flex: 1 0 30%;
              max-width: 30%; } }
          @media (max-width: 768px) {
            .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card {
              flex: 1 0 46%;
              max-width: 46%; } }
          .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card .testimony-slide-card-image {
            border-radius: 100px;
            overflow: hidden;
            width: 52px;
            height: 52px;
            margin: auto; }
            .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card .testimony-slide-card-image img {
              width: 52px;
              height: 52px; }
          .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card .testimony-slide-card-content {
            max-width: 100%;
            overflow: hidden; }
            .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card .testimony-slide-card-content .nome, .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card .testimony-slide-card-content .avaliacao, .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card .testimony-slide-card-content .localidade {
              text-align: center;
              color: #6C1742 !important;
              flex: 1;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card .testimony-slide-card-content .nome {
              font-style: normal;
              font-weight: 700;
              font-size: 16px; }
            .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card .testimony-slide-card-content .avaliacao > * {
              color: #FF9500; }
            .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card .testimony-slide-card-content .localidade {
              font-style: normal;
              font-weight: 400;
              font-size: .6em;
              line-height: 1em; }
        .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card.active {
          position: relative;
          border-color: #AD246A; }
          .testimony-background .fluid-container .testimony-slide .testimony-slide-container .testimony-slide-card.active::before {
            content: " ";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 50px 25px 0 25px;
            border-color: #F2F2F7 transparent transparent transparent;
            position: absolute;
            top: -134px;
            left: 35%;
            cursor: default; }
    .testimony-background .fluid-container .testimony-arrows {
      text-align: right;
      font-size: 1.5em;
      height: 35px;
      margin-top: 8px; }
      .testimony-background .fluid-container .testimony-arrows a {
        color: #fff;
        padding: 8px 10px;
        background: #AD246A;
        border-radius: 20px;
        font-style: normal;
        font-weight: 900;
        font-size: 14px;
        line-height: 120%;
        cursor: pointer; }
        .testimony-background .fluid-container .testimony-arrows a.disabled {
          opacity: 0.4;
          cursor: default; }

.testimony-items-container-mobile {
  display: none;
  margin: 0px 22px;
  padding-top: 16px; }
  @media (max-width: 530px) {
    .testimony-items-container-mobile {
      display: block; }
      .testimony-items-container-mobile .flickity-button {
        background: transparent;
        color: #F52569; }
      .testimony-items-container-mobile .flickity-prev-next-button.previous {
        left: -31px;
        top: 202px; }
      .testimony-items-container-mobile .flickity-prev-next-button.next {
        right: -31px;
        top: 202px; }
      .testimony-items-container-mobile .flickity-button:focus {
        box-shadow: none; }
      .testimony-items-container-mobile .flickity-viewport {
        padding-top: 23px;
        height: 374px !important; }
        .testimony-items-container-mobile .flickity-viewport .testimony-card {
          display: flex;
          flex-direction: column;
          background: #F2F2F7;
          border-radius: 10px;
          position: relative;
          align-items: center; }
          .testimony-items-container-mobile .flickity-viewport .testimony-card .testimony-card-image {
            margin-top: -20px;
            background-size: cover !important;
            width: 160px;
            height: 160px;
            border-radius: 9px;
            box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.15); }
          .testimony-items-container-mobile .flickity-viewport .testimony-card .testimony-card-text {
            padding: 20px;
            color: #AD246A; }
            .testimony-items-container-mobile .flickity-viewport .testimony-card .testimony-card-text .avaliacao {
              font-size: 25px;
              text-align: center; }
              .testimony-items-container-mobile .flickity-viewport .testimony-card .testimony-card-text .avaliacao > * {
                color: #FF9500; }
            .testimony-items-container-mobile .flickity-viewport .testimony-card .testimony-card-text article {
              margin: 15px 0px;
              height: 97px;
              overflow: scroll; }
            .testimony-items-container-mobile .flickity-viewport .testimony-card .testimony-card-text .assinatura {
              color: #6C1742; } }

.atendimento-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 206px; }
  .atendimento-container:hover .divider {
    transform: scaleX(2.3); }
  .atendimento-container .atendimento-text {
    width: 76%;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2B091B; }
    .atendimento-container .atendimento-text h3 {
      font-weight: 600; }
  @media (max-width: 768px) {
    .atendimento-container {
      margin-top: 143px; }
      .atendimento-container .atendimento-text {
        width: 100%;
        font-size: 12px;
        line-height: 16px; } }
  @media (max-width: 530px) {
    .atendimento-container {
      margin-top: 60px; } }

.atendimento-background {
  background: #f4f4f4;
  width: 100%;
  height: 500px;
  margin-top: 411px; }
  @media (max-width: 768px) {
    .atendimento-background {
      background: #FFFFFF;
      margin-top: 22px;
      margin-bottom: 60px;
      height: auto; } }
  .atendimento-background .atendimento-items-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .atendimento-background .atendimento-items-container .equipe {
      width: 100%;
      height: 543px;
      position: absolute;
      top: -312px; }
      @media (max-width: 768px) {
        .atendimento-background .atendimento-items-container .equipe {
          position: static;
          height: 265px; } }
      .atendimento-background .atendimento-items-container .equipe .rows-container {
        width: 100%;
        height: 100%;
        position: relative;
        float: left; }
        .atendimento-background .atendimento-items-container .equipe .rows-container .row {
          display: flex;
          align-items: end;
          justify-content: center; }
        .atendimento-background .atendimento-items-container .equipe .rows-container .primeira, .atendimento-background .atendimento-items-container .equipe .rows-container .segunda {
          margin-bottom: -46.75px; }
        @media (max-width: 940px) {
          .atendimento-background .atendimento-items-container .equipe .rows-container {
            display: none; } }
        .atendimento-background .atendimento-items-container .equipe .rows-container .membro {
          position: relative;
          transition: transform 400ms ease-out; }
          .atendimento-background .atendimento-items-container .equipe .rows-container .membro .hex {
            position: relative;
            margin: 0 4px;
            width: 175px;
            height: 203px;
            clip-path: polygon(0 -50%, 100% -50%, 100% 75%, 50% 100%, 0 75%); }
            .atendimento-background .atendimento-items-container .equipe .rows-container .membro .hex:before {
              content: "";
              display: inline-block;
              font-size: initial;
              clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
              background: #FF4985;
              width: 100%;
              height: 100%; }
            .atendimento-background .atendimento-items-container .equipe .rows-container .membro .hex img {
              position: absolute;
              left: 6px;
              top: 21px;
              filter: grayscale(100%) brightness(120%) contrast(80%);
              height: 203px;
              -webkit-filter: grayscale(100%) brightness(120%) contrast(80%);
              transition: transform 400ms ease-out, filter 400ms ease-out; }
          .atendimento-background .atendimento-items-container .equipe .rows-container .membro .nome-membro {
            display: none;
            justify-content: center;
            align-items: center;
            width: 156px;
            height: 44px;
            background: #F2F2F7;
            color: #F52569;
            border-radius: 64px;
            position: absolute;
            bottom: -4px;
            right: 12px; }
          .atendimento-background .atendimento-items-container .equipe .rows-container .membro:hover {
            transform: scale(1.1);
            z-index: 3;
            filter: drop-shadow(0px 109px 43px rgba(0, 0, 0, 0.01)) drop-shadow(0px 61px 37px rgba(0, 0, 0, 0.05)) drop-shadow(0px 27px 27px rgba(0, 0, 0, 0.09)) drop-shadow(0px 7px 15px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)); }
            .atendimento-background .atendimento-items-container .equipe .rows-container .membro:hover img {
              transform: translateY(-50px);
              filter: grayscale(0);
              -webkit-filter: grayscale(0%); }
            .atendimento-background .atendimento-items-container .equipe .rows-container .membro:hover .nome-membro {
              animation: pop-in 100ms;
              display: flex; }
      .atendimento-background .atendimento-items-container .equipe .rows-container-mobile {
        display: none; }
        @media (max-width: 940px) {
          .atendimento-background .atendimento-items-container .equipe .rows-container-mobile {
            display: block;
            width: 100%;
            position: relative; }
            .atendimento-background .atendimento-items-container .equipe .rows-container-mobile .membro {
              position: relative;
              overflow: visible;
              margin: 34px 4px 0 4px; }
              .atendimento-background .atendimento-items-container .equipe .rows-container-mobile .membro .hex {
                width: 175px;
                height: 203px;
                clip-path: polygon(0 -50%, 100% -50%, 100% 75%, 50% 100%, 0 75%);
                transition: transform 400ms ease-out; }
                .atendimento-background .atendimento-items-container .equipe .rows-container-mobile .membro .hex:after {
                  content: "";
                  display: inline-block;
                  font-size: initial;
                  clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
                  background: #FF4985;
                  width: 100%;
                  height: 100%;
                  z-index: 0; }
                .atendimento-background .atendimento-items-container .equipe .rows-container-mobile .membro .hex img {
                  width: 100%;
                  position: absolute;
                  top: 12px;
                  filter: grayscale(100%) brightness(120%) contrast(80%);
                  -webkit-filter: grayscale(100%) brightness(120%) contrast(80%);
                  transition: transform 400ms ease-out, filter 400ms ease-out;
                  z-index: 1; }
              .atendimento-background .atendimento-items-container .equipe .rows-container-mobile .membro .nome-membro {
                display: none;
                justify-content: center;
                align-items: center;
                width: 156px;
                height: 44px;
                background: #F2F2F7;
                color: #F52569;
                border-radius: 64px;
                position: absolute;
                top: 159px;
                left: 12px; }
              .atendimento-background .atendimento-items-container .equipe .rows-container-mobile .membro.is-selected .hex img {
                filter: grayscale(0);
                -webkit-filter: grayscale(0%);
                transform: translateY(-50px); }
              .atendimento-background .atendimento-items-container .equipe .rows-container-mobile .membro.is-selected .nome-membro {
                animation: pop-in 100ms;
                display: flex; } }

@keyframes pop-in {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
    .atendimento-background .atendimento-items-container .falar-atendimento {
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      color: #2B091B;
      text-align: center;
      margin-top: 290px; }
      @media (max-width: 768px) {
        .atendimento-background .atendimento-items-container .falar-atendimento {
          margin-top: 0px;
          font-size: 18px;
          line-height: 24px; } }
      .atendimento-background .atendimento-items-container .falar-atendimento p {
        margin-bottom: 24px; }
      .atendimento-background .atendimento-items-container .falar-atendimento .falar-atendimento-button {
        color: #FFFFFF;
        background: #F52569;
        padding: 10px 40px;
        border-radius: 6px;
        line-height: 35px;
        font-weight: 800;
        text-decoration: none; }

.footer-background {
  background: #e3e3e3; }
  .footer-background .footer-main {
    padding-top: 100px;
    font-size: 0.8em;
    padding-bottom: 30px; }
    @media (max-width: 992px) {
      .footer-background .footer-main {
        font-size: 1em; } }
    @media (max-width: 768px) {
      .footer-background .footer-main {
        padding-top: 60px; } }
    .footer-background .footer-main .footer-logo {
      text-align: center;
      margin-bottom: 50px; }
      @media (max-width: 992px) {
        .footer-background .footer-main .footer-logo {
          margin-bottom: 30px; } }
      .footer-background .footer-main .footer-logo img {
        height: 30px; }
    .footer-background .footer-main .footer-container {
      display: flex;
      justify-content: center;
      margin-bottom: 30px; }
      @media (max-width: 992px) {
        .footer-background .footer-main .footer-container {
          flex-direction: column; } }
      .footer-background .footer-main .footer-container .links-section {
        margin: 0px 50px; }
        @media (max-width: 992px) {
          .footer-background .footer-main .footer-container .links-section {
            margin: 0px;
            margin-bottom: 30px; } }
        .footer-background .footer-main .footer-container .links-section p {
          color: #3A3A3C;
          font-weight: 700;
          font-size: 20px;
          line-height: 29px; }
          @media (max-width: 992px) {
            .footer-background .footer-main .footer-container .links-section p {
              margin-bottom: 10px; } }
        .footer-background .footer-main .footer-container .links-section li {
          list-style: none; }
          .footer-background .footer-main .footer-container .links-section li a {
            line-height: 2em;
            color: #3A3A3C;
            text-decoration: none;
            display: block;
            font-weight: 400;
            font-size: 12px; }
            .footer-background .footer-main .footer-container .links-section li a:hover {
              text-decoration: underline; }
    .footer-background .footer-main .footer-bar {
      border-top: solid 2px #2B091B;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 992px) {
        .footer-background .footer-main .footer-bar {
          flex-direction: column-reverse; } }
      .footer-background .footer-main .footer-bar .footer-copyright {
        font-weight: 400;
        font-size: 18px;
        color: #3A3A3C; }
        @media (max-width: 992px) {
          .footer-background .footer-main .footer-bar .footer-copyright {
            margin-bottom: 30px; } }
      @media (max-width: 992px) {
        .footer-background .footer-main .footer-bar .footer-social {
          margin-bottom: 30px; } }
      .footer-background .footer-main .footer-bar .footer-social a {
        display: inline-block;
        padding: 10px 6px;
        color: #3A3A3C;
        font-size: 2.5em; }

