/**
 * Place all your LESS file imports here
 */
/**
 * Core modules
 *
 * Any repeatable pattern that needs to be shared between Unsplash projects
 * should be included as a `core module`.
 */
.full-width {
  height: 100%;
  width: 100%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Courier, monospace;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #111111;
  background-color: #ffffff;
}
body.theme-inverse {
  color: #e6e6e6;
  background-color: #111111;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #777777;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #5e5e5e;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 7px;
  margin-bottom: 7px;
  border: 0;
  border-top: 2px solid #999999;
}
.not-yet-animated {
  opacity: 0;
}
.animated {
  animation-duration: .7s;
  animation-fill-mode: both;
}
.animated-slow {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
.animated-fast {
  animation-duration: .5s;
  animation-fill-mode: both;
}
.bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-down {
  animation-name: fade-in-down;
}
@keyframes fade-out-up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
.fade-out-up {
  animation-name: fade-out-up;
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}
.fade-out-down {
  animation-name: fade-out-down;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  animation-name: fade-out;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation-name: fade-in;
}
.vertical-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-cell {
  display: table-cell;
  vertical-align: middle;
}
/**
 * Core Components
 *
 * Any re-usable component that needs to be shared between Unsplash projects
 * should be included as a `core component`.
 */
.spinner-container {
  padding: 24px 0;
}
.spinner-container--fixed-center {
  position: relative;
  top: 50%;
  bottom: 50%;
}
.spinner-container--padded {
  padding: 24px 0 800px;
}
.spinner {
  position: relative;
}
.spinner:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #999999;
  opacity: 0.6;
}
.spinner--inverse:before {
  background-color: #111111;
}
.spinner:after {
  z-index: 2;
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  transition: all .75s ease 0s;
  border-radius: 100%;
  border-right: 4px solid #111111;
  border-top: 4px solid #e6e6e6;
  border-left: 4px solid #e6e6e6;
  border-bottom: 4px solid #e6e6e6;
  animation: standard .45s infinite linear;
  transform-origin: center;
  opacity: 1;
}
.spinner--inverse:after {
  border-right: 4px solid #ffffff;
  border-top: 4px solid #111111;
  border-left: 4px solid #111111;
  border-bottom: 4px solid #111111;
}
@keyframes standard {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
 * App Components
 *
 * Anything that is specific to this Unsplash project.
 */
/*!
 * reveal.js
 * http://lab.hakim.se/reveal-js
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
/*********************************************
 * RESET STYLES
 *********************************************/
.reveal article,
.reveal aside,
.reveal details,
.reveal figcaption,
.reveal figure,
.reveal footer,
.reveal header,
.reveal hgroup,
.reveal menu,
.reveal nav,
.reveal section {
  display: block;
}
/*********************************************
 * GLOBAL STYLES
 *********************************************/
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  position: relative;
  line-height: 1;
  background-color: #111111;
  color: #ffffff;
}
/*********************************************
 * VIEW FRAGMENTS
 *********************************************/
.reveal .slides section .fragment {
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
}
.reveal .slides section .fragment.visible {
  opacity: 1;
  visibility: visible;
}
.reveal .slides section .fragment.grow {
  opacity: 1;
  visibility: visible;
}
.reveal .slides section .fragment.grow.visible {
  transform: scale(1.3);
}
.reveal .slides section .fragment.shrink {
  opacity: 1;
  visibility: visible;
}
.reveal .slides section .fragment.shrink.visible {
  transform: scale(0.7);
}
.reveal .slides section .fragment.zoom-in {
  transform: scale(0.1);
}
.reveal .slides section .fragment.zoom-in.visible {
  transform: none;
}
.reveal .slides section .fragment.fade-out {
  opacity: 1;
  visibility: visible;
}
.reveal .slides section .fragment.fade-out.visible {
  opacity: 0;
  visibility: hidden;
}
.reveal .slides section .fragment.semi-fade-out {
  opacity: 1;
  visibility: visible;
}
.reveal .slides section .fragment.semi-fade-out.visible {
  opacity: 0.5;
  visibility: visible;
}
.reveal .slides section .fragment.strike {
  opacity: 1;
}
.reveal .slides section .fragment.strike.visible {
  text-decoration: line-through;
}
.reveal .slides section .fragment.current-visible {
  opacity: 0;
  visibility: hidden;
}
.reveal .slides section .fragment.current-visible.current-fragment {
  opacity: 1;
  visibility: visible;
}
.reveal .slides section .fragment.highlight-red,
.reveal .slides section .fragment.highlight-current-red,
.reveal .slides section .fragment.highlight-green,
.reveal .slides section .fragment.highlight-current-green,
.reveal .slides section .fragment.highlight-blue,
.reveal .slides section .fragment.highlight-current-blue {
  opacity: 1;
  visibility: visible;
}
.reveal .slides section .fragment.highlight-red.visible {
  color: #ff2c2d;
}
.reveal .slides section .fragment.highlight-green.visible {
  color: #17ff2e;
}
.reveal .slides section .fragment.highlight-blue.visible {
  color: #1b91ff;
}
.reveal .slides section .fragment.highlight-current-red.current-fragment {
  color: #ff2c2d;
}
.reveal .slides section .fragment.highlight-current-green.current-fragment {
  color: #17ff2e;
}
.reveal .slides section .fragment.highlight-current-blue.current-fragment {
  color: #1b91ff;
}
/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  position: fixed;
  display: none;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
}
.reveal .progress:after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  top: -20px;
}
.reveal .progress span {
  display: block;
  height: 100%;
  width: 0px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
  position: fixed;
  display: block;
  right: 15px;
  bottom: 15px;
  opacity: 0.5;
  z-index: 31;
  font-size: 12px;
}
/*********************************************
 * SLIDES
 *********************************************/
