/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul, ol, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

/**
 * Basic typography style for copy text
 */
html {
  font-size: 62.5%;
}

body {
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
}

h1 {
  font-size: 8em;
  color: #4e5052;
}
@media (min-width: 640px) {
  h1 {
    font-size: 9.9em;
  }
}

h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
@media (min-width: 640px) {
  h2 {
    font-size: 3.3em;
  }
}

h3 {
  font-size: 3.2em;
}

p {
  font-size: 1.8em;
  margin-bottom: 1em;
}

ul, ol {
  margin: 0 0 1em 2.5em;
}

ul {
  list-style: disc;
}

li {
  font-size: 1.8em;
}

a {
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}
a:hover {
  text-decoration: none;
}

hr {
  background-color: #a6a6a6;
  height: 1px;
  border: 0;
  margin-bottom: 1.5em;
}

.quote {
  font-style: italic;
}

.text-left {
  text-align: left !important;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.text-hidden {
  display: inline-block;
  text-indent: -9999px;
}

.vertical-fix-table {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-fix-table .vertical-fix-cell {
  display: table-cell;
  vertical-align: middle;
}

html {
  min-height: 100%;
}

body {
  background: white;
}

.container {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  position: relative;
}
header h3 {
  font-size: 2.8em !important;
}
@media (min-width: 480px) {
  header h3 {
    font-size: 3.2em !important;
  }
}

#conclusion {
  background-color: #404040;
}
#conclusion .content-wrapper {
  padding: 4em;
}
#conclusion .graphics:first-child {
  padding-bottom: 1em;
}
#conclusion .graphics:last-child {
  padding-top: 1em;
}
#conclusion .col {
  padding-left: 0;
}
@media (min-width: 640px) {
  #conclusion .col:first-child {
    width: 20%;
  }
}
@media (min-width: 640px) {
  #conclusion .col:last-child {
    width: 80%;
    float: right;
  }
}
#conclusion .col div {
  margin: 0 auto;
}
#conclusion .graphics {
  margin-top: 0;
}
#conclusion h3 {
  display: block;
  background-color: #f80000;
}
#conclusion p {
  padding-top: 8em;
}
@media (min-width: 640px) {
  #conclusion p {
    padding-top: 1em;
  }
}

#footer .row {
  background: none;
}
#footer p {
  font-size: 1em;
  width: 65%;
  float: left;
}
#footer #logo {
  float: right;
  width: 40%;
  text-align: right;
}
#footer #logo img {
  max-width: 100%;
}

.jumbotron {
  background: none;
  margin-bottom: 0;
  padding: 0 5px 0;
}
@media (min-width: 480px) {
  .jumbotron {
    padding: 0 30px 0;
  }
}
.jumbotron p {
  font-family: Arial;
  color: #414141;
  font-size: 1.8em;
}
.jumbotron .content {
  padding: 0 0.5em;
}
@media (min-width: 480px) {
  .jumbotron .content {
    padding: 0 2em;
  }
}
.jumbotron h1 {
  margin-top: 20px;
}
@media (min-width: 480px) {
  .jumbotron h1 {
    margin: auto;
  }
}

.row {
  margin-top: 3em;
  position: relative;
}
.row .content {
  padding: 6em 4em;
  position: relative;
}
.row .svg-wrapper {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin: 0 auto;
}
.row .svg-wrapper + p {
  margin-top: 0.75em;
}
.row svg {
  width: 100%;
}
.row h3 {
  margin: 0;
  background: #414141;
  color: white;
  padding: 8px 25px;
  text-transform: uppercase;
  display: inline-block;
}
.row .graphics {
  margin-top: 4em;
}
.row .col {
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 640px) {
  .row .col {
    width: 50%;
    float: left;
    text-align: left;
  }
  .row .col:first-child {
    padding-right: 2em;
  }
  .row .col:last-child {
    padding-left: 2em;
  }
}
.row .col.full {
  width: 100%;
}
.row .circle {
  background-color: red;
  color: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  line-height: 110px;
  margin: 0 auto;
  z-index: 2;
}
.row .circle span {
  font-size: 0.5em;
}
.row .circle + p {
  margin-top: 0.75em;
}

.content {
  padding: 0 2em;
}
.content .logo-top {
  margin: 0 auto;
  float: none;
}
@media (min-width: 480px) {
  .content .logo-top {
    float: left;
    width: 28%;
    padding-bottom: 30px;
  }
}
.content h1 {
  font-size: 3.5em;
}
@media (min-width: 480px) {
  .content h1 {
    font-size: 6.5em;
  }
}
.content p {
  color: white;
  position: relative;
  padding-left: 0.8em;
}

