/* Compass
 * -------------------- */
/* Import 'susy'
 * -------------------- */
/* Helpers
 * -------------------- */
/**
 * Variables
 * -----------------------------------------------------------------------------
 */
/* Colors
 * -------------------- */
/* line 21, ../../.source/source/sass/config/_variables.scss */
c {
  color: #bcb8b1;
}

/* Gutter
 * -------------------- */
/* Urls
 * -------------------- */
/* Font sizes
 * -------------------- */
/* Helpers
 * -------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * Set box-sizing to "border-box" for all elements
 */
/* line 7, ../../.source/source/sass/helpers/_normalize.scss */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 21, ../../.source/source/sass/helpers/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 31, ../../.source/source/sass/helpers/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 45, ../../.source/source/sass/helpers/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 66, ../../.source/source/sass/helpers/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 79, ../../.source/source/sass/helpers/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 89, ../../.source/source/sass/helpers/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 101, ../../.source/source/sass/helpers/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 110, ../../.source/source/sass/helpers/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 122, ../../.source/source/sass/helpers/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 130, ../../.source/source/sass/helpers/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 139, ../../.source/source/sass/helpers/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 147, ../../.source/source/sass/helpers/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 156, ../../.source/source/sass/helpers/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 164, ../../.source/source/sass/helpers/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 172, ../../.source/source/sass/helpers/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 176, ../../.source/source/sass/helpers/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 187, ../../.source/source/sass/helpers/_normalize.scss */
img {
  border: 0;
  vertical-align: middle;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 196, ../../.source/source/sass/helpers/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 207, ../../.source/source/sass/helpers/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 215, ../../.source/source/sass/helpers/_normalize.scss */
hr {
  background-color: #000;
  border: none;
  box-sizing: content-box;
  display: block;
  height: 1px;
  margin: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 228, ../../.source/source/sass/helpers/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 236, ../../.source/source/sass/helpers/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 259, ../../.source/source/sass/helpers/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 273, ../../.source/source/sass/helpers/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 284, ../../.source/source/sass/helpers/_normalize.scss */
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.
 */
/* line 297, ../../.source/source/sass/helpers/_normalize.scss */
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.
 */
/* line 309, ../../.source/source/sass/helpers/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 318, ../../.source/source/sass/helpers/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 329, ../../.source/source/sass/helpers/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 341, ../../.source/source/sass/helpers/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 353, ../../.source/source/sass/helpers/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 363, ../../.source/source/sass/helpers/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 374, ../../.source/source/sass/helpers/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 383, ../../.source/source/sass/helpers/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 394, ../../.source/source/sass/helpers/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 403, ../../.source/source/sass/helpers/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 412, ../../.source/source/sass/helpers/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 423, ../../.source/source/sass/helpers/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 428, ../../.source/source/sass/helpers/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 433, ../../.source/source/sass/helpers/_normalize.scss */
th {
  font-weight: normal;
}

/* Input placeholders
   ========================================================================== */
/* line 441, ../../.source/source/sass/helpers/_normalize.scss */
::-webkit-input-placeholder {
  color: #000000;
}

/* FF 18- */
/* line 446, ../../.source/source/sass/helpers/_normalize.scss */
:-moz-placeholder {
  color: #000000;
}

/* FF 19+ */
/* line 451, ../../.source/source/sass/helpers/_normalize.scss */
::-moz-placeholder {
  color: #000000;
}

/* line 455, ../../.source/source/sass/helpers/_normalize.scss */
:-ms-input-placeholder {
  color: #000000;
}

/* Reset headings
   ========================================================================== */
/* line 463, ../../.source/source/sass/helpers/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

/* Reset definition lists
   ========================================================================== */
/* line 473, ../../.source/source/sass/helpers/_normalize.scss */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* Reset anchors
   ========================================================================== */
/* line 484, ../../.source/source/sass/helpers/_normalize.scss */
a,
a:hover,
a:visited {
  text-decoration: none;
}

/* line 490, ../../.source/source/sass/helpers/_normalize.scss */
a:focus {
  outline: none;
}

/* Reset nav elements
   ========================================================================== */
/* line 498, ../../.source/source/sass/helpers/_normalize.scss */
nav ol,
nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 506, ../../.source/source/sass/helpers/_normalize.scss */
li {
  display: inline-block;
}

/* Set text selection to lightgrey
   ========================================================================== */
/* line 514, ../../.source/source/sass/helpers/_normalize.scss */
::-moz-selection {
  background: #999999;
  text-shadow: none;
}

/* line 519, ../../.source/source/sass/helpers/_normalize.scss */
::selection {
  background: #999999;
  text-shadow: none;
}

/* Remove italic style
   ========================================================================== */
/* line 528, ../../.source/source/sass/helpers/_normalize.scss */
i,
em,
address {
  font-style: normal;
}

/* Add font weight bold
   ========================================================================== */
/* line 538, ../../.source/source/sass/helpers/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* Remove margins for paragraphs
   ========================================================================== */
/* line 546, ../../.source/source/sass/helpers/_normalize.scss */
p {
  margin: 0;
}

/**
 * Functions
 * -----------------------------------------------------------------------------
 */
/**
 * Get value from map
 * -----------------------------------------------------------------------------
 * 
 * Usage: get($map, $key);
 *
 */
/**
 * Webfonts
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'Azo Sans Light';
  src: url("fonts/AzoSans-Light.eot");
}
@font-face {
  font-family: 'Azo Sans Light';
  src: url("fonts/AzoSans-Light.woff") format("woff"), url("fonts/AzoSans-Light.svg#AzoSans-Light") format("svg");
}
@font-face {
  font-family: 'Azo Sans Medium';
  src: url("fonts/AzoSans-Medium.eot");
}
@font-face {
  font-family: 'Azo Sans Medium';
  src: url("fonts/AzoSans-Medium.woff") format("woff"), url("fonts/AzoSans-Medium.svg#AzoSans-Medium") format("svg");
}
@font-face {
  font-family: 'Azo Sans Thin';
  src: url("fonts/RuiAbreu-AzoSansThin.eot");
  src: url("fonts/RuiAbreu-AzoSansThin.eot?#iefix") format("embedded-opentype"), url("fonts/RuiAbreu-AzoSansThin.woff2") format("woff2"), url("fonts/RuiAbreu-AzoSansThin.woff") format("woff"), url("fonts/RuiAbreu-AzoSansThin.svg#AzoSans-Thin") format("svg");
}
/**
 * Base print styling
 * -----------------------------------------------------------------------------
 * Source: http://html5boilerplate.com/
 */
@media print {
  /* line 11, ../../.source/source/sass/helpers/_print.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 17, ../../.source/source/sass/helpers/_print.scss */
  *:before, *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 26, ../../.source/source/sass/helpers/_print.scss */
  a {
    text-decoration: underline;
  }
  /* line 29, ../../.source/source/sass/helpers/_print.scss */
  a:visited {
    text-decoration: underline;
  }
  /* line 33, ../../.source/source/sass/helpers/_print.scss */
  a[href]:after {
    content: "(" attr(href) ")";
  }

  /* line 38, ../../.source/source/sass/helpers/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 43, ../../.source/source/sass/helpers/_print.scss */
  a[href^='#']:after, a[href^='javascript:']:after {
    content: '';
  }

  /* line 49, ../../.source/source/sass/helpers/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 55, ../../.source/source/sass/helpers/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 59, ../../.source/source/sass/helpers/_print.scss */
  tr {
    page-break-inside: avoid;
  }

  /* line 63, ../../.source/source/sass/helpers/_print.scss */
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  /* line 68, ../../.source/source/sass/helpers/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 75, ../../.source/source/sass/helpers/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
 * Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * Scrollbars
 * -----------------------------------------------------------------------------
 */
/**
 * Vertical align
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      element {
 *          @include vertical-align($position);
 *      }
 *
 */
/**
 * Cross browser opacity
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include opacity(1,100);
 *      }
 *
 */
/**
 * Set box shadow
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      div {
 *          @include box-shadow(values);
 *      }
 *
 */
/**
 * Grayscale an image
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include filter-grayscale(value);
 *      }
 *
 */
/**
 * Background defaults
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      header {
 *          @include background-default($opts)
 *      }
 *
 */
/**
 * Visually hide an element
 * -----------------------------------------------------------------------------
 * This placeholder selector will visually hide an element while
 * still make it accessible for screenreaders.
 * 
 * Usage:
 *
 *      p {
 *          @extend %visually-hidden;
 *      }
 *
 */
/* line 143, ../../.source/source/sass/helpers/_mixins.scss */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Clearfix
 * -----------------------------------------------------------------------------
 * A solid clearfix by Nicolas Gallagher.
 * Source: (http://nicolasgallagher.com/micro-clearfix-hack/)
 * 
 * Usage:
 *
 *      p {
 *          @extend %clearfix;
 *      }
 *
 */
/* line 169, ../../.source/source/sass/helpers/_mixins.scss */
.media-block,
.media-block__body, .grid, body.projekt section.eyecatcher .row, body.projekt section.work,
.clearfix {
  *zoom: 1;
}
/* line 173, ../../.source/source/sass/helpers/_mixins.scss */
.media-block:before,
.media-block__body:before, .grid:before, body.projekt section.eyecatcher .row:before, body.projekt section.work:before,
.clearfix:before {
  content: ' ';
  display: table;
}
/* line 178, ../../.source/source/sass/helpers/_mixins.scss */
.media-block:after,
.media-block__body:after, .grid:after, body.projekt section.eyecatcher .row:after, body.projekt section.work:after,
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}

/**
 * Media Queries
 * -----------------------------------------------------------------------------
 * A simple mixin for using media queries. Change the values to
 * fit your sites needs.
 * 
 * Usage:
 *
 *      header {
 *          @include bp-small() {
 *              display: none;
 *          }
 *          @include bp-huge() {
 *              display: block;
 *          }
 *      }
 */
/* Components
 * -------------------- */
/**
 * Typography - Webfonts
 * -----------------------------------------------------------------------------
 */
/**
 * Typography - Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * Add font smoothing
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-smoothing();
 *      }
 *
 */
/**
 * Font: Light
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-regular();
 *      }
 *
 */
/**
 * Font: Bold
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-bold();
 *      }
 *
 */
/**
 * Font: Marking
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-bold();
 *      }
 *
 */
/**
 * Legacy font: Helvetica
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-legacy();
 *      }
 *
 */
/**
 * Define the font size
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-size(1.6);
 *      }
 *
 */
/**
 * Typography - Helpers classes
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/typo/_helpers.scss */
.fs-default {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  /* line 6, ../../.source/source/sass/components/typo/_helpers.scss */
  .fs-default {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1400px) {
  /* line 6, ../../.source/source/sass/components/typo/_helpers.scss */
  .fs-default {
    font-size: 24px;
    line-height: 1.4;
  }
}

/* line 10, ../../.source/source/sass/components/typo/_helpers.scss */
.uc {
  text-transform: uppercase;
}

/* line 14, ../../.source/source/sass/components/typo/_helpers.scss */
.lc {
  text-transform: lowercase;
}

/* line 18, ../../.source/source/sass/components/typo/_helpers.scss */
.cap {
  text-transform: capitalize;
}

/**
 * The Teaser Block
 * -----------------------------------------------------------------------------
 *
 * Usage:
 *
 *      <figure class="teaser-block">
 *          <a href="http://some-url-com">
 *              <img src="http://placehold.it/50x50" alt="" width="" height="">
 *			    <figcaption>
 *					<h2>Title</h2>
 *					<p>Text Text Text</p>				
 *				</figcaption>
 *          </a>
 *      </figure>
 */
/* line 21, ../../.source/source/sass/components/_blocks.scss */
.teaser-block a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
/* line 28, ../../.source/source/sass/components/_blocks.scss */
.teaser-block img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 34, ../../.source/source/sass/components/_blocks.scss */
.teaser-block figcaption {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * The Media Block
 * -----------------------------------------------------------------------------
 * Courtesy of Nicole Sullivan. Demo: http://goo.gl/sCZKxk
 *
 * Usage:
 *
 *      <div class="media-block">
 *          <a href="http://some-url-com" class="media-block__image-container">
 *              <img src="http://placehold.it/50x50" alt="">
 *          </a>
 *          <div class="media-block__body">
 *              <h2>I'm a heading inside a media block</h2>
 *              <p>And some text inside it as well</p>
 *          </div>
 *      </div>
 */
/* line 65, ../../.source/source/sass/components/_blocks.scss */
.media-block {
  margin: 0;
}

/* line 74, ../../.source/source/sass/components/_blocks.scss */
.media-block__image-container {
  float: left;
  margin-right: 0;
}
/* line 78, ../../.source/source/sass/components/_blocks.scss */
.media-block__image-container img {
  display: block;
}

/**
 * The Flag Block
 * -----------------------------------------------------------------------------
 * Courtesy of Harry Roberts. Demo: http://goo.gl/YR3ffA, http://goo.gl/4B3uFm
 *
 * Usage:
 *
 *      <div class="flag [flag--top | flag--bottom]">
 *          <div class="flag__image">
 *              <img src="image.jpg" alt="">
 *          </div>
 *          <div class="flag__body">
 *              <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
 *          </div>
 *      </div>
 *
 */
/* line 102, ../../.source/source/sass/components/_blocks.scss */
.flag {
  display: table;
  width: 100%;
}

/* line 107, ../../.source/source/sass/components/_blocks.scss */
.flag__image,
.flag__body {
  display: table-cell;
  vertical-align: middle;
}
/* line 112, ../../.source/source/sass/components/_blocks.scss */
.flag--top .flag__image, .flag--top
.flag__body {
  vertical-align: top;
}
/* line 116, ../../.source/source/sass/components/_blocks.scss */
.flag--bottom .flag__image, .flag--bottom
.flag__body {
  vertical-align: bottom;
}

/* line 122, ../../.source/source/sass/components/_blocks.scss */
.flag__image {
  padding-right: 10px;
}
/* line 125, ../../.source/source/sass/components/_blocks.scss */
.flag__image > img {
  display: block;
  max-width: none;
}
/* line 130, ../../.source/source/sass/components/_blocks.scss */
.flag--rev .flag__image {
  padding-right: 0;
  padding-left: 10px;
}

/* line 137, ../../.source/source/sass/components/_blocks.scss */
.flag__body {
  width: 100%;
}

/**
 * Buttons
 * -----------------------------------------------------------------------------
 */
/**
 * Forms
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/_forms.scss */
form {
  display: block;
}

/**
 * Grid
 * -----------------------------------------------------------------------------
 */
@media only screen and (min-width: 1000px) {
  /* line 12, ../../.source/source/sass/components/_grid.scss */
  .grid .colleft, .grid .colright {
    float: left;
    position: relative;
    width: 48.4%;
  }
  /* line 18, ../../.source/source/sass/components/_grid.scss */
  .grid .colleft {
    margin-right: 3.2%;
  }
}

/**
 * Headings
 * -----------------------------------------------------------------------------
 */
/**
 * Icons
 * -----------------------------------------------------------------------------
 */
/**
 * Lists
 * -----------------------------------------------------------------------------
 */
/**
 * Tables
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/_tables.scss */
table {
  width: 100%;
}

/**
 * Utilities
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/_utilities.scss */
em,
address {
  font-style: normal;
}

/* line 17, ../../.source/source/sass/components/_utilities.scss */
p:not(:last-child) {
  margin: 0 0 10px 0;
}

/**
 * Forms
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/form/_forms.scss */
form {
  display: block;
}

/**
 * Form layout elements
 * -----------------------------------------------------------------------------
 */
/**
 * Input, Textarea
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/form/_fields.scss */
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
textarea {
  background-color: transparent;
  border-radius: 0;
  border: none;
  display: block;
  line-height: 1;
  outline: none !important;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #ffffff;
}

/* line 26, ../../.source/source/sass/components/form/_fields.scss */
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #CFA403 inset;
}

/**
 * Select
 * -----------------------------------------------------------------------------
 */
/* line 39, ../../.source/source/sass/components/form/_fields.scss */
button,
input[type=submit] {
  background-color: transparent;
  border-radius: 0;
  outline: none !important;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #ffffff;
}

/**
 * Form labels
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/form/_labels.scss */
label {
  display: block;
}

/**
 * Form errors
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/form/_errors.scss */
.has-error input[type=text],
.has-error input[type=email],
.has-error input[type=number],
.has-error input[type=password],
.has-error input[type=date],
.has-error textarea {
  border-bottom-color: #d9534f;
  color: #d9534f;
}
/* line 17, ../../.source/source/sass/components/form/_errors.scss */
.has-error label {
  color: #d9534f;
}

/**
 * Form Placeholder
 * -----------------------------------------------------------------------------
 */
/* Vendor (3rd party stuff)
 * -------------------- */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 8, ../../.source/source/sass/vendor/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 15, ../../.source/source/sass/vendor/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 20, ../../.source/source/sass/vendor/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 25, ../../.source/source/sass/vendor/_animate.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 93, ../../.source/source/sass/vendor/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-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;
  }
}
/* line 121, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 165, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 251, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 293, ../../.source/source/sass/vendor/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 357, ../../.source/source/sass/vendor/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 424, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 512, ../../.source/source/sass/vendor/_animate.scss */
.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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -ms-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -ms-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -ms-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -ms-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -ms-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    -ms-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -ms-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
/* line 609, ../../.source/source/sass/vendor/_animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 703, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 781, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 859, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 937, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1015, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 1061, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1107, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1142, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1177, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1223, ../../.source/source/sass/vendor/_animate.scss */
.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;
  }
}
/* line 1248, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1283, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1318, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1353, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1388, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1423, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1458, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1493, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1528, ../../.source/source/sass/vendor/_animate.scss */
.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;
  }
}
/* line 1553, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1583, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1613, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1643, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1673, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1703, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1733, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1763, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1793, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1877, ../../.source/source/sass/vendor/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1956, ../../.source/source/sass/vendor/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 2035, ../../.source/source/sass/vendor/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 2084, ../../.source/source/sass/vendor/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 2133, ../../.source/source/sass/vendor/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-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);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2197, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2229, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2276, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2321, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2366, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2411, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2456, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2496, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2536, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2576, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2616, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2656, ../../.source/source/sass/vendor/_animate.scss */
.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;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2735, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-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;
    -ms-transform: none;
    transform: none;
  }
}
/* line 2772, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2804, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2834, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-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);
    -ms-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);
  }
}
/* line 2877, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-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);
    -ms-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);
  }
}
/* line 2920, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-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);
    -ms-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);
  }
}
/* line 2963, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-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);
    -ms-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);
  }
}
/* line 3006, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* line 3044, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-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);
    -ms-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;
    -ms-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);
  }
}
/* line 3092, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-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);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 3132, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-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);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 3172, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-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);
    -ms-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;
    -ms-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);
  }
}
/* line 3220, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3253, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3286, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3319, ../../.source/source/sass/vendor/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 80%, 0);
    -ms-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3352, ../../.source/source/sass/vendor/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInUpLast {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUpLast {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3386, ../../.source/source/sass/vendor/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUpLast;
  animation-name: slideInUpLast;
}

@-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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 3425, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3458, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3491, ../../.source/source/sass/vendor/_animate.scss */
.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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 3524, ../../.source/source/sass/vendor/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
/* line 12, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

/* line 21, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 25, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 33, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 51, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 56, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 62, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 69, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/* line 83, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* line 87, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 91, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* line 103, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* line 108, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 116, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 127, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, left, right);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 134, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, left, right);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 141, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, left, right);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 148, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, left, right);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 155, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 160, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 165, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 178, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* line 184, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 190, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 196, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 200, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 204, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 208, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 212, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-button-lock {
  display: none;
}

/* line 216, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 227, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 231, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 238, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 243, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

/* line 250, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 256, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 262, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 268, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 274, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

/* line 280, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

/* line 286, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 295, ../../.source/source/sass/vendor/_swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 306, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 310, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 315, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 322, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 327, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

/* line 335, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

/* line 344, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* line 348, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 356, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

/* line 364, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

/* line 372, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 377, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

/* line 392, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

/* line 398, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 406, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 414, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 418, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

/* line 422, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* line 426, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 430, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

/* line 434, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

/* line 438, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-pagination-lock {
  display: none;
}

/* line 442, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 449, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 458, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 467, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 477, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 481, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-scrollbar-lock {
  display: none;
}

/* line 485, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/* line 503, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 510, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-slide-zoomed {
  cursor: move;
}

/* line 514, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 530, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 541, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 559, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 568, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 574, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 581, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 585, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 589, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 593, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 606, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 610, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 616, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 620, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 626, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 633, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 646, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-flip {
  overflow: visible;
}

/* line 650, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 657, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 661, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 665, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 672, ../../.source/source/sass/vendor/_swiper.scss */
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* Layout
 * -------------------- */