.reveal {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
}
.reveal .slides {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: visible;
  z-index: 1;
  perspective: 600px;
  perspective-origin: 50% 40%;
}
.reveal .slides > section {
  -ms-perspective: 600px;
}
.reveal .slides > section,
.reveal .slides > section > section {
  display: none;
  position: absolute;
  width: 100%;
  padding: 20px 0px;
  z-index: 10;
  transform-style: preserve-3d;
  transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
/* Global transition speed settings */
.reveal[data-transition-speed="fast"] .slides section {
  transition-duration: 400ms;
}
.reveal[data-transition-speed="slow"] .slides section {
  transition-duration: 1200ms;
}
/* Slide-specific transition speed overrides */
.reveal .slides section[data-transition-speed="fast"] {
  transition-duration: 400ms;
}
.reveal .slides section[data-transition-speed="slow"] {
  transition-duration: 1200ms;
}
.reveal .slides > section.stack {
  padding-top: 0;
  padding-bottom: 0;
}
.reveal .slides > section.present,
.reveal .slides > section > section.present {
  display: block;
  z-index: 11;
  opacity: 1;
}
.reveal.center,
.reveal.center .slides,
.reveal.center .slides section {
  min-height: 0 !important;
}
/* Don't allow interaction with invisible slides */
.reveal .slides > section.future,
.reveal .slides > section > section.future,
.reveal .slides > section.past,
.reveal .slides > section > section.past {
  pointer-events: none;
}
.reveal.overview .slides > section,
.reveal.overview .slides > section > section {
  pointer-events: auto;
}
.reveal .slides > section.past,
.reveal .slides > section.future,
.reveal .slides > section > section.past,
.reveal .slides > section > section.future {
  opacity: 0;
}
/*********************************************
 * Mixins for readability of transitions
 *********************************************/
/*********************************************
 * SLIDE TRANSITION
 * Aliased 'linear' for backwards compatibility
 *********************************************/
/*********************************************
 * PAGE TRANSITION
 *********************************************/
.reveal.page .slides {
  perspective-origin: 0% 50%;
  perspective: 3000px;
}
.reveal.page .slides section {
  padding: 30px;
  min-height: 700px;
  box-sizing: border-box;
}
.reveal.page .slides section.past {
  z-index: 12;
}
.reveal.page .slides section:not(.stack):before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  transform: translateZ(-20px);
}
.reveal.page .slides section:not(.stack):after {
  content: '';
  position: absolute;
  display: block;
  width: 90%;
  height: 30px;
  left: 5%;
  bottom: 0;
  background: none;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(-90px) rotateX(65deg);
}
.reveal.page .slides > section.stack {
  padding: 0;
  background: none;
}
.reveal.page .slides > section.past {
  transform-origin: 0% 0%;
  transform: translate3d(-40%, 0, 0) rotateY(-80deg);
}
.reveal.page .slides > section.future {
  transform-origin: 100% 0%;
  transform: translate3d(0, 0, 0);
}
.reveal.page .slides > section > section.past {
  transform-origin: 0% 0%;
  transform: translate3d(0, -40%, 0) rotateX(80deg);
}
.reveal.page .slides > section > section.future {
  transform-origin: 0% 100%;
  transform: translate3d(0, 0, 0);
}
/*********************************************
 * FADE TRANSITION
 *********************************************/