#sec-1 {
  background-color: #942645;
}
#sec-1 .bg-layer {
  background-image: url("../images/sec-1-bg.png");
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: contain;
}
#sec-1 .content {
  padding: 3em 1em;
}
#sec-1 h1 {
  font-size: 8em;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}
@media (min-width: 640px) {
  #sec-1 h1 {
    font-size: 8em;
  }
}
#sec-1 .col {
  width: calc(100% / 1);
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  #sec-1 .col {
    width: calc(100% / 3);
  }
}
#sec-1 .col p {
  text-align: center;
  opacity: 0;
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 640px) {
  #sec-1 .col p {
    text-align: left;
  }
}
#sec-1 .col.block-2 h1 {
  padding-right: 0;
}
@media (min-width: 640px) {
  #sec-1 .col.block-2 h1 {
    font-size: 8em;
  }
}
#sec-1 .col.block-2 h1 .sec-1-cross {
  width: 60px;
  height: 65px;
  display: inline-block;
  background-image: url("../images/sec-1-cross.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#sec-1 .graphics {
  margin-top: 0;
  position: relative;
}

#sec-2 {
  background-color: #3a913f;
}
#sec-2 .bg-layer {
  background-image: url("../images/sec-2-bg.png");
  background-repeat: no-repeat;
  background-position: right 65%;
  background-size: 50%;
  opacity: 0.5;
}
@media (min-width: 480px) {
  #sec-2 .bg-layer {
    background-position: right 50%;
  }
}
@media (min-width: 480px) {
  #sec-2 .content {
    padding: 5em 4em 6em;
  }
}
#sec-2 .holder {
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  #sec-2 .holder {
    width: 60%;
    margin-bottom: 0;
  }
}
#sec-2 .holder span {
  display: block;
  width: 100px;
  height: 150px;
}
#sec-2 .holder p {
  display: block;
  vertical-align: middle;
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 0;
}
@media (min-width: 640px) {
  #sec-2 .holder p {
    width: 65%;
    display: table-cell;
    margin-top: 0;
    text-align: left;
  }
}
#sec-2 .holder.row-1 {
  width: 100%;
}
@media (min-width: 640px) {
  #sec-2 .holder.row-1 {
    width: 70%;
  }
}
#sec-2 .holder.row-1 p {
  width: 100%;
  z-index: 2;
}
@media (min-width: 640px) {
  #sec-2 .holder.row-1 p {
    width: 75%;
    padding-left: 20px;
  }
}
#sec-2 .holder.row-1 span {
  width: 130px;
  height: 155px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
#sec-2 .holder.row-1 span i {
  position: absolute;
  background-image: url("../images/sec-2-clock.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  width: 100%;
  height: 130px;
  bottom: 0;
  display: table;
  left: 0;
}
#sec-2 .holder.row-1 span i h2 {
  font-style: normal;
  font-size: 24px;
  color: #39913e;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
}
#sec-2 .holder.row-1 span em {
  width: 32px;
  height: 32px;
  position: absolute;
  background-image: url("../images/sec-2-clock-knob.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: calc(50% - 16px);
}
#sec-2 .holder.row-2 {
  float: non;
  width: 100%;
}
@media (min-width: 640px) {
  #sec-2 .holder.row-2 {
    width: 60%;
    margin-right: 20%;
    float: right;
  }
}
#sec-2 .holder.row-2 p {
  width: 75%;
  z-index: 2;
}
#sec-2 .holder.row-2 span {
  width: 85px;
  height: 115px;
  margin: 0 auto;
  position: relative;
  border: 0;
}
@media (min-width: 640px) {
  #sec-2 .holder.row-2 span {
    margin-right: 65px;
  }
}
#sec-2 .holder.row-2 span i {
  position: absolute;
  background-image: url("../images/sec-2-paper.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  width: 100%;
  height: 115px;
  bottom: 0;
  display: table;
  z-index: 5;
}
#sec-2 .holder.row-2 span i h2 {
  font-style: normal;
  font-size: 35px;
  color: #39913e;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
}
#sec-2 .holder.row-2 span em {
  width: 60px;
  height: 60px;
  position: absolute;
  background-image: url("../images/sec-2-screen.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  right: 8px;
  top: calc(50% - 25px);
  z-index: 3;
}
#sec-2 .holder.row-3 {
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  #sec-2 .holder.row-3 {
    width: 60%;
  }
}
#sec-2 .holder.row-3 p {
  width: 75%;
  z-index: 2;
}
#sec-2 .holder.row-3 span {
  width: 85px;
  height: 115px;
  margin: 0 auto;
  position: relative;
  border: 0;
}
@media (min-width: 640px) {
  #sec-2 .holder.row-3 span {
    margin-right: 65px;
  }
}
#sec-2 .holder.row-3 span i {
  position: absolute;
  background-image: url("../images/sec-2-paper.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  width: 100%;
  height: 115px;
  bottom: 0;
  display: table;
  z-index: 5;
}
#sec-2 .holder.row-3 span i h2 {
  font-style: normal;
  font-size: 35px;
  color: #39913e;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
}
#sec-2 .holder.row-3 span em {
  width: 54px;
  height: 68px;
  position: absolute;
  background-image: url("../images/sec-2-db.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  right: 8px;
  top: calc(50% - 25px);
  z-index: 3;
}
#sec-2 .graphics {
  margin-top: 0;
  position: relative;
}

