@charset "UTF-8";
/*
  Based on the Eric Meyer CSS Reset v2.0 (http://meyerweb.com/eric/tools/css/reset/)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

body {
  background: #f2f2f2;
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 736px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  .container {
    max-width: 100%;
  }
}

body {
  color: #0a0203;
  font-family: "Crimson Text", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: bold;
  line-height: 1;
}

h1 {
  font-size: 6.5rem;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
  line-height: 0.8;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 5rem;
  }
}
@media (max-width: 736px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 420px) {
  h1 {
    font-size: 2.68rem;
  }
}
h1 span {
  font-size: 0.375em;
  display: block;
  color: #fc2651;
  line-height: 1em;
  margin-bottom: 0.2em;
}
@media (max-width: 736px) {
  h1 span {
    font-size: 0.8em;
  }
}
@media (max-width: 420px) {
  h1 span {
    font-size: 0.75em;
  }
}

h2 {
  font-size: 4.5rem;
  margin-top: 0;
  margin-bottom: 0em;
  font-weight: bold;
  font-family: "Crimson Text", serif;
}
@media (max-width: 420px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.25rem;
  margin-top: 0.375em;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-family: "Crimson Text", serif;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
h3:before, h3:after {
  width: 100px;
  content: "";
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateX(-20px);
}
@media (max-width: 736px) {
  h3:before, h3:after {
    display: none;
  }
}
@media (max-width: 420px) {
  h3:before, h3:after {
    display: none;
  }
}
h3:after {
  left: 100%;
  transform: translateX(20px);
}

h4 {
  font-size: 2.25rem;
  margin-top: 1.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #041982;
}

h5 {
  font-size: 2.5rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
@media (max-width: 736px) {
  h5 {
    font-size: 2rem;
  }
}
@media (max-width: 420px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

p {
  margin: 1em 0;
  font-size: 1.375em;
}
p.-emphasis {
  font-family: "neuzeit-grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 0.8;
}
p.-emphasis span {
  color: #fc2651;
}

a {
  color: #041982;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-size: 1rem;
  font-style: italic;
}

blockquote {
  margin: 1em 0;
  padding: 0 0 0 2em;
}

cite {
  font-style: italic;
}

code {
  font-size: 0.96rem;
  font-family: monospace;
  background: #ebebeb;
  border: 1px solid #dedede;
  padding: 0.125em 0.25em;
  line-height: 150%;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

hr {
  outline: none;
  border: none;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #ebebeb;
}

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
ol li,
ul li {
  list-style-position: outside;
  font-size: 1.375em;
  color: rgba(10, 2, 3, 0.7);
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

form {
  margin: 1em 0;
}

dl {
  margin: 1em 0;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 0 0.5em;
}

table {
  width: 100%;
  margin: 1em 0;
}
table th {
  padding: 0.5em;
  border: 1px solid #ebebeb;
  background: #f4f4f4;
  text-align: left;
  font-weight: bold;
}
table td {
  padding: 0.5em;
  border: 1px solid #ebebeb;
}

@font-face {
  font-family: "entypo";
  src: url("../fonts/entypo.eot?59575301");
  src: url("../fonts/entypo.eot?59575301#iefix") format("embedded-opentype"), url("../fonts/entypo.woff?59575301") format("woff"), url("../fonts/entypo.ttf?59575301") format("truetype"), url("../fonts/entypo.svg?59575301#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../font/entypo.svg?59575301#entypo') format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before,
.tweet:before,
.read-more:after {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

span.icon-facebook:before {
  padding-right: 0.2em;
}

span.icon-twitter:before {
  padding-right: 0.3em;
}

.icon-note:before {
  content: "\e800";
} /* '' */
.icon-cancel-circled:before {
  content: "\e801";
} /* '' */
.icon-cancel-squared:before {
  content: "\e802";
} /* '' */
.icon-note-beamed:before {
  content: "\e803";
} /* '' */
.icon-upload-cloud:before {
  content: "\e804";
} /* '' */
.icon-music:before {
  content: "\e805";
} /* '' */
.icon-plus:before {
  content: "\e806";
} /* '' */
.icon-bookmark:before {
  content: "\e807";
} /* '' */
.icon-chat:before {
  content: "\e808";
} /* '' */
.icon-bell:before {
  content: "\e809";
} /* '' */
.icon-light-down:before {
  content: "\e80a";
} /* '' */
.icon-basket:before {
  content: "\e80b";
} /* '' */
.icon-down:before {
  content: "\e80c";
} /* '' */
.icon-left-dir:before {
  content: "\e80d";
} /* '' */
.icon-left-circled:before {
  content: "\e80e";
} /* '' */
.icon-search:before {
  content: "\e80f";
} /* '' */
.icon-mail:before {
  content: "\e810";
} /* '' */
.icon-heart:before {
  content: "\e811";
} /* '' */
.icon-flashlight:before {
  content: "\e812";
} /* '' */
.icon-heart-empty:before {
  content: "\e813";
} /* '' */
.icon-star:before {
  content: "\e814";
} /* '' */
.icon-star-empty:before {
  content: "\e815";
} /* '' */
.icon-user:before {
  content: "\e816";
} /* '' */
.icon-users:before {
  content: "\e817";
} /* '' */
.icon-user-add:before {
  content: "\e818";
} /* '' */
.icon-video:before {
  content: "\e819";
} /* '' */
.icon-camera:before {
  content: "\e81a";
} /* '' */
.icon-picture:before {
  content: "\e81b";
} /* '' */
.icon-layout:before {
  content: "\e81c";
} /* '' */
.icon-check:before {
  content: "\e81d";
} /* '' */
.icon-tag:before {
  content: "\e81e";
} /* '' */
.icon-cancel:before {
  content: "\e81f";
} /* '' */
.icon-eye:before {
  content: "\e820";
} /* '' */
.icon-lock-open:before {
  content: "\e821";
} /* '' */
.icon-menu:before {
  content: "\e822";
} /* '' */
.icon-lock:before {
  content: "\e823";
} /* '' */
.icon-attach:before {
  content: "\e824";
} /* '' */
.icon-link:before {
  content: "\e825";
} /* '' */
.icon-home:before {
  content: "\e826";
} /* '' */
.icon-back:before {
  content: "\e827";
} /* '' */
.icon-info-circled:before {
  content: "\e828";
} /* '' */
.icon-info:before {
  content: "\e829";
} /* '' */
.icon-help-circled:before {
  content: "\e82a";
} /* '' */
.icon-help:before {
  content: "\e82b";
} /* '' */
.icon-minus-circled:before {
  content: "\e82c";
} /* '' */
.icon-minus:before {
  content: "\e82d";
} /* '' */
.icon-plus-squared:before {
  content: "\e82e";
} /* '' */
.icon-plus-circled:before {
  content: "\e82f";
} /* '' */
.icon-minus-squared:before {
  content: "\e830";
} /* '' */
.icon-bookmarks:before {
  content: "\e831";
} /* '' */
.icon-flag:before {
  content: "\e832";
} /* '' */
.icon-thumbs-up:before {
  content: "\e833";
} /* '' */
.icon-upload:before {
  content: "\e834";
} /* '' */
.icon-thumbs-down:before {
  content: "\e835";
} /* '' */
.icon-download:before {
  content: "\e836";
} /* '' */
.icon-reply:before {
  content: "\e837";
} /* '' */
.icon-reply-all:before {
  content: "\e838";
} /* '' */
.icon-forward:before {
  content: "\e839";
} /* '' */
.icon-quote:before {
  content: "\e83a";
} /* '' */
.icon-code:before {
  content: "\e83b";
} /* '' */
.icon-export:before {
  content: "\e83c";
} /* '' */
.icon-pencil:before {
  content: "\e83d";
} /* '' */
.icon-feather:before {
  content: "\e83e";
} /* '' */
.icon-print:before {
  content: "\e83f";
} /* '' */
.icon-retweet:before {
  content: "\e840";
} /* '' */
.icon-keyboard:before {
  content: "\e841";
} /* '' */
.icon-comment:before {
  content: "\e842";
} /* '' */
.icon-book:before {
  content: "\e843";
} /* '' */
.icon-book-open:before {
  content: "\e844";
} /* '' */
.icon-newspaper:before {
  content: "\e845";
} /* '' */
.icon-doc-text-inv:before {
  content: "\e846";
} /* '' */
.icon-doc-text:before {
  content: "\e847";
} /* '' */
.icon-doc-landscape:before {
  content: "\e848";
} /* '' */
.icon-doc:before {
  content: "\e849";
} /* '' */
.icon-trash:before {
  content: "\e84a";
} /* '' */
.icon-cup:before {
  content: "\e84b";
} /* '' */
.icon-compass:before {
  content: "\e84c";
} /* '' */
.icon-direction:before {
  content: "\e84d";
} /* '' */
.icon-map:before {
  content: "\e84e";
} /* '' */
.icon-location:before {
  content: "\e84f";
} /* '' */
.icon-address:before {
  content: "\e850";
} /* '' */
.icon-vcard:before {
  content: "\e851";
} /* '' */
.icon-alert:before {
  content: "\e852";
} /* '' */
.icon-attention:before {
  content: "\e853";
} /* '' */
.icon-folder:before {
  content: "\e854";
} /* '' */
.icon-archive:before {
  content: "\e855";
} /* '' */
.icon-box:before {
  content: "\e856";
} /* '' */
.icon-rss:before {
  content: "\e857";
} /* '' */
.icon-phone:before {
  content: "\e858";
} /* '' */
.icon-cog:before {
  content: "\e859";
} /* '' */
.icon-tools:before {
  content: "\e85a";
} /* '' */
.icon-share:before {
  content: "\e85b";
} /* '' */
.icon-shareable:before {
  content: "\e85c";
} /* '' */
.icon-bag:before {
  content: "\e85d";
} /* '' */
.icon-calendar:before {
  content: "\e85e";
} /* '' */
.icon-login:before {
  content: "\e85f";
} /* '' */
.icon-logout:before {
  content: "\e860";
} /* '' */
.icon-mic:before {
  content: "\e861";
} /* '' */
.icon-mute:before {
  content: "\e862";
} /* '' */
.icon-docs:before {
  content: "\e863";
} /* '' */
.icon-sound:before {
  content: "\e864";
} /* '' */
.icon-volume:before {
  content: "\e865";
} /* '' */
.icon-clock:before {
  content: "\e866";
} /* '' */
.icon-hourglass:before {
  content: "\e867";
} /* '' */
.icon-down-open-mini:before {
  content: "\e868";
} /* '' */
.icon-up-open:before {
  content: "\e869";
} /* '' */
.icon-right-open:before {
  content: "\e86a";
} /* '' */
.icon-left-open:before {
  content: "\e86b";
} /* '' */
.icon-down-open:before {
  content: "\e86c";
} /* '' */
.icon-right-circled:before {
  content: "\e86d";
} /* '' */
.icon-down-circled:before {
  content: "\e86e";
} /* '' */
.icon-up-circled:before {
  content: "\e86f";
} /* '' */
.icon-arrow-combo:before {
  content: "\e870";
} /* '' */
.icon-window:before {
  content: "\e871";
} /* '' */
.icon-publish:before {
  content: "\e872";
} /* '' */
.icon-popup:before {
  content: "\e873";
} /* '' */
.icon-resize-small:before {
  content: "\e874";
} /* '' */
.icon-resize-full:before {
  content: "\e875";
} /* '' */
.icon-block:before {
  content: "\e876";
} /* '' */
.icon-adjust:before {
  content: "\e877";
} /* '' */
.icon-light-up:before {
  content: "\e878";
} /* '' */
.icon-lamp:before {
  content: "\e879";
} /* '' */
.icon-left-open-mini:before {
  content: "\e87a";
} /* '' */
.icon-right-open-mini:before {
  content: "\e87b";
} /* '' */
.icon-up-open-mini:before {
  content: "\e87c";
} /* '' */
.icon-down-open-big:before {
  content: "\e87d";
} /* '' */
.icon-left-open-big:before {
  content: "\e87e";
} /* '' */
.icon-right-open-big:before {
  content: "\e87f";
} /* '' */
.icon-arrows-ccw:before {
  content: "\e880";
} /* '' */
.icon-cw:before {
  content: "\e881";
} /* '' */
.icon-ccw:before {
  content: "\e882";
} /* '' */
.icon-up-open-big:before {
  content: "\e883";
} /* '' */
.icon-level-down:before {
  content: "\e884";
} /* '' */
.icon-up-thin:before {
  content: "\e885";
} /* '' */
.icon-left-thin:before {
  content: "\e886";
} /* '' */
.icon-progress-1:before {
  content: "\e887";
} /* '' */
.icon-progress-2:before {
  content: "\e888";
} /* '' */
.icon-right-thin:before {
  content: "\e889";
} /* '' */
.icon-progress-3:before {
  content: "\e88a";
} /* '' */
.icon-target:before {
  content: "\e88b";
} /* '' */
.icon-palette:before {
  content: "\e88c";
} /* '' */
.icon-list:before {
  content: "\e88d";
} /* '' */
.icon-list-add:before {
  content: "\e88e";
} /* '' */
.icon-signal:before {
  content: "\e88f";
} /* '' */
.icon-level-up:before {
  content: "\e890";
} /* '' */
.icon-left:before {
  content: "\e891";
} /* '' */
.icon-shuffle:before {
  content: "\e892";
} /* '' */
.icon-trophy:before {
  content: "\e893";
} /* '' */
.icon-loop:before {
  content: "\e894";
} /* '' */
.icon-right:before {
  content: "\e895";
} /* '' */
.icon-battery:before {
  content: "\e896";
} /* '' */
.icon-back-in-time:before {
  content: "\e897";
} /* '' */
.icon-switch:before {
  content: "\e898";
} /* '' */
.icon-up:before {
  content: "\e899";
} /* '' */
.icon-down-dir:before {
  content: "\e89a";
} /* '' */
.icon-play:before {
  content: "\e89b";
} /* '' */
.icon-monitor:before {
  content: "\e89c";
} /* '' */
.icon-mobile:before {
  content: "\e89d";
} /* '' */
.icon-stop:before {
  content: "\e89e";
} /* '' */
.icon-right-dir:before {
  content: "\e89f";
} /* '' */
.icon-pause:before {
  content: "\e8a0";
} /* '' */
.icon-network:before {
  content: "\e8a1";
} /* '' */
.icon-cd:before {
  content: "\e8a2";
} /* '' */
.icon-record:before {
  content: "\e8a3";
} /* '' */
.icon-up-dir:before {
  content: "\e8a4";
} /* '' */
.icon-down-bold:before {
  content: "\e8a5";
} /* '' */
.icon-to-end:before {
  content: "\e8a6";
} /* '' */
.icon-inbox:before {
  content: "\e8a7";
} /* '' */
.icon-install:before {
  content: "\e8a8";
} /* '' */
.icon-to-start:before {
  content: "\e8a9";
} /* '' */
.icon-left-bold:before {
  content: "\e8aa";
} /* '' */
.icon-right-bold:before {
  content: "\e8ab";
} /* '' */
.icon-fast-forward:before {
  content: "\e8ac";
} /* '' */
.icon-globe:before {
  content: "\e8ad";
} /* '' */
.icon-cloud:before {
  content: "\e8ae";
} /* '' */
.icon-fast-backward:before {
  content: "\e8af";
} /* '' */
.icon-down-thin:before {
  content: "\e8b0";
} /* '' */
.icon-progress-0:before {
  content: "\e8b1";
} /* '' */
.icon-up-bold:before {
  content: "\e8b2";
} /* '' */
.icon-cloud-thunder:before {
  content: "\e8b3";
} /* '' */
.icon-chart-area:before {
  content: "\e8b4";
} /* '' */
.icon-chart-bar:before {
  content: "\e8b5";
} /* '' */
.icon-flow-tree:before {
  content: "\e8b6";
} /* '' */
.icon-flow-line:before {
  content: "\e8b7";
} /* '' */
.icon-vimeo:before {
  content: "\e8b8";
} /* '' */
.icon-flickr-circled:before {
  content: "\e8b9";
} /* '' */
.icon-lastfm:before {
  content: "\e8ba";
} /* '' */
.icon-lastfm-circled:before {
  content: "\e8bb";
} /* '' */
.icon-vkontakte:before {
  content: "\e8bc";
} /* '' */
.icon-behance:before {
  content: "\e8bd";
} /* '' */
.icon-mixi:before {
  content: "\e8be";
} /* '' */
.icon-stumbleupon:before {
  content: "\e8bf";
} /* '' */
.icon-stumbleupon-circled:before {
  content: "\e8c0";
} /* '' */
.icon-flickr:before {
  content: "\e8c1";
} /* '' */
.icon-github-circled:before {
  content: "\e8c2";
} /* '' */
.icon-flow-cascade:before {
  content: "\e8c3";
} /* '' */
.icon-flow-branch:before {
  content: "\e8c4";
} /* '' */
.icon-chart-line:before {
  content: "\e8c5";
} /* '' */
.icon-chart-pie:before {
  content: "\e8c6";
} /* '' */
.icon-erase:before {
  content: "\e8c7";
} /* '' */
.icon-key:before {
  content: "\e8c8";
} /* '' */
.icon-github:before {
  content: "\e8c9";
} /* '' */
.icon-dribbble-circled:before {
  content: "\e8ca";
} /* '' */
.icon-picasa:before {
  content: "\e8cb";
} /* '' */
.icon-dribbble:before {
  content: "\e8cc";
} /* '' */
.icon-infinity:before {
  content: "\e8cd";
} /* '' */
.icon-magnet:before {
  content: "\e8ce";
} /* '' */
.icon-bucket:before {
  content: "\e8cf";
} /* '' */
.icon-linkedin-circled:before {
  content: "\e8d0";
} /* '' */
.icon-paypal:before {
  content: "\e8d1";
} /* '' */
.icon-sina-weibo:before {
  content: "\e8d2";
} /* '' */
.icon-linkedin:before {
  content: "\e8d3";
} /* '' */
.icon-cc-zero:before {
  content: "\e8d4";
} /* '' */
.icon-drive:before {
  content: "\e8d5";
} /* '' */
.icon-brush:before {
  content: "\e8d6";
} /* '' */
.icon-dot-3:before {
  content: "\e8d7";
} /* '' */
.icon-database:before {
  content: "\e8d8";
} /* '' */
.icon-cc-pd:before {
  content: "\e8d9";
} /* '' */
.icon-tumblr-circled:before {
  content: "\e8da";
} /* '' */
.icon-renren:before {
  content: "\e8db";
} /* '' */
.icon-skype-circled:before {
  content: "\e8dc";
} /* '' */
.icon-tumblr:before {
  content: "\e8dd";
} /* '' */
.icon-cc-nd:before {
  content: "\e8de";
} /* '' */
.icon-megaphone:before {
  content: "\e8df";
} /* '' */
.icon-dot-2:before {
  content: "\e8e0";
} /* '' */
.icon-dot:before {
  content: "\e8e1";
} /* '' */
.icon-clipboard:before {
  content: "\e8e2";
} /* '' */
.icon-cc-sa:before {
  content: "\e8e3";
} /* '' */
.icon-pinterest-circled:before {
  content: "\e8e4";
} /* '' */
.icon-cc-remix:before {
  content: "\e8e5";
} /* '' */
.icon-thermometer:before {
  content: "\e8e6";
} /* '' */
.icon-soundcloud:before {
  content: "\e8e7";
} /* '' */
.icon-cc-share:before {
  content: "\e8e8";
} /* '' */
.icon-google-circles:before {
  content: "\e8e9";
} /* '' */
.icon-skype:before {
  content: "\e8ea";
} /* '' */
.icon-flattr:before {
  content: "\e8eb";
} /* '' */
.icon-cc-nc-jp:before {
  content: "\e8ec";
} /* '' */
.icon-cc-nc-eu:before {
  content: "\e8ed";
} /* '' */
.icon-cc-nc:before {
  content: "\e8ee";
} /* '' */
.icon-cc-by:before {
  content: "\e8ef";
} /* '' */
.icon-cc:before {
  content: "\e8f0";
} /* '' */
.icon-traffic-cone:before {
  content: "\e8f1";
} /* '' */
.icon-gauge:before {
  content: "\e8f2";
} /* '' */
.icon-rocket:before {
  content: "\e8f3";
} /* '' */
.icon-flow-parallel:before {
  content: "\e8f4";
} /* '' */
.icon-vimeo-circled:before {
  content: "\e8f5";
} /* '' */
.icon-twitter:before {
  content: "\e8f6";
} /* '' */
.icon-twitter-circled:before {
  content: "\e8f7";
} /* '' */
.icon-facebook:before {
  content: "\e8f8";
} /* '' */
.icon-facebook-circled:before {
  content: "\e8f9";
} /* '' */
.icon-facebook-squared:before {
  content: "\e8fa";
} /* '' */
.icon-gplus:before {
  content: "\e8fb";
} /* '' */
.icon-gplus-circled:before {
  content: "\e8fc";
} /* '' */
.icon-pinterest:before {
  content: "\e8fd";
} /* '' */
.icon-evernote:before {
  content: "\e8fe";
} /* '' */
.icon-dropbox:before {
  content: "\e8ff";
} /* '' */
.icon-instagram:before {
  content: "\e900";
} /* '' */
.icon-qq:before {
  content: "\e901";
} /* '' */
.icon-spotify-circled:before {
  content: "\e902";
} /* '' */
.icon-spotify:before {
  content: "\e903";
} /* '' */
.icon-rdio-circled:before {
  content: "\e904";
} /* '' */
.icon-rdio:before {
  content: "\e905";
} /* '' */
.icon-smashing:before {
  content: "\e906";
} /* '' */
.icon-sweden:before {
  content: "\e907";
} /* '' */
.icon-db-shape:before {
  content: "\e908";
} /* '' */
.icon-logo-db:before {
  content: "\e909";
} /* '' */
.icon-tape:before {
  content: "\e90a";
} /* '' */
.icon-flash:before {
  content: "\e90b";
} /* '' */
.icon-graduation-cap:before {
  content: "\e90c";
} /* '' */
.icon-language:before {
  content: "\e90d";
} /* '' */
.icon-flight:before {
  content: "\e90e";
} /* '' */
.icon-moon:before {
  content: "\e90f";
} /* '' */
.icon-paper-plane:before {
  content: "\e910";
} /* '' */
.icon-ticket:before {
  content: "\e911";
} /* '' */
.icon-leaf:before {
  content: "\e912";
} /* '' */
.icon-lifebuoy:before {
  content: "\e913";
} /* '' */
.icon-droplet:before {
  content: "\e914";
} /* '' */
.icon-water:before {
  content: "\e915";
} /* '' */
.icon-air:before {
  content: "\e916";
} /* '' */
.icon-mouse:before {
  content: "\e917";
} /* '' */
.icon-briefcase:before {
  content: "\e918";
} /* '' */
.icon-credit-card:before {
  content: "\e919";
} /* '' */
.icon-floppy:before {
  content: "\e91a";
} /* '' */
.icon-suitcase:before {
  content: "\e91b";
} /* '' */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button,
.button,
[class^=button],
input[type=button],
input[type=submit],
input[type=reset] {
  display: inline-block;
  padding: 0.625em 1.25em;
  margin: 0 0 0.625em;
  border: none;
  appearance: none;
  outline: none;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
  font-size: 1rem;
  background-color: #ebebeb;
  color: #0a0203;
}
button:hover,
.button:hover,
[class^=button]:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  background-color: #e3e3e3;
  text-decoration: none;
}
button:active,
.button:active,
[class^=button]:active,
input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active {
  background: gainsboro;
}
button.disabled,
.button.disabled,
[class^=button].disabled,
input[type=button].disabled,
input[type=submit].disabled,
input[type=reset].disabled {
  background-color: #f1f1f1;
  color: #c5c5c5;
  cursor: default;
}
button.huge,
.button.huge,
[class^=button].huge,
input[type=button].huge,
input[type=submit].huge,
input[type=reset].huge {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.625em 2em;
}

