/**
 * Variables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/*
    Mixins: commonly-used functions.
 */
/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  color: red; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Base ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
html, body {
  background: #000;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooth: greyscale;
  font-smoothing: antialiased; }

.about-page,
.about-page body {
  background: #fff; }

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

.container {
  overflow: hidden;
  position: relative; }

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

.is-hidden {
  display: none !important; }

.js-show {
  display: none; }
  .js .js-show {
    display: block; }

.js .js-hide {
  display: none; }

svg.defs-only {
  border: none;
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0; }

/**
 * Fonts ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/**
 * Navigation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
.nav-btn {
  color: #fff;
  display: block;
  height: 56px;
  left: 16px;
  padding: 20px;
  position: fixed;
  top: 25px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.29, 0.89, 0, 0.99) 0.2s;
  transition: all 0.6s cubic-bezier(0.29, 0.89, 0, 0.99) 0.2s;
  width: 66px;
  z-index: 25; }
  .nav-btn span {
    border-bottom: 2px solid currentColor;
    border-top: 2px solid currentColor;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 100%; }
    .nav-btn span:after {
      background: currentColor;
      content: "";
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      margin-top: -1px;
      top: 50%;
      width: 100%; }
  .nav-btn.is-nav-open, .js .nav-btn.js-nav-btn-active {
    color: #eed465;
    height: 64px;
    top: 30px; }
  .about-page .nav-btn {
    color: #333; }
    .about-page .nav-btn.is-nav-open {
      color: #eed465; }
  @media screen and (min-width: 76.875em) {
    .nav-btn {
      left: 7%;
      margin-left: -20px; } }

.nav {
  background: black;
  color: #fff;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.29, 0.89, 0, 0.99) 0.2s;
  transition: all 0.6s cubic-bezier(0.29, 0.89, 0, 0.99) 0.2s;
  width: 0.01vw;
  z-index: 20; }
  .nav.is-nav-open, .no-js .nav:target {
    width: 100vw; }
  .nav:before, .nav:after {
    background: black url(../images/bg_nav.jpg) no-repeat right 30px top -7px;
    background-attachment: fixed;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 25; }
    @media screen and (min-width: 30em) {
      .nav:before, .nav:after {
        background-position: center top; } }

.nav__inner {
  height: 100%;
  height: 100vh;
  left: 36px;
  min-height: 300px;
  overflow: hidden;
  padding: 140px 0 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.29, 0.89, 0, 0.99) 0.2s;
  transition: all 0.6s cubic-bezier(0.29, 0.89, 0, 0.99) 0.2s;
  z-index: 100;
  width: 0; }
  .js .nav__inner {
    opacity: 0;
    position: fixed; }
  .is-nav-open .nav__inner, .no-js .nav:target .nav__inner {
    pointer-events: auto;
    opacity: 1;
    width: 50%; }
  @media screen and (min-width: 76.875em) {
    .nav__inner {
      left: 7%; } }

.nav__list {
  color: #eed465;
  font-family: 'Quicksand', Arial, sans-serif;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  z-index: 25; }
  .nav__list a {
    color: currentColor;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    white-space: nowrap; }
    .nav__list a::after {
      background: currentColor;
      content: "";
      display: block;
      height: 2px;
      left: auto;
      margin-top: -2px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transition: all 0.25s cubic-bezier(0.49, 0.69, 0, 0.79);
      transition: all 0.25s cubic-bezier(0.49, 0.69, 0, 0.79);
      width: 0; }
    .nav__list a:hover::after, .nav__list a:focus::after {
      left: 0;
      right: auto;
      width: 100%; }

/* .nav__list--secondary {
	color: $color-secondary;

	a {
		color: $color-secondary;

		&::after {
			color: $color-secondary;
		}
	}
} */
.main-title {
  color: #aaa;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  bottom: 5%;
  left: 0;
  white-space: nowrap;
  z-index: 25; }
  @media screen and (min-width: 38.75em) {
    .main-title {
      bottom: 15%; } }

.nav-overlay-shield {
  background: white;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.6s 0.2s;
  transition: all 0.6s 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100vw;
  z-index: 1; }
  .no-pointerevents .nav-overlay-shield {
    display: none; }
  .nav-overlay-shield.is-nav-open {
    opacity: 0.5;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10; }
    .no-pointerevents .nav-overlay-shield.is-nav-open {
      display: block; }

.client-list {
  height: auto;
  overflow: visible !important;
  position: relative;
  z-index: 5;
  width: 100%; }
  @media screen and (min-width: 38.75em) {
    .client-list {
      overflow: hidden !important; }
      .js .client-list {
        height: 100vh; } }

.client-list__item {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 30em) {
    .client-list__item {
      height: 100vh;
      width: 100vw; } }

.gallery {
  background: #000;
  height: 100%;
  width: 100%; }
  @media screen and (min-width: 30em) {
    .gallery {
      left: 0;
      position: absolute;
      top: 0; } }

.gallery__inner {
  height: 100%;
  position: absolute;
  width: 100%; }

.gallery__item {
  background: #000;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.gallery__image {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1) 0.15s;
  transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1) 0.15s;
  width: 100%; }
  .js .gallery__image {
    opacity: 0; }
  .gallery__image.is-ready, .swiper-slide-duplicate .gallery__image {
    opacity: 1; }
  .csstransitions .is-expanding .gallery__image {
    -webkit-transform: scale(1.17);
    -ms-transform: scale(1.17);
    transform: scale(1.17);
    -webkit-transition: all 15s ease-in-out;
    transition: all 15s ease-in-out; }