#sec-3 {
  background-color: #f29111;
}
#sec-3 .content {
  padding: 2em 4em 3.5em;
  overflow: hidden;
  display: none;
}
@media (min-width: 640px) {
  #sec-3 .content {
    display: block;
  }
}
#sec-3 .content img {
  display: none;
  width: 100%;
}
@media (min-width: 640px) {
  #sec-3 .content img {
    display: none;
  }
}
#sec-3 .tree-holder {
  height: 470px;
  width: 65%;
  display: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 640px) {
  #sec-3 .tree-holder {
    display: table;
  }
}
#sec-3 .tree-holder .tree {
  width: 80%;
  height: 80%;
  display: table-cell;
  vertical-align: middle;
  background-image: url("../images/tree.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#sec-3 .tree-holder .tree .circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #8a331d;
  position: absolute;
  display: table;
}
#sec-3 .tree-holder .tree .circle em {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
}
#sec-3 .tree-holder .tree .circle.circle-1 {
  top: -30%;
  left: calc(50% - 50px);
}
#sec-3 .tree-holder .tree .circle.circle-1 em {
  background-image: url("../images/sec-3-money.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  width: 60px;
  height: 35px;
  top: calc(50% - 17px);
  left: calc(50% - 30px);
}
#sec-3 .tree-holder .tree .circle.circle-2 {
  right: 0;
  top: -35%;
}
#sec-3 .tree-holder .tree .circle.circle-2 em {
  background-image: url("../images/sec-3-stack1.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  width: 38px;
  height: 58px;
  top: calc(50% - 29px);
  left: calc(50% - 19px);
}
#sec-3 .tree-holder .tree .circle.circle-2 em.one {
  background-image: url("../images/sec-3-stack1.png");
}
#sec-3 .tree-holder .tree .circle.circle-2 em.two {
  background-image: url("../images/sec-3-stack2.png");
  opacity: 0;
}
#sec-3 .tree-holder .tree .circle.circle-2 em.three {
  background-image: url("../images/sec-3-stack3.png");
  opacity: 0;
}
#sec-3 .tree-holder .tree .circle.circle-3 {
  top: -35%;
}
#sec-3 .tree-holder .tree .circle.circle-3 em {
  background-image: url("../images/sec-3-clock.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  width: 46px;
  height: 58px;
  top: calc(50% - 29px);
  left: calc(50% - 23px);
}
#sec-3 .text {
  position: absolute;
  display: none;
}
@media (min-width: 640px) {
  #sec-3 .text {
    display: block;
  }
}
#sec-3 .text h2 {
  font-size: 4em;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  line-height: 32px;
  margin: 0 0 10px 0;
}
#sec-3 .text h2 i {
  font-size: 0.7em;
  font-weight: normal;
  font-style: normal;
}
#sec-3 .text p {
  padding: 0;
  margin: 0 0 5px 0;
}
#sec-3 .text.text-1 {
  left: 40px;
  width: 22%;
}
#sec-3 .text.text-2 {
  bottom: 30px;
  right: 0;
  width: 20%;
}
#sec-3 .text.text-3 {
  bottom: 10px;
  left: 20px;
  width: 26%;
}
#sec-3 .graphics {
  margin-top: 0;
  position: relative;
}
#sec-3 .mobile {
  display: block;
  background-image: url("../images/sec-3-mobile-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 640px) {
  #sec-3 .mobile {
    display: none;
  }
}
#sec-3 .mobile .holder {
  height: 120px;
  position: relative;
}
@media (min-width: 640px) {
  #sec-3 .mobile .holder {
    height: 180px;
  }
}
#sec-3 .mobile .holder .text-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
#sec-3 .mobile .holder .text-holder.one {
  background-image: url("../images/sec-3-mobile-1.png");
}
#sec-3 .mobile .holder .text-holder.two {
  top: -100%;
  background-image: url("../images/sec-3-mobile-2.png");
}
#sec-3 .mobile .holder .text-holder.three {
  background-image: url("../images/sec-3-mobile-3.png");
}
#sec-3 .mobile .holder .text-holder.four {
  top: -200%;
  background-image: url("../images/sec-3-mobile-4.png");
}
#sec-3 .mobile .holder .text-holder.five {
  background-image: url("../images/sec-3-mobile-5.png");
}
#sec-3 .mobile .holder .text-holder.six {
  top: -300%;
  background-image: url("../images/sec-3-mobile-6.png");
}
#sec-3 .mobile .holder .text-holder.seven {
  background-image: url("../images/sec-3-mobile-7.png");
  opacity: 0;
}
#sec-3 .mobile .holder .text-holder.eight {
  background-image: url("../images/sec-3-mobile-8.png");
  opacity: 0;
}