button.primary,
.button-primary,
input.button-primary {
  background-color: #fc2651;
  color: white;
  font-family: "neuzeit-grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
}
button.primary:hover,
.button-primary:hover,
input.button-primary:hover {
  background-color: #fc1745;
  text-decoration: none;
}
button.primary:active,
.button-primary:active,
input.button-primary:active {
  background: #fc0839;
}
button.primary.disabled,
.button-primary.disabled,
input.button-primary.disabled {
  background-color: #fc335b;
  color: #d3032d;
  cursor: default;
}

button.secondary,
.button-secondary,
input.button-secondary {
  background-color: #fc2651;
  color: white;
}
button.secondary:hover,
.button-secondary:hover,
input.button-secondary:hover {
  background-color: #fc1745;
  text-decoration: none;
}
button.secondary:active,
.button-secondary:active,
input.button-secondary:active {
  background: #fc0839;
}
button.secondary.disabled,
.button-secondary.disabled,
input.button-secondary.disabled {
  background-color: #fc335b;
  color: #d3032d;
  cursor: default;
}

button.facebook,
.button-facebook,
input.button-facebook {
  background-color: #3B5998;
  color: white;
  padding-left: 0.6em;
}
button.facebook:hover,
.button-facebook:hover,
input.button-facebook:hover {
  background-color: #37538d;
  text-decoration: none;
}
button.facebook:active,
.button-facebook:active,
input.button-facebook:active {
  background: #324c82;
}
button.facebook.disabled,
.button-facebook.disabled,
input.button-facebook.disabled {
  background-color: #3f5ea1;
  color: #263961;
  cursor: default;
}
button.facebook.disabled,
.button-facebook.disabled,
input.button-facebook.disabled {
  background: #9099ae;
  color: white;
  cursor: default;
}