.gallery__image--tag {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto; }

.details {
  will-change: transform;
  color: #fff;
  line-height: 1.5;
  padding: 30px 15px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 25%;
  -webkit-transition: scale 1.2s cubic-bezier(0.2, 0, 0.2, 1) 0.35s, opacity 1.2s 0.35s, translate 1.2s 0.35s;
  transition: scale 1.2s cubic-bezier(0.2, 0, 0.2, 1) 0.35s, opacity 1.2s 0.35s, translate 1.2s 0.35s;
  z-index: 10; }
  .js .details {
    opacity: 0;
    -webkit-transform: scale(0.88);
    -ms-transform: scale(0.88);
    transform: scale(0.88); }
  .details.is-ready {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .is-details-hidden .details {
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  @media screen and (min-width: 30em) {
    .details {
      top: 30%; } }
  @media screen and (min-width: 38.75em) {
    .details {
      left: 100px;
      padding: 45px 0 60px;
      position: absolute;
      right: 100px;
      top: 50%; }
      .js .details {
        -webkit-transform: translateY(-30%) scale(0.88);
        -ms-transform: translateY(-30%) scale(0.88);
        transform: translateY(-30%) scale(0.88); }
      .details.is-ready {
        -webkit-transform: translateY(-30%) scale(1);
        -ms-transform: translateY(-30%) scale(1);
        transform: translateY(-30%) scale(1); } }

.details__title {
  font-family: 'Quicksand', Arial, san-serif;
  font-size: 45px;
  font-weight: 300;
  margin: 0;
  pointer-events: auto;
  position: relative;
  z-index: 2; }

.details__description {
  font-size: 14px;
  line-height: 2;
  pointer-events: none;
  position: relative;
  -webkit-transition: all 0.55s cubic-bezier(0.32, 0, 0.3, 1);
  transition: all 0.55s cubic-bezier(0.32, 0, 0.3, 1);
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  z-index: 2; }
  .js .details__description {
    opacity: 0; }
  .is-active .details__description {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.45s cubic-bezier(0.32, 0, 0.3, 1);
    transition: all 0.45s cubic-bezier(0.32, 0, 0.3, 1); }
  @media screen and (min-width: 38.75em) {
    .details__description {
      font-size: 15px;
      line-height: 1.66; } }

.details__overlay {
  background: #000;
  height: 100%;
  left: -100px;
  pointer-events: none;
  position: absolute;
  right: -100px;
  top: 0;
  -webkit-transition: all 0.55s cubic-bezier(0.32, 0, 0.3, 1);
  transition: all 0.55s cubic-bezier(0.32, 0, 0.3, 1);
  -webkit-transform: scale(1.5, 0.9);
  -ms-transform: scale(1.5, 0.9);
  transform: scale(1.5, 0.9);
  z-index: 1; }
  .js .details__overlay {
    opacity: 0; }
  .no-pointerevents .details__overlay {
    display: none; }
  .is-active .details__overlay {
    opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.45s cubic-bezier(0.32, 0, 0.3, 1);
    transition: all 0.45s cubic-bezier(0.32, 0, 0.3, 1); }
    @media screen and (min-width: 38.75em) {
      .is-active .details__overlay {
        opacity: 0.3; } }
  .no-pointerevents .is-active .details__overlay {
    display: block; }

.details__close {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 0 7px;
  pointer-events: auto;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 20px;
  z-index: 3; }
  .details__close:before, .details__close:after {
    background: #eed465;
    content: "";
    display: block;
    height: 20px;
    left: 19px;
    position: absolute;
    top: 10px;
    width: 2px; }
  .details__close:after {
    height: 2px;
    left: 10px;
    top: 19px;
    width: 20px; }
  .details__close span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left; }
  .is-active .details__close {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.content {
  background: #fff;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  overflow: hidden; }

.content--chart {
  background: #f7f7f7;
  text-align: center; }

.content__inner {
  margin: 40px auto;
  max-width: 1230px;
  overflow: hidden;
  padding: 0 20px; }
  .content--chart .content__inner {
    overflow: visible; }
  @media screen and (min-width: 38.75em) {
    .content__inner {
      margin: 85px auto;
      padding: 0; } }

.content__title,
.content__subtitle {
  font-size: 25px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  margin: 20px 0;
  padding-bottom: 10px;
  text-align: center; }

.content__title {
  border-bottom: 1px solid #e5e5e5;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 38.75em) {
    .content__title {
      font-size: 32px;
      margin: 40px auto 80px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 48em) {
    .content__title {
      font-size: 40px;
      margin: 65px auto 130px; } }

.content__subtitle {
  margin: 0 0 30px; }
  @media screen and (min-width: 38.75em) {
    .content__subtitle {
      font-size: 30px;
      margin: 0 0 50px; } }
  @media screen and (min-width: 48em) {
    .content__subtitle {
      font-size: 30px;
      margin: 0 0 70px; } }

@media screen and (min-width: 38.75em) {
  .content__body {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .content--flip .content__body {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
@media screen and (min-width: 38.75em) {
  .content__body.content__body--contact {
    display: block; } }

.content__image,
.content__copy {
  margin: 20px 0; }
  @media screen and (min-width: 38.75em) {
    .content__image,
    .content__copy {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0;
      margin: 0 20px;
      max-width: 530px; } }

.content__image {
  height: auto;
  width: 100%; }
  .content__image img {
    height: auto;
    width: 100%; }
  @media screen and (min-width: 38.75em) {
    .no-flexbox .content__image {
      float: left; }
    .no-flexbox .content--flip .content__image {
      float: right; } }

.content__copy p {
  line-height: 1.75;
  margin: 0 0 28px;
  text-align: justify; }
@media screen and (min-width: 38.75em) {
  .no-flexbox .content__copy {
    float: right; }
  .no-flexbox .content--flip .content__copy {
    float: left; } }

.content__banner {
  height: auto;
  max-width: 525px;
  margin: 0 auto 28px;
  width: 100%; }
  .content__banner img {
    height: auto;
    width: 100%; }
  @media screen and (min-width: 38.75em) {
    .content__banner {
      margin-bottom: 70px; } }

.content__form {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .content__form p {
    line-height: 1.75;
    margin: 0 0 28px; }

.chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 399px;
  margin: 0 20px; }
  @media screen and (min-width: 51.25em) {
    .chart {
      background: url(../images/bg_chart.png) repeat left top;
      background-size: 5px 14.28571428571429%;
      height: 27.4vw; } }

.chart--circles {
  padding: 0 0 50px; }
  @media screen and (min-width: 51.25em) {
    .chart--circles {
      height: auto; } }

.chart__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
  height: 200vw;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 51.25em) {
    .chart__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      height: 25vw;
      padding: 0 60px; } }
  @media screen and (min-width: 51.25em) {
    .chart--circles .chart__list {
      height: 33vw;
      max-height: 450px; } }

.chart__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  list-style: none;
  margin: auto 0 45px;
  position: relative; }
  .chart__item:first-child {
    margin-left: 0; }
  .chart__item:last-child {
    margin-right: 0; }
  .chart__item svg {
    display: block;
    fill: currentColor;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%; }
    @media screen and (min-width: 51.25em) {
      .chart__item svg {
        position: static; }
        .chart--circles .chart__item svg {
          margin: auto; } }
  @media screen and (min-width: 51.25em) {
    .chart__item {
      margin: auto -12px 45px; }
      .chart--circles .chart__item {
        margin-bottom: 0;
        margin-top: 0; } }

.chart__title {
  bottom: -25px;
  color: #333;
  font-size: 13px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  left: 50%;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }
  @media screen and (min-width: 64em) {
    .chart__title {
      bottom: -33px;
      font-size: 15px; } }

.form-row {
  margin: 0 0 16px;
  overflow: hidden;
  position: relative; }
  .form-row label {
    display: block; }
  .form-row * {
    font-size: 16px;
    font-weight: 300;
    text-align: center; }
  .form-row input,
  .form-row select,
  .form-row textarea {
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #222;
    display: block;
    line-height: 1.5;
    padding: 7px 10px;
    width: 100%; }
    .form-row input:focus,
    .form-row select:focus,
    .form-row textarea:focus {
      background: #fbfbfb;
      border: 1px solid #dfdaa5;
      outline: 0; }
    @media screen and (min-width: 30em) {
      .form-row input,
      .form-row select,
      .form-row textarea {
        padding: 13px 10px; } }
  @media screen and (min-width: 30em) {
    .form-row {
      margin-bottom: 24px; } }

.form-row--submit input {
  background: #fbefc2;
  border-color: #f5e29b; }
  .form-row--submit input:hover, .form-row--submit input:focus {
    background: #f5e29b; }
@media screen and (min-width: 38.75em) {
  .form-row--submit {
    margin-top: 40px; } }

.error-message {
  background: #ffe0e0;
  border-radius: 2px;
  color: #c00;
  padding: 10px;
  margin: 0; }

/**
 * Swiper 3.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 27, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100vh;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 34px;
  margin-top: -17px;
  z-index: 1000;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 1.2s cubic-bezier(0.29, 0.89, 0, 0.99);
  transition: all 1.2s cubic-bezier(0.29, 0.89, 0, 0.99);
  pointer-events: all;
  padding: 0 12px; }
  .swiper-button-prev:hover, .swiper-button-prev:focus,
  .swiper-button-next:hover,
  .swiper-button-next:focus {
    opacity: 1; }
  @media screen and (min-width: 38.75em) {
    .swiper-button-prev,
    .swiper-button-next {
      opacity: 0.5; } }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.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'%23EED465'%2F%3E%3C%2Fsvg%3E");
  left: 15px;
  right: auto; }
  @media screen and (min-width: 38.75em) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      left: 36px; } }
  @media screen and (min-width: 76.875em) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      left: 80px; } }

.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'%23EED465'%2F%3E%3C%2Fsvg%3E");
  left: auto;
  right: 15px; }
  @media screen and (min-width: 38.75em) {
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      right: 36px; } }
  @media screen and (min-width: 76.875em) {
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      right: 80px; } }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 19px;
  height: 2px;
  display: inline-block;
  background: #fff;
  opacity: 0.2; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1; }

.swiper-container-vertical > .swiper-pagination {
  left: 2.5%;
  top: 50%;
  width: 24px;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical > .swiper-pagination-bullet {
  border-radius: 10px;
  display: block;
  height: 6px;
  float: left;
  margin: 10px 4px;
  opacity: 0.5;
  position: relative;
  width: 6px;
  -webkit-transition: all 0.35s cubic-bezier(0.29, 0.89, 0, 0.99) 0.2s;
  transition: all 0.35s cubic-bezier(0.29, 0.89, 0, 0.99) 0.2s; }

.swiper-pagination-vertical > .swiper-pagination-bullet:after {
  background: transparent;
  content: "";
  display: block;
  height: 32px;
  left: -12px;
  position: absolute;
  top: -12px;
  width: 32px; }

.swiper-pagination-vertical > .swiper-pagination-bullet-active {
  height: 14px;
  margin: 6px 0;
  opacity: 0.7;
  width: 14px; }

.swiper-pagination-vertical > .swiper-pagination-bullet-active:active {
  left: -6px;
  top: -6px; }

.swiper-pagination-vertical > .swiper-pagination-bullet-active:after {
  left: -5px;
  top: -5px; }

.swiper-container-horizontal .swiper-pagination {
  height: 24px;
  bottom: 52px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal .swiper-pagination-bullet {
  border-radius: 10px;
  display: inline-block;
  height: 6px;
  margin: 4px 10px;
  opacity: 0.5;
  position: relative;
  width: 6px;
  -webkit-transition: all 0.35s cubic-bezier(0.29, 0.89, 0, 0.99) 0.2s;
  transition: all 0.35s cubic-bezier(0.29, 0.89, 0, 0.99) 0.2s; }

.swiper-container-horizontal .swiper-pagination-bullet:after {
  background: transparent;
  content: "";
  display: block;
  height: 24px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 24px; }

.swiper-container-horizontal .swiper-pagination-bullet-active {
  height: 14px;
  margin: 0 6px;
  opacity: 0.7;
  width: 14px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.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-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 8px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
@media screen and (min-width: 38.75em) {
  .swiper-preload {
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s; }
    .is-loaded .swiper-preload {
      opacity: 1; } }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 67%;
  margin-left: -21px;
  margin-top: -21px;
  pointer-events: none;
  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; }
  .is-loaded .swiper-lazy-preloader, .swiper-slide-duplicate .swiper-lazy-preloader {
    display: none; }
  .no-js .swiper-lazy-preloader {
    display: none; }

.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; }

.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); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*# sourceMappingURL=main.css.map */