@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
/*@mixin width-calc($value) {
  //width: 500px;
/*/
/* older browsers *

  width: -webkit-calc($value);
/*/
/* Safari 6, Chrome 19-25 *

  width: -moz-calc($value);
/*/
/* FF 4-15  *

  width: calc($value);
/*/
/* FF 16+, IE 9+, Opera 15, Chrome 26+, Safari 7 and future other browsers *

}*/
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  25% {
    transform: scale(0);
    opacity: 0.05; }
  50% {
    transform: scale(0.1);
    opacity: 0.15; }
  75% {
    transform: scale(0.5);
    opacity: 0.25; }
  100% {
    transform: scale(1);
    opacity: 0.0; } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(0);
    opacity: 0.0; }
  25% {
    -o-transform: scale(0);
    opacity: 0.05; }
  50% {
    -o-transform: scale(0.1);
    opacity: 0.15; }
  75% {
    -o-transform: scale(0.5);
    opacity: 0.25; }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0);
    opacity: 0.05; }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.15; }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.25; }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }

/*@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.05;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.15;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.25;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}*/
@keyframes type {
  from {
    width: 0; } }

/*

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; }
}
*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=33edb3ef33764d657755)
 * Config saved to config.json and https://gist.github.com/33edb3ef33764d657755
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.clear {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(8%); }
  65% {
    transform: translateY(-4%); }
  80% {
    transform: translateY(4%); }
  95% {
    transform: translateY(-2%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(8%); }
  65% {
    -webkit-transform: translateY(-4%); }
  80% {
    -webkit-transform: translateY(4%); }
  95% {
    -webkit-transform: translateY(-2%); }
  100% {
    -webkit-transform: translateY(0%); } }

/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(-8%); }
  65% {
    transform: translateY(4%); }
  80% {
    transform: translateY(-4%); }
  95% {
    transform: translateY(2%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(-8%); }
  65% {
    -webkit-transform: translateY(4%); }
  80% {
    -webkit-transform: translateY(-4%); }
  95% {
    -webkit-transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(0%); } }

/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeft {
  0% {
    transform: translateX(150%); }
  50% {
    transform: translateX(-8%); }
  65% {
    transform: translateX(4%); }
  80% {
    transform: translateX(-4%); }
  95% {
    transform: translateX(2%); }
  100% {
    transform: translateX(0%); } }

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%); }
  50% {
    -webkit-transform: translateX(-8%); }
  65% {
    -webkit-transform: translateX(4%); }
  80% {
    -webkit-transform: translateX(-4%); }
  95% {
    -webkit-transform: translateX(2%); }
  100% {
    -webkit-transform: translateX(0%); } }

/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  50% {
    transform: translateX(8%); }
  65% {
    transform: translateX(-4%); }
  80% {
    transform: translateX(4%); }
  95% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0%); } }

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%); }
  50% {
    -webkit-transform: translateX(8%); }
  65% {
    -webkit-transform: translateX(-4%); }
  80% {
    -webkit-transform: translateX(4%); }
  95% {
    -webkit-transform: translateX(-2%); }
  100% {
    -webkit-transform: translateX(0%); } }

/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important; }

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5); }
  30% {
    transform: translateY(-8%) scaleX(0.5); }
  40% {
    transform: translateY(2%) scaleX(0.5); }
  50% {
    transform: translateY(0%) scaleX(1.1); }
  60% {
    transform: translateY(0%) scaleX(0.9); }
  70% {
    transform: translateY(0%) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleX(0.95); }
  90% {
    transform: translateY(0%) scaleX(1.02); }
  100% {
    transform: translateY(0%) scaleX(1); } }

@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5); }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5); }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5); }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1); }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9); }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95); }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02); }
  100% {
    -webkit-transform: translateY(0%) scaleX(1); } }

/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    transform: translateY(-7%) scaleY(1.12); }
  75% {
    transform: translateY(3%); }
  100% {
    transform: translateY(0%) scale(1) scaleY(1); } }

@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12); }
  75% {
    -webkit-transform: translateY(3%); }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1); } }

/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  60% {
    transform: scale(1.1); }
  80% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(1.1); }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes expandOpen {
  0% {
    transform: scale(1.8); }
  50% {
    transform: scale(0.95); }
  80% {
    transform: scale(1.05); }
  90% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1); } }

/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }

@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }

/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important; }

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6); }
  20% {
    transform: rotate(-2deg) scaleY(1.05); }
  35% {
    transform: rotate(2deg) scaleY(1); }
  50% {
    transform: rotate(-2deg); }
  65% {
    transform: rotate(1deg); }
  80% {
    transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg); } }

@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6); }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05); }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1); }
  50% {
    -webkit-transform: rotate(-2deg); }
  65% {
    -webkit-transform: rotate(1deg); }
  80% {
    -webkit-transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6); }
  60% {
    transform: translateY(-100%) scaleY(1.1); }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6); }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1); }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1); } }

/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 0.7; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; } }

/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%); } }

/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes tossing {
  0% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(-4deg); } }

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg); } }

/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes pullUp {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }

@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }

/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%; }

@keyframes pullDown {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }

@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }

/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%; }

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }

@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }

/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }

@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
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.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 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.
 * 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.
 */
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; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
  font-family: 'calluna_sansregular';
  src: url("../fonts/CallunaSans-Regular/callunasans-regular-webfont.eot");
  src: url("../fonts/CallunaSans-Regular/callunasans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/CallunaSans-Regular/callunasans-regular-webfont.woff2") format("woff2"), url("../fonts/CallunaSans-Regular/callunasans-regular-webfont.woff") format("woff"), url("../fonts/CallunaSans-Regular/callunasans-regular-webfont.ttf") format("truetype"), url("../fonts/CallunaSans-Regular/callunasans-regular-webfont.svg#calluna_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserrathairline';
  src: url("../fonts/Montserrat-Hairline/montserrat-hairline-webfont.eot");
  src: url("../fonts/Montserrat-Hairline/montserrat-hairline-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Hairline/montserrat-hairline-webfont.woff2") format("woff2"), url("../fonts/Montserrat-Hairline/montserrat-hairline-webfont.woff") format("woff"), url("../fonts/Montserrat-Hairline/montserrat-hairline-webfont.ttf") format("truetype"), url("../fonts/Montserrat-Hairline/montserrat-hairline-webfont.svg#montserrathairline") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratsemi_bold';
  src: url("../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.eot");
  src: url("../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.svg#montserratsemi_bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lato_regular';
  src: '../fonts/Lato/hinted-Lato-Regular.eot"';
  src: url("../fonts/Lato/hinted-Lato-Regular.woff2") format("woff2"), url("../fonts/Lato/hinted-Lato-Regular.woff") format("woff"), url("../fonts/Lato/hinted-Lato-Regular.ttf") format("truetype"), url("../fonts/Lato/hinted-Lato-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body {
  height: 100%;
  width: 100%; }

#container {
  display: table;
  height: 100%;
  width: 100%; }

.centered {
  text-align: center; }

.wrap {
  width: 100%;
  margin: 0 auto;
  float: left; }

.inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto; }

.kickstarter-page .content {
  width: 50%;
  margin: 0 auto;
  float: left;
  padding: 1.1em; }

.home-page .inner {
  display: table; }

.home-page .content {
  width: 50%;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  padding: 1.1em; }

.wrap-center, .centered {
  margin: 0 auto;
  display: block;
  float: none !important; }

.box-2 {
  width: 50%;
  float: left; }

@media only screen and (min-width: 1024px) {
  #container {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    position: relative; } }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  /* font-size: 100%;*/
  line-height: 1.5em;
  font-size: 14px;
  color: #3c297c;
  font-family: "calluna_sansregular";
  position: relative; }

html {
  font-size: 100%; }

h1,
h2 {
  font-family: "montserratsemi_bold"; }