/**
 * Base
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/layout/_base.scss */
html {
  overflow-y: scroll;
}

/* line 11, ../../.source/source/sass/layout/_base.scss */
html,
body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #413736;
}

/* line 19, ../../.source/source/sass/layout/_base.scss */
.bodywrapper {
  overflow: auto;
  height: 100%;
}

/* line 23, ../../.source/source/sass/layout/_base.scss */
html {
  overflow: hidden;
}

/* line 27, ../../.source/source/sass/layout/_base.scss */
body {
  font-family: 'Azo Sans Light', serif;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  /* line 27, ../../.source/source/sass/layout/_base.scss */
  body {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1400px) {
  /* line 27, ../../.source/source/sass/layout/_base.scss */
  body {
    font-size: 24px;
    line-height: 1.4;
  }
}

/* line 39, ../../.source/source/sass/layout/_base.scss */
.innerwrapper, body.projekt nav ul li.top a {
  margin: 0 auto;
  max-width: 1400px;
  width: calc(100% - 2 * 20px );
  padding: 20px 0 40px 0;
}
@media only screen and (min-width: 1000px) {
  /* line 39, ../../.source/source/sass/layout/_base.scss */
  .innerwrapper, body.projekt nav ul li.top a {
    width: calc(100% - 2 * 50px );
    padding: 40px 0 60px 0;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 39, ../../.source/source/sass/layout/_base.scss */
  .innerwrapper, body.projekt nav ul li.top a {
    width: calc(100% - 2 * 70px );
    padding: 20px 0 70px 0;
  }
}

/**
 *  Scrollbars
 * -----------------------------------------------------------------------------
 */
/* line 12, ../../.source/source/sass/helpers/_mixins.scss */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

/* line 16, ../../.source/source/sass/helpers/_mixins.scss */
::-webkit-scrollbar-track {
  background-color: #E2E0DC;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 21, ../../.source/source/sass/helpers/_mixins.scss */
::-webkit-scrollbar-thumb {
  background-color: #bcb8b1;
}

/* line 24, ../../.source/source/sass/helpers/_mixins.scss */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #bcb8b1;
}

/**
 * Header
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/layout/_header.scss */
header {
  height: 100%;
  width: 100%;
  max-width: 1400px;
  height: calc(100% - 2 * 20px);
  width: calc(100% - 2 * 20px);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 20px 20px;
  /*
  	-webkit-transition: width 0.3s; 
      transition: width 0.3s;
  */
  background-color: #E2E0DC;
  background-image: url("/assets/img/bg-home.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1000px) {
  /* line 6, ../../.source/source/sass/layout/_header.scss */
  header {
    height: calc(100% - 2 * 40px);
    width: calc(100% - 2 * 40px);
    margin-top: 40px;
    padding: 50px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 6, ../../.source/source/sass/layout/_header.scss */
  header {
    height: calc(100% - 2 * 50px);
    width: calc(100% - 2 * 50px);
    margin-top: 50px;
    padding: 60px 100px;
  }
}
/* line 47, ../../.source/source/sass/layout/_header.scss */
header h1 {
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  /* line 47, ../../.source/source/sass/layout/_header.scss */
  header h1 {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px) {
  /* line 47, ../../.source/source/sass/layout/_header.scss */
  header h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
/* line 50, ../../.source/source/sass/layout/_header.scss */
header h1 span {
  font-family: 'Azo Sans Light', serif;
  font-style: normal;
  font-stretch: normal;
}
/* line 58, ../../.source/source/sass/layout/_header.scss */
header h2 {
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.36;
}
@media screen and (min-width: 1000px) {
  /* line 58, ../../.source/source/sass/layout/_header.scss */
  header h2 {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1400px) {
  /* line 58, ../../.source/source/sass/layout/_header.scss */
  header h2 {
    font-size: 62px;
    line-height: 1.3;
  }
}
/* line 61, ../../.source/source/sass/layout/_header.scss */
header h2 strong {
  font-family: 'Lobster', cursive;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  color: #CFA403;
  font-size: 23px;
  line-height: 1.36;
}
@media screen and (min-width: 1000px) {
  /* line 61, ../../.source/source/sass/layout/_header.scss */
  header h2 strong {
    font-size: 43px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1400px) {
  /* line 61, ../../.source/source/sass/layout/_header.scss */
  header h2 strong {
    font-size: 63px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 69, ../../.source/source/sass/layout/_header.scss */
  header .intro {
    /* margin-top: set by js */
    margin-top: 0px !important;
  }
}
/* line 74, ../../.source/source/sass/layout/_header.scss */
header .intro {
  opacity: 0;
}

/**
 * Navigation
 * -----------------------------------------------------------------------------
 */
/* line 9, ../../.source/source/sass/layout/_navigation.scss */
nav ul {
  position: relative;
  height: 100%;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/pattern_menu.png");
  padding: 60px 20px 20px 20px;
  display: none;
}
/* line 24, ../../.source/source/sass/layout/_navigation.scss */
nav ul li {
  display: block;
  padding-bottom: 10px;
}
/* line 28, ../../.source/source/sass/layout/_navigation.scss */
nav ul li.top a {
  display: none;
}
/* line 32, ../../.source/source/sass/layout/_navigation.scss */
nav ul li a {
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.36;
  color: #CFA403;
}
@media screen and (min-width: 1000px) {
  /* line 32, ../../.source/source/sass/layout/_navigation.scss */
  nav ul li a {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1400px) {
  /* line 32, ../../.source/source/sass/layout/_navigation.scss */
  nav ul li a {
    font-size: 62px;
    line-height: 1.3;
  }
}
/* line 37, ../../.source/source/sass/layout/_navigation.scss */
nav ul li a:hover {
  color: #413736;
}
@media only screen and (min-width: 1000px) {
  /* line 9, ../../.source/source/sass/layout/_navigation.scss */
  nav ul {
    padding: 0;
    background-image: none;
    width: auto;
    height: auto;
    display: block;
  }
  /* line 52, ../../.source/source/sass/layout/_navigation.scss */
  nav ul li {
    background-color: #ffffff;
    position: fixed;
    z-index: 10;
  }
  /* line 59, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .left, nav ul .right {
    width: 20px;
    height: 100%;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  /* line 59, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .left, nav ul .right {
    width: 50px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1400px) {
  /* line 59, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .left, nav ul .right {
    width: 70px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 68, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .left a, nav ul .right a {
    height: 300px;
    top: calc(50% - 150px);
    background-size: 30px auto;
    width: 20px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  /* line 68, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .left a, nav ul .right a {
    width: 40px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1400px) {
  /* line 68, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .left a, nav ul .right a {
    width: 70px;
    background-size: 35px auto;
    width: 55px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 84, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .top, nav ul .bottom {
    height: 20px;
    width: 100%;
    width: calc(100% - 8px);
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  /* line 84, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .top, nav ul .bottom {
    height: 50px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1400px) {
  /* line 84, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .top, nav ul .bottom {
    height: 70px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 97, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .top a, nav ul .bottom a {
    width: 300px;
    height: 20px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  /* line 97, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .top a, nav ul .bottom a {
    background-size: auto 30px;
    height: 40px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1400px) {
  /* line 97, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .top a, nav ul .bottom a {
    background-size: auto 35px;
    height: 55px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 114, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .top {
    top: 0;
    left: 0;
  }
  /* line 119, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .bottom {
    bottom: 0;
    left: 0;
  }
  /* line 122, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .bottom a {
    background-image: url("/assets/img/nav-kontakt.svg");
    background-position: center bottom;
    left: calc(75% - 150px);
  }
  /* line 125, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .bottom a:hover {
    background-image: url("/assets/img/nav-kontakt-hover.svg");
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  /* line 122, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .bottom a {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1400px) {
  /* line 122, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .bottom a {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 138, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .right {
    top: 0;
    right: 8px;
  }
  /* line 141, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .right a {
    background-image: url("/assets/img/nav-portfolio.svg");
    background-position: right center;
  }
  /* line 144, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .right a:hover {
    background-image: url("/assets/img/nav-portfolio-hover.svg");
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  /* line 141, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .right a {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1400px) {
  /* line 141, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .right a {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 157, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .left {
    top: 0;
    left: 0;
  }
  /* line 160, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .left a {
    background-image: url("/assets/img/nav-persoenlich.svg");
    background-position: left center;
  }
  /* line 163, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .left a:hover {
    background-image: url("/assets/img/nav-persoenlich-hover.svg");
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  /* line 160, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .left a {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1400px) {
  /* line 160, ../../.source/source/sass/layout/_navigation.scss */
  nav ul .left a {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 175, ../../.source/source/sass/layout/_navigation.scss */
  nav ul a {
    text-indent: -1999px;
    overflow: hidden;
    text-align: center;
    display: none;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
}
@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  /* line 175, ../../.source/source/sass/layout/_navigation.scss */
  nav ul a {
    display: block;
  }
}

/* line 195, ../../.source/source/sass/layout/_navigation.scss */
.toggle-nav {
  position: fixed;
  top: 30px;
  right: 38px;
  width: 20px;
  height: auto;
  z-index: 20;
  cursor: pointer;
  display: block;
}
@media only screen and (min-width: 1000px) {
  /* line 195, ../../.source/source/sass/layout/_navigation.scss */
  .toggle-nav {
    display: none;
  }
}
/* line 207, ../../.source/source/sass/layout/_navigation.scss */
.toggle-nav .st0 {
  fill: none;
  stroke: #413736;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
/* line 214, ../../.source/source/sass/layout/_navigation.scss */
.toggle-nav:hover .st0 {
  stroke: #CFA403;
}

/* line 220, ../../.source/source/sass/layout/_navigation.scss */
.close {
  position: fixed;
  display: none;
  width: 20px;
  top: 20px;
  right: 20px;
  z-index: 40;
  height: auto;
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  /* line 220, ../../.source/source/sass/layout/_navigation.scss */
  .close {
    width: 30px;
    top: 40px;
    right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 220, ../../.source/source/sass/layout/_navigation.scss */
  .close {
    width: 40px;
    top: 50px;
    right: 50px;
  }
}
/* line 243, ../../.source/source/sass/layout/_navigation.scss */
.close .polygon {
  fill: #CFA403;
}
/* line 247, ../../.source/source/sass/layout/_navigation.scss */
.close:hover .polygon {
  fill: #413736;
}

/* line 255, ../../.source/source/sass/layout/_navigation.scss */
html.open-menu nav .close {
  display: block;
}
@media only screen and (min-width: 1000px) {
  /* line 255, ../../.source/source/sass/layout/_navigation.scss */
  html.open-menu nav .close {
    display: none;
  }
}
/* line 262, ../../.source/source/sass/layout/_navigation.scss */
html.open-menu nav ul {
  display: block;
}
/* line 264, ../../.source/source/sass/layout/_navigation.scss */
html.open-menu nav ul::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/assets/img/bg-blumen-crop.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/**
 * Footer
 * -----------------------------------------------------------------------------
 */
/* Views
 * -------------------- */
/**
 *  Loading animations
 * -----------------------------------------------------------------------------
 */
/**
 *  Content
 * -----------------------------------------------------------------------------
 */
/* line 9, ../../.source/source/sass/views/_content.scss */
section.portfolio-list img {
  width: 100%;
  height: auto;
}
/* line 13, ../../.source/source/sass/views/_content.scss */
section.portfolio-list figure {
  position: relative;
  margin: 0 0 80px 0;
}
@media only screen and (min-width: 1000px) {
  /* line 13, ../../.source/source/sass/views/_content.scss */
  section.portfolio-list figure {
    margin: 0;
  }
}
/* line 20, ../../.source/source/sass/views/_content.scss */
section.portfolio-list a {
  color: #413736;
}
/* line 22, ../../.source/source/sass/views/_content.scss */
section.portfolio-list a:hover {
  color: #CFA403;
}
/* line 27, ../../.source/source/sass/views/_content.scss */
section.portfolio-list .spacer {
  display: none;
}
@media only screen and (min-width: 1000px) {
  /* line 27, ../../.source/source/sass/views/_content.scss */
  section.portfolio-list .spacer {
    display: block;
  }
}
/* line 34, ../../.source/source/sass/views/_content.scss */
section.portfolio-list figcaption {
  position: absolute;
  padding-top: 8px;
}

/* line 40, ../../.source/source/sass/views/_content.scss */
section.portfolio-list figure:last-child .spacer {
  height: 130px;
}

/* line 44, ../../.source/source/sass/views/_content.scss */
section.about {
  background-color: #E2E0DC;
  padding: 40px 40px 20px 20px;
  background-image: url("/assets/img/bg-pusteblumen.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1000px) {
  /* line 44, ../../.source/source/sass/views/_content.scss */
  section.about {
    padding: 120px 60px 50px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 44, ../../.source/source/sass/views/_content.scss */
  section.about {
    padding: 140px 110px 70px 110px;
  }
}
/* line 62, ../../.source/source/sass/views/_content.scss */
section.about p {
  max-width: 845px;
}
/* line 66, ../../.source/source/sass/views/_content.scss */
section.about strong {
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
/* line 70, ../../.source/source/sass/views/_content.scss */
section.about h3 {
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.36;
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  /* line 70, ../../.source/source/sass/views/_content.scss */
  section.about h3 {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1400px) {
  /* line 70, ../../.source/source/sass/views/_content.scss */
  section.about h3 {
    font-size: 62px;
    line-height: 1.3;
  }
}
/* line 73, ../../.source/source/sass/views/_content.scss */
section.about h3 strong {
  font-family: 'Lobster', cursive;
  color: #CFA403;
  font-size: 23px;
  line-height: 1.36;
}
@media screen and (min-width: 1000px) {
  /* line 73, ../../.source/source/sass/views/_content.scss */
  section.about h3 strong {
    font-size: 43px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1400px) {
  /* line 73, ../../.source/source/sass/views/_content.scss */
  section.about h3 strong {
    font-size: 63px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 70, ../../.source/source/sass/views/_content.scss */
  section.about h3 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 70, ../../.source/source/sass/views/_content.scss */
  section.about h3 {
    margin-bottom: 140px;
  }
}
/* line 88, ../../.source/source/sass/views/_content.scss */
section.about .indent {
  margin-top: 40px;
}
@media only screen and (min-width: 1000px) {
  /* line 88, ../../.source/source/sass/views/_content.scss */
  section.about .indent {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 88, ../../.source/source/sass/views/_content.scss */
  section.about .indent {
    margin-top: 80px;
  }
}
/* line 97, ../../.source/source/sass/views/_content.scss */
section.about .indent p {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) {
  /* line 97, ../../.source/source/sass/views/_content.scss */
  section.about .indent p {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 97, ../../.source/source/sass/views/_content.scss */
  section.about .indent p {
    margin-top: 40px;
  }
}

/* line 113, ../../.source/source/sass/views/_content.scss */
section.statements {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1000px) {
  /* line 113, ../../.source/source/sass/views/_content.scss */
  section.statements {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 113, ../../.source/source/sass/views/_content.scss */
  section.statements {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
/* line 126, ../../.source/source/sass/views/_content.scss */
section.statements .swiper-container {
  width: 100%;
  /* height: 400px; */
}
/* line 129, ../../.source/source/sass/views/_content.scss */
section.statements .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 147, ../../.source/source/sass/views/_content.scss */
section.statements .swiper-container .swiper-slide p {
  display: block;
  width: 660px;
  max-width: 80%;
  font-family: 'Lobster', cursive;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  color: #CFA403;
}
@media screen and (min-width: 1000px) {
  /* line 147, ../../.source/source/sass/views/_content.scss */
  section.statements .swiper-container .swiper-slide p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px) {
  /* line 147, ../../.source/source/sass/views/_content.scss */
  section.statements .swiper-container .swiper-slide p {
    font-size: 30px;
    line-height: 1.2;
  }
}
/* line 155, ../../.source/source/sass/views/_content.scss */
section.statements .swiper-container .swiper-slide p span {
  font-size: 16px;
  line-height: 1.4;
  display: block;
  color: #413736;
  font-family: 'Azo Sans Light', serif;
  font-style: normal;
  font-stretch: normal;
  padding-top: 10px;
}
@media screen and (min-width: 1000px) {
  /* line 155, ../../.source/source/sass/views/_content.scss */
  section.statements .swiper-container .swiper-slide p span {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1400px) {
  /* line 155, ../../.source/source/sass/views/_content.scss */
  section.statements .swiper-container .swiper-slide p span {
    font-size: 24px;
    line-height: 1.4;
  }
}
/* line 161, ../../.source/source/sass/views/_content.scss */
section.statements .swiper-container .swiper-slide p span strong {
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
/* line 169, ../../.source/source/sass/views/_content.scss */
section.statements .swiper-button-prev, section.statements .swiper-container-rtl .swiper-button-next {
  background-image: url("/assets/img/arrow-left.svg");
  left: 10px;
  right: auto;
  width: 20px;
  height: 30px;
  background-size: contain;
}
/* line 176, ../../.source/source/sass/views/_content.scss */
section.statements .swiper-button-prev:hover, section.statements .swiper-container-rtl .swiper-button-next:hover {
  background-image: url("/assets/img/arrow-left-hover.svg");
}
/* line 181, ../../.source/source/sass/views/_content.scss */
section.statements .swiper-button-next, section.statements .swiper-container-rtl .swiper-button-prev {
  background-image: url("/assets/img/arrow-right.svg");
  right: 10px;
  left: auto;
  width: 20px;
  height: 30px;
  background-size: contain;
}
/* line 188, ../../.source/source/sass/views/_content.scss */
section.statements .swiper-button-next:hover, section.statements .swiper-container-rtl .swiper-button-prev:hover {
  background-image: url("/assets/img/arrow-right-hover.svg");
}

@media only screen and (min-width: 1000px) {
  /* line 195, ../../.source/source/sass/views/_content.scss */
  .indent {
    padding-left: 22.6%;
  }
}

/* line 201, ../../.source/source/sass/views/_content.scss */
.overlay {
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
  position: fixed;
  z-index: 50;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
/* line 216, ../../.source/source/sass/views/_content.scss */
.overlay .overlay-inner {
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 60px 20px 20px 20px;
}
@media only screen and (min-width: 1000px) {
  /* line 216, ../../.source/source/sass/views/_content.scss */
  .overlay .overlay-inner {
    padding: 40px 100px 20px 100px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 216, ../../.source/source/sass/views/_content.scss */
  .overlay .overlay-inner {
    padding: 50px 150px 20px 150px;
  }
}
/* line 230, ../../.source/source/sass/views/_content.scss */
.overlay .overlay-inner img {
  max-width: 100%;
  height: auto;
}
/* line 241, ../../.source/source/sass/views/_content.scss */
.overlay.open {
  display: block;
}
/* line 247, ../../.source/source/sass/views/_content.scss */
.overlay .close {
  display: none;
}
/* line 251, ../../.source/source/sass/views/_content.scss */
.overlay.open .close {
  display: block;
}
/* line 256, ../../.source/source/sass/views/_content.scss */
.overlay.persoenlich {
  left: -100%;
  background-image: url("/assets/img/pattern_personal.png");
  font-size: 16px;
  line-height: 1.4;
}
/* line 259, ../../.source/source/sass/views/_content.scss */
.overlay.persoenlich.open {
  left: 0%;
}
@media screen and (min-width: 1000px) {
  /* line 256, ../../.source/source/sass/views/_content.scss */
  .overlay.persoenlich {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1400px) {
  /* line 256, ../../.source/source/sass/views/_content.scss */
  .overlay.persoenlich {
    font-size: 24px;
    line-height: 1.4;
  }
}
/* line 267, ../../.source/source/sass/views/_content.scss */
.overlay.persoenlich h3 {
  max-width: 845px;
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  /* line 267, ../../.source/source/sass/views/_content.scss */
  .overlay.persoenlich h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px) {
  /* line 267, ../../.source/source/sass/views/_content.scss */
  .overlay.persoenlich h3 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 267, ../../.source/source/sass/views/_content.scss */
  .overlay.persoenlich h3 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 267, ../../.source/source/sass/views/_content.scss */
  .overlay.persoenlich h3 {
    margin-bottom: 60px;
  }
}
/* line 283, ../../.source/source/sass/views/_content.scss */
.overlay.persoenlich p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1400px) {
  /* line 283, ../../.source/source/sass/views/_content.scss */
  .overlay.persoenlich p {
    margin-bottom: 40px;
  }
}
/* line 289, ../../.source/source/sass/views/_content.scss */
.overlay.persoenlich p strong {
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
/* line 294, ../../.source/source/sass/views/_content.scss */
.overlay.persoenlich img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1000px) {
  /* line 294, ../../.source/source/sass/views/_content.scss */
  .overlay.persoenlich img {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 294, ../../.source/source/sass/views/_content.scss */
  .overlay.persoenlich img {
    margin-bottom: 50px;
  }
}
/* line 304, ../../.source/source/sass/views/_content.scss */
.overlay.persoenlich a {
  color: #CFA403;
}
/* line 306, ../../.source/source/sass/views/_content.scss */
.overlay.persoenlich a:hover {
  color: #413736;
}
/* line 312, ../../.source/source/sass/views/_content.scss */
.overlay.kontakt {
  background-image: url("/assets/img/pattern_contact.png");
  top: 100%;
  font-size: 16px;
  line-height: 1.2;
}
/* line 316, ../../.source/source/sass/views/_content.scss */
.overlay.kontakt.open {
  top: 0%;
}
@media screen and (min-width: 1000px) {
  /* line 312, ../../.source/source/sass/views/_content.scss */
  .overlay.kontakt {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px) {
  /* line 312, ../../.source/source/sass/views/_content.scss */
  .overlay.kontakt {
    font-size: 40px;
    line-height: 1.2;
  }
}
/* line 323, ../../.source/source/sass/views/_content.scss */
.overlay.kontakt .linkedin {
  width: 40px;
  height: auto;
}
/* line 327, ../../.source/source/sass/views/_content.scss */
.overlay.kontakt p, .overlay.kontakt h4 {
  font-family: 'Azo Sans Light', serif;
  font-style: normal;
  font-stretch: normal;
}
/* line 329, ../../.source/source/sass/views/_content.scss */
.overlay.kontakt p strong, .overlay.kontakt h4 strong {
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
/* line 333, ../../.source/source/sass/views/_content.scss */
.overlay.kontakt h3 {
  max-width: 845px;
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
/* line 337, ../../.source/source/sass/views/_content.scss */
.overlay.kontakt a {
  font-family: 'Lobster', cursive;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  color: #CFA403;
}
/* line 340, ../../.source/source/sass/views/_content.scss */
.overlay.kontakt a:hover {
  color: #413736;
}
/* line 345, ../../.source/source/sass/views/_content.scss */
.overlay.kontakt p, .overlay.kontakt h4, .overlay.kontakt h3 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1400px) {
  /* line 345, ../../.source/source/sass/views/_content.scss */
  .overlay.kontakt p, .overlay.kontakt h4, .overlay.kontakt h3 {
    margin-bottom: 40px;
  }
}
/* line 352, ../../.source/source/sass/views/_content.scss */
.overlay.kontakt::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/assets/img/bg-kontakt.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
/* line 368, ../../.source/source/sass/views/_content.scss */
.overlay.portfolio {
  background-image: url("/assets/img/pattern_menu.png");
  left: 100%;
}
/* line 372, ../../.source/source/sass/views/_content.scss */
.overlay.portfolio.open {
  left: 0%;
}
/* line 376, ../../.source/source/sass/views/_content.scss */
.overlay.portfolio ul {
  margin: 0;
  padding: 0;
}
/* line 379, ../../.source/source/sass/views/_content.scss */
.overlay.portfolio ul li {
  display: block;
}
/* line 382, ../../.source/source/sass/views/_content.scss */
.overlay.portfolio ul li a {
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.36;
  padding-bottom: 10px;
  display: block;
  color: #413736;
}
@media screen and (min-width: 1000px) {
  /* line 382, ../../.source/source/sass/views/_content.scss */
  .overlay.portfolio ul li a {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1400px) {
  /* line 382, ../../.source/source/sass/views/_content.scss */
  .overlay.portfolio ul li a {
    font-size: 62px;
    line-height: 1.3;
  }
}
/* line 388, ../../.source/source/sass/views/_content.scss */
.overlay.portfolio ul li a:hover {
  color: #CFA403;
}
/* line 395, ../../.source/source/sass/views/_content.scss */
.overlay.portfolio::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("/assets/img/bg-blumen-crop.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/**
 *  Content
 * -----------------------------------------------------------------------------
 */
/* line 10, ../../.source/source/sass/views/_project.scss */
body.projekt nav ul li.top a {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  line-height: 1;
  color: #413736;
  text-align: left;
  padding: 0;
  text-indent: inherit;
  position: relative;
}
@media screen and (min-width: 1000px) {
  /* line 10, ../../.source/source/sass/views/_project.scss */
  body.projekt nav ul li.top a {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1400px) {
  /* line 10, ../../.source/source/sass/views/_project.scss */
  body.projekt nav ul li.top a {
    font-size: 24px;
    line-height: 1.4;
  }
}
/* line 16, ../../.source/source/sass/views/_project.scss */
body.projekt nav ul li.top a span {
  font-family: 'Azo Sans Light', serif;
  font-style: normal;
  font-stretch: normal;
}
@media only screen and (min-width: 1000px) {
  /* line 10, ../../.source/source/sass/views/_project.scss */
  body.projekt nav ul li.top a {
    padding-top: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 10, ../../.source/source/sass/views/_project.scss */
  body.projekt nav ul li.top a {
    padding-top: 19px;
  }
}
/* line 33, ../../.source/source/sass/views/_project.scss */
body.projekt header {
  background-color: #E2E0DC;
  background-image: none;
  font-size: 22px;
  line-height: 1.36;
  padding-bottom: 0;
}
/* line 36, ../../.source/source/sass/views/_project.scss */
body.projekt header img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  /* line 33, ../../.source/source/sass/views/_project.scss */
  body.projekt header {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1400px) {
  /* line 33, ../../.source/source/sass/views/_project.scss */
  body.projekt header {
    font-size: 62px;
    line-height: 1.3;
  }
}
/* line 41, ../../.source/source/sass/views/_project.scss */
body.projekt header h1 {
  font-family: 'Azo Sans Medium', serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.36;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  /* line 41, ../../.source/source/sass/views/_project.scss */
  body.projekt header h1 {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1400px) {
  /* line 41, ../../.source/source/sass/views/_project.scss */
  body.projekt header h1 {
    font-size: 62px;
    line-height: 1.3;
  }
}
/* line 47, ../../.source/source/sass/views/_project.scss */
body.projekt header h2 {
  font-family: 'Azo Sans Light', serif;
  font-style: normal;
  font-stretch: normal;
  font-size: 22px;
  line-height: 1.36;
}
@media only screen and (min-width: 1000px) {
  /* line 47, ../../.source/source/sass/views/_project.scss */
  body.projekt header h2 {
    font-family: 'Azo Sans Thin', serif;
    font-style: normal;
    font-stretch: normal;
  }
}
@media screen and (min-width: 1000px) {
  /* line 47, ../../.source/source/sass/views/_project.scss */
  body.projekt header h2 {
    font-size: 42px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1400px) {
  /* line 47, ../../.source/source/sass/views/_project.scss */
  body.projekt header h2 {
    font-size: 62px;
    line-height: 1.3;
  }
}
/* line 57, ../../.source/source/sass/views/_project.scss */
body.projekt header img {
  padding-top: 20px;
}
@media only screen and (max-width: 1000px) {
  /* line 33, ../../.source/source/sass/views/_project.scss */
  body.projekt header {
    height: auto;
  }
}
/* line 71, ../../.source/source/sass/views/_project.scss */
body.projekt section.about {
  background-color: transparent;
  background-image: none;
  padding: 0 40px 20px 20px;
}
@media only screen and (min-width: 1000px) {
  /* line 71, ../../.source/source/sass/views/_project.scss */
  body.projekt section.about {
    padding: 40px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 71, ../../.source/source/sass/views/_project.scss */
  body.projekt section.about {
    padding: 40px 100px 130px 100px;
  }
}
/* line 84, ../../.source/source/sass/views/_project.scss */
body.projekt section.about p {
  max-width: 960px;
  margin-bottom: 40px;
}
/* line 87, ../../.source/source/sass/views/_project.scss */
body.projekt section.about p p:not(:last-child) {
  margin-bottom: 0;
}
/* line 92, ../../.source/source/sass/views/_project.scss */
body.projekt section.about h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1000px) {
  /* line 92, ../../.source/source/sass/views/_project.scss */
  body.projekt section.about h3 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 92, ../../.source/source/sass/views/_project.scss */
  body.projekt section.about h3 {
    margin-bottom: 70px;
  }
}
/* line 103, ../../.source/source/sass/views/_project.scss */
body.projekt section.img {
  padding-top: 0;
  padding-bottom: 0;
  padding: 30px 40px 20px 20px;
}
/* line 108, ../../.source/source/sass/views/_project.scss */
body.projekt section.img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1000px) {
  /* line 103, ../../.source/source/sass/views/_project.scss */
  body.projekt section.img {
    padding: 30px 60px 30px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 103, ../../.source/source/sass/views/_project.scss */
  body.projekt section.img {
    padding: 40px 110px 40px 110px;
  }
}
/* line 124, ../../.source/source/sass/views/_project.scss */
body.projekt section.eyecatcher {
  display: table;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 40px;
}
@media only screen and (min-width: 1000px) {
  /* line 124, ../../.source/source/sass/views/_project.scss */
  body.projekt section.eyecatcher {
    padding-top: 30px;
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 124, ../../.source/source/sass/views/_project.scss */
  body.projekt section.eyecatcher {
    padding-top: 50px;
    padding-bottom: 90px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
/* line 149, ../../.source/source/sass/views/_project.scss */
body.projekt section.eyecatcher .row {
  display: table-row;
}
/* line 153, ../../.source/source/sass/views/_project.scss */
body.projekt section.eyecatcher .row .image {
  width: 37%;
  display: table-cell;
}
/* line 157, ../../.source/source/sass/views/_project.scss */
body.projekt section.eyecatcher .row .image img {
  width: 100%;
  height: auto;
}
/* line 162, ../../.source/source/sass/views/_project.scss */
body.projekt section.eyecatcher .row .caption {
  width: 63%;
  padding-left: 6.5%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Azo Sans Light', serif;
  font-style: normal;
  font-stretch: normal;
  font-size: 22px;
  line-height: 1.25;
}
@media screen and (min-width: 1000px) {
  /* line 162, ../../.source/source/sass/views/_project.scss */
  body.projekt section.eyecatcher .row .caption {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1400px) {
  /* line 162, ../../.source/source/sass/views/_project.scss */
  body.projekt section.eyecatcher .row .caption {
    font-size: 55px;
    line-height: 1.25;
  }
}
/* line 177, ../../.source/source/sass/views/_project.scss */
body.projekt section.work img {
  width: 100%;
  height: auto;
  float: right;
  margin-bottom: 30px;
}
/* line 181, ../../.source/source/sass/views/_project.scss */
body.projekt section.work img:nth-child(even) {
  float: left;
}
@media only screen and (min-width: 1000px) {
  /* line 177, ../../.source/source/sass/views/_project.scss */
  body.projekt section.work img {
    width: 75%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 177, ../../.source/source/sass/views/_project.scss */
  body.projekt section.work img {
    margin-bottom: 60px;
  }
}
/* line 197, ../../.source/source/sass/views/_project.scss */
body.projekt section.nav {
  position: relative;
  height: 100px;
  width: 100%;
}
/* line 201, ../../.source/source/sass/views/_project.scss */
body.projekt section.nav .button-prev {
  background-image: url("/assets/img/arrow-left.svg");
  left: 10px;
  right: auto;
  width: 20px;
  height: 30px;
  background-size: contain;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
}
/* line 211, ../../.source/source/sass/views/_project.scss */
body.projekt section.nav .button-prev:hover {
  background-image: url("/assets/img/arrow-left-hover.svg");
}
/* line 216, ../../.source/source/sass/views/_project.scss */
body.projekt section.nav .button-next {
  background-image: url("/assets/img/arrow-right.svg");
  right: 10px;
  left: auto;
  width: 20px;
  height: 30px;
  background-size: contain;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
}
/* line 226, ../../.source/source/sass/views/_project.scss */
body.projekt section.nav .button-next:hover {
  background-image: url("/assets/img/arrow-right-hover.svg");
}

/**
 *  Legacy definitions for old browser
 *  @requires: js/modernizer.min.js
 * -----------------------------------------------------------------------------
 */
/**
 *  No css transforms
 * -----------------------------------------------------------------------------
 */
/**
 *  No flexbox
 * -----------------------------------------------------------------------------
 */
/**
 *  Infobox for old IE's
 * -----------------------------------------------------------------------------
 */
/* line 33, ../../.source/source/sass/views/_legacy.scss */
.browser-outdated {
  background-color: #d9534f;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 99999;
}
/* line 45, ../../.source/source/sass/views/_legacy.scss */
.browser-outdated * {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
}
/* line 53, ../../.source/source/sass/views/_legacy.scss */
.browser-outdated h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 59, ../../.source/source/sass/views/_legacy.scss */
.browser-outdated a {
  background-color: #d9534f;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
  padding: 10px;
  text-decoration: none;
}
/* line 68, ../../.source/source/sass/views/_legacy.scss */
.browser-outdated a:hover {
  background-color: #ffffff;
  color: #d9534f;
}