.reveal .slides section[data-transition=fade],
.reveal.fade .slides section:not([data-transition]),
.reveal.fade .slides > section > section:not([data-transition]) {
  transform: none;
  transition: opacity 0.5s;
}
.reveal.fade.overview .slides section,
.reveal.fade.overview .slides > section > section {
  transition: none;
}
/*********************************************
 * NO TRANSITION
 *********************************************/
/*********************************************
 * PAUSED MODE
 *********************************************/
.reveal .pause-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  transition: all 1s ease;
}
.reveal.paused .pause-overlay {
  visibility: visible;
  opacity: 1;
}
/*********************************************
 * FALLBACK
 *********************************************/
.no-transforms {
  overflow-y: auto;
}
.no-transforms .reveal .slides {
  position: relative;
  width: 80%;
  height: auto !important;
  top: 0;
  left: 50%;
  margin: 0;
  text-align: center;
}
.no-transforms .reveal .controls,
.no-transforms .reveal .progress {
  display: none !important;
}
.no-transforms .reveal .slides section {
  display: block !important;
  opacity: 1 !important;
  position: relative !important;
  height: auto;
  min-height: 0;
  top: 0;
  left: -50%;
  margin: 70px 0;
  transform: none;
}
.no-transforms .reveal .slides section section {
  left: 0;
}
.reveal .no-transition,
.reveal .no-transition * {
  transition: none !important;
}
/*********************************************
 * PER-SLIDE BACKGROUNDS
 *********************************************/
.reveal .backgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  perspective: 600px;
}
.reveal .slide-background {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
.reveal .slide-background.stack {
  display: block;
}
.reveal .slide-background.present {
  opacity: 1;
  visibility: visible;
}
.print-pdf .reveal .slide-background {
  opacity: 1 !important;
  visibility: visible !important;
}
/* Video backgrounds */
.reveal .slide-background video {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  top: 0;
  left: 0;
}
/* Immediate transition style */
.reveal[data-background-transition=none] > .backgrounds .slide-background,
.reveal > .backgrounds .slide-background[data-background-transition=none] {
  transition: none;
}
/* Slide */
.reveal[data-background-transition=slide] > .backgrounds .slide-background,
.reveal > .backgrounds .slide-background[data-background-transition=slide] {
  opacity: 1;
  backface-visibility: hidden;
}
.reveal[data-background-transition=slide] > .backgrounds .slide-background.past,
.reveal > .backgrounds .slide-background.past[data-background-transition=slide] {
  transform: translate(-100%, 0);
}
.reveal[data-background-transition=slide] > .backgrounds .slide-background.future,
.reveal > .backgrounds .slide-background.future[data-background-transition=slide] {
  transform: translate(100%, 0);
}
.reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.past,
.reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=slide] {
  transform: translate(0, -100%);
}
.reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.future,
.reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=slide] {
  transform: translate(0, 100%);
}
/* Global transition speed settings */
.reveal[data-transition-speed="fast"] > .backgrounds .slide-background {
  transition-duration: 400ms;
}
.reveal[data-transition-speed="slow"] > .backgrounds .slide-background {
  transition-duration: 1200ms;
}
/*********************************************
 * PARALLAX BACKGROUND
 *********************************************/