a {
  color: #fff; }

a:visited {
  color: #fff; }

a:hover,
a:active,
a:link {
  color: #fff;
  text-decoration: none; }

nav a {
  font-size: 0.83em;
  text-transform: uppercase; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

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

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

.copyright {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 12px;
  position: absolute;
  right: -69px;
  bottom: 160px;
  color: white; }

.section-white .copyright {
  color: #3c297c; }

@media all and (max-width: 1366px) {
  .copyright {
    bottom: 65px;
    right: -69px;
    font-size: 11px; } }

.animate-all, a, .footer {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

.animate-show {
  -webkit-transition: display ease-in-out 0.3s;
  -moz-transition: display ease-in-out 0.3s;
  -ms-transition: display ease-in-out 0.3s;
  -o-transition: display ease-in-out 0.3s;
  transition: display ease-in-out 0.3s; }

/*.elements>div {
  @extend.scale;
}*/
.p-abs, #loader .clouds-top-right, #loader .clouds-plan-first, #loader .clouds-plan-second, #loader .clouds-plan-third, #loader .stars, #loader .comet, #loader .moon-1, #loader .moon-2, #loader .planet-1, #loader .planet-2, #loader .planet-3, #loader .sun, #loader .space-ship, .section-bg, .break-line-blue, .break-line-pink, .break-line-pinkyellow, .break-line-white, .chips-blue, .chips-darkpink, .chips-darkpink-big, .chips-lightpink, .chips-lightpink-small, .chips-orange, .chips-orange-big, .chips-orange-long, .chips-white, .chips-yellow, .chips-yellow-long, .sth-blue, .sth-orange, .sth-orange-small, .sth-pink, .circle-blue, .circle-blue-small, .circle-orange, .circle-orange-bigger, .circle-orange-huge, .circle-pink, .circle-yellow, .donut-blue, .donut2-blue, .donut2-orange, .donut2-orange-big, .donut2-pink, .donut2-yellow, .donut-blue-huge, .donut-darkpink, .donut-lightpink, .donut-white, .donut-white-blue, .donut-white-pink, .donut-yellow, .dot-blue, .dot-orange, .dot-pink, .dot-white, .dot-white-blue, .dot-yellow, .triangle-blue, .triangle-blue-huge, .triangle-darkpink-empty, .triangle-darkpink, .triangle-lightpink, .triangle-orange, .triangle-orange-empty, .triangle-yellow, .triangle-yellow-empty, .triangle-white, .triangle-white-small, .wave-blue-long, .wave-darkpink, .wave-darkpink-long, .wave-lightpink-long, .wave-lightpink-vertical, .wave-orange, .wave-orange-long, .wave-white, .wave-white-long, .wave-white-vertical, .wave-yellow, .wave-yellow-long, .wave-yellow-vertical {
  position: absolute; }

.p-rel {
  position: relative; }

.element-first-plan, .home__s-1__wave-orange__el-1, .home__s-1__circle-yellow__el-1, .home__s-2__circle-yellow__el-1, .home__s-2__triangle-darkpink-empty__el-1, .home__s-2__donut-lightpink__el-1, .home__s-3__sth-orange__el-1, .home__s-3__wave-blue-long__el-1, .home__s-3__donut-darkpink__el-1, .home__s-3__chips-orange-big__el-1, .home__s-4__wave-yellow-long__el-1, .home__s-4__break-line-blue__el-1, .home__s-4__circle-pink__el-1, .home__s-5__donut-lightpink__el-1, .home__s-5__triangle-darkpink-empty__el-1, .about__s-1__triangle-darkpink-empty__el-1, .about__s-1__chips-orange-big__el-1, .about__s-1__wave-yellow-long__el-1, .about__s-1__triangle-darkpink-empty__el-2, .about__s-1__sth-orange__el-1, .about__s-1__donut2-yellow__el-1, .about__s-2__donut-blue-huge__el-1, .about__s-2__chips-darkpink__el-1, .about__s-2__circle-blue__el-1, .about__s-3__sth-orange__el-1, .about__s-3__wave-lightpink-long__el-1, .about__s-3__donut-darkpink__el-1, .about__s-4__circle-orange-huge__el-1, .about__s-4__dot-white-blue__el-1, .about__s-4__donut-white-blue__el-1, .kickstarter__s-1__circle-blue__el-1, .kickstarter__s-1__triangle-darkpink-empty__el-1, .kickstarter__s-2__wave-yellow-long__el-1, .kickstarter__s-2__triangle-blue-huge__el-1, .kickstarter__s-3__donut-darkpink__el-1, .kickstarter__s-3__sth-orange__el-1, .kickstarter__s-3__wave-blue-long__el-1, .kickstarter__s-3__chips-darkpink-big__el-1, .kickstarter__s-4__donut2-yellow__el-1, .kickstarter__s-4__donut2-orange-big__el-1, .kickstarter__s-4__circle-blue__el-1, .kickstarter__s-4__chips-yellow-long__el-1 {
  z-index: 12; }

.element-second-plan, .home__s-1__wave-lightpink-long__el-1, .home__s-1__triangle-yellow-empty__el-1, .home__s-1__chips-orange__el-1, .home__s-1__break-line-blue__el-1, .home__s-2__donut2-blue__el-1, .home__s-2__wave-darkpink-long__el-1, .home__s-2__wave-white__el-1, .home__s-2__triangle-white__el-1, .home__s-3__dot-blue-huge__el-1, .home__s-3__donut-white__el-1, .home__s-3__triangle-darkpink__el-1, .home__s-3__triangle-orange-empty__el-1, .home__s-3__wave-lightpink-vertical__el-1, .home__s-3__sth-blue__el-1, .home__s-4__donut-blue-huge__el-1, .home__s-4__sth-orange__el-1, .home__s-4__sth-orange__el-2, .home__s-4__donut2-blue__el-1, .home__s-4__chips-orange__el-1, .home__s-5__wave-yellow__el-1, .home__s-5__sth-orange__el-1, .home__s-5__break-line-white__el-1, .home__s-5__chips-yellow__el-1, .home__s-5__chips-orange__el-1, .about__s-1__wave-white__el-1, .about__s-1__triangle-white__el-1, .about__s-1__triangle-yellow__el-1, .about__s-1__donut-white__el-1, .about__s-1__wave-darkpink-long__el-1, .about__s-1__donut-lightpink__el-1, .about__s-1__circle-orange__el-1, .about__s-1__wave-lightpink-long__el-1, .about__s-1__triangle-orange__el-1, .about__s-2__chips-yellow__el-1, .about__s-2__break-line-blue__el-1, .about__s-2__donut-white__el-1, .about__s-2__donut-darkpink__el-1, .about__s-2__triangle-white__el-1, .about__s-2__wave-yellow-vertical__el-1, .about__s-3__chips-blue__el-1, .about__s-3__chips-lightpink__el-1, .about__s-3__break-line-blue__el-1, .about__s-3__donut2-orange__el-1, .about__s-3__triangle-yellow-empty__el-1, .about__s-3__triangle-lightpink__el-1, .about__s-4__break-line-pinkyellow__el-1, .about__s-4__donut-blue__el-1, .about__s-4__triangle-yellow__el-1, .about__s-4__triangle-white__el-1, .kickstarter__s-1__wave-orange__el-1, .kickstarter__s-1__sth-pink__el-1, .kickstarter__s-1__donut-yellow__el-1, .kickstarter__s-1__wave-lightpink-vertical__el-1, .kickstarter__s-1__donut-darkpink__el-1, .kickstarter__s-2__donut-blue-huge__el-1, .kickstarter__s-2__dot-white-blue__el-1, .kickstarter__s-2__triangle-white__el-1, .kickstarter__s-2__chips-blue__el-1, .kickstarter__s-2_circle-orange-bigger__el-1, .kickstarter__s-2__donut2-pink__el-1, .kickstarter__s-3__donut-lightpink__el-1, .kickstarter__s-3__sth-blue__el-1, .kickstarter__s-3__triangle-blue-huge__el-1, .kickstarter__s-3__wave-white__el-1, .kickstarter__s-3__break-line-pink__el-1, .kickstarter__s-3__chips-lightpink__el-1, .kickstarter__s-3__wave-orange-long__el-1, .kickstarter__s-4__wave-white-long__el-1, .kickstarter__s-4__triangle-darkpink-empty__el-1, .kickstarter__s-4__triangle-darkpink-empty__el-2, .kickstarter__s-4__triangle-orange-empty__el-1, .kickstarter__s-4__donut2-blue__el-1, .kickstarter__s-4__donut-white-pink__el-1, .kickstarter__s-4__wave-darkpink__el-1, .kickstarter__s-4__triangle-yellow-empty__el-1 {
  z-index: 1; }

.element-third-plan, .home__s-1__donut-blue__el-1, .home__s-1__dot-blue__el-1, .home__s-1__chips-blue__el-1, .home__s-1__donut2-orange__el-1, .home__s-2__triangle-blue__el-1, .home__s-2__chips-yellow__el-1, .home__s-2__donut-blue__el-1, .home__s-2__triangle-yellow__el-1, .home__s-3__dot-blue__el-1, .home__s-3__dot-white-blue__el-1, .home__s-4__dot-white-blue__el-1, .home__s-4__chips-white__el-1, .home__s-4__triangle-yellow-empty__el-1, .home__s-4__wave-white-vertical__el-1, .home__s-5__dot-white-blue__el-1, .home__s-5__triangle-yellow__el-1, .about__s-1__dot-orange__el-1, .about__s-1__dot-white-blue__el-1, .about__s-1__triangle-white-small__el-1, .about__s-1__dot-yellow__el-1, .about__s-1__dot-white-blue__el-2, .about__s-2__dot-yellow__el-1, .about__s-2__dot-white-blue__el-1, .about__s-2__dot-white__el-1, .about__s-3__dot-orange__el-1, .about__s-3__dot-blue__el-1, .about__s-4__chips-yellow__el-1, .about__s-4__donut2-blue__el-1, .about__s-4__dot-yellow__el-1, .about__s-4__triangle-blue__el-1, .kickstarter__s-1__break-line-blue__el-1, .kickstarter__s-1__dot-pink__el-1, .kickstarter__s-1__donut2-orange__el-1, .kickstarter__s-1__dot-blue__el-1, .kickstarter__s-2__dot-yellow__el-1, .kickstarter__s-2__dot-pink__el-1, .kickstarter__s-2__chips-lightpink-small__el-1, .kickstarter__s-2__triangle-yellow__el-1, .kickstarter__s-3__triangle-white__el-1, .kickstarter__s-3__dot-white-blue__el-1, .kickstarter__s-3__dot-orange__el-1, .kickstarter__s-3__donut-white__el-1, .kickstarter__s-3__dot-blue__el-1, .kickstarter__s-3__triangle-orange-empty__el-1, .kickstarter__s-3__chips-white__el-1, .kickstarter__s-4__triangle-blue__el-1, .kickstarter__s-4__triangle-blue-huge__el-1, .kickstarter__s-4__dot-blue__el-1, .kickstarter__s-4__dot-white-blue__el-1, .kickstarter__s-4__circle-blue-small__el-1, .kickstarter__s-4__dot-white__el-1 {
  z-index: 0;
  -webkit-filter: blur(1px);
  /* Chrome, Safari */
  -ms-filter: blur(1px);
  /* IE12? */
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="1" /></filter></svg>#blur');
  /* Firefox, Safari, Chrome*/
  filter: progid:DXImageTransform.Microsoft.Blur(Strength=$radius);
  /* IE9 */ }

.z-index-0, .section-bg {
  z-index: 0; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3, .about-page__section-long-1 .title, .about-page__section-long-1 .desc, .about-page__section-long-2 .desc, .about-page__section-photon .desc-skills, .about-page__section-app .box-2, .about-page__section-app .visual-box__slider, .about-page__section-app .visual-box__app-links, .about-page__section-reviews .review-item {
  z-index: 3; }

.kickstarter-right, .kickstarter-images-3 .icon-1, .kickstarter-images-3 .icon-3, .kickstarter-images-3 .icon-5 {
  right: 7%; }

.kickstarter-left, .kickstarter-images-3 .icon-4 {
  left: 24%; }

@media all and (max-width: 1366px) {
  .element-first-plan, .home__s-1__wave-orange__el-1, .home__s-1__circle-yellow__el-1, .home__s-2__circle-yellow__el-1, .home__s-2__triangle-darkpink-empty__el-1, .home__s-2__donut-lightpink__el-1, .home__s-3__sth-orange__el-1, .home__s-3__wave-blue-long__el-1, .home__s-3__donut-darkpink__el-1, .home__s-3__chips-orange-big__el-1, .home__s-4__wave-yellow-long__el-1, .home__s-4__break-line-blue__el-1, .home__s-4__circle-pink__el-1, .home__s-5__donut-lightpink__el-1, .home__s-5__triangle-darkpink-empty__el-1, .about__s-1__triangle-darkpink-empty__el-1, .about__s-1__chips-orange-big__el-1, .about__s-1__wave-yellow-long__el-1, .about__s-1__triangle-darkpink-empty__el-2, .about__s-1__sth-orange__el-1, .about__s-1__donut2-yellow__el-1, .about__s-2__donut-blue-huge__el-1, .about__s-2__chips-darkpink__el-1, .about__s-2__circle-blue__el-1, .about__s-3__sth-orange__el-1, .about__s-3__wave-lightpink-long__el-1, .about__s-3__donut-darkpink__el-1, .about__s-4__circle-orange-huge__el-1, .about__s-4__dot-white-blue__el-1, .about__s-4__donut-white-blue__el-1, .kickstarter__s-1__circle-blue__el-1, .kickstarter__s-1__triangle-darkpink-empty__el-1, .kickstarter__s-2__wave-yellow-long__el-1, .kickstarter__s-2__triangle-blue-huge__el-1, .kickstarter__s-3__donut-darkpink__el-1, .kickstarter__s-3__sth-orange__el-1, .kickstarter__s-3__wave-blue-long__el-1, .kickstarter__s-3__chips-darkpink-big__el-1, .kickstarter__s-4__donut2-yellow__el-1, .kickstarter__s-4__donut2-orange-big__el-1, .kickstarter__s-4__circle-blue__el-1, .kickstarter__s-4__chips-yellow-long__el-1 {
    z-index: 2; } }

/*.bg-scale {
  @include scale(0.711,0.67);
}*/
.font-normal {
  font-family: 'Calluna';
  font-weight: normal;
  font-style: normal; }

.font-bold {
  font-family: 'Calluna';
  font-weight: 500;
  font-style: normal; }

.font-upp, .about-page__section-long-1 .desc .h6 {
  text-transform: uppercase; }

.font-italic {
  font-size: 1.39em;
  font-style: italic;
  font-weight: 700; }

.h1 {
  font-size: 4.2em;
  font-family: "montserratsemi_bold";
  line-height: 1.1em;
  margin: 0; }

.h2, .kickstarter-images-3 .kickstarter-text {
  font-size: 2em;
  font-family: "montserratsemi_bold";
  line-height: 1.2em; }

.h3 {
  font-size: 1.45em;
  font-family: "calluna_sansregular";
  line-height: 1.2em;
  font-style: italic; }

.h4 {
  font-size: 1.25em;
  font-family: "calluna_sansregular";
  line-height: 1.2em; }

.h5 {
  font-size: 1.1em;
  font-family: "montserratsemi_bold";
  line-height: 1.2em; }

.h6 {
  font-size: 1em;
  font-family: "montserratsemi_bold";
  line-height: 1.2em; }

a:hover {
  text-decoration: none; }

.bg-blue {
  background-color: #3c297c !important; }

.c-orange, .kickstarter-content-3 .kickstarter-step .kickstarter-step-number {
  color: #e8663c; }

.bg-contain, .break-line-blue, .break-line-pink, .break-line-pinkyellow, .break-line-white, .chips-blue, .chips-darkpink, .chips-darkpink-big, .chips-lightpink, .chips-lightpink-small, .chips-orange, .chips-orange-big, .chips-orange-long, .chips-white, .chips-yellow, .chips-yellow-long, .sth-blue, .sth-orange, .sth-orange-small, .sth-pink, .circle-blue, .circle-blue-small, .circle-orange, .circle-orange-bigger, .circle-orange-huge, .circle-pink, .circle-yellow, .donut-blue, .donut2-blue, .donut2-orange, .donut2-orange-big, .donut2-pink, .donut2-yellow, .donut-blue-huge, .donut-darkpink, .donut-lightpink, .donut-white, .donut-white-blue, .donut-white-pink, .donut-yellow, .dot-blue, .dot-orange, .dot-pink, .dot-white, .dot-white-blue, .dot-yellow, .triangle-blue, .triangle-blue-huge, .triangle-darkpink-empty, .triangle-darkpink, .triangle-lightpink, .triangle-orange, .triangle-orange-empty, .triangle-yellow, .triangle-yellow-empty, .triangle-white, .triangle-white-small, .wave-blue-long, .wave-darkpink, .wave-darkpink-long, .wave-lightpink-long, .wave-lightpink-vertical, .wave-orange, .wave-orange-long, .wave-white, .wave-white-long, .wave-white-vertical, .wave-yellow, .wave-yellow-long, .wave-yellow-vertical {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.right {
  float: right;
  padding: 0 0 1em 1.5em; }

.left {
  float: left;
  padding: 0 1.5em 1em 0; }

/* Text-Align */
.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center, .centered {
  text-align: center; }

.centered {
  margin: 0 auto; }

a.btn {
  text-decoration: none;
  color: white; }

.btn {
  position: relative;
  border: none;
  outline: none;
  color: white;
  padding: 10px 25px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3em;
  display: inline-block;
  width: auto;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  .btn:focus, .btn:active {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }

.button {
  padding: 0.8em 3em;
  background-color: #f9c803;
  font-size: 0.81em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "montserratsemi_bold";
  display: inline-block;
  text-align: center; }

.label {
  float: left;
  width: 100%; }

.custom-radio-wrap {
  float: left; }

input[type="radio"].custom-radio {
  filter: alpha(opacity=0.0);
  filter: progid:DXImageopacityform.Microsoft.Alpha(opacity=0.0);
  -o-opacity: 0.0;
  -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=0.0)";
  -moz-opacity: 0.0;
  opacity: 0.0;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  z-index: -1;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  position: absolute; }

input[type="radio"].custom-radio + label {
  position: relative;
  height: 45px;
  width: 100px;
  margin-bottom: 10px;
  display: table;
  background-color: white;
  border: 1px solid #dddedf;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  input[type="radio"].custom-radio + label:hover {
    cursor: pointer; }
  input[type="radio"].custom-radio + label span.label-txt {
    font-size: 14px;
    line-height: 16px;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    input[type="radio"].custom-radio + label span.label-txt sup {
      top: -0.2em; }
    input[type="radio"].custom-radio + label span.label-txt span {
      display: inline-block;
      width: auto;
      padding: 0 0 0 15px;
      margin-right: 15px; }

input[type="radio"].custom-radio + label span.custom-radio-span {
  display: inline-block;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%; }

/*input[type="radio"].custom-radio:checked + label span.custom-radio-span {
    background-color: #7d94b6;
}*/
input[type="radio"].custom-radio:checked + label {
  background-color: #7d94b6;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

input[type="radio"].custom-radio:checked + label span.label-txt {
  color: white;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

input[type="checkbox"].custom-checkbox {
  filter: alpha(opacity=0.0);
  filter: progid:DXImageopacityform.Microsoft.Alpha(opacity=0.0);
  -o-opacity: 0.0;
  -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=0.0)";
  -moz-opacity: 0.0;
  opacity: 0.0;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  z-index: -1;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  position: absolute;
  left: 0; }

input[type="checkbox"].custom-checkbox + label {
  position: relative;
  height: 34px;
  width: 100%;
  margin-bottom: 10px;
  display: table;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  input[type="checkbox"].custom-checkbox + label:hover {
    cursor: pointer; }
  input[type="checkbox"].custom-checkbox + label span.label-ico {
    display: inline-block;
    background-color: transparent;
    /*background-image: url('../gfx/icons/custom-checkbox.png');*/
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 39px;
    height: 34px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }
  input[type="checkbox"].custom-checkbox + label span.label-txt {
    font-size: 1.2em;
    padding-left: 15px;
    line-height: 1em;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: middle; }
    input[type="checkbox"].custom-checkbox + label span.label-txt sup {
      top: -0.2em; }
    input[type="checkbox"].custom-checkbox + label span.label-txt span {
      display: inline-block;
      width: auto;
      padding: 0 0 0 15px;
      margin-right: 15px; }

input[type="checkbox"].custom-checkbox + label span.custom-checkbox-span {
  display: inline-block;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%; }

/*input[type="radio"].custom-radio:checked + label span.custom-radio-span {
    background-color: #7d94b6;
}*/
input[type="checkbox"].custom-checkbox:checked + label span.label-ico {
  background-position: 0 -34px; }

input {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

img, video, object {
  max-width: 100%;
  height: auto; }

iframe {
  margin-bottom: 1em; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* ==========================================================================
   Aside navigation of bullets
   ========================================================================== */
.aside {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 999; }
  .aside nav ul {
    padding: 0;
    margin: 0; }
    .aside nav ul li {
      list-style: none;
      padding: 0;
      margin: 0 0 24px 0;
      height: 12px;
      width: 12px;
      /*  &.no-active {
          a {
            background-color: transparent;
          }
        }*/
      /* &.active {
          a {
            background-color: $bg-blue;
            border: 2px solid $bg-blue;
          }
        }
*/ }
      .aside nav ul li a {
        width: 12px;
        height: 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        display: block;
        border: 2px solid #fff;
        background-color: transparent;
        position: relative;
        text-indent: -99999px; }
        .aside nav ul li a:before, .aside nav ul li a::before {
          content: '';
          display: inline-block;
          background: #fff;
          width: 2px;
          height: 12px;
          left: 3px;
          position: absolute;
          top: -14px; }
        .aside nav ul li a:after, .aside nav ul li a::after {
          content: '';
          display: inline-block;
          background: #fff;
          width: 2px;
          height: 12px;
          left: 3px;
          position: absolute;
          bottom: -14px; }
        .aside nav ul li a.active {
          background-color: #3c297c;
          border: 2px solid #3c297c; }
          .aside nav ul li a.active:before, .aside nav ul li a.active::before {
            background-color: #3c297c; }
          .aside nav ul li a.active:after, .aside nav ul li a.active::after {
            background-color: #3c297c; }
      .aside nav ul li:first-child a:before, .aside nav ul li:first-child a::before {
        display: none; }
      .aside nav ul li:last-child a:after, .aside nav ul li:last-child a::after {
        display: none; }

.section-white .aside nav ul li a {
  background-color: transparent;
  border: 2px solid #3c297c; }
  .section-white .aside nav ul li a:before, .section-white .aside nav ul li a::before {
    background-color: #3c297c; }
  .section-white .aside nav ul li a:after, .section-white .aside nav ul li a::after {
    background-color: #3c297c; }

.section-white .aside nav ul li .active {
  background-color: #3c297c;
  border: 2px solid #3c297c; }

.section-blue .aside nav ul li .active {
  background-color: #fff;
  border: 2px solid #fff; }
  .section-blue .aside nav ul li .active:before, .section-blue .aside nav ul li .active::before {
    background-color: #fff; }
  .section-blue .aside nav ul li .active:after, .section-blue .aside nav ul li .active::after {
    background-color: #fff; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #727272;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s; }

/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none; }

.pressed {
  background-color: rgba(0, 0, 0, 0.7); }

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none; }

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%; }

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }

.ir br {
  display: none; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media (max-width: 50em) {
  .aside {
    display: none; } }

body.loader {
  overflow: hidden; }

#loader {
  background-color: transparent;
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  display: none; }
  #loader.bg-morning {
    background-color: #711189; }
  #loader.bg-day {
    background-color: #0B56A0; }
  #loader.bg-afternoon {
    background-color: #3D2680; }
  #loader.bg-evening {
    background-color: #771C0A; }
  #loader.bg-night {
    background-color: #08082B; }
  #loader .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -10px;
    width: 250px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 30; }
    #loader .loading__txt {
      font-size: 2em;
      color: white;
      text-align: center;
      display: inline-block;
      position: absolute;
      top: -45px;
      width: 100%; }
    #loader .loading__progress {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: white;
      width: 0%;
      height: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
  #loader .clouds-top-right {
    background: transparent url("../img/loader/clouds-top-right.png") no-repeat;
    width: 1560px;
    height: 512px;
    top: 0;
    right: -25%;
    z-index: 0; }
  #loader .clouds-plan-first {
    background: transparent url("../img/loader/clouds-plan-first.png") no-repeat;
    width: 1920px;
    height: 352px;
    bottom: -20%;
    z-index: 20; }
  #loader .clouds-plan-second {
    background: transparent url("../img/loader/clouds-plan-second.png") no-repeat;
    width: 1920px;
    height: 635px;
    bottom: -25%;
    z-index: 10; }
  #loader .clouds-plan-third {
    background: transparent url("../img/loader/clouds-plan-third.png") no-repeat;
    width: 1920px;
    height: 319px;
    bottom: 10%;
    z-index: 0; }
  #loader .stars {
    background: transparent url("../img/loader/stars.png") no-repeat;
    width: 100%;
    height: 558px;
    top: 50px;
    z-index: 10; }
  #loader .comet {
    background: transparent url("../img/loader/comet.png") no-repeat;
    width: 299px;
    height: 130px;
    top: 100px;
    right: 15%;
    z-index: 13; }
  #loader .moon-1 {
    background: transparent url("../img/loader/moon-1.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 150px;
    height: 150px;
    top: 20%;
    left: -25px;
    z-index: 12; }
  #loader .moon-2 {
    background: transparent url("../img/loader/moon-2.png") no-repeat;
    width: 135px;
    height: 135px;
    top: 330px;
    right: 16%;
    z-index: 16; }
  #loader .planet-1 {
    background: transparent url("../img/loader/planet-1.png") no-repeat;
    width: 110px;
    height: 54px;
    top: 25px;
    right: 5%;
    z-index: 14; }
  #loader .planet-2 {
    background: transparent url("../img/loader/planet-2.png") no-repeat;
    width: 71px;
    height: 70px;
    top: 475px;
    right: 3%;
    z-index: 17; }
  #loader .planet-3 {
    background: transparent url("../img/loader/planet-3.png") no-repeat;
    width: 247px;
    height: 247px;
    top: 200px;
    right: 5%;
    z-index: 15; }
  #loader .sun {
    background: transparent url("../img/loader/sun.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 500px;
    height: 500px;
    z-index: 11;
    top: -20%; }
  #loader .space-ship {
    background: transparent url("../img/loader/space-ship.png") no-repeat;
    width: 303px;
    height: 201px;
    top: 400px;
    left: 20%;
    z-index: 19; }

.navbar__btn {
  display: none; }

.navbar {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 25px;
  height: 100px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s; }
  .navbar .logo {
    -webkit-transition: display ease 1s;
    -moz-transition: display ease 1s;
    -ms-transition: display ease 1s;
    -o-transition: display ease 1s;
    transition: display ease 1s; }
  .navbar__btn {
    display: none; }
  .navbar__btn-btn {
    display: none; }
  .navbar__brand {
    float: left;
    height: inherit;
    position: relative;
    z-index: 1; }
    .navbar__brand img {
      max-width: 90%;
      padding: 1em; }
  .navbar__list {
    height: inherit;
    float: right;
    padding: 0;
    margin: 0; }
    .navbar__list ul {
      width: auto;
      list-style: none;
      float: right;
      text-align: center;
      padding: 0;
      display: inline; }
      .navbar__list ul li {
        display: inline;
        /*font-size: 0.83em;*/
        padding: 0.56em 0.83em;
        margin: 0 0 0 1em;
        cursor: pointer; }
        .navbar__list ul li.active {
          background-color: transparent;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          border-radius: 30px;
          border: 1px solid white;
          position: relative;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .navbar__list ul li.active:after, .navbar__list ul li.active::after {
            content: '';
            display: inline-block;
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -7.5px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: white transparent transparent transparent;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .navbar__list ul li:last-child {
          background-color: #3c297c;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          border-radius: 30px; }
          .navbar__list ul li:last-child.active {
            border: 1px solid #3c297c;
            background-color: #3c297c; }
            .navbar__list ul li:last-child.active:after, .navbar__list ul li:last-child.active::after {
              border-color: #3c297c transparent transparent transparent; }
          .navbar__list ul li:last-child:hover {
            background-color: #14e06e;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            border-radius: 30px; }
            .navbar__list ul li:last-child:hover a, .navbar__list ul li:last-child:hover span {
              color: #fff; }
          .navbar__list ul li:last-child a {
            color: #fff; }
            .navbar__list ul li:last-child a span {
              /*font-size: inherit;*/
              color: #fff; }
  .navbar .logo img {
    display: none; }
  .navbar:hover {
    background-color: white;
    height: 100px;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s; }
    .navbar:hover .logo {
      /*	display: block;*/
      height: 60px;
      margin-top: 20px;
      width: 215px;
      -webkit-transition: display ease 1.2s;
      -moz-transition: display ease 1.2s;
      -ms-transition: display ease 1.2s;
      -o-transition: display ease 1.2s;
      transition: display ease 1.2s;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain; }
    .navbar:hover .navbar__list {
      height: auto; }
      .navbar:hover .navbar__list ul a {
        color: #3c297c; }
        .navbar:hover .navbar__list ul a:hover {
          color: #e8663c; }
      .navbar:hover .navbar__list ul li.active {
        border: 1px solid #3c297c;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .navbar:hover .navbar__list ul li.active:after, .navbar:hover .navbar__list ul li.active::after {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          border-color: #3c297c transparent transparent transparent; }
      .navbar:hover .navbar__list ul li:last-child a {
        color: #fff; }
      .navbar:hover .navbar__list ul li:last-child.active:hover {
        border: 1px solid #14e06e; }
        .navbar:hover .navbar__list ul li:last-child.active:hover:after, .navbar:hover .navbar__list ul li:last-child.active:hover::after {
          border-color: #14e06e transparent transparent transparent; }
  .navbar nav {
    padding-top: 15px;
    font-family: "montserratsemi_bold"; }

#section-1.section-white .navbar__list ul li:last-child.active:hover {
  border: 1px solid #14e06e; }
  #section-1.section-white .navbar__list ul li:last-child.active:hover:after, #section-1.section-white .navbar__list ul li:last-child.active:hover::after {
    border-color: #14e06e transparent transparent transparent; }

#section-1.section-white .navbar:hover .navbar__list ul a {
  color: #3c297c; }

#section-1 .navbar .logo {
  background: none !important; }

#section-1 .navbar .logo img {
  display: block; }

#section-1 .navbar:hover {
  background: none; }
  #section-1 .navbar:hover .logo {
    background: none !important;
    width: auto;
    height: auto;
    margin-top: 0; }
  #section-1 .navbar:hover .navbar__list ul a {
    color: white; }
    #section-1 .navbar:hover .navbar__list ul a:hover {
      color: #e8663c; }
  #section-1 .navbar:hover .navbar__list ul li:last-child.active {
    background: #3c297c;
    border: 1px solid #3c297c; }
    #section-1 .navbar:hover .navbar__list ul li:last-child.active:after, #section-1 .navbar:hover .navbar__list ul li:last-child.active::after {
      border-color: #3c297c transparent transparent transparent; }
  #section-1 .navbar:hover .navbar__list ul li:last-child a, #section-1 .navbar:hover .navbar__list ul li:last-child a:hover {
    color: #fff; }
  #section-1 .navbar:hover .logo img {
    display: block; }

.section-white .navbar__list ul a {
  color: #3c297c; }

.section-white .navbar__list ul li.active {
  background-color: transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #3c297c;
  position: relative; }
  .section-white .navbar__list ul li.active:after, .section-white .navbar__list ul li.active::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #3c297c transparent transparent transparent; }

.section-white .navbar__list ul li:last-child.active {
  border: 1px solid #3c297c;
  background-color: #3c297c; }
  .section-white .navbar__list ul li:last-child.active:after, .section-white .navbar__list ul li:last-child.active::after {
    border-color: #3c297c transparent transparent transparent; }

.section-white .navbar__list ul li:hover:last-child.active {
  border: 1px solid #14e06e !important;
  background-color: #14e06e !important; }
  .section-white .navbar__list ul li:hover:last-child.active:after, .section-white .navbar__list ul li:hover:last-child.active::after {
    border-color: #14e06e transparent transparent transparent !important; }

.section-blue .navbar__list ul li:last-child {
  background-color: #f9c803; }
  .section-blue .navbar__list ul li:last-child a span {
    color: #fff; }

.section-blue .navbar__list ul li:last-child.active {
  border-color: #f9c803; }
  .section-blue .navbar__list ul li:last-child.active:after, .section-blue .navbar__list ul li:last-child.active::after {
    border-color: #f9c803 transparent transparent transparent; }

.section-blue .navbar__list ul li:last-child:hover {
  background-color: #14e06e; }

.section-blue .navbar__list ul li:last-child.active:hover {
  border: 1px solid #14e06e; }
  .section-blue .navbar__list ul li:last-child.active:hover:after, .section-blue .navbar__list ul li:last-child.active:hover::after {
    border-color: #14e06e transparent transparent transparent; }

.section-blue .navbar:hover .navbar__list ul li.active {
  border: 1px solid #fff; }
  .section-blue .navbar:hover .navbar__list ul li.active:after, .section-blue .navbar:hover .navbar__list ul li.active::after {
    border-color: #fff transparent transparent transparent; }

.newsletter .navbar:hover .navbar__list ul li.active {
  border: 1px solid #3c297c; }
  .newsletter .navbar:hover .navbar__list ul li.active:after, .newsletter .navbar:hover .navbar__list ul li.active::after {
    border-color: #3c297c transparent transparent transparent; }

.newsletter .navbar:hover .navbar__list ul li:last-child.active {
  border: 1px solid #f9c803; }
  .newsletter .navbar:hover .navbar__list ul li:last-child.active:after, .newsletter .navbar:hover .navbar__list ul li:last-child.active::after {
    border-color: #f9c803 transparent transparent transparent; }

.newsletter .navbar:hover .navbar__list ul li:last-child:hover.active {
  border: 1px solid #14e06e; }
  .newsletter .navbar:hover .navbar__list ul li:last-child:hover.active:after, .newsletter .navbar:hover .navbar__list ul li:last-child:hover.active::after {
    border-color: #14e06e transparent transparent transparent; }

@media only screen and (max-width: 1279px) {
  #section-1 .navbar:hover .logo {
    display: block; }
  .navbar:hover {
    background: none; }
    .navbar:hover .logo {
      display: none; }
  .navbar.active {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    position: fixed; }
  .navbar__list {
    display: none; }
    .navbar__list ul {
      float: none;
      width: 240px;
      display: block;
      margin: 0 auto; }
      .navbar__list ul a {
        color: #3c297c; }
      .navbar__list ul li {
        clear: both;
        text-align: center;
        margin: 0;
        display: block; }
    .navbar__list.active {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      bottom: 0;
      left: 0;
      /* background: rgba(255,255,255,0.25); */
      height: 100%;
      z-index: 11;
      margin-top: 60px; }
  .navbar__btn {
    /* position: relative; */
    /* top: 25px; */
    /* right: 25px; */
    /* width: 50px; */
    /* height: 40px; */
    z-index: 10;
    float: right;
    margin-top: 25px;
    display: block; }
  .navbar__btn-btn {
    display: inline-block;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 34px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer; }
    .navbar__btn-btn span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #3c297c;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .navbar__btn-btn span:nth-child(1) {
        top: 0; }
      .navbar__btn-btn span:nth-child(2), .navbar__btn-btn span:nth-child(3) {
        top: 12px; }
      .navbar__btn-btn span:nth-child(4) {
        top: 24px; }
  .navbar__btn-btn.open span {
    background: #3c297c !important; }
    .navbar__btn-btn.open span:nth-child(1) {
      top: 18px;
      width: 0;
      left: 50%; }
    .navbar__btn-btn.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .navbar__btn-btn.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .navbar__btn-btn.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }
  .section-darkpink .navbar__btn-btn span, .section-lightpink .navbar__btn-btn span, .section-blue .navbar__btn-btn span {
    background: white; }
  .navbar_list {
    display: none; } }

@media only screen and (max-width: 50em) {
  .logo img {
    width: 240px; }
  #section-1 .navbar__brand {
    width: 75%;
    padding: 0; }
  #section-1 .navbar:hover .logo {
    display: block; }
    #section-1 .navbar:hover .logo img {
      max-width: 100%; } }

.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 100;
  padding: 0 25px;
  background: transparent; }
  .footer.js--footer {
    background: white;
    padding: 45px 25px;
    position: relative;
    float: left; }
    .footer.js--footer .footer-navbar {
      display: table;
      height: 200px;
      width: 100%; }
  .footer .footer-brand {
    display: none;
    vertical-align: middle; }
    .footer .footer-brand img {
      width: 75%; }
  .footer .footer-list {
    display: none;
    height: 100%;
    vertical-align: middle;
    font-weight: bold; }
    .footer .footer-list ul {
      width: auto;
      margin: 0 auto;
      list-style: none;
      text-align: center;
      padding: 0;
      color: #3c297c; }
      .footer .footer-list ul li {
        display: inline;
        /*font-size: 0.83em;*/
        margin: 0 0.56em; }
      .footer .footer-list ul a {
        color: #3c297c; }
        .footer .footer-list ul a:hover {
          color: #e8663c; }
        .footer .footer-list ul a:before, .footer .footer-list ul a::before {
          width: 10px;
          height: 10px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          background-color: #3c297c; }
  .footer .social-bar {
    display: table-cell;
    vertical-align: middle;
    float: right;
    height: 65px; }
  .footer .social {
    float: right; }
    .footer .social ul {
      list-style: none;
      display: table-cell;
      width: 100%;
      padding: 0;
      margin: 0;
      height: 100%;
      vertical-align: middle; }
    .footer .social li {
      padding: 3px;
      display: inline;
      font-size: 20px; }
      .footer .social li a {
        color: #3c297c !important; }
    .footer .social .social-circle {
      width: 40px;
      height: 40px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      background: #3c297c;
      padding: 7px;
      display: inline-block;
      text-align: center; }
    .footer .social .fa {
      color: #ffffff;
      font-size: 20px;
      /* position: absolute;
      top:50%;
      left:50%;
      transform: translate(-50%,-50%);*/ }
  .footer .change-lang {
    width: auto;
    float: right;
    text-align: center;
    margin-left: 0.54em;
    margin-top: 5px;
    font-weight: bold; }
    .footer .change-lang ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer .change-lang ul li {
        padding: 3px;
        display: inline;
        font-size: 20px; }
        .footer .change-lang ul li:first-child {
          border-left: 2px solid #fff;
          padding-left: 0.54em; }
        .footer .change-lang ul li a {
          color: #fff !important; }

.section-blue .footer .social .social-circle {
  background-color: #fff; }

.section-blue .footer .social .fa {
  color: #3c297c; }

.section-white .footer .footer-navbar .social-bar .change-lang ul li:first-child {
  border-left: 2px solid #3c297c; }

.section-white .footer .footer-navbar .social-bar .change-lang ul li a {
  color: #3c297c !important; }

.newsletter .footer {
  background-color: #fff; }
  .newsletter .footer .footer-navbar {
    display: table;
    height: 200px;
    width: 100%; }
    .newsletter .footer .footer-navbar .footer-brand {
      display: table-cell; }
    .newsletter .footer .footer-navbar .footer-list {
      display: table-cell; }
      .newsletter .footer .footer-navbar .footer-list ul li:before, .newsletter .footer .footer-navbar .footer-list ul li::before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 2.5px;
        -moz-border-radius: 2.5px;
        -ms-border-radius: 2.5px;
        -o-border-radius: 2.5px;
        border-radius: 2.5px;
        background-color: #3c297c;
        margin-bottom: 2px;
        margin-right: 15px; }
      .newsletter .footer .footer-navbar .footer-list ul li:first-child:before {
        content: '';
        display: none; }
    .newsletter .footer .footer-navbar .social-bar {
      display: table-cell;
      height: inherit;
      float: none; }
      .newsletter .footer .footer-navbar .social-bar .change-lang ul li:first-child {
        border-left: 2px solid #3c297c; }
      .newsletter .footer .footer-navbar .social-bar .change-lang ul li a {
        color: #3c297c !important; }
  .newsletter .footer .social .social-circle {
    background-color: #3c297c; }
  .newsletter .footer .social .fa {
    color: #fff; }

@media all and (max-width: 90em) {
  .newsletter .footer .footer-navbar {
    height: 135px;
    font-size: 15px; }
  .footer .footer-navbar .change-lang ul li {
    font-size: 15px; } }

@media all and (max-width: 80em) {
  .footer .footer-navbar .footer-brand img {
    width: 65%; }
  .footer .social .social-circle {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    border-radius: 17.5px;
    padding: 6px; }
  .footer .social .fa {
    font-size: 18px; } }

@media all and (max-width: 1200px) {
  .newsletter .footer .footer-navbar .footer-brand {
    display: none; } }

@media all and (max-width: 970px) {
  .newsletter .footer .social-bar .footer-navbar {
    width: 35%; } }

@media all and (max-width: 50em) {
  .newsletter .footer .footer-navbar .footer-list {
    display: block;
    float: none;
    margin-top: 15px;
    height: auto; }
    .newsletter .footer .footer-navbar .footer-list ul li {
      display: inline-block; }
  .newsletter .footer .footer-navbar .social-bar {
    width: 100%;
    display: inline-block;
    height: auto; }
  .newsletter .footer .footer-navbar .change-lang {
    margin-top: 4px; }
  .footer {
    padding: 0 10px;
    left: 0; }
    .footer .footer-navbar .footer-list {
      height: auto;
      padding-bottom: 15px; }
    .footer .footer-navbar .social-bar {
      width: 100%;
      height: auto;
      padding-bottom: 10px;
      margin-right: 15px; } }

@media all and (max-width: 30em) {
  .newsletter .footer .footer-navbar .footer-list ul li:before, .newsletter .footer .footer-navbar .footer-list ul li::before {
    content: '';
    display: none; }
  .newsletter .footer .footer-navbar .footer-list ul li:first-child:before, .newsletter .footer .footer-navbar .footer-list ul li:first-child::before {
    content: '';
    display: none; } }

.section {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden; }

.section-white {
  background-color: #fff;
  color: #3c297c; }

.section-darkpink {
  background-color: #b32985; }
  .section-darkpink h1 {
    color: #fff; }

.section-lightpink {
  background-color: #de5c70; }
  .section-lightpink h1 {
    color: #fff; }

.section-yellow {
  background-color: #f9c803; }
  .section-yellow h1 {
    color: #fff; }

.section-orange {
  background-color: #e8663c; }
  .section-orange h1 {
    color: #fff; }

.section-blue {
  background-color: #3c297c;
  color: #fff; }

.section-bg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

@media all and (max-width: 966px) {
  .home-page #section-1, .about-page #section-1 {
    padding-top: 140px !important; } }

.break-line-blue {
  background-image: url("../img/elements/break-line/breakline-blue.png");
  width: 212px;
  height: 73px; }

.break-line-pink {
  background-image: url("../img/elements/break-line/breakline-pink.png");
  width: 178px;
  height: 61px; }

.break-line-pinkyellow {
  background-image: url("../img/elements/break-line/breakline-pinkyellow.png");
  width: 147px;
  height: 48px; }

.break-line-white {
  background-image: url("../img/elements/break-line/breakline-white.png");
  width: 171px;
  height: 117px; }

.chips-blue {
  background-image: url("../img/elements/chips/chips-blue.png");
  width: 65px;
  height: 86px; }

.chips-darkpink {
  background-image: url("../img/elements/chips/chips-darkpink.png");
  width: 520px;
  height: 580px; }

.chips-darkpink-big {
  background-image: url("../img/elements/chips/chips-darkpink-big.png");
  width: 512px;
  height: 411px; }

.chips-lightpink {
  background-image: url("../img/elements/chips/chips-lightpink.png");
  width: 160px;
  height: 120px; }

.chips-lightpink-small {
  background-image: url("../img/elements/chips/chips-lightpink-small.png");
  width: 145px;
  height: 57px; }

.chips-orange {
  background-image: url("../img/elements/chips/chips-orange.png");
  width: 179px;
  height: 87px; }

.chips-orange-big {
  background-image: url("../img/elements/chips/chips-orange-big.png");
  width: 512px;
  height: 411px; }

.chips-orange-long {
  background-image: url("../img/elements/chips/chips-orange-long.png");
  width: 509px;
  height: 508px; }

.chips-white {
  background-image: url("../img/elements/chips/chips-white.png");
  width: 52px;
  height: 76px; }

.chips-yellow {
  background-image: url("../img/elements/chips/chips-yellow.png");
  width: 61px;
  height: 62px; }

.chips-yellow-long {
  background-image: url("../img/elements/chips/chips-yellow-long.png");
  width: 403px;
  height: 375px; }

.sth-blue {
  background-image: url("../img/elements/chips/sth-blue.png");
  width: 116px;
  height: 61px; }

.sth-orange {
  background-image: url("../img/elements/chips/sth-orange.png");
  width: 267px;
  height: 257px; }

.sth-orange-small {
  background-image: url("../img/elements/chips/sth-orange.png");
  width: 89px;
  height: 86px; }

.sth-pink {
  background-image: url("../img/elements/chips/sth-pink.png");
  width: 131px;
  height: 131px; }

.circle-blue {
  background-image: url("../img/elements/circles/circle-blue.png");
  width: 604px;
  height: 604px; }

.circle-blue-small {
  background-image: url("../img/elements/circles/circle-blue-small.png");
  width: 120px;
  height: 120px; }

.circle-orange {
  background-image: url("../img/elements/circles/circle-orange.png");
  width: 85px;
  height: 82px; }

.circle-orange-bigger {
  background-image: url("../img/elements/circles/circle-orange-bigger.png");
  width: 179px;
  height: 179px; }

.circle-orange-huge {
  background-image: url("../img/elements/circles/circle-orange-huge.png");
  width: 597px;
  height: 576px; }

.circle-pink {
  background-image: url("../img/elements/circles/circle-pink.png");
  width: 597px;
  height: 576px; }

.circle-yellow {
  background-image: url("../img/elements/circles/circle-yellow.png");
  width: 485px;
  height: 465px;
  /*width: 550px;
  height: 527px;*/ }

.donut-blue {
  background-image: url("../img/elements/donuts/donut-blue.png");
  width: 63px;
  height: 61px; }

.donut2-blue {
  background-image: url("../img/elements/donuts/donut2-blue.png");
  width: 113px;
  height: 110px; }

.donut2-orange {
  background-image: url("../img/elements/donuts/donut2-orange.png");
  width: 50px;
  height: 49px; }

.donut2-orange-big {
  background-image: url("../img/elements/donuts/donut2-orange-big.png");
  width: 184px;
  height: 184px; }

.donut2-pink {
  background-image: url("../img/elements/donuts/donut2-pink.png");
  width: 147px;
  height: 147px; }

.donut2-yellow {
  background-image: url("../img/elements/donuts/donut2-yellow.png");
  width: 147px;
  height: 147px; }

.donut-blue-huge {
  background-image: url("../img/elements/donuts/donut-blue-huge.png");
  width: 116px;
  height: 116px; }

.donut-darkpink {
  background-image: url("../img/elements/donuts/donut-darkpink.png");
  width: 213px;
  height: 221px; }

.donut-lightpink {
  background-image: url("../img/elements/donuts/donut-lightpink.png");
  width: 284px;
  height: 294px; }

.donut-white {
  background-image: url("../img/elements/donuts/donut-white.png");
  width: 117px;
  height: 113px; }

.donut-white-blue {
  background-image: url("../img/elements/donuts/donut-white-blue.png");
  width: 284px;
  height: 294px; }

.donut-white-pink {
  background-image: url("../img/elements/donuts/donut-white-pink.png");
  width: 127px;
  height: 127px; }

.donut-yellow {
  background-image: url("../img/elements/donuts/donut-yellow.png");
  width: 54px;
  height: 54px; }

.dot-blue {
  background-image: url("../img/elements/dots/dot-blue.png");
  width: 27px;
  height: 26px; }

.dot-orange {
  background-image: url("../img/elements/dots/dot-orange.png");
  width: 30px;
  height: 30px; }

.dot-pink {
  background-image: url("../img/elements/dots/dot-pink.png");
  width: 39px;
  height: 39px; }

.dot-white {
  background-image: url("../img/elements/dots/dot-white.png");
  width: 30px;
  height: 30px; }

.dot-white-blue {
  background-image: url("../img/elements/dots/dot-white-blue.png");
  width: 36px;
  height: 35px; }

.dot-yellow {
  background-image: url("../img/elements/dots/dot-yellow.png");
  width: 30px;
  height: 30px; }

.triangle-blue {
  background-image: url("../img/elements/triangles/triangle-blue.png");
  width: 40px;
  height: 42px; }

.triangle-blue-huge {
  background-image: url("../img/elements/triangles/triangle-blue-huge.png");
  width: 314px;
  height: 317px; }

.triangle-darkpink-empty {
  background-image: url("../img/elements/triangles/triangle-darkpink-empty.png");
  width: 177px;
  height: 176px; }

.triangle-darkpink {
  background-image: url("../img/elements/triangles/triangle-darkpink.png");
  width: 77px;
  height: 83px; }

.triangle-lightpink {
  background-image: url("../img/elements/triangles/triangle-lightpink.png");
  width: 53px;
  height: 58px; }

.triangle-orange {
  background-image: url("../img/elements/triangles/triangle-orange.png");
  width: 63px;
  height: 65px; }

.triangle-orange-empty {
  background-image: url("../img/elements/triangles/triangle-orange-empty.png");
  width: 62px;
  height: 65px; }

.triangle-yellow {
  background-image: url("../img/elements/triangles/triangle-yellow.png");
  width: 52px;
  height: 44px; }

.triangle-yellow-empty {
  background-image: url("../img/elements/triangles/triangle-yellow-empty.png");
  width: 92px;
  height: 82px; }

.triangle-white {
  background-image: url("../img/elements/triangles/triangle-white.png");
  width: 87px;
  height: 87px; }

.triangle-white-small {
  background-image: url("../img/elements/triangles/triangle-white-small.png");
  width: 35px;
  height: 36px; }

.wave-blue-long {
  background-image: url("../img/elements/wave/wave-blue-long.png");
  width: 390px;
  height: 471px; }

.wave-darkpink {
  background-image: url("../img/elements/wave/wave-darkpink.png");
  width: 111px;
  height: 116px; }

.wave-darkpink-long {
  background-image: url("../img/elements/wave/wave-darkpink-long.png");
  width: 279px;
  height: 63px; }

.wave-lightpink-long {
  background-image: url("../img/elements/wave/wave-lightpink-long.png");
  width: 334px;
  height: 177px; }

.wave-lightpink-vertical {
  background-image: url("../img/elements/wave/wave-lightpink-vertical.png");
  width: 54px;
  height: 192px; }

.wave-orange {
  background-image: url("../img/elements/wave/wave-orange.png");
  width: 404px;
  height: 103px; }

.wave-orange-long {
  background-image: url("../img/elements/wave/wave-orange-long.png");
  width: 374px;
  height: 84px; }

.wave-white {
  background-image: url("../img/elements/wave/wave-white.png");
  width: 153px;
  height: 39px; }

.wave-white-long {
  background-image: url("../img/elements/wave/wave-white-long.png");
  width: 342px;
  height: 123px; }

.wave-white-vertical {
  background-image: url("../img/elements/wave/wave-white-vertical.png");
  width: 49px;
  height: 117px; }

.wave-yellow {
  background-image: url("../img/elements/wave/wave-yellow.png");
  width: 153px;
  height: 39px; }

.wave-yellow-long {
  background-image: url("../img/elements/wave/wave-yellow-long.png");
  width: 504px;
  height: 113px; }

.wave-yellow-vertical {
  background-image: url("../img/elements/wave/wave-yellow-verrtical.png");
  width: 49px;
  height: 192px; }

.top-left, .home-background-2, .home__s-1__wave-lightpink-long__el-1, .home__s-1__donut-blue__el-1, .home__s-1__triangle-yellow-empty__el-1, .home__s-1__chips-orange__el-1, .home__s-1__dot-blue__el-1, .home__s-1__chips-blue__el-1, .home__s-2__circle-yellow__el-1, .home__s-2__triangle-blue__el-1, .home__s-2__triangle-darkpink-empty__el-1, .home__s-2__wave-white__el-1, .home__s-2__donut-blue__el-1, .home__s-3__dot-blue__el-1, .home__s-3__dot-blue-huge__el-1, .home__s-3__donut-white__el-1, .home__s-3__triangle-darkpink__el-1, .home__s-3__sth-orange__el-1, .home__s-4__wave-yellow-long__el-1, .home__s-4__donut-blue-huge__el-1, .home__s-4__sth-orange__el-1, .home__s-4__dot-white-blue__el-1, .home__s-5__dot-white-blue__el-1, .home__s-5__break-line-white__el-1, .home__s-5__triangle-darkpink-empty__el-1, .home__s-5__chips-yellow__el-1, .about__s-1__triangle-yellow__el-1, .about__s-1__dot-white-blue__el-1, .about__s-1__donut-white__el-1, .about__s-1__chips-orange-big__el-1, .about__s-1__triangle-white-small__el-1, .about__s-1__donut-lightpink__el-1, .about__s-2__donut-blue-huge__el-1, .about__s-2__chips-yellow__el-1, .about__s-2__dot-yellow__el-1, .about__s-2__dot-white-blue__el-1, .about__s-3__chips-blue__el-1, .about__s-3__chips-lightpink__el-1, .about__s-3__dot-orange__el-1, .about__s-3__donut2-orange__el-1, .about__s-3__dot-blue__el-1, .about__s-4__circle-orange-huge__el-1, .about__s-4__dot-white-blue__el-1, .about__s-4__chips-yellow__el-1, .about__s-4__donut2-blue__el-1, .about__s-4__triangle-darkpink-empty__el-1, .about__s-4__donut-blue__el-1, .kickstarter__s-1__wave-orange__el-1, .kickstarter__s-1__break-line-blue__el-1, .kickstarter__s-1__dot-pink__el-1, .kickstarter__s-2__triangle-white__el-1, .kickstarter__s-2__triangle-yellow__el-1, .kickstarter__s-2__chips-blue__el-1, .kickstarter__s-2_circle-orange-bigger__el-1, .kickstarter__s-2__triangle-blue-huge__el-1, .kickstarter__s-3__triangle-white__el-1, .kickstarter__s-3__dot-white-blue__el-1, .kickstarter__s-3__donut-lightpink__el-1, .kickstarter__s-3__donut-darkpink__el-1, .kickstarter__s-3__sth-orange__el-1, .kickstarter__s-3__sth-blue__el-1, .kickstarter__s-4__triangle-blue-huge__el-1, .kickstarter__s-4__dot-white-blue__el-1, .kickstarter__s-4__circle-blue-small__el-1, .kickstarter__s-4__chips-yellow-long__el-1, .kickstarter__s-4__wave-darkpink__el-1, .kickstarter__s-4__dot-white__el-1, .kickstarter__s-4__triangle-yellow-empty__el-1 {
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.top-right, .home-background-1, .home-background-3, .home-background-4, .home__s-1__break-line-blue__el-1, .home__s-1__wave-orange__el-1, .home__s-2__triangle-white__el-1, .home__s-2__triangle-yellow__el-1, .home__s-3__wave-lightpink-vertical__el-1, .home__s-4__chips-orange__el-1, .home__s-4__wave-white-vertical__el-1, .home__s-5__wave-yellow__el-1, .home__s-5__sth-orange__el-1, .home__s-5__triangle-yellow__el-1, .about__s-1__wave-white__el-1, .about__s-1__dot-orange__el-1, .about__s-1__triangle-darkpink-empty__el-2, .about__s-1__circle-orange__el-1, .about__s-1__wave-lightpink-long__el-1, .about__s-1__dot-white-blue__el-2, .about__s-2__dot-white__el-1, .about__s-2__wave-yellow-vertical__el-1, .about__s-3__wave-lightpink-long__el-1, .about__s-4__triangle-yellow__el-1, .kickstarter__s-1__donut-yellow__el-1, .kickstarter__s-2__donut-blue-huge__el-1, .kickstarter__s-2__dot-yellow__el-1, .kickstarter__s-3__triangle-blue-huge__el-1, .kickstarter__s-3__wave-white__el-1, .kickstarter__s-4__wave-white-long__el-1 {
  transform-origin: 100% 0;
  -ms-transform-origin: 100% 0; }

.bottom-left, .home__s-1__donut2-orange__el-1, .home__s-1__circle-yellow__el-1, .home__s-2__donut2-blue__el-1, .home__s-2__wave-darkpink-long__el-1, .home__s-2__chips-yellow__el-1, .home__s-2__donut-lightpink__el-1, .home__s-3__wave-blue-long__el-1, .home__s-3__donut-darkpink__el-1, .home__s-3__triangle-orange-empty__el-1, .home__s-3__dot-white-blue__el-1, .home__s-4__break-line-blue__el-1, .home__s-4__chips-white__el-1, .home__s-4__circle-pink__el-1, .home__s-5__chips-orange__el-1, .about__s-1__wave-darkpink-long__el-1, .about__s-1__wave-yellow-long__el-1, .about__s-1__dot-yellow__el-1, .about__s-1__triangle-orange__el-1, .about__s-2__break-line-blue__el-1, .about__s-2__chips-darkpink__el-1, .about__s-3__break-line-blue__el-1, .about__s-3__sth-orange__el-1, .about__s-4__dot-yellow__el-1, .about__s-4__donut-white-blue__el-1, .about__s-4__break-line-pinkyellow__el-1, .kickstarter__s-1__sth-pink__el-1, .kickstarter__s-1__circle-blue__el-1, .kickstarter__s-1__triangle-darkpink-empty__el-1, .kickstarter__s-2__wave-yellow-long__el-1, .kickstarter__s-2__chips-lightpink-small__el-1, .kickstarter__s-2__dot-white-blue__el-1, .kickstarter__s-2__donut2-pink__el-1, .kickstarter__s-3__donut-white__el-1, .kickstarter__s-3__dot-blue__el-1, .kickstarter__s-3__break-line-pink__el-1, .kickstarter__s-3__triangle-orange-empty__el-1, .kickstarter__s-3__wave-blue-long__el-1, .kickstarter__s-4__triangle-darkpink-empty__el-2, .kickstarter__s-4__dot-blue__el-1, .kickstarter__s-4__donut2-orange-big__el-1, .kickstarter__s-4__donut-white-pink__el-1 {
  transform-origin: 0 100%;
  -ms-transform-origin: 0 100%; }

.bottom-right, .home__s-3__chips-orange-big__el-1, .home__s-3__sth-blue__el-1, .home__s-4__sth-orange__el-2, .home__s-4__triangle-yellow-empty__el-1, .home__s-4__donut2-blue__el-1, .home__s-5__donut-lightpink__el-1, .about__s-1__triangle-darkpink-empty__el-1, .about__s-1__triangle-white__el-1, .about__s-1__sth-orange__el-1, .about__s-1__donut2-yellow__el-1, .about__s-2__donut-white__el-1, .about__s-2__donut-darkpink__el-1, .about__s-2__circle-blue__el-1, .about__s-2__triangle-white__el-1, .about__s-3__triangle-yellow-empty__el-1, .about__s-3__triangle-lightpink__el-1, .about__s-3__donut-darkpink__el-1, .about__s-4__triangle-white__el-1, .about__s-4__triangle-blue__el-1, .kickstarter__s-1__donut2-orange__el-1, .kickstarter__s-1__dot-blue__el-1, .kickstarter__s-1__wave-lightpink-vertical__el-1, .kickstarter__s-1__donut-darkpink__el-1, .kickstarter__s-2__dot-pink__el-1, .kickstarter__s-3__chips-white__el-1, .kickstarter__s-3__chips-lightpink__el-1, .kickstarter__s-3__wave-orange-long__el-1, .kickstarter__s-3__chips-darkpink-big__el-1, .kickstarter__s-4__triangle-darkpink-empty__el-1, .kickstarter__s-4__triangle-blue__el-1, .kickstarter__s-4__triangle-orange-empty__el-1, .kickstarter__s-4__donut2-blue__el-1, .kickstarter__s-4__circle-blue__el-1 {
  transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%; }

.newsletter {
  width: 100%;
  text-align: center;
  padding-top: 50px; }
  .newsletter h1 {
    padding-bottom: 0.5em; }

.newsletter-form {
  width: 70%;
  display: table;
  margin: 0 auto 25px auto; }
  .newsletter-form input {
    padding: 1em 3em;
    display: table-cell;
    vertical-align: middle;
    /*float: left;*/
    height: auto;
    box-shadow: none;
    border: 0;
    line-height: 1em;
    outline-color: #b32985;
    /*padding-left: 6%;*/ }
  .newsletter-form .name-input {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    width: 27%;
    border-right: 4px solid #3c297c;
    float: left; }
    .newsletter-form .name-input:focus {
      border-bottom-left-radius: 30px;
      border-top-left-radius: 30px; }
  .newsletter-form .mail-input {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    width: 47%;
    float: left; }
    .newsletter-form .mail-input:focus {
      border-bottom-right-radius: 30px;
      border-top-right-radius: 30px;
      -webkit-border-top-right-radius: 30px;
      -webkit-border-bottom-right-radius: 30px;
      -moz-border-radius-topright: 30px;
      -moz-border-radius-bottomright: 30px; }
  .newsletter-form .button {
    color: #fff;
    border: 0;
    font-size: 1.08em;
    margin-left: 10px;
    outline: none; }

/**:focus {
  outline: none;
}*/
*::-webkit-input-placeholder {
  /*  font-size: 18px;*/
  font-style: italic; }

*:-moz-placeholder {
  /*font-size: 18px;*/
  font-style: italic; }

*::-moz-placeholder {
  /*font-size: 18px;*/
  font-style: italic; }

*:-ms-input-placeholder {
  /*font-size: 18px;*/
  font-style: italic; }

@media (max-width: 90em) {
  .newsletter-form {
    width: 70%; } }

@media all and (max-width: 1366px) {
  .newsletter {
    padding-top: 25px; } }

@media (max-width: 80em) {
  .newsletter-form {
    width: 70%; }
    .newsletter-form .mail-input {
      float: none; }
    .newsletter-form .name-input {
      float: none; }
    .newsletter-form .button {
      margin: 1em 3em;
      padding: 1em 3em; } }

@media (max-width: 64em) {
  .newsletter-form {
    width: 70%;
    display: block;
    margin: 0 auto; }
    .newsletter-form .name-input {
      width: 41%; }
    .newsletter-form .mail-input {
      width: 53%; }
    .newsletter-form button {
      padding: 1em 1.5em;
      margin-top: 15px; }
  .newsletter p {
    margin-top: 40px; } }

@media (max-width: 50em) {
  .newsletter {
    padding-top: 50px; }
    .newsletter p {
      margin-bottom: 150px; }
  .newsletter-form {
    width: 90%;
    /*  display: block;
    margin: 0 auto;
    .name-input {
      width: 41%;
    }
    .mail-input {
      width: 53%;
    }
    button {
      padding: 0.8em 1.5em;
      margin-top: 15px;
    }
    p {
      margin-top: 40px;
    }*/ }
    .newsletter-form input {
      font-size: 17px; }
  #footer {
    position: relative; }
  *::-webkit-input-placeholder {
    font-size: 14px; }
  *:-moz-placeholder {
    font-size: 14px; }
  *::-moz-placeholder {
    font-size: 14px; }
  *:-ms-input-placeholder {
    font-size: 14px; } }

@media (max-width: 480px) {
  .newsletter-form {
    width: 100%;
    height: auto; }
    .newsletter-form input {
      clear: both; }
    .newsletter-form .name-input {
      border-radius: 30px;
      width: 80%;
      margin: 15px auto;
      display: block;
      float: none;
      border: none; }
    .newsletter-form .mail-input {
      border-radius: 30px;
      width: 80%;
      margin: 15px auto;
      display: block;
      float: none; } }

/*

@media (max-width: $breakpoint-small) {
  input {
    font-size: 0.8em;
  }
  .newsletter-form {
    width: 90%;
    display: block;
    margin: 0 auto;
    .name-input {
      width: 41%;
    }
    .mail-input {
      width: 53%;
    }
    button {
      padding: 0.8em 1.5em;
      margin-top: 15px;
    }

  }
  p {
    margin-top: 15px;
  }
}*/
.ytp-large-play-button {
  display: none !important; }

.home-content-1 {
  display: table-cell;
  vertical-align: middle; }
  .home-content-1 h1 {
    width: auto;
    margin: 0; }
  .home-content-1 span {
    display: inline-block; }

.button-support-home {
  left: 0; }

.button-kickstarter {
  background-color: #3c297c;
  padding: 1.3em 3em;
  position: absolute;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px; }
  .button-kickstarter img {
    width: 200px; }
  .button-kickstarter span {
    padding: 5px;
    text-transform: lowercase; }

.button-kickstarter-home {
  margin-top: 25px;
  left: 16%; }

.home-background-1 {
  width: 904px;
  height: 466px;
  right: 5%;
  top: 30%;
  background-image: url("../img/home/1/photon-background.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.home-images-1 {
  width: 50%;
  top: 33%;
  right: -4%; }
  .home-images-1 img {
    max-width: 75%; }

.home-spaceship-1 {
  width: 10%;
  right: 6%;
  top: 45%; }
  .home-spaceship-1 img {
    max-width: 80%; }

.home-background-2 {
  width: 974px;
  height: 588px;
  left: 6%;
  top: 15%;
  background-image: url("../img/home/2/backgroud-movie.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.home-content-2 {
  color: #fff;
  right: 1%;
  padding-left: 1em;
  padding-top: 50px; }
  .home-content-2 h1 {
    margin: 0;
    padding-bottom: 0.5em; }
  .home-content-2 p {
    width: 70%;
    float: left;
    display: block;
    max-height: 250px;
    height: auto; }
  .home-content-2 h3 {
    width: 30%;
    float: left;
    display: block;
    /*position: absolute;
		  right: 0;
		  top:40%*/
    height: inherit;
    padding: 3% 0 0 3%; }
  .home-content-2 .home-button-2 {
    padding-top: 2em;
    display: block;
    clear: both;
    width: auto; }

.dotted-line {
  background: transparent url("../img/home/2/break-dotted-line.png") center center no-repeat;
  width: 733px;
  height: 189px;
  bottom: 55px;
  right: 35px;
  position: absolute;
  display: none; }

.iframe-styles {
  background-color: black;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
  .iframe-styles__mask {
    position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }
  .iframe-styles__btn-play {
    background: transparent url("../img/home/2/play.png") center center no-repeat;
    border: none;
    width: 126px;
    height: 126px;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -63px;
    margin-top: -63px;
    overflow: hidden; }
  .iframe-styles__photon {
    background: transparent url("../img/home/2/photon.png") center center no-repeat;
    width: 268px;
    height: 295px;
    bottom: -50px;
    right: -75px;
    position: absolute; }
  .iframe-styles iframe {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }

.home-images-2 {
  width: 50%; }

.home-content-3 {
  width: 100%;
  display: table; }
  .home-content-3 h1 {
    width: 250px;
    display: table-cell;
    vertical-align: middle; }
  .home-content-3 div {
    display: table-cell;
    vertical-align: middle; }
    .home-content-3 div h3 {
      margin: 0; }
    .home-content-3 div p {
      padding-bottom: 0.5em;
      line-height: 1.2; }
    .home-content-3 div a {
      background-color: #3c297c; }

.home-background-3 {
  width: 848px;
  height: 543px;
  top: 22%;
  right: 11%;
  background-image: url("../img/home/3/background-two-photons.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.home-images-3 {
  top: 25%;
  right: 0;
  width: inherit; }
  .home-images-3 img {
    max-width: 75%; }

.home-content-4 {
  text-align: center;
  padding-top: 100px; }
  .home-content-4 h1 {
    padding-bottom: 20px; }

.home-background-4 {
  width: 1232px;
  height: 588px;
  top: 18%;
  right: 17%;
  background-image: url("../img/home/4/awards-background.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.awards-images {
  display: inline-block;
  margin: 0 auto;
  left: 0; }
  .awards-images img {
    padding: 1.3em; }

@media (max-width: 90em) {
  .home-content-1 {
    left: 5%;
    width: 50%; }
  .button-kickstarter-home {
    left: 30%; }
  .button-kickstarter img {
    width: 150px; }
  .home-background-1 {
    width: 808px;
    height: 417px;
    top: 30%;
    right: 0; }
  .home-spaceship-1 {
    right: 3%; }
  .home-background-2 {
    width: 755px;
    height: 456px;
    top: 19%; }
  .home-content-2 h3 {
    padding: 3% 0 0 3%; }
  .home-content-3 {
    padding-left: 60px; }
    .home-content-3 h1 {
      width: 205px; }
  .home-background-3 {
    width: 717px;
    height: 459px;
    right: 7%; }
  .home-content-4 {
    padding-top: 50px; }
  .awards-images {
    margin-top: 10px; }
    .awards-images img {
      width: 16.5%; }
  .home-background-4 {
    width: 1099px;
    height: 525px;
    top: 18%;
    right: 8%; }
  /*	.scale {
		*/
  /*@include scale(0.75,0.83);*/
  /*
	}*/ }

@media (max-width: 1366px) {
  .home-content-1 {
    left: 7%;
    width: 50%; }
  .home-spaceship-1 {
    top: 49%; }
  .home-content-2 {
    padding-top: 0; }
  .home-content-3 h1 {
    width: 215px; }
  .awards-images {
    padding: 0 60px; }
  /*.scale {
	  */
  /*@include scale(0.711,0.67);*/
  /*
	}*/ }

@media (max-width: 80em) {
  .home-page .inner {
    display: block; }
  .home-page .content {
    display: block;
    float: left; }
  .home-content-1 {
    left: 10%;
    padding-top: 150px; }
  .button-kickstarter-home {
    left: 18%;
    bottom: -24%; }
  .home-content-3 {
    padding-top: 100px; }
  /*.scale {
	*/
  /*  @include scale(0.67,0.71);*/
  /*
	  */
  /*@include scale($scaleW,$scaleH);*/
  /*
	}*/ }

@media (max-width: 64em) {
  h1,
  .h1 {
    font-size: 3.2em; }
  h2,
  .h2,
  .kickstarter-images-3 .kickstarter-text {
    font-size: 1.75em; }
  h3,
  .h3 {
    font-size: 1.21em; }
  .home-content-1 {
    padding-top: 120px;
    display: block; }
    .home-content-1 h3 {
      width: 80%; }
  .button-support {
    padding: 0.8em 2.5em; }
  .button-kickstarter-home {
    left: 26%;
    bottom: -38%; }
    .button-kickstarter-home img {
      width: 130px; }
  .home-images-1 img {
    max-width: 80%; }
  .home-spaceship-1 {
    top: 45%; }
  .home-background-1 {
    /*width: 576px;
	  height: 296px;*/
    /* top: 32%;
	  right: 0;*/
    top: 25%;
    right: -10%; }
  .home-background-2 {
    top: 9%;
    left: -4%; }
  .home-content-2 {
    padding-top: 40px; }
  .home-content-3 {
    padding-top: 100px; }
    .home-content-3 h1 {
      width: 180px; }
  .home-background-3 {
    right: -3%;
    top: 16%; }
  .awards-images img {
    padding: 0.7em; }
  .bg-scale, .section-bg {
    -webkit-transform: scale(0.711, 0.67);
    -moz-transform: scale(0.711, 0.67);
    -ms-transform: scale(0.711, 0.67);
    -o-transform: scale(0.711, 0.67);
    transform: scale(0.711, 0.67); }
  /*.scale {
	  */
  /*@include scale(0.533,0.585);*/
  /*
	}*/ }

@media all and (max-width: 966px) and (min-width: 800px) {
  .home-content-1 {
    padding-top: 0; }
    .home-content-1 .button-kickstarter-home {
      bottom: -62%; } }

@media (max-width: 50em) {
  .iframe-styles__photon {
    display: none !important; }
  .home-page section,
  .kickstarter-page section {
    padding: 70px 20px;
    min-height: 0 !important;
    height: auto !important; }
  .home-page .inner,
  .kickstarter-page .inner {
    min-height: 0 !important;
    height: auto !important;
    margin-top: 0 !important; }
  .home-page .js--section,
  .kickstarter-page .js--section {
    min-height: 0 !important;
    height: auto !important; }
  h1,
  .h1 {
    font-size: 3.6em; }
  h2,
  .h2,
  .kickstarter-images-3 .kickstarter-text {
    font-size: 1.8em; }
  p {
    font-size: 1.3em; }
  .button {
    font-size: 1em; }
  .home-page .content {
    width: 100%; }
  .elements {
    visibility: hidden; }
  .home-background-1 {
    top: 53%;
    right: -2%; }
  .home-content-1 {
    padding: 0;
    left: auto;
    width: 100%; }
    .home-content-1 h1, .home-content-1 h3 {
      text-align: center;
      width: 100%; }
    .home-content-1 .button-support-home {
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      position: relative;
      padding: 0.8em 2.0em;
      float: left;
      left: 50%;
      /* margin-top: 20px; */
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .home-content-1 .button-kickstarter-home {
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      position: relative;
      float: left;
      clear: both;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      margin-top: 20px; }
    .home-content-1 img {
      width: 150px; }
  .home-images-1 {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    padding-top: 20px; }
    .home-images-1 img {
      max-width: 60%;
      display: block;
      margin: 0 auto; }
  .home-spaceship-1 {
    top: 73%;
    right: 17%; }
    .home-spaceship-1 img {
      width: 100%; }
  .home-content-2 {
    width: 100%;
    text-align: center;
    margin-top: 0; }
    .home-content-2 div {
      display: block;
      margin: 0 auto; }
    .home-content-2 .watch-video-mobile {
      display: none; }
    .home-content-2 p {
      width: 100%; }
  .home-images-2 {
    position: relative;
    display: inline-block;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .home-images-3 {
    display: inline-block;
    left: 50%;
    position: relative;
    /* margin: 0 auto; */
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .home-images-3 img {
      margin: 0 auto;
      display: block;
      max-width: 70%; }
  .home-content-3 {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 20px; }
    .home-content-3 h1 {
      text-align: center;
      padding-bottom: 30px;
      width: auto;
      display: inline-block; }
    .home-content-3 div {
      display: inline-block;
      text-align: center; }
    .home-content-3 br {
      display: none; }
  .awards-images {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 10px 15px 30px; }
    .awards-images img {
      padding: 1em;
      width: 33%; } }

@media (max-width: 30em) {
  .home-images-1 img {
    max-width: 70%; }
  .home-spaceship-1 {
    top: 75%;
    right: 17%; }
  .awards-images img {
    width: 45%; } }

@media (max-width: 25.88em) {
  .inner {
    margin-top: 0; }
  .section {
    min-height: 200px;
    height: auto;
    padding: 20px;
    line-height: 1.2; }
  h1 {
    font-size: 2.5em; }
  h2 {
    font-size: 1.3em; }
  h3 {
    font-size: 1.1em; }
  p {
    font-size: 1em; }
  .button {
    font-size: 0.8em; }
  .home-background-1 {
    display: none; }
  .home-content-1 {
    margin-top: 10%; }
    .home-content-1 .button-kickstarter {
      padding: 0.8em 1.2em; }
      .home-content-1 .button-kickstarter img {
        width: 100px; }
    .home-content-1 .button-support-home {
      padding: 1em 1.5em; }
    .home-content-1 .button-kickstarter-home {
      margin-top: 10px; }
  .home-spaceship-1 {
    top: 75%; }
  .home-content-3 {
    padding: 0;
    margin: 0;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .home-content-3 h1 {
      display: block;
      margin: 0 auto;
      text-align: center;
      width: auto; }
    .home-content-3 h3 {
      text-align: center; }
    .home-content-3 br {
      display: none; }
    .home-content-3 p {
      width: 100%;
      padding-bottom: 40px;
      text-align: center; }
  .awards-images {
    width: 100%; }
    .awards-images img {
      padding: 0.5em;
      width: 45%; } }

.home__s-1__wave-lightpink-long__el-1 {
  top: 32%;
  left: -5.5%; }

.home__s-1__donut-blue__el-1 {
  top: 41%;
  left: 5%; }

.home__s-1__triangle-yellow-empty__el-1 {
  left: 42%;
  top: 16%; }

.home__s-1__chips-orange__el-1 {
  top: 23%;
  left: 47%; }

.home__s-1__dot-blue__el-1 {
  top: 19%;
  left: 48%; }

.home__s-1__chips-blue__el-1 {
  top: 31%;
  left: 42%; }

.home__s-1__donut2-orange__el-1 {
  bottom: 19%;
  left: 11%; }

.home__s-1__break-line-blue__el-1 {
  top: 14%;
  right: 14%; }

.home__s-1__wave-orange__el-1 {
  top: 22%;
  right: -6%; }

.home__s-1__circle-yellow__el-1 {
  bottom: -27%;
  left: -15%; }

.home__s-2__circle-yellow__el-1 {
  top: -21%;
  left: -15%; }

.home__s-2__donut2-blue__el-1 {
  bottom: 29%;
  left: 2%; }

.home__s-2__wave-darkpink-long__el-1 {
  bottom: 18%;
  left: 15%; }

.home__s-2__triangle-blue__el-1 {
  top: 26%;
  left: 9%; }

.home__s-2__triangle-darkpink-empty__el-1 {
  top: -10%;
  left: 36%; }

.home__s-2__wave-white__el-1 {
  top: 8%;
  left: 31%; }

.home__s-2__chips-yellow__el-1 {
  bottom: 6%;
  left: 8%; }

.home__s-2__donut-blue__el-1 {
  top: 12%;
  left: 48%; }

.home__s-2__donut-lightpink__el-1 {
  bottom: -20%;
  left: 32%; }

.home__s-2__triangle-white__el-1 {
  top: 25%;
  right: 12%; }

.home__s-2__triangle-yellow__el-1 {
  top: 27%;
  right: 8%; }

.home__s-3__dot-blue__el-1 {
  top: 14%;
  left: 10%; }

.home__s-3__dot-blue-huge__el-1 {
  top: 7%;
  left: 26%; }

.home__s-3__donut-white__el-1 {
  top: -5%;
  left: 22%; }

.home__s-3__triangle-darkpink__el-1 {
  top: 16%;
  left: 14%; }

.home__s-3__sth-orange__el-1 {
  top: 10%;
  left: -3%; }

.home__s-3__wave-blue-long__el-1 {
  bottom: -8%;
  left: -6%; }

.home__s-3__donut-darkpink__el-1 {
  bottom: -10%;
  left: 22%; }

.home__s-3__triangle-orange-empty__el-1 {
  bottom: 14%;
  left: 38%; }

.home__s-3__dot-white-blue__el-1 {
  bottom: 10%;
  left: 42%; }

.home__s-3__chips-orange-big__el-1 {
  bottom: -28%;
  right: 6%; }

.home__s-3__wave-lightpink-vertical__el-1 {
  top: 36%;
  right: 9%; }

.home__s-3__sth-blue__el-1 {
  bottom: 32%;
  right: 4%; }

.home__s-4__wave-yellow-long__el-1 {
  top: 15%;
  left: -1%; }

.home__s-4__donut-blue-huge__el-1 {
  top: 25%;
  left: 16%;
  width: 80px;
  height: 80px; }

.home__s-4__sth-orange__el-1 {
  top: 39%;
  left: 12%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.home__s-4__sth-orange__el-2 {
  bottom: -3%;
  right: 27%; }

.home__s-4__dot-white-blue__el-1 {
  top: 8%;
  left: 32%; }

.home__s-4__break-line-blue__el-1 {
  left: 10%;
  bottom: 14%;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg); }

.home__s-4__chips-white__el-1 {
  bottom: 40%;
  left: 6%;
  width: 45px;
  height: 66px; }

.home__s-4__triangle-yellow-empty__el-1 {
  bottom: 10%;
  right: 18%;
  width: 72px;
  height: 64px; }

.home__s-4__donut2-blue__el-1 {
  bottom: 16%;
  right: 11%; }

.home__s-4__chips-orange__el-1 {
  top: 25%;
  right: 9%;
  -webkit-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
  -o-transform: rotate(-34deg);
  transform: rotate(-34deg); }

.home__s-4__wave-white-vertical__el-1 {
  top: 36%;
  right: 9%; }

.home__s-4__circle-pink__el-1 {
  bottom: -54%;
  left: 35%; }

.home__s-5__wave-yellow__el-1 {
  top: 34%;
  right: 8%; }

.home__s-5__donut-lightpink__el-1 {
  width: 250px;
  height: 255px;
  bottom: 25%;
  right: 5%; }

.home__s-5__sth-orange__el-1 {
  top: 19%;
  right: 14%; }

.home__s-5__dot-white-blue__el-1 {
  top: 21%;
  left: 24%; }

.home__s-5__break-line-white__el-1 {
  top: 9%;
  left: 5%; }

.home__s-5__triangle-darkpink-empty__el-1 {
  width: 132px;
  height: 131px;
  top: 23%;
  left: 17%; }

.home__s-5__chips-yellow__el-1 {
  top: 47%;
  left: 16%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.home__s-5__triangle-yellow__el-1 {
  top: 10%;
  right: 44%; }

.home__s-5__chips-orange__el-1 {
  bottom: 29%;
  -webkit-transform: rotate(228deg);
  -ms-transform: rotate(228deg);
  -o-transform: rotate(228deg);
  transform: rotate(228deg);
  left: -4%; }

/*  @include rotate(-120deg);
  z-index: 150;
  bottom: 1%;
  left: -20%;
  width: 646px;
  height: 336px;
  @extend.element-first-plan;
  @extend.bottom-left;
}*/
.about-page .tooltip-box {
  position: relative;
  background-color: white;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 12px 10px 0 rgba(61, 41, 124, 0.2);
  -moz-box-shadow: 12px 10px 0 rgba(61, 41, 124, 0.2);
  -o-box-shadow: 12px 10px 0 rgba(61, 41, 124, 0.2);
  box-shadow: 12px 10px 0 rgba(61, 41, 124, 0.2); }
  .about-page .tooltip-box__title {
    margin: 0;
    padding: 0; }
    .about-page .tooltip-box__title + p {
      margin-top: 15px !important; }
  .about-page .tooltip-box > div {
    padding: 30px;
    overflow: hidden;
    width: 100%; }
  .about-page .tooltip-box img {
    max-width: 100%; }
  .about-page .tooltip-box p {
    margin: 0;
    padding: 0;
    line-height: 1.2em; }

.about-page__section-long .inner {
  position: relative; }

.about-page__section-long__bg-1 {
  width: 584px;
  height: 389px;
  left: 10%;
  bottom: -100px;
  background-image: url("../img/about/1/bg-1.png"); }

.about-page__section-long__bg-2 {
  width: 678px;
  height: 433px;
  top: 50%;
  margin-top: -108px;
  right: -50px;
  background-image: url("../img/about/1/bg-2.png"); }

.about-page__section-long-1 {
  position: relative; }
  .about-page__section-long-1 .title {
    position: absolute;
    top: 20%;
    left: 0;
    width: 50%; }
  .about-page__section-long-1 .animated-photon {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: scale(0.9);
    z-index: 4; }
  .about-page__section-long-1 .desc {
    position: absolute;
    top: 20%;
    right: 0;
    width: 40%; }
    .about-page__section-long-1 .desc ul {
      padding-left: 125px; }

.about-page__section-long-2 {
  position: relative; }
  .about-page__section-long-2 .desc {
    width: 50%;
    margin-bottom: 150px;
    position: relative; }
    .about-page__section-long-2 .desc > p.h2, .about-page__section-long-2 .kickstarter-images-3 .desc > p.kickstarter-text, .kickstarter-images-3 .about-page__section-long-2 .desc > p.kickstarter-text {
      line-height: 1.2em;
      margin: -50px 0 100px 0; }
    .about-page__section-long-2 .desc .h1 {
      padding: 50px 0; }
    .about-page__section-long-2 .desc img + p {
      margin-top: 0; }

.about-page__section-photon {
  color: white; }
  .about-page__section-photon__bg-1 {
    width: 908px;
    height: 480px;
    top: 50%;
    margin-top: -240px;
    left: 50%;
    margin-left: -454px;
    background-image: url("../img/about/2/background.png"); }
  .about-page__section-photon .inner {
    position: relative; }
    .about-page__section-photon .inner > p {
      position: absolute;
      right: 0;
      top: 100px;
      width: 25%;
      text-align: right;
      line-height: 1.2em; }
  .about-page__section-photon .box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    bottom: 115px; }
  .about-page__section-photon .desc-skills {
    width: 337px;
    height: 368px;
    background-image: url("../img/about/2/photon.png");
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto; }
    .about-page__section-photon .desc-skills__title {
      position: absolute;
      left: -200px;
      width: 200px;
      bottom: 25px;
      line-height: 1.1em;
      margin: 0; }
      .about-page__section-photon .desc-skills__title:after, .about-page__section-photon .desc-skills__title::after {
        display: block;
        content: '';
        width: 144px;
        height: 43px;
        background-image: url("../img/about/2/arrow.png");
        position: absolute;
        left: 72px;
        bottom: -43px; }
    .about-page__section-photon .desc-skills__dot {
      width: 30px;
      height: 30px;
      position: absolute;
      display: block;
      background: none;
      border: none;
      z-index: 12;
      /* left side */
      /* right side */ }
      .about-page__section-photon .desc-skills__dot#dot-1 {
        top: 3%;
        left: 48%; }
      .about-page__section-photon .desc-skills__dot#dot-2 {
        top: 16%;
        left: 19%; }
      .about-page__section-photon .desc-skills__dot#dot-3 {
        top: 22%;
        left: 4%; }
      .about-page__section-photon .desc-skills__dot#dot-4 {
        top: 35%;
        left: -12px; }
      .about-page__section-photon .desc-skills__dot#dot-5 {
        top: 49%;
        left: 30px; }
      .about-page__section-photon .desc-skills__dot#dot-6 {
        top: 70%;
        left: 17%; }
      .about-page__section-photon .desc-skills__dot#dot-7 {
        top: 60%;
        left: 42%; }
      .about-page__section-photon .desc-skills__dot#dot-8 {
        top: 75%;
        left: 68%; }
      .about-page__section-photon .desc-skills__dot#dot-9 {
        top: 83%;
        left: 28%; }
      .about-page__section-photon .desc-skills__dot#dot-10 {
        top: 80%;
        left: 41%; }
      .about-page__section-photon .desc-skills__dot > span {
        display: block; }
      .about-page__section-photon .desc-skills__dot__pulse {
        width: 14px;
        height: 14px;
        border: 7px solid #f9c803;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        background-color: #716f42;
        z-index: 11;
        position: absolute;
        left: 7px;
        top: 7px; }
      .about-page__section-photon .desc-skills__dot__bg {
        border: 7px solid #ffe886;
        background: transparent;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        filter: alpha(opacity=0);
        filter: progid:DXImageopacityform.Microsoft.Alpha(opacity=0);
        -o-opacity: 0;
        -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        opacity: 0;
        height: 28px;
        width: 28px;
        -webkit-animation: pulse 1s ease-out infinite;
        -moz-animation: pulse 1s ease-out infinite;
        -ms-animation: pulse 1s ease-out infinite;
        -o-animation: pulse 1s ease-out infinite;
        animation: pulse 1s ease-out infinite;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
  .about-page__section-photon .tooltip-box {
    display: none;
    width: 96%;
    max-width: 400px;
    position: absolute;
    color: #3c2f87;
    text-align: left;
    z-index: 10;
    /* left side */
    /* right side */ }
    .about-page__section-photon .tooltip-box > span {
      display: block;
      background-color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      z-index: 9; }
    .about-page__section-photon .tooltip-box > div {
      display: table;
      height: 100%;
      z-index: 10;
      background: white;
      position: relative;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      border-radius: 25px; }
    .about-page__section-photon .tooltip-box__cell {
      display: table-cell;
      height: 100%;
      width: 100%;
      vertical-align: top; }
      .about-page__section-photon .tooltip-box__cell.tooltip-box__cell-img {
        width: 25%; }
        .about-page__section-photon .tooltip-box__cell.tooltip-box__cell-img + .tooltip-box__cell {
          width: 75%;
          padding-left: 25px; }
    .about-page__section-photon .tooltip-box[data-id="dot-1"] {
      top: -50px;
      left: 0; }
      .about-page__section-photon .tooltip-box[data-id="dot-1"] > span {
        width: 290px;
        height: 35px;
        background-image: url("../img/about/2/lines-tooltips/line-1.png");
        left: 89%;
        top: 40px; }
    .about-page__section-photon .tooltip-box[data-id="dot-2"] {
      top: 0;
      left: 0; }
      .about-page__section-photon .tooltip-box[data-id="dot-2"] > span {
        width: 169px;
        height: 35px;
        background-image: url("../img/about/2/lines-tooltips/line-2.png");
        left: 95%;
        top: 40px; }
    .about-page__section-photon .tooltip-box[data-id="dot-3"] {
      top: 15px;
      left: 0; }
      .about-page__section-photon .tooltip-box[data-id="dot-3"] > span {
        width: 169px;
        height: 35px;
        background-image: url("../img/about/2/lines-tooltips/line-3.png");
        left: 82%;
        top: 45px; }
    .about-page__section-photon .tooltip-box[data-id="dot-4"] {
      top: 35px;
      left: 0; }
      .about-page__section-photon .tooltip-box[data-id="dot-4"] > span {
        width: 169px;
        height: 35px;
        background-image: url("../img/about/2/lines-tooltips/line-4.png");
        left: 76%;
        top: 75px; }
    .about-page__section-photon .tooltip-box[data-id="dot-5"] {
      top: 50px;
      left: 0; }
      .about-page__section-photon .tooltip-box[data-id="dot-5"] > span {
        width: 201px;
        height: 66px;
        background-image: url("../img/about/2/lines-tooltips/line-5.png");
        left: 79%;
        top: 79px; }
    .about-page__section-photon .tooltip-box[data-id="dot-6"] {
      top: 65px;
      left: 0; }
      .about-page__section-photon .tooltip-box[data-id="dot-6"] > span {
        width: 260px;
        height: 125px;
        background-image: url("../img/about/2/lines-tooltips/line-6.png");
        left: 71%;
        top: 83px; }
    .about-page__section-photon .tooltip-box[data-id="dot-7"] {
      bottom: 100px;
      right: 40px; }
      .about-page__section-photon .tooltip-box[data-id="dot-7"] > span {
        width: 260px;
        height: 69px;
        background-image: url("../img/about/2/lines-tooltips/line-7.png");
        right: 89%;
        bottom: 30px; }
    .about-page__section-photon .tooltip-box[data-id="dot-8"] {
      bottom: 25px;
      right: 40px; }
      .about-page__section-photon .tooltip-box[data-id="dot-8"] > span {
        width: 169px;
        height: 56px;
        background-image: url("../img/about/2/lines-tooltips/line-8.png");
        right: 89%;
        bottom: 52px; }
    .about-page__section-photon .tooltip-box[data-id="dot-9"] {
      bottom: 5px;
      right: 17px; }
      .about-page__section-photon .tooltip-box[data-id="dot-9"] > span {
        width: 330px;
        height: 56px;
        background-image: url("../img/about/2/lines-tooltips/line-9.png");
        right: 89%;
        bottom: 42px; }
    .about-page__section-photon .tooltip-box[data-id="dot-10"] {
      bottom: 0;
      right: 0; }
      .about-page__section-photon .tooltip-box[data-id="dot-10"] > span {
        width: 308px;
        height: 56px;
        background-image: url("../img/about/2/lines-tooltips/line-10.png");
        right: 88%;
        bottom: 5px; }

.about-page__section-app__bg-1 {
  width: 815px;
  height: 478px;
  top: 15%;
  left: 45%;
  background-image: url("../img/about/3/background.png"); }

.about-page__section-app .box-2 {
  position: relative; }

.about-page__section-app .txt-box {
  margin-top: 50px;
  padding-right: 50px; }
  .about-page__section-app .txt-box__title {
    float: left;
    width: 150px;
    font-style: italic; }
    .about-page__section-app .txt-box__title * {
      margin-top: 0; }
  .about-page__section-app .txt-box__desc {
    float: left;
    width: calc(100% - 150px); }
    .about-page__section-app .txt-box__desc p {
      margin: 0 0 2em 0; }

.about-page__section-app .visual-box {
  margin-top: 100px; }
  .about-page__section-app .visual-box__slider {
    width: 601px;
    height: 287px;
    background: transparent url("../img/about/3/screen-phone.png") no-repeat center center;
    float: right;
    position: relative; }
    .about-page__section-app .visual-box__slider__inner {
      position: absolute;
      top: 44px;
      left: 93px;
      width: 413px;
      height: 219px;
      overflow: hidden;
      background: black; }
    .about-page__section-app .visual-box__slider__slide {
      margin: 0; }
  .about-page__section-app .visual-box__app-links {
    width: 100%;
    clear: both;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
    float: right;
    padding-left: 40px;
    position: relative; }
    .about-page__section-app .visual-box__app-links a {
      display: inline-block;
      margin: 0 15px;
      height: 45px;
      width: 151px;
      font-size: 0; }
      .about-page__section-app .visual-box__app-links a:hover {
        filter: alpha(opacity=75);
        filter: progid:DXImageopacityform.Microsoft.Alpha(opacity=75);
        -o-opacity: 0.75;
        -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=75)";
        -moz-opacity: 0.75;
        opacity: 0.75; }
    .about-page__section-app .visual-box__app-links .app-store {
      background: transparent url("../img/about/3/appStore.png") no-repeat center center; }
    .about-page__section-app .visual-box__app-links .google-play {
      background: transparent url("../img/about/3/googlePlay.png") no-repeat center center; }
    .about-page__section-app .visual-box__app-links .windows-store {
      background: transparent url("../img/about/3/windowsStore.png") no-repeat center center; }

.about-page__section-reviews .inner {
  position: relative; }

.about-page__section-reviews__bg-1 {
  width: 907px;
  height: 548px;
  top: 25%;
  left: 30%;
  background-image: url("../img/about/4/background-review.png"); }

.about-page__section-reviews #list-reviews__nav {
  background-color: #3c297c;
  width: auto;
  position: absolute;
  z-index: 101;
  bottom: 25px;
  left: 50%;
  padding: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }
  .about-page__section-reviews #list-reviews__nav ul {
    margin: 0;
    padding: 0; }
    .about-page__section-reviews #list-reviews__nav ul li {
      list-style: none;
      float: left;
      padding: 0;
      margin: 0 10px 0 0; }
      .about-page__section-reviews #list-reviews__nav ul li:last-child {
        margin: 0; }
      .about-page__section-reviews #list-reviews__nav ul li.active a, .about-page__section-reviews #list-reviews__nav ul li:hover a {
        background-color: white;
        filter: alpha(opacity=100);
        filter: progid:DXImageopacityform.Microsoft.Alpha(opacity=100);
        -o-opacity: 1;
        -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        opacity: 1; }
      .about-page__section-reviews #list-reviews__nav ul li a {
        background-color: transparent;
        filter: alpha(opacity=50);
        filter: progid:DXImageopacityform.Microsoft.Alpha(opacity=50);
        -o-opacity: 0.5;
        -ms-filter: "progid:DXImageopacityform.Microsoft.Alpha(Opacity=50)";
        -moz-opacity: 0.5;
        opacity: 0.5;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        border: 2px solid white;
        display: block; }

.about-page__section-reviews .review-item {
  max-width: 480px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute; }
  .about-page__section-reviews .review-item--first {
    top: 100px;
    left: 0; }
  .about-page__section-reviews .review-item--second {
    bottom: 0;
    left: 66.66%;
    margin-left: -240px; }
  .about-page__section-reviews .review-item--third {
    top: 0;
    right: 0; }
  .about-page__section-reviews .review-item .tooltip-box:before, .about-page__section-reviews .review-item .tooltip-box::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 80px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: rgba(61, 41, 124, 0.2) transparent transparent transparent; }
  .about-page__section-reviews .review-item .tooltip-box:after, .about-page__section-reviews .review-item .tooltip-box::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 75px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: white transparent transparent transparent; }
  .about-page__section-reviews .review-item__footer {
    width: 100%;
    margin: 30px 0;
    padding: 0 0 0 30px; }
    .about-page__section-reviews .review-item__footer__avatar {
      display: inline-block;
      width: 60px;
      height: 60px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px;
      background-color: rgba(61, 41, 124, 0.2);
      float: left;
      margin-right: 25px;
      line-height: 1em;
      overflow: hidden; }
    .about-page__section-reviews .review-item__footer__title {
      display: inline-block;
      width: calc(100% - 95px);
      line-height: 1.1em;
      color: white;
      min-height: 60px;
      padding: 15px 0; }

@media all and (min-width: 1025px) and (max-width: 1366px) and (max-height: 800px) {
  .about-page__section-long-2 {
    margin-bottom: 250px; } }

@media all and (max-width: 1366px) {
  .about-page__section-photon .box {
    bottom: 0; }
  .about-page__section-reviews .review-item--second {
    bottom: 0;
    left: 57.66%; } }

@media (max-width: 80em) {
  .about-page__section-long-2 .desc {
    left: 30px; }
  .about-page__section-long-1 .title {
    left: 30px; }
  .about-page__section-long-1 .desc {
    right: 30px; }
  .about-page__section-photon .inner p {
    right: 15%; }
  .about-page__section-app .box-2 {
    padding: 30px; }
    .about-page__section-app .box-2 .h1 {
      padding-left: 30px;
      position: relative;
      width: 739px; }
    .about-page__section-app .box-2 .txt-box {
      padding-right: 0; }
    .about-page__section-app .box-2 .visual-box {
      margin-top: 60px;
      margin-right: 25px; }
      .about-page__section-app .box-2 .visual-box__slider {
        width: 510px;
        height: 275px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
        .about-page__section-app .box-2 .visual-box__slider__inner {
          left: 78px;
          width: 351px;
          height: 185px;
          top: 53px; }
  .about-page__section-reviews .review-item--first {
    left: 20px; }
  .about-page__section-reviews .review-item--third {
    right: 20px; }
  .section-lightpink h1 {
    margin-left: 40px; } }

@media (max-width: 90em) {
  .about-page__section-long-1 .title {
    padding-left: 100px; }
  .about-page__section-long-1 .animated-photon {
    width: 350px; } }

@media (max-width: 80em) {
  .about-page__section-photon .tooltip-box {
    top: 0 !important;
    left: 50% !important;
    bottom: auto !important;
    right: auto !important; }
    .about-page__section-photon .tooltip-box__btn-close {
      display: block;
      background: none;
      border: none;
      position: absolute;
      top: 12.5px;
      right: 12.5px;
      z-index: 11;
      color: #3c297c; } }

@media (max-width: 1359px) {
  .about-page__section-photon .tooltip-box > span {
    display: none; } }

@media (max-width: 64em) {
  .about-page__section-long-1 .animated-photon {
    width: 300px; }
  .about-page__section-app .box-2 {
    padding: 20px; }
    .about-page__section-app .box-2 .visual-box {
      margin-top: 115px;
      margin-right: 50px; }
      .about-page__section-app .box-2 .visual-box__slider {
        width: 431px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
        .about-page__section-app .box-2 .visual-box__slider__inner {
          left: 66px;
          top: 66px;
          width: 296px;
          height: 158px; }
    .about-page__section-app .box-2 .txt-box {
      margin-top: 0;
      padding: 0 20px 0 50px; }
      .about-page__section-app .box-2 .txt-box__title {
        float: none;
        width: 150px; }
        .about-page__section-app .box-2 .txt-box__title * {
          margin-top: 0; }
      .about-page__section-app .box-2 .txt-box__desc {
        float: none;
        width: 100%; }
        .about-page__section-app .box-2 .txt-box__desc p {
          margin: 0; }
  .about-page__section-reviews .h1 {
    text-align: center;
    margin-bottom: 30px; }
  .about-page__section-reviews .review-item {
    max-width: 440px;
    font-size: 16px; }
    .about-page__section-reviews .review-item--first {
      left: 20px; }
    .about-page__section-reviews .review-item--third {
      right: 20px; }
  .about-page .tooltip-box > div {
    padding: 25px; }
  .about-page .section-lightpink h1 {
    margin-left: 40px; } }

@media (max-width: 64em) and (min-width: 51em) {
  .about-page__section-photon .box {
    position: relative;
    bottom: -75px; }
  .about-page__section-photon .tooltip-box {
    margin-left: -200px; } }

@media all and (max-width: 966px) {
  .about-page__section-long-1 .animated-photon {
    position: relative;
    left: 0; }
  .about-page__section-long-1 .title {
    padding-left: 0; }
  .about-page__section-app .box-2 {
    width: 100%; }
    .about-page__section-app .box-2 .h1 {
      text-align: center;
      width: 100%;
      padding: 0 30px; }
    .about-page__section-app .box-2 .visual-box {
      margin: 0; }
      .about-page__section-app .box-2 .visual-box__slider {
        margin: 0 auto;
        display: block;
        float: none; }
      .about-page__section-app .box-2 .visual-box__app-links {
        padding: 0 0 25px 0; }
    .about-page__section-app .box-2 .txt-box {
      margin-top: 20px;
      padding: 0 60px; }
      .about-page__section-app .box-2 .txt-box__title {
        width: 80%;
        display: block;
        margin: 0 auto;
        text-align: center; }
      .about-page__section-app .box-2 .txt-box__desc {
        float: none;
        width: 100%; }
        .about-page__section-app .box-2 .txt-box__desc p {
          margin: 0;
          text-align: center; }
  .about-page__section-reviews .review-item {
    max-width: 500px;
    font-size: 18px;
    display: block;
    left: auto;
    right: auto;
    position: relative;
    width: 100%;
    bottom: auto;
    top: auto;
    margin-left: 0; }
    .about-page__section-reviews .review-item--third {
      margin-bottom: 70px; }
  .about-page__section-reviews .tooltip-box div {
    padding: 35px; }
  .about-page .section-lightpink h1 {
    margin-left: 0; } }

@media all and (max-width: 50em) {
  .about-page__section-long-1 .animated-photon {
    width: 240px;
    margin: 25px auto 0 auto; }
  .about-page section {
    padding: 50px 20px;
    min-height: 350px !important;
    height: auto !important; }
  .about-page .inner {
    min-height: 350px !important;
    height: auto !important;
    margin-top: 0 !important; }
  .about-page .js--section {
    min-height: 350px !important;
    height: auto !important; }
  .about-page .inner {
    margin-top: 50px !important; }
  .about-page__section-long-1 .title {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    left: 0; }
    .about-page__section-long-1 .title br {
      display: none; }
  .about-page__section-long-1 .desc {
    position: relative;
    padding-top: 45px;
    right: 0;
    margin: 0 auto;
    width: 80%; }
    .about-page__section-long-1 .desc p .h2, .about-page__section-long-1 .desc p .kickstarter-images-3 .kickstarter-text, .kickstarter-images-3 .about-page__section-long-1 .desc p .kickstarter-text {
      margin: 0; }
    .about-page__section-long-1 .desc ul {
      padding-left: 20px; }
  .about-page__section-long-2 .desc {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
    text-align: justify;
    left: auto; }
    .about-page__section-long-2 .desc p .h2, .about-page__section-long-2 .desc p .kickstarter-images-3 .kickstarter-text, .kickstarter-images-3 .about-page__section-long-2 .desc p .kickstarter-text {
      margin: 0;
      text-align: left; }
  .about-page__section-long-2 .left {
    float: none;
    margin: 0 auto;
    padding: 0 1.5em 1em 0;
    display: block; }
  .about-page__section-long-2 .h1 {
    text-align: left; }
  .about-page__section-photon .box {
    position: relative;
    display: block; }
  .about-page__section-photon .inner p {
    position: relative;
    right: auto;
    top: 0;
    width: 100%;
    padding: 0 50px;
    text-align: center; }
  .about-page__section-photon .inner .tooltip-box__cell p {
    text-align: left;
    padding: 0; }
  .about-page__section-photon .desc-skills {
    position: relative;
    width: 323px;
    height: 324px;
    margin-bottom: 100px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
    .about-page__section-photon .desc-skills__title {
      left: -71px;
      font-size: 1.4em;
      bottom: -30px;
      display: block; }
  .about-page__section-app .box-2 .txt-box {
    padding: 0 30px; }
  .about-page__section-app .box-2 .visual-box__slider {
    width: 500px; }
    .about-page__section-app .box-2 .visual-box__slider__inner {
      left: 75px;
      top: 56px;
      width: 346px;
      height: 180px; }
  .about-page__section-reviews .review-item {
    max-width: 460px;
    margin: 0 auto; }
    .about-page__section-reviews .review-item--third {
      padding-bottom: 40px; }
  .about-page__section-reviews #list-reviews__nav {
    bottom: 60px; } }

@media all and (max-width: 30em) {
  .about-page section,
  .about-page .inner,
  .about-page .js--section {
    min-height: 300px !important; }
  .about-page__section-long-1 .title {
    left: 0; }
  .about-page__section-long-2 .desc p.h2, .about-page__section-long-2 .desc .kickstarter-images-3 p.kickstarter-text, .kickstarter-images-3 .about-page__section-long-2 .desc p.kickstarter-text {
    margin: 0;
    text-align: left; }
  .about-page__section-photon .desc-skills {
    margin-bottom: 100px;
    width: 253px;
    height: 276px; }
    .about-page__section-photon .desc-skills__title {
      left: -55px;
      bottom: -33px; }
  .about-page__section-app .box-2 .txt-box {
    padding: 0 8px; }
  .about-page__section-app .box-2 .visual-box__slider {
    background: none;
    width: 320px;
    height: 170px; }
    .about-page__section-app .box-2 .visual-box__slider__inner {
      left: auto;
      top: 0;
      width: inherit;
      height: inherit;
      display: block;
      position: relative; }
  .about-page__section-reviews .tooltip-box {
    margin: 15px 30px; }
    .about-page__section-reviews .tooltip-box > div {
      padding: 20px; }
      .about-page__section-reviews .tooltip-box > div p {
        font-size: 1em; } }

@media all and (max-width: 25.88em) {
  .about-page__section-long-2 .desc {
    width: 85%; }
  .about-page__section-photon .inner p {
    padding: 0; }
  .about-page__section-photon .desc-skills__title {
    left: -12px; }
  .about-page__section-app .box-2 {
    padding: 0; }
    .about-page__section-app .box-2 .visual-box__slider {
      width: 280px; }
      .about-page__section-app .box-2 .visual-box__slider__inner {
        width: 280px;
        height: 148px;
        margin-top: 25px; }
    .about-page__section-app .box-2 .visual-box-app-links {
      padding: 0; } }

.about__s-1__wave-white__el-1 {
  top: 10%;
  right: 6%; }

.about__s-1__triangle-darkpink-empty__el-1 {
  bottom: 12%;
  right: 9%; }

.about__s-1__triangle-white__el-1 {
  bottom: 40%;
  right: 9%; }

.about__s-1__dot-orange__el-1 {
  top: 18%;
  right: 14%; }

.about__s-1__triangle-yellow__el-1 {
  top: 6%;
  left: 38%; }

.about__s-1__dot-white-blue__el-1 {
  top: 6%;
  left: 40%; }

.about__s-1__donut-white__el-1 {
  top: 22%;
  left: 3%; }

.about__s-1__wave-darkpink-long__el-1 {
  bottom: 19%;
  left: 5%; }

.about__s-1__chips-orange-big__el-1 {
  top: 31%;
  left: -12%;
  -webkit-transform: rotate(84deg);
  -ms-transform: rotate(84deg);
  -o-transform: rotate(84deg);
  transform: rotate(84deg); }

.about__s-1__triangle-white-small__el-1 {
  top: 15%;
  left: 3%; }

.about__s-1__donut-lightpink__el-1 {
  width: 97px;
  height: 97px;
  top: 22%;
  left: 6%; }

.about__s-1__wave-yellow-long__el-1 {
  bottom: 11%;
  left: -15%;
  -webkit-transform: rotate(49deg);
  -ms-transform: rotate(49deg);
  -o-transform: rotate(49deg);
  transform: rotate(49deg); }

.about__s-1__dot-yellow__el-1 {
  bottom: 45%;
  left: 49%; }

.about__s-1__triangle-darkpink-empty__el-2 {
  top: 34%;
  right: 38%;
  transform: rotate(16deg);
  width: 124px;
  height: 124px; }

.about__s-1__circle-orange__el-1 {
  top: 42%;
  right: 43.5%; }

.about__s-1__wave-lightpink-long__el-1 {
  top: 11%;
  right: -8%; }

.about__s-1__dot-white-blue__el-2 {
  top: 15%;
  right: 10%; }

.about__s-1__sth-orange__el-1 {
  bottom: 10%;
  right: 5%;
  width: 169px;
  height: 169px; }

.about__s-1__triangle-orange__el-1 {
  bottom: 3%;
  left: 35%; }

.about__s-1__donut2-yellow__el-1 {
  bottom: -19%;
  right: 35%;
  width: 220px;
  height: 220px; }

.about__s-2__donut-blue-huge__el-1 {
  top: 5%;
  left: 3%;
  width: 158px;
  height: 158px; }

.about__s-2__chips-yellow__el-1 {
  top: 12%;
  left: 11%; }

.about__s-2__dot-yellow__el-1 {
  top: 31%;
  left: 6%; }

.about__s-2__dot-white-blue__el-1 {
  top: 6%;
  left: 15%; }

.about__s-2__break-line-blue__el-1 {
  left: 9%;
  bottom: 13%;
  -webkit-transform: rotate(-152deg);
  -ms-transform: rotate(-152deg);
  -o-transform: rotate(-152deg);
  transform: rotate(-152deg); }

.about__s-2__chips-darkpink__el-1 {
  bottom: -21%;
  left: -3%; }

.about__s-2__donut-white__el-1 {
  bottom: -5%;
  right: 31%; }

.about__s-2__donut-darkpink__el-1 {
  right: 15%;
  bottom: 11%;
  width: 152px;
  height: 157px; }

.about__s-2__circle-blue__el-1 {
  bottom: -43%;
  right: -7%; }

.about__s-2__triangle-white__el-1 {
  right: 11%;
  bottom: 32%; }

.about__s-2__dot-white__el-1 {
  top: 41%;
  right: 37%; }

.about__s-2__wave-yellow-vertical__el-1 {
  top: 15%;
  right: 5%; }

.about__s-3__chips-blue__el-1 {
  top: 8%;
  left: 6%;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg); }

.about__s-3__chips-lightpink__el-1 {
  top: 6%;
  left: 10%; }

.about__s-3__dot-orange__el-1 {
  top: 18%;
  left: 6%; }

.about__s-3__break-line-blue__el-1 {
  left: 2%;
  bottom: 30%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 169px;
  height: 64px; }

.about__s-3__sth-orange__el-1 {
  bottom: 0;
  left: -7%; }

.about__s-3__donut2-orange__el-1 {
  top: 15%;
  left: 50%; }

.about__s-3__dot-blue__el-1 {
  top: 18%;
  left: 52%; }

.about__s-3__wave-lightpink-long__el-1 {
  top: 12%;
  right: -3%;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  -o-transform: rotate(26deg);
  transform: rotate(26deg); }

.about__s-3__triangle-yellow-empty__el-1 {
  bottom: 11%;
  right: 10%; }

.about__s-3__triangle-lightpink__el-1 {
  bottom: 9%;
  right: 8%; }

.about__s-3__donut-darkpink__el-1 {
  bottom: -13%;
  right: 40%;
  -webkit-transform: rotate(-75deg);
  -ms-transform: rotate(-75deg);
  -o-transform: rotate(-75deg);
  transform: rotate(-75deg); }

.about__s-4__circle-orange-huge__el-1 {
  top: -12%;
  left: -24%; }

.about__s-4__dot-white-blue__el-1 {
  top: 5%;
  left: 3%; }

.about__s-4__chips-yellow__el-1 {
  top: -1%;
  left: 6%; }

.about__s-4__donut2-blue__el-1 {
  top: 32%;
  left: 4%; }

.about__s-4__dot-yellow__el-1 {
  bottom: 30%;
  left: 5%; }

.about__s-4__donut-white-blue__el-1 {
  bottom: -9%;
  left: -3%; }

.about__s-4__break-line-pinkyellow__el-1 {
  bottom: 6%;
  left: 23%; }

.about__s-4__triangle-darkpink-empty__el-1 {
  top: -3%;
  left: 45%; }

.about__s-4__donut-blue__el-1 {
  top: 23%;
  left: 50%; }

.about__s-4__triangle-yellow__el-1 {
  top: 8%;
  right: -15%; }

.about__s-4__triangle-white__el-1 {
  bottom: 18%;
  right: 10%; }

.about__s-4__triangle-blue__el-1 {
  bottom: 15%;
  right: 8%; }

.kickstarter-page #section-2 .inner {
  position: relative; }

.kickstarter-background-1 {
  width: 613px;
  height: 410px;
  background: url("../img/kickstarter/1/background-kickstarter.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 14%; }

.kickstarter-header-1 {
  position: absolute;
  top: 25%;
  left: 36%;
  padding-bottom: 20px; }
  .kickstarter-header-1 img {
    margin-left: 140px;
    max-width: 65%; }

.kickstarter-content-1 {
  width: 75%;
  padding-left: 31%;
  /*width: 90%;*/ }
  .kickstarter-content-1 p {
    padding-top: 0.5em;
    line-height: 1.3; }

.kickstarter-images-1 {
  width: 50%;
  left: 17%;
  top: 35%; }
  .kickstarter-images-1 img {
    max-width: 65%; }

.kickstarter-background-2 {
  width: 815px;
  height: 477px;
  background: url("../img/kickstarter/2/background-light.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 22%;
  left: 10%; }

.kickstarter-images-2 {
  width: inherit;
  left: 8.5%;
  top: 16%; }
  .kickstarter-images-2 img {
    max-width: 75%; }

.kickstarter-content-2 {
  color: #fff;
  left: 5%;
  padding-top: 80px; }
  .kickstarter-content-2 h2 {
    width: 80%;
    line-height: 1.2em;
    font-size: 2em; }
  .kickstarter-content-2 p {
    width: 90%; }

.kickstarter-timer {
  position: relative;
  right: 0;
  float: right;
  bottom: 0;
  margin: 20px auto;
  color: #fff; }
  .kickstarter-timer > span {
    display: inline-block;
    float: left;
    margin-right: 75px; }
  .kickstarter-timer .time-countdown {
    display: inline-block;
    float: left;
    width: 580px; }
    .kickstarter-timer .time-countdown > div {
      float: left; }
    .kickstarter-timer .time-countdown__number {
      display: block;
      text-align: center; }
      .kickstarter-timer .time-countdown__number:after, .kickstarter-timer .time-countdown__number::after {
        content: ':';
        display: inline-block;
        padding: 0 5px;
        font-family: "calluna_sansregular"; }
      .kickstarter-timer .time-countdown__number.time-countdown__seconds:after, .kickstarter-timer .time-countdown__number.time-countdown__seconds::after {
        display: none; }
    .kickstarter-timer .time-countdown__text {
      display: block;
      text-align: center; }

.kickstarter-background-3 {
  width: 589px;
  height: 606px;
  background: url("../img/kickstarter/3/background-instructions.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  left: 21%;
  top: 24%; }

.kickstarter-background-3-1 {
  width: 554px;
  height: 389px;
  background: url("../img/kickstarter/3/background-instructions2.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: 8%;
  left: 21%; }

.kickstarter-header-3 {
  text-align: center; }
  .kickstarter-header-3 h1 {
    margin: 0; }
  .kickstarter-header-3 h3 {
    color: #fff;
    margin: 0;
    padding: 20px; }

.kickstarter-images-3 {
  min-height: 1125px;
  height: auto; }
  .kickstarter-images-3 .kickstarter-icon {
    display: block; }
  .kickstarter-images-3 .icon-1 {
    top: 6%; }
  .kickstarter-images-3 .icon-2 {
    top: 25%;
    right: 43%;
    /*@extend.kickstarter-left;*/ }
  .kickstarter-images-3 .icon-3 {
    top: 42%;
    /*right: 10%;*/ }
  .kickstarter-images-3 .icon-4 {
    bottom: 10.5%;
    left: 24%; }
  .kickstarter-images-3 .icon-5 {
    bottom: -5%; }
  .kickstarter-images-3 .kickstarter-text {
    color: #fff;
    line-height: 1em;
    left: -10%;
    width: 500px;
    bottom: 22%; }
  .kickstarter-images-3 .kickstarter-line-1 {
    right: 131px;
    top: 202px; }
  .kickstarter-images-3 .kickstarter-line-2 {
    top: 387px;
    right: 202px; }
  .kickstarter-images-3 .kickstarter-line-3 {
    bottom: 203px;
    right: -72px; }
  .kickstarter-images-3 .kickstarter-line-4 {
    bottom: -7px;
    left: 205px; }

.kickstarter-content-3 {
  padding: 20px 0 120px 0;
  float: left; }
  .kickstarter-content-3 .kickstarter-step {
    clear: both;
    /* padding: 55px 0; */
    margin: 55px 0;
    float: left;
    position: relative;
    padding-top: 15px;
    height: 90px; }
    .kickstarter-content-3 .kickstarter-step .kickstarter-step-number {
      float: left;
      position: absolute;
      top: 0;
      left: 0; }
    .kickstarter-content-3 .kickstarter-step .kickstarter-step-title {
      float: left;
      text-align: left;
      padding-left: 75px; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-step-title h3 {
        margin: 0; }
        .kickstarter-content-3 .kickstarter-step .kickstarter-step-title h3 * {
          margin: 0;
          padding: 0; }
    .kickstarter-content-3 .kickstarter-step .kickstarter-step-content {
      float: left;
      padding-left: 75px;
      text-align: left; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-step-content *:not(a) {
        margin: 0;
        padding: 0; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-step-content a {
        margin: 25px 0 0 0;
        display: inline-block; }
    .kickstarter-content-3 .kickstarter-step .kickstarter-sharing {
      float: left;
      display: block;
      width: 100%;
      padding-left: 12%; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button {
        width: 160px;
        height: 40px;
        background-color: #3c297c;
        color: white;
        border: none;
        font-size: 0.75em;
        text-transform: uppercase;
        position: relative;
        font-weight: bold;
        outline: none;
        float: left;
        margin: 15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px; }
        .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button-blue {
          float: left;
          padding-left: 15px;
          display: table;
          height: inherit; }
          .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button-blue i {
            padding-right: 8px;
            display: table-cell;
            vertical-align: middle; }
          .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button-blue span {
            display: table-cell;
            vertical-align: middle; }
        .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button-white {
          background-color: white;
          border-bottom-right-radius: 30px;
          border-top-right-radius: 30px;
          -webkit-border-top-right-radius: 30px;
          -webkit-border-bottom-right-radius: 30px;
          -moz-border-radius-topright: 30px;
          -moz-border-radius-bottomright: 30px;
          height: 100%;
          width: 41px;
          text-align: center;
          color: #3c297c;
          position: absolute;
          top: 0;
          right: -10px;
          display: inline-block; }
          .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button-white span {
            display: block;
            height: 100%;
            vertical-align: middle;
            padding-top: 5px; }
        .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button-white:before, .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button-white::before {
          content: "";
          position: absolute;
          right: 41px;
          width: 0;
          height: 0;
          top: 12px;
          border-top: 8px solid transparent;
          border-right: 8px solid white;
          border-bottom: 8px solid transparent; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .button-twitter {
        background-color: #50abf1;
        margin-left: 25px; }

.kickstarter-background-4 {
  width: 735px;
  height: 480px;
  background: url("../img/kickstarter/4/background-photon.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 24%;
  left: 45%; }

.kickstarter-content-4 h1 {
  padding-top: 15%; }

.kickstarter-content-4 .button-support-kickstarter {
  left: 10%;
  bottom: -50%; }

.kickstarter-content-4 .button-kickstarter-kickstarter {
  left: 35%;
  bottom: -82%; }

.kickstarter-images-4 {
  width: 50%;
  top: 23%;
  left: 54%; }
  .kickstarter-images-4 img {
    max-width: 45%; }

@media (max-width: 90em) {
  .kickstarter-content-2 {
    padding-top: 80px; }
    .kickstarter-content-2 h2 {
      margin: 0; }
  .kickstarter-images-3 .kickstarter-text {
    left: 0; }
  .kickstarter-timer {
    padding-right: 0;
    bottom: 0; }
  .kickstarter-content-4 h1 {
    padding-left: 115px; }
  .kickstarter-content-4 .button-support-kickstarter {
    left: 28%; }
  .kickstarter-content-4 .button-kickstarter-kickstarter {
    left: 47%; }
    .kickstarter-content-4 .button-kickstarter-kickstarter img {
      width: 145px; } }

@media all and (max-width: 966px) {
  .kickstarter-page .section-yellow .content {
    float: none; } }

@media (max-width: 80em) {
  .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button-white:before {
    right: 38px; }
  .kickstarter-images-3 .kickstarter-text {
    left: 50px;
    font-size: 1.7em;
    bottom: 26%; } }

@media (max-width: 64em) {
  .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button {
    margin: 5px 0 0 70px; }
    .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button-white:before {
      right: 38px; }
  .kickstarter-images-3 .kickstarter-icon img {
    max-width: 75%; }
  .kickstarter-images-3 .kickstarter-text {
    left: 102px;
    width: 400px;
    bottom: 31%;
    font-size: 1.5em; }
  .kickstarter-page #section-4 .content:first-child {
    width: 60%; }
  .kickstarter-content-4 .button-kickstarter-kickstarter {
    left: 47%;
    padding: 0.8em 2.5em; }
    .kickstarter-content-4 .button-kickstarter-kickstarter img {
      width: 130px; } }

@media (max-width: 50em) {
  .kickstarter-page .inner {
    display: block; }
  .kickstarter-page .content {
    display: block;
    float: left;
    width: 100%; }
  .kickstarter-images-1 {
    position: relative;
    width: auto;
    left: auto;
    top: auto; }
    .kickstarter-images-1 img {
      float: right;
      padding-top: 14%;
      padding-right: 5%;
      max-width: 45%; }
  .kickstarter-header-1 {
    position: relative;
    display: inline-block;
    left: 0;
    top: auto; }
    .kickstarter-header-1 h1 {
      display: inline-block;
      margin: 0 auto;
      padding-left: 5%;
      white-space: nowrap; }
    .kickstarter-header-1 img {
      margin-left: 23%; }
  .kickstarter-content-1 {
    display: block;
    width: 100%;
    padding: 2% 10%;
    text-align: center; }
  .kickstarter-content-2 {
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
    left: auto;
    padding: 0; }
    .kickstarter-content-2 h2 {
      width: 100%; }
    .kickstarter-content-2 p {
      width: 100%; }
  .kickstarter-images-2 {
    position: relative;
    left: 0; }
    .kickstarter-images-2 img {
      display: block;
      margin: 0 auto;
      max-width: 50%; }
  .kickstarter-timer {
    display: block;
    margin: 0 auto;
    left: 5%;
    bottom: 18%;
    position: relative;
    text-align: center;
    top: 50%; }
    .kickstarter-timer span {
      float: none; }
    .kickstarter-timer .h1 {
      font-size: 3.6em; }
  .kickstarter-timer .time-countdown {
    display: inline-block;
    float: none;
    width: 500px; }
  .kickstarter-images-3 {
    display: none; }
  .kickstarter-header-3 .content {
    padding: 0; }
  .kickstarter-content-3 {
    display: block;
    margin: 0 auto;
    padding: 0 0 20px; }
    .kickstarter-content-3 .kickstarter-step {
      display: block;
      margin: 0 auto;
      width: auto;
      padding: 20px 0;
      float: none; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-step-number {
        display: block;
        float: left;
        width: 6%;
        position: relative; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-step-title {
        width: 94%;
        height: auto;
        display: block;
        text-align: left;
        font-size: 1.3em;
        padding-left: 20px; }
        .kickstarter-content-3 .kickstarter-step .kickstarter-step-title h3 {
          margin: 10px; }
        .kickstarter-content-3 .kickstarter-step .kickstarter-step-title br {
          display: none; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-step-content {
        margin: 0 auto;
        width: 100%;
        font-size: 1em;
        padding-left: 60px; }
        .kickstarter-content-3 .kickstarter-step .kickstarter-step-content p {
          text-align: left; }
        .kickstarter-content-3 .kickstarter-step .kickstarter-step-content a {
          margin: 0;
          margin-left: 50%;
          transform: translate(-50%); }
      .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button {
        float: left;
        margin: 15px; }
        .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button-white:before {
          right: 38px; }
  .kickstarter-page #section-4 .content:first-child {
    width: 100%; }
  .kickstarter-content-4 {
    text-align: center; }
    .kickstarter-content-4 h1 {
      padding: 15px 0; }
    .kickstarter-content-4 .button-support-kickstarter {
      position: relative;
      display: inline-block;
      margin: 0 auto;
      float: left;
      text-align: center;
      left: 50%;
      margin-top: 15px;
      padding: 0.8em 2.0em;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .kickstarter-content-4 .button-kickstarter-kickstarter {
      /* width: 100%; */
      position: relative;
      display: inline-block;
      margin: 0 auto;
      float: left;
      left: 50%;
      margin-top: 15px;
      clear: both;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      .kickstarter-content-4 .button-kickstarter-kickstarter img {
        width: 160px; }
  .kickstarter-images-4 {
    position: relative;
    display: block;
    margin: 0 auto;
    left: auto;
    width: inherit; }
    .kickstarter-images-4 img {
      max-width: 40%;
      display: block;
      margin: 0 auto; } }

@media (max-width: 30em) {
  .h1 {
    font-size: 3.2em; }
  .kickstarter-timer .h1 {
    font-size: 3.2em; }
  .kickstarter-content-3 .kickstarter-step {
    width: 100%;
    padding: 20px 10px; }
    .kickstarter-content-3 .kickstarter-step .kickstarter-step-title {
      font-size: 1.1em;
      padding-left: 31px; }
    .kickstarter-content-3 .kickstarter-step .kickstarter-step-content {
      font-size: 0.8em; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-step-content a {
        margin: 0;
        transform: none; }
  .kickstarter-content-4 .button-kickstarter-kickstarter img {
    width: 130px; }
  .kickstarter-images-4 img {
    width: 60%; }
  .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button-white span {
    padding-top: 12px; } }

@media (max-width: 25.88em) {
  .h1 {
    font-size: 2.1em; }
  .kickstarter-images-2 {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding-top: 0; }
  .kickstarter-content-2 {
    width: 100%; }
  .kickstarter-timer {
    left: auto;
    top: auto;
    bottom: auto;
    position: relative; }
    .kickstarter-timer .h1 {
      font-size: 1.9em;
      margin-right: 0; }
    .kickstarter-timer .time-countdown {
      width: auto;
      margin-left: 0; }
      .kickstarter-timer .time-countdown__text {
        font-size: 0.8em; }
  .kickstarter-header-3 h3 {
    padding: 5px; }
  .kickstarter-content-3 {
    padding: 0; }
    .kickstarter-content-3 .content {
      padding: 0; }
    .kickstarter-content-3 p {
      margin: 0;
      padding: 5px 0; }
    .kickstarter-content-3 .kickstarter-step {
      width: 100%;
      padding: 20px 0; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-step-title {
        padding-left: 23px; }
        .kickstarter-content-3 .kickstarter-step .kickstarter-step-title h3 {
          margin: 0;
          font-size: 1.15em; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-step-content {
        padding-left: 40px; }
        .kickstarter-content-3 .kickstarter-step .kickstarter-step-content a {
          font-size: 0.8em;
          margin: 5px 0;
          padding: 1.1em 2em; }
      .kickstarter-content-3 .kickstarter-step .kickstarter-sharing .social-button {
        width: 170px;
        font-size: 0.65em;
        margin: 5px; } }

.kickstarter__s-1__wave-orange__el-1 {
  width: 234px;
  height: 60px;
  -webkit-transform: rotate(-71deg) scale(1, -1);
  -moz-transform: rotate(-71deg) scale(1, -1);
  -ms-transform: rotate(-71deg) scale(1, -1);
  -o-transform: rotate(-71deg) scale(1, -1);
  transform: rotate(-71deg) scale(1, -1);
  left: 38%;
  top: 5%; }

.kickstarter__s-1__break-line-blue__el-1 {
  width: 122px;
  height: 42px;
  top: 9%;
  left: 30%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg); }

.kickstarter__s-1__dot-pink__el-1 {
  top: 36%;
  left: 5%; }

.kickstarter__s-1__sth-pink__el-1 {
  bottom: 8%;
  left: 3.5%; }

.kickstarter__s-1__circle-blue__el-1 {
  bottom: -23%;
  left: -18%; }

.kickstarter__s-1__triangle-darkpink-empty__el-1 {
  bottom: -8%;
  left: 42%;
  -webkit-transform: rotate(-61deg);
  -ms-transform: rotate(-61deg);
  -o-transform: rotate(-61deg);
  transform: rotate(-61deg); }

.kickstarter__s-1__donut-yellow__el-1 {
  top: 19%;
  right: 11%; }

.kickstarter__s-1__donut2-orange__el-1 {
  bottom: 48%;
  right: 8%; }

.kickstarter__s-1__dot-blue__el-1 {
  bottom: 34%;
  right: 6%; }

.kickstarter__s-1__wave-lightpink-vertical__el-1 {
  bottom: 21%;
  right: 10%; }

.kickstarter__s-1__donut-darkpink__el-1 {
  right: 12%;
  bottom: 18%;
  width: 84px;
  height: 87px; }

.kickstarter__s-2__wave-yellow-long__el-1 {
  bottom: 7%;
  left: -2%; }

.kickstarter__s-2__donut-blue-huge__el-1 {
  top: 22%;
  right: 11%; }

.kickstarter__s-2__dot-yellow__el-1 {
  top: 36%;
  right: 9%; }

.kickstarter__s-2__dot-pink__el-1 {
  bottom: 19%;
  right: 14%;
  width: 28px;
  height: 28px; }

.kickstarter__s-2__chips-lightpink-small__el-1 {
  bottom: 36%;
  left: 3%; }

.kickstarter__s-2__dot-white-blue__el-1 {
  bottom: 30%;
  left: 6%; }

.kickstarter__s-2__triangle-white__el-1 {
  top: 7%;
  left: 18%; }

.kickstarter__s-2__triangle-yellow__el-1 {
  top: 14%;
  left: 26%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.kickstarter__s-2__chips-blue__el-1 {
  top: 32%;
  left: -0.7%;
  -webkit-transform: rotate(-108deg);
  -ms-transform: rotate(-108deg);
  -o-transform: rotate(-108deg);
  transform: rotate(-108deg); }

.kickstarter__s-2_circle-orange-bigger__el-1 {
  top: -9%;
  left: 43%; }

.kickstarter__s-2__triangle-blue-huge__el-1 {
  top: -15%;
  left: 1%; }

.kickstarter__s-2__donut2-pink__el-1 {
  bottom: -11%;
  left: 45%; }

.kickstarter__s-3__triangle-white__el-1 {
  top: 31%;
  left: 7%;
  width: 69px;
  height: 69px;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  transform: rotate(55deg); }

.kickstarter__s-3__dot-white-blue__el-1 {
  top: 8%;
  left: 18%;
  width: 45px;
  height: 44px; }

.kickstarter__s-3__donut-lightpink__el-1 {
  width: 87px;
  height: 90px;
  top: -1.8%;
  left: 3%; }

.kickstarter__s-3__donut-darkpink__el-1 {
  top: 7%;
  left: 5%; }

.kickstarter__s-3__sth-orange__el-1 {
  top: 31%;
  left: -5%; }

.kickstarter__s-3__sth-blue__el-1 {
  top: 25%;
  left: 12%; }

.kickstarter__s-3__triangle-blue-huge__el-1 {
  top: 18%;
  right: 10%;
  width: 96px;
  height: 97px;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  transform: rotate(70deg); }

.kickstarter__s-3__dot-orange__el-1 {
  top: 15%;
  right: 7%; }

.kickstarter__s-3__wave-white__el-1 {
  top: 43%;
  right: 7%;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  -o-transform: rotate(17deg);
  transform: rotate(17deg); }

.kickstarter__s-3__donut-white__el-1 {
  bottom: 50%;
  left: 4%; }

.kickstarter__s-3__dot-blue__el-1 {
  bottom: 42%;
  left: 8%;
  width: 30px;
  height: 29px; }

.kickstarter__s-3__break-line-pink__el-1 {
  bottom: 23%; }

.kickstarter__s-3__triangle-orange-empty__el-1 {
  bottom: 10%;
  left: 14%; }

.kickstarter__s-3__chips-white__el-1 {
  bottom: 36%;
  right: 11%; }

.kickstarter__s-3__chips-lightpink__el-1 {
  bottom: 29%;
  right: 6%; }

.kickstarter__s-3__wave-orange-long__el-1 {
  bottom: 11%;
  right: -1%; }

.kickstarter__s-3__wave-blue-long__el-1 {
  bottom: -4%;
  left: 1%; }

.kickstarter__s-3__chips-darkpink-big__el-1 {
  bottom: -10%;
  right: 19%; }

.kickstarter__s-4__wave-white-long__el-1 {
  top: 23%;
  right: 6%; }

.kickstarter__s-4__triangle-darkpink-empty__el-1 {
  bottom: 7%;
  right: 10%;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  -o-transform: rotate(14deg);
  transform: rotate(14deg);
  width: 140px;
  height: 140px; }

.kickstarter__s-4__triangle-darkpink-empty__el-2 {
  bottom: 17%;
  left: 21%;
  width: 120px;
  height: 120px; }

.kickstarter__s-4__triangle-blue__el-1 {
  bottom: 47%;
  right: 10%; }

.kickstarter__s-4__triangle-blue-huge__el-1 {
  top: 15%;
  left: 27%;
  width: 62px;
  height: 63px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.kickstarter__s-4__triangle-orange-empty__el-1 {
  bottom: 34%;
  right: 5%; }

.kickstarter__s-4__donut2-blue__el-1 {
  bottom: 8%;
  right: 30%;
  width: 75px;
  height: 73px; }

.kickstarter__s-4__dot-blue__el-1 {
  bottom: 10%;
  left: 33%; }

.kickstarter__s-4__donut2-yellow__el-1 {
  bottom: -23%;
  left: 19%;
  width: 280px;
  height: 280px; }

.kickstarter__s-4__donut2-orange-big__el-1 {
  left: 6%;
  bottom: 6%; }

.kickstarter__s-4__donut-white-pink__el-1 {
  bottom: 22%;
  left: 4%; }

.kickstarter__s-4__dot-white-blue__el-1 {
  top: 19%;
  left: 7%; }

.kickstarter__s-4__circle-blue__el-1 {
  bottom: -35%;
  right: -3%;
  width: 554px;
  height: 554px; }

.kickstarter__s-4__circle-blue-small__el-1 {
  top: 6%;
  left: 12%; }

.kickstarter__s-4__chips-yellow-long__el-1 {
  top: 26%;
  left: -10%; }

.kickstarter__s-4__wave-darkpink__el-1 {
  top: 17%;
  left: 32%; }

.kickstarter__s-4__dot-white__el-1 {
  top: 11%;
  left: 40%; }

.kickstarter__s-4__triangle-yellow-empty__el-1 {
  top: 27%;
  left: 44%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 77px;
  height: 69px; }

.general-info {
  width: 70%;
  margin: 0 auto; }
  .general-info-logo {
    padding: 30px 20px; }
  .general-info-img {
    margin: 50px 0; }
    .general-info-img img {
      margin: 0 auto;
      display: block;
      max-height: 400px; }
  .general-info-text {
    margin: 30px 0 50px 0; }