button.twitter,
.button-twitter,
input.button-twitter {
  background-color: #00ACED;
  color: white;
}
button.twitter:hover,
.button-twitter:hover,
input.button-twitter:hover {
  background-color: #00a1de;
  text-decoration: none;
}
button.twitter:active,
.button-twitter:active,
input.button-twitter:active {
  background: #0096ce;
}
button.twitter.disabled,
.button-twitter.disabled,
input.button-twitter.disabled {
  background-color: #00b5fa;
  color: #0074a1;
  cursor: default;
}
button.twitter.disabled,
.button-twitter.disabled,
input.button-twitter.disabled {
  background-color: #aebcc7;
  color: white;
  cursor: default;
}

form {
  display: block;
}

fieldset {
  display: block;
  margin: 1.25em 0;
  padding: 0;
}

legend {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
}

label {
  display: block;
  margin: 0 0 0.25em;
  font-weight: bold;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=image],
input[type=color] {
  display: block;
  padding: 0.5em;
  margin: 0 0 0.625em;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  outline: none;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=week]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=image]:hover,
input[type=color]:hover {
  border: 1px solid #e3e3e3;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=image]:focus,
input[type=color]:focus {
  border: 1px solid #dedede;
}

input[type=submit],
input[type=button] {
  display: block;
  border-radius: 0;
}

input[type=file] {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 100%;
}

textarea {
  padding: 0.25em;
}

progress,
meter {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem;
}

ul[class*=menu-] {
  margin: 0;
  padding: 0;
}
ul[class*=menu-] li {
  position: relative;
  list-style: none;
}
ul[class*=menu-] li a {
  display: inline-block;
}

ul.menu-secondary li {
  display: block;
}
ul.menu-secondary li a {
  display: block;
}

/**
 * Modal Component
 * --------------------------------
 * A simple inline modal for opening boxes.
 */
.modal {
  display: none;
  float: left;
  width: 100%;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10000;
  text-align: center;
  opacity: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.modal .modal-content-wrap {
  background-color: white;
  position: relative;
  top: 0px;
  opacity: 0;
  float: left;
  width: 100%;
}
.modal .modal-close {
  position: absolute;
  color: white;
  transition: all;
  opacity: 1;
  top: 1em;
  right: 1em;
}
.modal .modal-close:hover {
  opacity: 0.5;
}
.modal .modal-back-button {
  margin-bottom: -4em;
}
.modal.open {
  display: block;
  opacity: 1;
  animation-name: modal_display_background;
  animation-duration: 500ms;
  animation-timing-function: ease;
}
.modal.open .modal-content-wrap {
  opacity: 1;
  animation-name: modal_display_content;
  animation-duration: 500ms;
  animation-timing-function: ease;
}
.modal.closing {
  opacity: 0;
  animation-name: modal_close_background;
  animation-duration: 300ms;
  animation-timing-function: ease;
}
.modal.closing .modal-content-wrap {
  opacity: 0;
  animation-name: modal_close_content;
  animation-duration: 300ms;
  animation-timing-function: ease;
}

.modal .modal-content-wrap {
  width: 80%;
  margin-left: 10%;
  margin-right: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
}
.modal .modal-content-wrap img {
  width: 100%;
}
.modal h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  float: left;
  width: 100%;
}
.modal .campaign-point-image {
  max-width: 130px;
  margin: 0 auto;
}
.modal .campaign-point-image img {
  max-width: 100%;
  height: auto;
}
.modal .campaign-point {
  margin-bottom: 2em;
}
.modal .modal-back-button {
  float: left;
  width: 100%;
}
.modal.modal-full-width .modal-content-wrap {
  width: 100%;
  margin-left: auto;
}
.modal.video-modal .modal-content-wrap {
  background-color: transparent;
}
.modal.video-modal .modal-content-wrap .modal-close {
  z-index: 20;
  color: white;
  right: -1.5em;
  top: -1.5em;
}

@keyframes modal_display_background {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal_display_content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal_close_background {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal_close_content {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header-nav {
  position: relative;
  background: #fff;
  margin: 3em;
  padding: 1em;
}
.header-nav .logo-wrapper, .header-nav .menu-wrapper {
  display: block;
  float: left;
}
.header-nav .logo-wrapper .logo img {
  max-width: 100%;
}
@media (max-width: 736px) {
  .header-nav .menu-wrapper {
    display: none;
    width: 100%;
  }
}
.header-nav .menu-hamburger {
  display: none;
  float: right;
  margin: 0.5em;
}
@media (max-width: 736px) {
  .header-nav .menu-hamburger {
    display: block;
  }
}
.header-nav .menu-primary li.menu-item {
  display: inline-block;
}
@media (max-width: 736px) {
  .header-nav .menu-primary li.menu-item {
    display: block;
  }
}
.header-nav .menu-primary li.menu-item:hover ul, .header-nav .menu-primary li.menu-item:hover ul:hover {
  display: block;
}
@media (max-width: 736px) {
  .header-nav .menu-primary li.menu-item:hover ul, .header-nav .menu-primary li.menu-item:hover ul:hover {
    display: none;
  }
}
.header-nav .menu-primary li.menu-item a {
  color: #0a0203;
  display: inline-block;
  text-decoration: none;
  padding: 0 1em;
}
.header-nav .menu-primary li.menu-item ul {
  display: none;
  margin: 0;
  padding: 1em;
  top: 1.5em;
  left: 0;
  z-index: 1000;
}
@media (max-width: 736px) {
  .header-nav .menu-primary li.menu-item ul {
    position: relative;
    top: auto;
  }
}
.header-nav .menu-primary li.menu-item ul li {
  display: block;
}
.header-nav .menu-primary li.menu-item ul li a {
  display: block;
  white-space: nowrap;
}

.menu-hamburger {
  width: 40px;
  height: 24px;
  cursor: pointer;
  font-size: 1rem;
}
.menu-hamburger .bar,
.menu-hamburger .bar:after,
.menu-hamburger .bar:before {
  width: 40px;
  height: 4px;
}
.menu-hamburger .bar {
  position: relative;
  transform: translateY(10px);
  background: #0a0203;
  transition: all 0ms 300ms;
}
.open .menu-hamburger .bar {
  background: rgba(255, 255, 255, 0);
}
.menu-hamburger .bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #0a0203;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.open .menu-hamburger .bar:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-hamburger .bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #0a0203;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.open .menu-hamburger .bar:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sticky] {
  position: relative;
}
[data-sticky].fixed {
  margin-top: 0rem !important;
  position: fixed !important;
  top: 0rem;
  z-index: 30 !important;
}
@media (max-width: 420px) {
  [data-sticky].fixed {
    position: relative !important;
  }
}
[data-sticky].freeze {
  position: relative !important;
  top: 0em;
  right: 0rem !important;
}
@media (max-width: 420px) {
  [data-sticky].freeze {
    top: 0rem !important;
  }
}
[data-sticky].stay {
  position: absolute !important;
  right: 0rem !important;
}
@media (max-width: 420px) {
  [data-sticky].stay {
    position: relative !important;
    top: 0rem !important;
  }
}

/**
 * THIS IS JUST FOR THE THE COMPONET DEMO. 
 * DON'T NEED ANYTHING BELOW THIS POINT.
 */
.sticky-component-example .container {
  position: relative;
}
.sticky-component-example article {
  display: block;
  float: left;
  width: 66.6666666667%;
  margin-left: 0%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  .sticky-component-example article {
    display: block;
    float: left;
    width: 66.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  .sticky-component-example article {
    display: block;
    float: left;
    width: 66.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  .sticky-component-example article {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.sticky-component-example aside {
  display: block;
  float: left;
  width: 33.3333333333%;
  margin-left: 0%;
  margin-right: 0%;
  background: white;
  padding: 1em;
}
@media (min-width: 1200px) {
  .sticky-component-example aside {
    display: block;
    float: left;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  .sticky-component-example aside {
    display: block;
    float: left;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  .sticky-component-example aside {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.show-hide-example {
  display: none;
}
.show-hide-example.active {
  display: block;
}

[data-tooltip] {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: inline-block;
}
[data-tooltip]:before, [data-tooltip]:after {
  transition: all 0.2s ease-out;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
[data-tooltip]:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #0a0203;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -3.25px;
  z-index: 10001;
  bottom: -10px;
}
[data-tooltip]:after {
  box-sizing: border-box;
  content: attr(data-tooltip);
  padding: 0.5em 0.75em;
  border-radius: 3px;
  font-size: 0.95em;
  z-index: 10000;
  left: 50%;
  bottom: 100%;
  margin-left: -7.5em;
  margin-top: 10px;
  width: 15em;
  line-height: 120%;
  background: #0a0203;
  color: #ebebeb;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

footer {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  footer {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  footer {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  footer {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

article.grid-examples {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  article.grid-examples {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  article.grid-examples {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  article.grid-examples {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
article.grid-examples .container {
  text-align: center;
  background: #ebebeb;
}
article.grid-examples .container code {
  display: block;
  font-size: 0.94rem;
  background: none;
  border: none;
}
article.grid-examples .container > code {
  padding: 20px;
}
article.grid-examples .box {
  position: relative;
  padding: 10px;
  height: 120px;
  margin-bottom: 2%;
  background: #dedede;
  border: 1px solid gainsboro;
}
@media (max-width: 420px) {
  article.grid-examples .box {
    height: auto;
  }
}
article.grid-examples .box.-b1 {
  display: block;
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b1 {
    display: block;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b1 {
    display: block;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b1 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
article.grid-examples .box.-b2 {
  display: block;
  float: left;
  width: 33.3333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b2 {
    display: block;
    float: left;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b2 {
    display: block;
    float: left;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b2 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
article.grid-examples .box.-b3 {
  display: block;
  float: left;
  width: 41.6666666667%;
  margin-left: 0%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b3 {
    display: block;
    float: left;
    width: 41.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b3 {
    display: block;
    float: left;
    width: 41.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b3 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
article.grid-examples .box.-b4 {
  display: block;
  float: left;
  width: 41.6666666667%;
  margin-left: 16.6666666667%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b4 {
    display: block;
    float: left;
    width: 41.6666666667%;
    margin-left: 16.6666666667%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b4 {
    display: block;
    float: left;
    width: 41.6666666667%;
    margin-left: 16.6666666667%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b4 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
article.grid-examples .box.-b5 {
  display: block;
  float: left;
  width: 41.6666666667%;
  margin-left: 0%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b5 {
    display: block;
    float: left;
    width: 41.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b5 {
    display: block;
    float: left;
    width: 41.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b5 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
article.grid-examples .box.-b6 {
  display: block;
  float: left;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b6 {
    display: block;
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b6 {
    display: block;
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b6 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
article.grid-examples .box.-b6 code {
  padding-bottom: 10px;
}
article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
  display: block;
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  height: 50px;
  background: #d4d4d4;
  border: 1px solid #d2d2d2;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
    display: block;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
    display: block;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b6 .-b6-1, article.grid-examples .box.-b6 .-b6-2 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
article.grid-examples .box.-b7 {
  display: block;
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b7 {
    display: block;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b7 {
    display: block;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b7 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
article.grid-examples .box.-b8 {
  display: block;
  float: left;
  width: 55%;
  margin-left: 10%;
  margin-right: 10%;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b8 {
    display: block;
    float: left;
    width: 55%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b8 {
    display: block;
    float: left;
    width: 55%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b8 {
    display: block;
    float: left;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
article.grid-examples .box.-b9 {
  display: block;
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b9 {
    display: block;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b9 {
    display: block;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b9 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
  display: block;
  float: left;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
    display: block;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
    display: block;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b10, article.grid-examples .box.-b11 {
    display: block;
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
article.grid-examples .box.-b12 {
  display: block;
  float: left;
  width: 41.6666666667%;
  margin-left: 0%;
  margin-right: 0;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b12 {
    display: block;
    float: left;
    width: 41.6666666667%;
    margin-left: 0%;
    margin-right: 0;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b12 {
    display: block;
    float: left;
    width: 41.6666666667%;
    margin-left: 0%;
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b12 {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b12 {
    display: block;
    float: left;
    width: 40%;
    margin-left: 0%;
    margin-right: 0;
  }
}
article.grid-examples .box.-b13 {
  display: block;
  float: left;
  width: 58.3333333333%;
  margin-left: 0%;
  margin-right: 0;
}
@media (min-width: 1200px) {
  article.grid-examples .box.-b13 {
    display: block;
    float: left;
    width: 58.3333333333%;
    margin-left: 0%;
    margin-right: 0;
  }
}
@media (max-width: 736px) {
  article.grid-examples .box.-b13 {
    display: block;
    float: left;
    width: 58.3333333333%;
    margin-left: 0%;
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b13 {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-b13 {
    display: block;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-tall {
    height: 200px;
  }
}
@media (max-width: 420px) {
  article.grid-examples .box.-tall code {
    font-size: 0.8rem;
  }
}

.share-buttons {
  display: inline-block;
}
.share-buttons .share {
  display: inline-block;
}
.share-buttons .share.-twitter {
  margin: 2px 0 0 0;
}

/**
 * Site styles
 *
 * Sorry this could be broken up but I was doing this quickly -.-
 */
.viewport {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #041982;
  transition: background 0.5s ease-in-out;
}
.viewport.-body {
  background: white;
}
.viewport.-body .-epilogue {
  color: #0a0203;
}
.viewport.-title .chapter {
  color: white;
}
.viewport.-title .chapter hgroup .badge path,
.viewport.-title .chapter hgroup .badge polygon {
  fill: white;
}

.konami .viewport {
  background-image: url("https://media.giphy.com/media/13h2vCPEBHYDE4/giphy.gif");
  background-size: cover;
}
.konami .viewport p,
.konami .viewport h3,
.konami .viewport h2,
.konami .viewport h4,
.konami .viewport li {
  color: white !important;
}

.screen {
  position: relative;
  clear: both;
  transition: all 0.2s ease;
}
.screen .container {
  position: relative;
  height: 100%;
}
.screen .content {
  display: block;
  float: left;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  margin-right: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .screen .content {
    display: block;
    float: left;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  .screen .content {
    display: block;
    float: left;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  .screen .content {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 420px) {
  .screen .content {
    position: relative;
    top: 0;
    transform: none;
    padding: 4rem 0;
  }
}
.screen .prompt {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  color: white;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 3%;
  font-family: "neuzeit-grotesk", sans-serif;
  width: 100%;
  font-weight: 400;
}
@media (max-width: 420px) {
  .screen .prompt {
    position: relative;
  }
}
.screen .prompt .icon {
  color: #fc2651;
  display: block;
  font-size: 1.2em;
}
.screen .slash {
  letter-spacing: -0.1em;
}
.screen.-title {
  height: 100vh;
  min-height: 800px;
  color: white;
}
@media (max-width: 420px) {
  .screen.-title {
    min-height: 10em;
  }
}
.screen.-title p {
  font-size: 2em;
  max-width: 80%;
}
@media (max-width: 736px) {
  .screen.-title p {
    font-size: 2rem;
  }
}
@media (max-width: 420px) {
  .screen.-title p {
    font-size: 1.3em;
    line-height: 1.2;
  }
}
/**
 * Subtitle screen
 */
.screen.-subtitle,
.screen.-title {
  width: 100%;
  overflow-x: hidden;
}
.screen.-subtitle .icons,
.screen.-title .icons {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
}
@media (max-width: 736px) {
  .screen.-subtitle .icons,
  .screen.-title .icons {
    opacity: 0.2;
  }
}
@media (max-width: 420px) {
  .screen.-subtitle .icons,
  .screen.-title .icons {
    opacity: 0.2;
  }
}
.screen.-subtitle .icons img,
.screen.-title .icons img {
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
}
.screen.-subtitle .icons img.-roo,
.screen.-title .icons img.-roo {
  width: 50px;
}
.screen.-subtitle .icons img.-cricket,
.screen.-title .icons img.-cricket {
  width: 90px;
  top: 3%;
  left: 15%;
}
@media (max-width: 420px) {
  .screen.-subtitle .icons img.-cricket,
  .screen.-title .icons img.-cricket {
    display: none;
  }
}
.screen.-subtitle .icons img.-surfboard,
.screen.-title .icons img.-surfboard {
  left: 80%;
  top: 5%;
}
@media (max-width: 420px) {
  .screen.-subtitle .icons img.-surfboard,
  .screen.-title .icons img.-surfboard {
    left: -90%;
    top: 15%;
  }
}
.screen.-subtitle .icons img.-jar,
.screen.-title .icons img.-jar {
  left: 20%;
  top: 25%;
}
.screen.-subtitle .icons img.-roo,
.screen.-title .icons img.-roo {
  left: 5%;
  top: 70%;
}
.screen.-subtitle .icons img.-bbq,
.screen.-title .icons img.-bbq {
  left: 22%;
  top: 47%;
}
@media (max-width: 736px) {
  .screen.-subtitle .icons img.-bbq,
  .screen.-title .icons img.-bbq {
    left: 120%;
  }
}
.screen.-subtitle .icons.-right,
.screen.-title .icons.-right {
  left: auto;
  right: 0;
}
.screen.-subtitle .icons.-right img,
.screen.-title .icons.-right img {
  transform: rotate(40deg);
  left: auto;
}
.screen.-subtitle .icons.-right img.-bbq,
.screen.-title .icons.-right img.-bbq {
  right: 10%;
  top: 5%;
}
@media (max-width: 420px) {
  .screen.-subtitle .icons.-right img.-bbq,
  .screen.-title .icons.-right img.-bbq {
    top: 15%;
    right: 0;
  }
}
.screen.-subtitle .icons.-right img.-surfboard,
.screen.-title .icons.-right img.-surfboard {
  right: 38%;
  top: 50%;
}
.screen.-subtitle .icons.-right img.-jar,
.screen.-title .icons.-right img.-jar {
  right: 20%;
  top: 70%;
  transform: rotate(-70deg);
}
@media (max-width: 420px) {
  .screen.-subtitle .icons.-right img.-jar,
  .screen.-title .icons.-right img.-jar {
    top: auto;
    bottom: 0;
    right: 0;
  }
}
.screen.-subtitle .icons.-right img.-cricket,
.screen.-title .icons.-right img.-cricket {
  right: 100%;
  top: 6%;
}
@media (max-width: 736px) {
  .screen.-subtitle .icons.-right img.-cricket,
  .screen.-title .icons.-right img.-cricket {
    right: 150%;
  }
}
@media (max-width: 420px) {
  .screen.-subtitle .icons.-right img.-cricket,
  .screen.-title .icons.-right img.-cricket {
    display: block;
  }
}
.screen.-subtitle .icons.-right img.-roo,
.screen.-title .icons.-right img.-roo {
  right: 120%;
  top: 80%;
}
@media (max-width: 736px) {
  .screen.-subtitle .icons.-right img.-roo,
  .screen.-title .icons.-right img.-roo {
    right: 160%;
  }
}
@media (max-width: 420px) {
  .screen.-subtitle .icons.-right img.-roo,
  .screen.-title .icons.-right img.-roo {
    display: none;
  }
}

/**
 * Footer/epilogue screen
 */
.screen.-epilogue {
  background-image: url("../img/title-footer.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 70vh;
  min-height: 400px;
  overflow: visible;
  transition: color 1s ease;
}
.screen.-epilogue .content {
  display: block;
  float: left;
  width: 58.3333333333%;
  margin-left: 20.8333333333%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  .screen.-epilogue .content {
    display: block;
    float: left;
    width: 58.3333333333%;
    margin-left: 20.8333333333%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  .screen.-epilogue .content {
    display: block;
    float: left;
    width: 58.3333333333%;
    margin-left: 20.8333333333%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  .screen.-epilogue .content {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.screen.-epilogue .content p {
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 1.25rem;
}

/**
 * Call to action screen
 */
.screen.-cta {
  padding-top: 4rem;
  height: auto;
  clear: both;
  overflow: visible;
}
.screen.-cta .content {
  position: static;
  transform: none;
  display: block;
  float: left;
  width: 58.3333333333%;
  margin-left: 20.8333333333%;
  margin-right: 0%;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .screen.-cta .content {
    display: block;
    float: left;
    width: 58.3333333333%;
    margin-left: 20.8333333333%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  .screen.-cta .content {
    display: block;
    float: left;
    width: 58.3333333333%;
    margin-left: 20.8333333333%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  .screen.-cta .content {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.screen.-cta .content p {
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 1.25rem;
  max-width: 100%;
  text-align: center;
}
.screen.-cta .content p.-emphasis {
  line-height: 0.8;
  font-size: 6.5rem;
  margin-bottom: 0.25em;
  margin-top: 0;
}
@media (max-width: 736px) {
  .screen.-cta .content p.-emphasis {
    font-size: 4rem;
  }
}
@media (max-width: 420px) {
  .screen.-cta .content p.-emphasis {
    font-size: 2.5rem;
  }
}
.screen.-cta .footer {
  text-align: center;
  padding: 4rem 0% 0;
}
.screen.-cta .footer img {
  width: 33px;
  height: auto;
}
.screen.-cta .footer h5 {
  line-height: 1.1;
  font-size: 2.2em;
}
@media (max-width: 420px) {
  .screen.-cta .footer h5 {
    font-size: 1.6em;
  }
}
.screen.-cta .footer a:not(.button) {
  color: white;
  text-decoration: underline;
}
.screen.-cta .footer a:not(.button):hover {
  color: #fc2651;
}
.screen.-cta .disclaimer {
  text-align: center;
  padding: 2rem 10%;
  opacity: 0.6;
}
.screen.-cta .disclaimer p {
  font-size: 1em;
}
.screen.-cta .disclaimer a {
  color: white;
  text-decoration: underline;
}
.screen.-cta .footer-badge {
  margin: auto;
  display: block;
}

/**
 * Chapter styling
 */
.chapter {
  color: #0a0203;
  padding: 3rem 0;
  transition: all 0.2s ease;
}
.chapter.-final {
  padding-bottom: 10rem;
}
.chapter hgroup {
  display: block;
  float: left;
  width: 66.6666666667%;
  margin-left: 16.6666666667%;
  margin-right: 0%;
  text-align: center;
}
@media (min-width: 1200px) {
  .chapter hgroup {
    display: block;
    float: left;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  .chapter hgroup {
    display: block;
    float: left;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  .chapter hgroup {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.chapter hgroup h2 {
  margin-bottom: 0.125em;
}
.chapter hgroup img,
.chapter hgroup .badge {
  margin: 0 0 3.5rem;
  display: inline-block;
  width: 78px;
}
.chapter hgroup img path,
.chapter hgroup img polygon,
.chapter hgroup .badge path,
.chapter hgroup .badge polygon {
  fill: #041982;
}
.chapter article {
  display: block;
  float: left;
  width: 66.6666666667%;
  margin-left: 16.6666666667%;
  margin-right: 0%;
}
@media (min-width: 1200px) {
  .chapter article {
    display: block;
    float: left;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
    margin-right: 0%;
  }
}
@media (max-width: 736px) {
  .chapter article {
    display: block;
    float: left;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
    margin-right: 0%;
  }
}
@media (max-width: 420px) {
  .chapter article {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

/**
 * GIFS!
 */
span.highlight {
  background: #fc2651;
  color: white;
  padding: 0 0.375em 0.25em;
  margin: 0em;
  cursor: pointer;
  position: relative;
}
span.highlight:after {
  font-family: "entypo";
  color: #041982;
  content: "\e87b";
  margin: 0 0.25em 0 0.25em;
  position: relative;
  top: 0.125em;
}
span.highlight .highlight-popout {
  position: absolute;
  border: 15px solid #fc2651;
  bottom: 100%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 24px rgba(0, 0, 0, 0.4);
  animation-duration: 0.3s;
  pointer-events: none;
  background: #fc2651;
  min-height: 200px;
}
@media (max-width: 420px) {
  span.highlight .highlight-popout {
    width: calc(100vw - 40px);
    margin-left: 0;
    left: 20px;
  }
}
span.highlight .highlight-popout:after {
  background: url("../img/icon.star.png");
  background-size: cover;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  margin-bottom: -15px;
}
span.highlight .highlight-popout img {
  width: 100%;
  height: auto;
}

.floater {
  position: fixed;
  background: #fc2651;
  display: block;
  bottom: 20px;
  right: 0;
  padding: 13px 18px;
  color: white;
  z-index: 999;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.floater:hover {
  text-decoration: none;
  background: #ec0332;
}