.reveal.has-parallax-background .backgrounds {
  transition: all 0.8s ease;
}
/* Global transition speed settings */
.reveal.has-parallax-background[data-transition-speed="fast"] .backgrounds {
  transition-duration: 400ms;
}
.reveal.has-parallax-background[data-transition-speed="slow"] .backgrounds {
  transition-duration: 1200ms;
}
.reveal {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.reveal--unloaded {
  opacity: 0;
}
@font-face {
  font-family: "iconfont";
  src: url("../../webfonts/iconfont.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont";
  src: url("../../webfonts/iconfont.eot");
  src: url("../../webfonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../../webfonts/iconfont.woff") format("woff"), url("../../webfonts/iconfont.ttf") format("truetype"), url("../../webfonts/iconfont.svg?#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
  content: "\f101";
}
.icon-facebook:before {
  content: "\f102";
}
.icon-left-arrow:before {
  content: "\f103";
}
.icon-right-arrow:before {
  content: "\f104";
}
.icon-twitter:before {
  content: "\f105";
}
.block-link {
  text-decoration: none;
}
.block-link-child,
.block-link-child--dim {
  color: #ffffff;
}
.block-link-child--dim {
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.block-link:hover .block-link-child--dim {
  opacity: 0.9;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.text--regular,
.text--large {
  margin: 0;
}
.text--regular {
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .text--regular {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .text--regular {
    font-size: 30px;
  }
}
.text--large {
  font-size: 30px;
  line-height: 1.43;
}
@media (min-width: 768px) {
  .text--large {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .text--large {
    font-size: 70px;
  }
}
.text-heading,
.stats__user-view-profile,
.stats__downloads-text {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.slide {
  height: 100%;
}
.slide__container {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .slide__container {
    padding: 0 160px;
  }
}
@media (min-width: 992px) {
  .slide__container {
    padding: 0 200px;
  }
}
.slide-1__logo {
  margin-top: 80px;
  margin-bottom: 30px;
  width: 40px;
}
@media (min-width: 768px) {
  .slide-1__logo {
    width: 60px;
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .slide-1__logo {
    width: 80px;
  }
}
.slide-1__start-arrow {
  margin-top: 30px;
  font-size: 50px;
  padding: 20px;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  .slide-1__start-arrow {
    margin-top: 40px;
    font-size: 80px;
  }
}
.corner-logo {
  position: absolute;
  z-index: 100;
  top: 15px;
  left: 15px;
}
.corner-logo img {
  width: 30px;
}
@media (min-width: 768px) {
  .corner-logo {
    top: 30px;
    left: 30px;
  }
  .corner-logo img {
    width: 40px;
  }
}
.slide-2 p,
.slide-3-5 p,
.slide-4 p {
  margin-top: 24px;
}
.text--link {
  margin-top: 42px;
}
.back-to-start-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 30px;
  white-space: nowrap;
  text-decoration: none;
  font-size: 15px;
  padding: 12px 27px;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 72px;
}
.back-to-start-button:hover,
.back-to-start-button:focus,
.back-to-start-button.focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}
.back-to-start-button:active,
.back-to-start-button.active {
  outline: 0;
  background-image: none;
  opacity: 0.9;
}
.back-to-start-button.disabled,
.back-to-start-button[disabled],
fieldset[disabled] .back-to-start-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}
/**
 * User stats
 *
 * The shit on the left
 */
.stats__user {
  position: absolute;
  z-index: 100;
  bottom: 15px;
  left: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .stats__user {
    bottom: 30px;
    left: 30px;
  }
}
.stats__user-image {
  float: left;
}
.stats__user-image > img {
  width: 45px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
@media (min-width: 768px) {
  .stats__user-image > img {
    width: 60px;
  }
}
.stats__user-info {
  float: left;
  margin-top: 9px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .stats__user-info {
    margin-top: 13px;
    margin-left: 15px;
  }
}
.stats__user-name {
  margin: 0;
  margin-bottom: 3px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .stats__user-name {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.stats__user-view-profile {
  margin: 0;
  font-size: 11px;
}
/**
 * Download stats
 *
 * The shit on the right
 */
.stats__downloads {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .stats__downloads {
    bottom: 30px;
    right: 30px;
  }
}
.stats__downloads-number {
  font-size: 14px;
  margin: 0;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .stats__downloads-number {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.stats__downloads-text {
  font-size: 11px;
  margin: 0;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .stats__downloads-text {
    margin-bottom: 14px;
  }
}
.share-buttons {
  position: absolute;
  z-index: 100;
  top: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .share-buttons {
    top: 30px;
    right: 30px;
  }
}
.share-buttons__facebook {
  float: right;
  font-size: 25px;
}
@media (min-width: 768px) {
  .share-buttons__facebook {
    font-size: 32px;
  }
}
.share-buttons__twitter {
  float: right;
  font-size: 25px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .share-buttons__twitter {
    font-size: 32px;
  }
}
.slide-controls {
  position: absolute;
  z-index: 100;
  bottom: 160px;
  width: 100%;
  height: 0;
}
@media (min-width: 768px) {
  .slide-controls {
    top: 50%;
  }
}
.slide-controls a {
  padding: 15px;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
.slide-controls a:hover {
  opacity: 0.8;
}
.slide-controls__previous,
.slide-controls__next {
  font-size: 45px;
  margin-top: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .slide-controls__previous,
  .slide-controls__next {
    font-size: 60px;
    margin-top: -45px;
  }
}
.slide-controls__previous .inactive,
.slide-controls__next .inactive {
  display: none;
}
.slide-controls__previous {
  left: 50%;
  margin-left: -60px;
}
@media (min-width: 768px) {
  .slide-controls__previous {
    left: 30px;
    margin-left: 0;
  }
}
.slide-controls__next {
  right: 50%;
  margin-right: -60px;
}
@media (min-width: 768px) {
  .slide-controls__next {
    right: 30px;
    margin-right: 0;
  }
}
.background-overlay {
  height: 100%;
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.7) 100%);
}
.reveal .slides {
  position: absolute;
  z-index: 20;
}