#sec-4 {
  background-color: #8aadbf;
}
#sec-4 .content {
  padding: 3em 2em 3em 1em;
  height: auto;
  display: none;
}
@media (min-width: 640px) {
  #sec-4 .content {
    display: block;
    padding: 3em 1em 3em 2em;
    height: 300px;
  }
}
@media (min-width: 800px) {
  #sec-4 .content {
    padding: 6em 8em;
  }
}
#sec-4 .graphics {
  margin-top: 0;
  position: relative;
  /*.inner .img:nth-child(1) { z-index: 1 }
  .inner .img:nth-child(2) { z-index: 2  }
  .inner .img:nth-child(3) { z-index: 3  }
  .inner .img:nth-child(4) { z-index: 4  }
  .inner .img:nth-child(5) { z-index: 5 }
  .inner .img:nth-child(6) { z-index: 6  }
  .inner .img:nth-child(7) { z-index: 0 }*/
}
#sec-4 .graphics img {
  display: none;
  width: 100%;
}
@media (min-width: 640px) {
  #sec-4 .graphics img {
    display: none;
  }
}
#sec-4 .graphics .item {
  position: relative;
  display: none;
}
@media (min-width: 640px) {
  #sec-4 .graphics .item {
    display: block;
  }
}
#sec-4 .graphics .inner {
  margin: 0 auto;
  position: absolute;
}
#sec-4 .graphics .inner.item-copy {
  z-index: 10;
}
#sec-4 .graphics .inner .txt {
  opacity: 1;
  position: static;
}
#sec-4 .graphics .item {
  display: none;
  position: relative;
  background-image: none;
  padding: 0;
  background-color: transparent;
  height: 180px;
  position: relative;
}
@media (min-width: 640px) {
  #sec-4 .graphics .item {
    display: block;
  }
}
#sec-4 .graphics .item .inner {
  height: 200px;
}
#sec-4 .graphics .item .image {
  position: absolute;
  width: 135px;
  height: 238px;
  background-image: url(../images/sec-4-tile.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#sec-4 .graphics .item .txt,
#sec-4 .graphics .item .icon {
  float: left;
  position: static;
  opacity: 0;
}
#sec-4 .graphics .item #step-1-txt {
  background-image: url(../images/sec-4-text1.png);
}
#sec-4 .graphics .item #step-2-txt {
  background-image: url(../images/sec-4-text2.png);
}
#sec-4 .graphics .item #step-3-txt {
  background-image: url(../images/sec-4-text3.png);
}
#sec-4 .graphics .item #step-4-txt.arrow {
  background-image: url(../images/sec-4-arrow.png);
  width: 85px;
}
#sec-4 .graphics .item #step-4-txt.cloud {
  background-image: url(../images/sec-4-cloud.png);
  opacity: 1;
  width: 95px;
  position: relative;
}
@media (min-width: 800px) {
  #sec-4 .graphics .item #step-4-txt.cloud {
    width: 132px;
  }
}
#sec-4 .graphics .item #step-1-icon {
  background-image: url(../images/sec-4-icon1.png);
}
#sec-4 .graphics .item #step-2-icon {
  background-image: url(../images/sec-4-icon2.png);
}
#sec-4 .graphics .item #step-3-icon {
  background-image: url(../images/sec-4-icon3.png);
}
#sec-4 .mobile {
  display: block;
  background-image: url("../images/sec-4-mobile-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  overflow: hidden;
}
@media (min-width: 640px) {
  #sec-4 .mobile {
    display: none;
  }
}
#sec-4 .mobile .holder {
  height: 100px;
  position: relative;
}
@media (min-width: 640px) {
  #sec-4 .mobile .holder {
    height: 180px;
  }
}
#sec-4 .mobile .holder .text-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
}
#sec-4 .mobile .holder .text-holder.one {
  background-image: url("../images/sec-4-mobile-1.png");
}
#sec-4 .mobile .holder .text-holder.two {
  background-image: url("../images/sec-4-mobile-2.png");
}
#sec-4 .mobile .holder .text-holder.three {
  background-image: url("../images/sec-4-mobile-3.png");
}
#sec-4 .mobile .holder .text-holder.four {
  top: -100%;
  background-image: url("../images/sec-4-mobile-1.png");
}
#sec-4 .mobile .holder .text-holder.five {
  background-image: url("../images/sec-4-mobile-4.png");
}
#sec-4 .mobile .holder .text-holder.six {
  background-image: url("../images/sec-4-mobile-5.png");
}
#sec-4 .mobile .holder .text-holder.seven {
  top: -300%;
  background-image: url("../images/sec-4-mobile-1.png");
}
#sec-4 .mobile .holder .text-holder.eight {
  background-image: url("../images/sec-4-mobile-6.png");
}
#sec-4 .mobile .holder .text-holder.nine {
  background-image: url("../images/sec-4-mobile-7.png");
}
#sec-4 .mobile .holder .text-holder.ten {
  background-image: url("../images/sec-4-mobile-8.png");
}
#sec-4 .mobile .holder .text-holder.eleven {
  top: 50%;
  background-image: url("../images/sec-4-mobile-9.png");
}

#sec-5 {
  background-color: #7f7f7f;
}
#sec-5 .content {
  padding: 4em 2em 6rem 4em;
}
#sec-5 .wrapper {
  position: relative;
  height: 149px;
  width: 66%;
  margin: 0 auto;
}
@media (min-width: 640px) {
  #sec-5 .wrapper {
    width: auto;
  }
}
#sec-5 .col {
  text-align: left;
}
#sec-5 .col p {
  color: white;
  position: relative;
  padding-left: 0.8em;
}
#sec-5 .col p:before {
  content: "\2022";
  position: absolute;
  top: -5px;
  font-size: 1.5em;
  left: 0;
}
@media (min-width: 640px) {
  #sec-5 .col p:first-child {
    padding-right: 1em;
    padding-top: 1rem;
  }
  #sec-5 .col p:first-child:before {
    top: 3px;
  }
}
@media (min-width: 640px) {
  #sec-5 .col p:last-child {
    padding-right: 2.6em;
  }
}
@media (min-width: 640px) {
  #sec-5 .col:last-child {
    width: 32%;
    float: left;
  }
}
@media (min-width: 640px) {
  #sec-5 .col:first-child {
    width: 68%;
    height: 130px;
    z-index: 2;
    float: right;
  }
}
#sec-5 .graphics {
  margin-top: 0;
  position: relative;
}
#sec-5 .graphics .jigsaw-left {
  float: left;
}
#sec-5 .graphics .jigsaw-left div {
  background: url("../images/tile-5/jigsaw-left.png") no-repeat;
  background-size: 100%;
  width: 105px;
  height: 149px;
  position: absolute;
  left: 15px;
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  transform: scale(0.1);
}
@media (min-width: 480px) {
  #sec-5 .graphics .jigsaw-left div {
    background-size: 80%;
    left: 121px;
    height: 225px;
  }
}
@media (min-width: 640px) {
  #sec-5 .graphics .jigsaw-left div {
    background-size: 80%;
    width: 225px;
    height: 239px;
    left: 55px;
  }
}
@media (min-width: 1024px) {
  #sec-5 .graphics .jigsaw-left div {
    background-size: 100%;
    left: 110px;
    width: 225px;
    height: 239px;
    top: -5px;
  }
}
#sec-5 .graphics .jigsaw-right {
  float: right;
}
#sec-5 .graphics .jigsaw-right div {
  background: url("../images/tile-5/jigsaw-right.png") no-repeat;
  background-size: 100%;
  width: 105px;
  height: 149px;
  opacity: 0;
  position: absolute;
  left: 91px;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  transform: scale(0.1);
}
@media (min-width: 480px) {
  #sec-5 .graphics .jigsaw-right div {
    background-size: 80%;
    height: 225px;
    left: 182px;
    top: 1px;
  }
}
@media (min-width: 640px) {
  #sec-5 .graphics .jigsaw-right div {
    background-size: 80%;
    width: 225px;
    height: 227px;
    left: 184px;
    top: 1px;
  }
}
@media (min-width: 1024px) {
  #sec-5 .graphics .jigsaw-right div {
    background-size: auto;
    left: 272px;
    top: 1px;
    width: 225px;
    height: 227px;
  }
}
#sec-5 .graphics .animate #jigsaw-left div {
  -webkit-animation: moveRight 3s linear 0.1s 1 forwards;
  -moz-animation: moveRight 3s linear 0.1s 1 forwards;
  -ms-animation: moveRight 3s linear 0.1s 1 forwards;
  -o-animation: moveRight 3s linear 0.1s 1 forwards;
  animation: moveRight 3s linear 0.1s 1 forwards;
}
#sec-5 .graphics .animate #jigsaw-right div {
  -webkit-animation: moveLeft 3s linear 3s 1 forwards;
  -moz-animation: moveLeft 3s linear 3s 1 forwards;
  -ms-animation: moveLeft 3s linear 3s 1 forwards;
  -o-animation: moveLeft 3s linear 3s 1 forwards;
  animation: moveLeft 3s linear 3s 1 forwards;
}

#conclusion p {
  color: white;
}
#conclusion a {
  color: #f80000;
}
#conclusion .content-wrapper {
  overflow: hidden;
}
#conclusion a {
  text-decoration: none;
}
#conclusion .search {
  background: url("../images/conclusion-icon.png") no-repeat scroll right bottom;
  width: 90px;
  height: 90px;
  opacity: 1;
  margin-top: -150px !important;
}
#conclusion .download {
  background: url("../images/conclusion/download.png") no-repeat scroll right bottom;
  width: 90px;
  height: 90px;
  opacity: 0;
}
#conclusion .download a {
  display: block;
  width: 90px;
  height: 90px;
}

#footer {
  padding: 0 10px 100px;
}
#footer p {
  padding-bottom: 1em;
  margin: 0 auto;
  display: block;
  width: 90%;
  text-align: center;
  float: none;
}
@media (min-width: 480px) {
  #footer p {
    text-align: left;
    float: left;
    width: 50%;
    padding-bottom: 0;
  }
}
#footer #logo {
  margin: 0 auto;
  float: none;
}
@media (min-width: 480px) {
  #footer #logo {
    float: right;
    width: 45%;
  }
}

/* Scss Document */
@-webkit-keyframes expandRectangle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  100% {
    width: 155px;
    height: 130px;
    opacity: 1;
  }
}
@-moz-keyframes expandRectangle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  100% {
    width: 155px;
    height: 130px;
    opacity: 1;
  }
}
@-ms-keyframes expandRectangle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  100% {
    width: 155px;
    height: 130px;
    opacity: 1;
  }
}
@-o-keyframes expandRectangle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  100% {
    width: 155px;
    height: 130px;
    opacity: 1;
  }
}
@keyframes expandRectangle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  100% {
    width: 155px;
    height: 130px;
    opacity: 1;
  }
}
@-webkit-keyframes showSlow {
  0% {
    opacity: 0;
    transform: scale(0);
    z-index: -20;
  }

  25% {
    opacity: 1;
    transform: scale(0.1);
    z-index: 1;
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  85% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes showSlow {
  0% {
    opacity: 0;
    transform: scale(0);
    z-index: -20;
  }

  25% {
    opacity: 1;
    transform: scale(0.1);
    z-index: 1;
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  85% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-ms-keyframes showSlow {
  0% {
    opacity: 0;
    transform: scale(0);
    z-index: -20;
  }

  25% {
    opacity: 1;
    transform: scale(0.1);
    z-index: 1;
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  85% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes showSlow {
  0% {
    opacity: 0;
    transform: scale(0);
    z-index: -20;
  }

  25% {
    opacity: 1;
    transform: scale(0.1);
    z-index: 1;
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  85% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes showSlow {
  0% {
    opacity: 0;
    transform: scale(0);
    z-index: -20;
  }

  25% {
    opacity: 1;
    transform: scale(0.1);
    z-index: 1;
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }

  85% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes arrowSpin {
  0% {
    transform: rotateZ(180deg);
    opacity: 0;
  }

  100% {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}
@-moz-keyframes arrowSpin {
  0% {
    transform: rotateZ(180deg);
    opacity: 0;
  }

  100% {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}
@-ms-keyframes arrowSpin {
  0% {
    transform: rotateZ(180deg);
    opacity: 0;
  }

  100% {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}
@-o-keyframes arrowSpin {
  0% {
    transform: rotateZ(180deg);
    opacity: 0;
  }

  100% {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}
@keyframes arrowSpin {
  0% {
    transform: rotateZ(180deg);
    opacity: 0;
  }

  100% {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes moveLine {
  0% {
    transform: translate(0, 0);
    bottom: -60px;
    left: -120px;
    opacity: 1;
  }

  100% {
    transform: translate(50px, -70px);
    opacity: 1;
  }
}
@-moz-keyframes moveLine {
  0% {
    transform: translate(0, 0);
    bottom: -60px;
    left: -120px;
    opacity: 1;
  }

  100% {
    transform: translate(50px, -70px);
    opacity: 1;
  }
}
@-ms-keyframes moveLine {
  0% {
    transform: translate(0, 0);
    bottom: -60px;
    left: -120px;
    opacity: 1;
  }

  100% {
    transform: translate(50px, -70px);
    opacity: 1;
  }
}
@-o-keyframes moveLine {
  0% {
    transform: translate(0, 0);
    bottom: -60px;
    left: -120px;
    opacity: 1;
  }

  100% {
    transform: translate(50px, -70px);
    opacity: 1;
  }
}
@keyframes moveLine {
  0% {
    transform: translate(0, 0);
    bottom: -60px;
    left: -120px;
    opacity: 1;
  }

  100% {
    transform: translate(50px, -70px);
    opacity: 1;
  }
}
@-webkit-keyframes extrudeBar {
  0% {
    height: 3px;
    opacity: 1;
  }

  80% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes extrudeBar {
  0% {
    height: 3px;
    opacity: 1;
  }

  80% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes extrudeBar {
  0% {
    height: 3px;
    opacity: 1;
  }

  80% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes extrudeBar {
  0% {
    height: 3px;
    opacity: 1;
  }

  80% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@keyframes extrudeBar {
  0% {
    height: 3px;
    opacity: 1;
  }

  80% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  25% {
    opacity: 1;
    transform: scale(0.2);
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  25% {
    opacity: 1;
    transform: scale(0.2);
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-ms-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  25% {
    opacity: 1;
    transform: scale(0.2);
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  25% {
    opacity: 1;
    transform: scale(0.2);
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  25% {
    opacity: 1;
    transform: scale(0.2);
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes movePieSection {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  80% {
    transform: translate(30px, -30px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes movePieSection {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  80% {
    transform: translate(30px, -30px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes movePieSection {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  80% {
    transform: translate(30px, -30px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes movePieSection {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  80% {
    transform: translate(30px, -30px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@keyframes movePieSection {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  80% {
    transform: translate(30px, -30px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes extrudeLine {
  0% {
    width: 2px;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-moz-keyframes extrudeLine {
  0% {
    width: 2px;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-ms-keyframes extrudeLine {
  0% {
    width: 2px;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-o-keyframes extrudeLine {
  0% {
    width: 2px;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes extrudeLine {
  0% {
    width: 2px;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes extrudeBars {
  0% {
    width: 5px;
    height: 10px;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-moz-keyframes extrudeBars {
  0% {
    width: 5px;
    height: 10px;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-ms-keyframes extrudeBars {
  0% {
    width: 5px;
    height: 10px;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-o-keyframes extrudeBars {
  0% {
    width: 5px;
    height: 10px;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes extrudeBars {
  0% {
    width: 5px;
    height: 10px;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes drops {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes drops {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-ms-keyframes drops {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes drops {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes drops {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes vibrate {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(1px, 0, 0);
    opacity: 1;
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
    opacity: 1;
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes vibrate {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(1px, 0, 0);
    opacity: 1;
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
    opacity: 1;
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
    opacity: 1;
  }
}
@-ms-keyframes vibrate {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(1px, 0, 0);
    opacity: 1;
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
    opacity: 1;
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes vibrate {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(1px, 0, 0);
    opacity: 1;
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
    opacity: 1;
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
    opacity: 1;
  }
}
@keyframes vibrate {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(1px, 0, 0);
    opacity: 1;
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
    opacity: 1;
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes expandLine {
  0% {
    width: 5px;
    height: 5px;
  }

  100% {
    width: 290px;
    height: 5px;
    opacity: 1;
  }
}
@-moz-keyframes expandLine {
  0% {
    width: 5px;
    height: 5px;
  }

  100% {
    width: 290px;
    height: 5px;
    opacity: 1;
  }
}
@-ms-keyframes expandLine {
  0% {
    width: 5px;
    height: 5px;
  }

  100% {
    width: 290px;
    height: 5px;
    opacity: 1;
  }
}
@-o-keyframes expandLine {
  0% {
    width: 5px;
    height: 5px;
  }

  100% {
    width: 290px;
    height: 5px;
    opacity: 1;
  }
}
@keyframes expandLine {
  0% {
    width: 5px;
    height: 5px;
  }

  100% {
    width: 290px;
    height: 5px;
    opacity: 1;
  }
}
@-webkit-keyframes expandLineMobile {
  0% {
    width: 5px;
    height: 5px;
  }

  100% {
    width: 200px;
    height: 5px;
    opacity: 1;
  }
}
@-moz-keyframes expandLineMobile {
  0% {
    width: 5px;
    height: 5px;
  }

  100% {
    width: 200px;
    height: 5px;
    opacity: 1;
  }
}
@-ms-keyframes expandLineMobile {
  0% {
    width: 5px;
    height: 5px;
  }

  100% {
    width: 200px;
    height: 5px;
    opacity: 1;
  }
}
@-o-keyframes expandLineMobile {
  0% {
    width: 5px;
    height: 5px;
  }

  100% {
    width: 200px;
    height: 5px;
    opacity: 1;
  }
}
@keyframes expandLineMobile {
  0% {
    width: 5px;
    height: 5px;
  }

  100% {
    width: 200px;
    height: 5px;
    opacity: 1;
  }
}
@-webkit-keyframes bounceFolder {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
    opacity: 1;
  }

  60% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
@-moz-keyframes bounceFolder {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
    opacity: 1;
  }

  60% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
@-ms-keyframes bounceFolder {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
    opacity: 1;
  }

  60% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
@-o-keyframes bounceFolder {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
    opacity: 1;
  }

  60% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
@keyframes bounceFolder {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
    opacity: 1;
  }

  60% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
@-webkit-keyframes fallTop {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fallTop {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-ms-keyframes fallTop {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fallTop {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fallTop {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes flip {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(180deg);
    opacity: 1;
  }

  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@-moz-keyframes flip {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(180deg);
    opacity: 1;
  }

  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@-ms-keyframes flip {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(180deg);
    opacity: 1;
  }

  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@-o-keyframes flip {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(180deg);
    opacity: 1;
  }

  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flip {
  0% {
    transform: rotateY(0);
  }

  50% {
    transform: rotateY(180deg);
    opacity: 1;
  }

  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveRight {
  0% {
    opacity: 0;
    transform: scale(0.1);
    left: 0;
  }

  25% {
    opacity: 1;
    transform: scale(0.2);
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes moveRight {
  0% {
    opacity: 0;
    transform: scale(0.1);
    left: 0;
  }

  25% {
    opacity: 1;
    transform: scale(0.2);
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-ms-keyframes moveRight {
  0% {
    opacity: 0;
    transform: scale(0.1);
    left: 0;
  }

  25% {
    opacity: 1;
    transform: scale(0.2);
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes moveRight {
  0% {
    opacity: 0;
    transform: scale(0.1);
    left: 0;
  }

  25% {
    opacity: 1;
    transform: scale(0.2);
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes moveRight {
  0% {
    opacity: 0;
    transform: scale(0.1);
    left: 0;
  }

  25% {
    opacity: 1;
    transform: scale(0.2);
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  75% {
    opacity: 1;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes moveLeft {
  0% {
    opacity: 0;
    transform: scale(1.2);
    right: 2px;
  }

  25% {
    opacity: 1;
    transform: scale(1.15);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  75% {
    opacity: 1;
    transform: scale(1 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    bottom: 0;
  }
}
@-moz-keyframes moveLeft {
  0% {
    opacity: 0;
    transform: scale(1.2);
    right: 2px;
  }

  25% {
    opacity: 1;
    transform: scale(1.15);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  75% {
    opacity: 1;
    transform: scale(1 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    bottom: 0;
  }
}
@-ms-keyframes moveLeft {
  0% {
    opacity: 0;
    transform: scale(1.2);
    right: 2px;
  }

  25% {
    opacity: 1;
    transform: scale(1.15);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  75% {
    opacity: 1;
    transform: scale(1 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    bottom: 0;
  }
}
@-o-keyframes moveLeft {
  0% {
    opacity: 0;
    transform: scale(1.2);
    right: 2px;
  }

  25% {
    opacity: 1;
    transform: scale(1.15);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  75% {
    opacity: 1;
    transform: scale(1 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    bottom: 0;
  }
}
@keyframes moveLeft {
  0% {
    opacity: 0;
    transform: scale(1.2);
    right: 2px;
  }

  25% {
    opacity: 1;
    transform: scale(1.15);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  75% {
    opacity: 1;
    transform: scale(1 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    bottom: 0;
  }
}
@-webkit-keyframes bounceIcon {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
    opacity: 1;
  }

  60% {
    transform: translateY(-15px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes bounceIcon {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
    opacity: 1;
  }

  60% {
    transform: translateY(-15px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes bounceIcon {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
    opacity: 1;
  }

  60% {
    transform: translateY(-15px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes bounceIcon {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
    opacity: 1;
  }

  60% {
    transform: translateY(-15px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
@keyframes bounceIcon {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
    opacity: 1;
  }

  60% {
    transform: translateY(-15px);
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}
