@charset "UTF-8";
/*!
    Theme Name: THINKFORM
		Theme URI: 
		Description: THINKFORM Wordpress Theme
    Version: 1.0
		Author: Splendor 
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
html {
  font-size: 1em;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
* A better looking default horizontal rule
*/
hr {
  background: #000;
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 15px auto;
  position: relative; }

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

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

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #000;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* 
/* Browser Upgrade Prompt
*/
.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0;
  text-align: center; }

/*! author: splendordesign.com  */
body {
  font-size: 20px;
  font-family: "runda", sans-serif;
  color: #3f3f3f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  counter-reset: ic; }
  body.nav-open {
    overflow: hidden; }
  @media (max-width: 1023px) {
    body {
      font-size: 18px; } }
  @media (max-width: 575px) {
    body {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1em; }

h1 {
  font-size: 120px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0.1em;
  line-height: .9em; }
  h1 em, h1 small {
    font-family: "playfair-display", serif;
    font-style: normal;
    color: #919191;
    text-transform: none; }
  h1 small {
    font-size: 0.70833em;
    margin: -0.2em 0 0.2em 0;
    display: block; }
  @media (max-width: 1473px) {
    h1 {
      font-size: 80px; } }
  @media (max-width: 1023px) {
    h1 {
      font-size: 60px; } }
  @media (max-width: 575px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 55px;
  color: #000;
  margin-bottom: 0.5em; }
  h2 em {
    font-family: "playfair-display", serif;
    font-size: inherit;
    font-style: normal; }
  h2 small {
    display: block;
    text-transform: uppercase;
    font-family: "runda", sans-serif;
    font-style: normal;
    font-size: 0.36364em;
    line-height: 1.4em;
    color: #3f3f3f;
    letter-spacing: 0.1em; }
  @media (max-width: 1473px) {
    h2 {
      font-size: 48px; } }
  @media (max-width: 1023px) {
    h2 {
      font-size: 38px; } }
  @media (max-width: 575px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 45px;
  font-family: "playfair-display", serif;
  color: #000;
  line-height: 1.2em;
  margin-bottom: 0.7em; }
  h3 small {
    display: block;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 0.44444em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #cf6f19;
    line-height: 1.2em;
    margin-bottom: 0.5em; }
  @media (max-width: 1473px) {
    h3 {
      font-size: 40px; } }
  @media (max-width: 1023px) {
    h3 {
      font-size: 35px; } }
  @media (max-width: 575px) {
    h3 {
      font-size: 30px; } }

h4 {
  font-family: "runda", sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.2em; }

h5 {
  font-size: 26px;
  color: #000;
  margin-bottom: 0.3em; }
  h5 small {
    font-family: "playfair-display", serif;
    font-size: inherit; }
  h5 em {
    display: block;
    text-transform: uppercase;
    font-family: "runda", sans-serif;
    font-style: normal;
    line-height: 1.4em;
    color: #3f3f3f;
    letter-spacing: 0.1em; }
  @media (max-width: 1473px) {
    h5 {
      font-size: 24px; } }
  @media (max-width: 1023px) {
    h5 {
      font-size: 22px; } }
  @media (max-width: 575px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 16px;
  letter-spacing: 0.2em;
/*   text-transform: uppercase; */
  margin-bottom: 0.7em; }

p,
ol,
ul {
  margin: 0 0 1.5em 0; }

ol,
ul {
  padding-left: 1em; }

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

figure {
  margin: 0; }

a {
  color: #cf6f19;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:hover {
    color: #1d19cf; }
  a[href^="tel"] {
    color: inherit; }
    a[href^="tel"]:hover {
      color: #1d19cf; }

::-webkit-input-placeholder {
  line-height: normal; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5; }

:-moz-placeholder {
  color: inherit;
  opacity: 0.5; }

::-moz-placeholder {
  color: inherit;
  opacity: 0.5; }

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 20px; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignwide {
  margin-left: -20px;
  margin-right: -20px; }

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }
  .alignfull img {
    width: 100%;
    height: auto;
    display: block; }

.more {
  display: inline-block;
  zoom: 1;
  color: #cf6f19;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.2em;
  position: relative; }
  .more:after {
    content: '';
    width: 111px;
    height: 2px;
    background: #000;
    left: calc(100% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all; }
  .more:hover {
    color: #000; }
    .more:hover:after {
      width: 55px; }
  .more--left {
    margin-left: 131px; }
    .more--left:after {
      left: auto;
      right: calc(100% + 20px); }
  .hero .more:after {
    background: #fff; }
  .hero .more:hover {
    color: #fff; }
    .hero .more:hover:after {
      background-color: #fff; }
  @media (max-width: 1023px) {
    .more--left {
      margin-left: 100px; }
    .more:after {
      width: 80px; }
    .more:hover:after {
      width: 40px; } }
  @media (max-width: 575px) {
    .more--left {
      margin-left: 80px; }
    .more:after {
      width: 60px; }
    .more:hover:after {
      width: 30px; } }

.btn {
  border-radius: 0;
  outline: none;
  display: inline-block;
  zoom: 1;
  background: #cf6f19;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  line-height: 1;
  padding: 19px 36px; }
  .btn:hover {
    color: #fff;
    background-color: #1d19cf; }
  @media (max-width: 575px) {
    .btn {
      padding: 15px 25px; } }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container .container {
    padding: 0; }

.pagination {
  margin-bottom: 60px;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  border-bottom: solid 1px #dedddd;
  display: inline-block; }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .pagination .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    position: relative; }
    .pagination .page-numbers:before {
      content: '';
      position: absolute;
      top: calc(100% - 1px);
      left: 0;
      width: 100%;
      height: 3px;
      background: #000;
      opacity: 0;
      -webkit-transition: .3s ease all;
      -o-transition: .3s ease all;
      transition: .3s ease all; }
    .pagination .page-numbers:hover {
      color: #cf6f19; }
    .pagination .page-numbers.dots {
      color: #000;
      width: auto;
      border: 0; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      background-size: auto 14px;
      background-position: center center;
      background-repeat: no-repeat;
      font: 0/0 a;
      text-shadow: none;
      color: transparent; }
    .pagination .page-numbers.prev {
      background-image: url(img/prev.svg); }
    .pagination .page-numbers.next {
      background-image: url(img/next.svg); }
    .pagination .page-numbers.current {
      color: #cf6f19; }
      .pagination .page-numbers.current:before {
        opacity: 1; }
  @media (max-width: 767px) {
    .pagination {
      font-size: 12px; }
      .pagination .page-numbers {
        margin: 0 5px 0 0;
        width: 38px;
        height: 38px;
        line-height: 38px; }
        .pagination .page-numbers.prev, .pagination .page-numbers.next {
          background-size: 8px auto; } }

.page-nav {
  text-align: center;
  position: relative;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .page-nav:before {
    content: '';
    width: 300vw;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .page-nav__prev, .page-nav__next {
    background-size: auto 70%;
    background-position: center center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 48px;
    height: 48px;
    border: solid 2px #000;
    margin-left: 20px; }
  .page-nav__prev {
    background-image: url(img/prev.svg); }
  .page-nav__next {
    background-image: url(img/next.svg); }
  .page-nav__back {
    margin-right: 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  @media (max-width: 1023px) {
    .page-nav {
      padding: 60px 0; } }
  @media (max-width: 575px) {
    .page-nav {
      padding: 40px 0; }
      .page-nav__back {
        margin-right: 10px; }
      .page-nav__prev, .page-nav__next {
        width: 40px;
        height: 40px;
        margin-left: 10px; } }

.accordion {
  margin: 2em 0;
  padding: 0; }
  .accordion dt {
    color: #231f20;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 16px;
    line-height: 1em;
    background: url(img/plus.svg) no-repeat left center;
    background-size: 25px auto;
    padding: 15px 0 15px 40px;
    cursor: pointer; }
    .accordion dt.open {
      background-image: url(img/minus.svg); }
  .accordion dd {
    display: none;
    margin: 0;
    padding: 0 0 15px 40px; }
    .accordion dd p {
      margin-bottom: 1em; }
    .accordion dd > *:last-child {
      margin-bottom: 0; }

.nav-toggle {
  outline: none;
  background: url(https://www.thinkformarchitects.com/wp-content/uploads/2021/01/Nav-Icon-01.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block; }

.nav {
  background: #4c4a4a;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .3s ease-in all;
  -o-transition: .3s ease-in all;
  transition: .3s ease-in all;
  overflow: hidden;
  overflow-y: scroll; }
  .nav .header {
    padding-bottom: 0; }
    .nav .header .nav-toggle {
      background: url(img/x.svg) no-repeat center center transparent;
      width: 21px;
      height: 21px; }
  .nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100vh;
    min-height: 768px; }
  .nav__menu {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 50px;
    line-height: 1.3;
    counter-reset: nav; }
    .nav__menu li {
      position: relative;
      padding-left: 130px;
      display: block; }
      .nav__menu li a {
        color: #fff;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .nav__menu li a:before {
          font-size: 17px;
          color: #cf6f19;
          counter-increment: nav;
          content: "0" counter(nav);
          margin-right: 10px; }
        .nav__menu li a:hover {
          color: #cf6f19; }
      .nav__menu li.current-menu-item:before, .nav__menu li.current_page_parent:before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 105px;
        height: 2px;
        background: #cf6f19; }
  .nav__footer {
    background: #cbcaca;
    font-size: 12px;
    font-weight: 500;
    color: #161b20;
    position: relative;
    margin-top: 20px;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .nav__footer:before {
      content: '';
      position: absolute;
      top: -20px;
      height: 1px;
      width: 100%;
      background: #fff; }
    .nav__footer .container {
      background: url(https://www.thinkformarchitects.com/wp-content/uploads/2021/01/Circle-Line-small.png) no-repeat right 20px center; }
    .nav__footer address {
      position: relative;
      font-style: normal;
      padding-top: 30px;
      line-height: 1.5;
      margin-right: 140px;
      position: relative;
      z-index: 2;
      float: left; }
      .nav__footer address:last-child {
        margin-right: 0; }
      .nav__footer address:before {
        height: 2px;
        width: 111px;
        background: #fff;
        content: '';
        position: absolute;
        top: 0;
        left: 0; }
      .nav__footer address a {
        font-weight: inherit; }
  .nav-open .nav {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media (max-width: 1473px) {
    .nav__inner {
      min-height: 740px; }
    .nav__footer {
      min-height: 150px; } }
  @media (max-width: 1023px) {
    .nav__menu {
      font-size: 40px; }
    .nav__inner {
      min-height: 640px; }
    .nav__footer address {
      margin-right: 80px; } }
  @media (max-width: 767px) {
    .nav__menu {
      font-size: 30px; }
    .nav__inner {
      min-height: 500px; }
    .nav__footer {
      min-height: 120px;
      margin-top: 15px; }
      .nav__footer:before {
        top: -15px; }
      .nav__footer .container {
        background-size: auto 40px; }
      .nav__footer address {
        margin-right: 50px;
        padding-top: 15px; } }
  @media (max-width: 575px) {
    .nav__menu li {
      padding-left: 60px; }
      .nav__menu li.current-menu-item:before {
        width: 45px; }
    .nav__footer {
      min-height: 160px; }
      .nav__footer address {
        margin: 0;
        float: none;
        display: block; }
        .nav__footer address:not(:first-child) {
          padding-top: 0; }
          .nav__footer address:not(:first-child):before {
            display: none; } }

.header {
  background: #4c4a4a;
  position: relative;
  padding: 35px 0;
  overflow: hidden; }
  .header--over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: transparent; }
  .header .container {
    position: relative; }
  .header__logo {
    background: url(img/logo.svg) no-repeat center center;
    background-size: 100% auto;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 369px;
    height: 45px;
    display: block; }
  @media (max-width: 1023px) {
    .header {
      padding: 25px 0; }
      .header__logo {
        width: 287px;
        height: 35px; }
      .header .nav-toggle {
        width: 48px;
        height: 48px; } }
  @media (max-width: 575px) {
    .header {
      padding: 20px 0; }
      .header__logo {
        width: 205px;
        height: 25px; }
      .header .nav-toggle {
        width: 36px;
        height: 36px; } }

.hero {
  position: relative;
  background-position: center bottom;
  background-size: cover;
  height: 100vh;
  min-height: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .hero:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); }
  .hero > img {
    display: none; }
  .hero > iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .hero > .container {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 100px; }
  .hero__txt {
    color: #fff;
    text-align: right;
    position: relative;
    z-index: 200; }
    .hero__txt > *:last-child {
      margin-bottom: 0; }
    .hero__txt h1 {
      color: inherit; }
  @media (max-width: 1473px) {
    .hero {
      min-height: 540px;}
      .hero > .container {
        padding-bottom: 50px; } }
  @media (max-width: 1023px) {
    .hero {
      min-height: 420px; }
      .hero > .container {
        padding-bottom: 40px; } }
  @media (max-width: 575px) {
    .hero {
      min-height: 320px;
	  max-height: 500px;}
      .hero > .container {
        padding-bottom: 30px; } }

.banner {
  background: #4c4a4a;
  color: #fff;
  position: relative;
  padding-top: 120px; }
  .banner:before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff; }
  .banner h2 {
    color: inherit;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 60px;
    margin-bottom: 0;
	text-shadow: 1px 1px 5px rgb(74 74 74 / 40%)}
    .banner h2 small {
      color: #cf6f19;
      font-family: "brandon-grotesque", sans-serif;
      font-size: 0.36667em;
      letter-spacing: 0.1em;
      margin-bottom: 0.5em;
	  text-shadow: none;}
  .banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .banner__txt {
    min-width: 700px;
    max-width: 700px;
    z-index: 3;
    position: relative;
    padding: 50px 0 100px 0; }
  .banner__img {
    margin-left: -500px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: -100px;
    position: relative;
    z-index: 2; }
    .banner__img img {
      margin: 0 auto;
      display: block; }
    .banner__img__slider {
      width: 100%;
      overflow: hidden; }
  .banner__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 60px;
    left: 0; }
  .banner__prev, .banner__next {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 70%;
    border: solid 2px #fff;
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 200;
    margin-right: 20px;
    cursor: pointer; }
  .banner__prev {
    background-image: url(img/prev--white.svg); }
  .banner__next {
    background-image: url(img/next--white.svg); }
  .banner__slide {
    width: 100%; }
    .banner__slide img {
      max-width: 100%;
      max-height: 850px; }
  .banner--simple:before {
    display: none; }
  .banner--project .container {
    max-width: 1200px; }
  .banner--project .banner__img {
    margin-bottom: -260px; }
  @media (min-width: 768px) and (max-width: 1639px) {
    .banner {
      padding-top: 6vw; }
      .banner h2 {
        font-size: 3.5vw; }
        .banner h2 small {
          font-size: 2vw; }
      .banner__txt {
        padding: 3vw 0 5vw 0;
        min-width: 43vw;
        max-width: 43vw; }
      .banner__img {
        margin-left: -28vw;
        margin-bottom: -10vw; }
      .banner--project .banner__img {
        margin-bottom: -15.85vw; } }
  @media (max-width: 1023px) {
    .banner__arrows {
      bottom: 40px; }
    .banner__prev, .banner__next {
      width: 40px;
      height: 40px; } }
  @media (max-width: 767px) {
    .banner {
      padding-top: 0px; }
      .banner .container {
        display: block; }
      .banner h2 {
        font-size: 30px; }
        .banner h2 small {
          font-size: 15px; }
      .banner__txt {
        min-width: 0;
        max-width: none;
        padding: 20px 0 40px 0; }
      .banner__img {
        margin: 0;
        padding-bottom: 60px; }
      .banner__arrows {
        position: static;
        margin-top: 30px; }
      .banner__prev, .banner__next {
        width: 30px;
        height: 30px;
        margin-right: 10px; }
      .banner--project .banner__img {
        margin: 0;
        padding-bottom: 60px; } }

.intro {
  overflow: hidden;
  background: #cbcaca;
  padding: 250px 0 200px 0; }
  .intro .container {
    max-width: 800px; }
  .intro__txt {
    max-width: 680px; }
  .intro + .txt-img {
    margin-top: 100px; }
    .intro + .txt-img figure {
      margin-top: -180px;
      position: relative;
      z-index: 2; }
  @media (max-width: 1473px) {
    .intro {
      padding: 200px 0 150px 0; } }
  @media (max-width: 1023px) {
    .intro {
      padding: 130px 0 100px 0; }
      .intro + .txt-img {
        margin-top: 80px; }
        .intro + .txt-img figure {
          margin-top: -120px; } }
  @media (max-width: 767px) {
    .intro {
      padding: 80px 0 80px 0; } }
  @media (max-width: 575px) {
    .intro {
      padding: 60px 0 80px 0; }
      .intro + .txt-img {
        margin-top: 60px; }
        .intro + .txt-img figure {
          margin-top: -120px; } }

.main, .txt, .txt-img, .fwtwb, .fsg, .panels, .slider, .quote {
  margin: 180px 0; }
  @media (max-width: 1473px) {
    .main, .txt, .txt-img, .fwtwb, .fsg, .panels, .slider, .quote {
      margin: 130px 0; } }
  @media (max-width: 1023px) {
    .main, .txt, .txt-img, .fwtwb, .fsg, .panels, .slider, .quote {
      margin: 80px 0; } }
  @media (max-width: 575px) {
    .main, .txt, .txt-img, .fwtwb, .fsg, .panels, .slider, .quote {
      margin: 60px 0; } }

.main .container, .txt .container {
  max-width: 1000px;
  margin-top: -60px; }
  .main .container > i, .txt .container > i {
    width: 124px;
    display: block;
    margin-bottom: 60px; }
  .main .container > *:last-child, .txt .container > *:last-child {
    margin-bottom: 0 !important; }

.main--center, .txt--center {
  text-align: center; }

.main .gform_wrapper, .txt .gform_wrapper {
  margin: 0; }
  .main .gform_wrapper ::-webkit-input-placeholder, .txt .gform_wrapper ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: relative; }
  .main .gform_wrapper :-moz-placeholder, .txt .gform_wrapper :-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: relative; }
  .main .gform_wrapper ::-moz-placeholder, .txt .gform_wrapper ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: relative; }
  .main .gform_wrapper :-ms-input-placeholder, .txt .gform_wrapper :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: relative; }
  .main .gform_wrapper:first-child, .txt .gform_wrapper:first-child {
    margin-top: 0; }
  .main .gform_wrapper ul, .txt .gform_wrapper ul {
    color: inherit;
    line-height: normal; }
  .main .gform_wrapper .gfield_required, .txt .gform_wrapper .gfield_required {
    color: #cf1919; }
  .main .gform_wrapper .validation_message, .txt .gform_wrapper .validation_message {
    display: none; }
  .main .gform_wrapper label.gfield_label,
  .main .gform_wrapper legend.gfield_label, .txt .gform_wrapper label.gfield_label,
  .txt .gform_wrapper legend.gfield_label {
    color: #000;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 16px;
    margin-top: 20px !important;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .main .gform_wrapper label.gfield_label span,
    .main .gform_wrapper legend.gfield_label span, .txt .gform_wrapper label.gfield_label span,
    .txt .gform_wrapper legend.gfield_label span {
      color: inherit; }
  .main .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .main .gform_wrapper textarea, .txt .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .txt .gform_wrapper textarea {
    border: solid 1px #cbcaca !important;
    font-size: 20px;
    padding: 18px;
    margin: 0;
    color: #000;
    line-height: 1em !important;
    min-height: 0 !important;
    outline: none;
    height: 64px; }
  .main .gform_wrapper .top_label input.small, .txt .gform_wrapper .top_label input.small {
    width: 33%; }
  .main .gform_wrapper .top_label input.medium, .txt .gform_wrapper .top_label input.medium {
    width: 100%; }
  .main .gform_wrapper.gform_validation_error .top_label input.medium, .txt .gform_wrapper.gform_validation_error .top_label input.medium {
    width: 100%; }
  .main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .main .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half, .txt .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .txt .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    width: 50%;
    padding-right: 16px;
    max-width: none !important; }
  .main .gform_wrapper li.gfield_error, .txt .gform_wrapper li.gfield_error {
    width: 100%; }
    .main .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .main .gform_wrapper li.gfield_error textarea, .txt .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
    .txt .gform_wrapper li.gfield_error textarea {
      border: solid 1px #cf1919 !important;
      color: #cf1919; }
    .main .gform_wrapper li.gfield_error .customSelectInner, .txt .gform_wrapper li.gfield_error .customSelectInner {
      border-color: #cf1919;
      color: #cf1919; }
    .main .gform_wrapper li.gfield_error .gfield_label,
    .main .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .txt .gform_wrapper li.gfield_error .gfield_label,
    .txt .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
      color: #cf1919; }
  .main .gform_wrapper .select-box, .txt .gform_wrapper .select-box {
    position: relative;
    width: 100%; }
  .main .gform_wrapper .select-box select, .txt .gform_wrapper .select-box select {
    width: 100% !important; }
  .main .gform_wrapper .customSelect, .txt .gform_wrapper .customSelect {
    margin: 0 !important; }
  .main .gform_wrapper .customSelectInner, .txt .gform_wrapper .customSelectInner {
    background-color: #fff;
    margin: 0 !important;
    border: solid 1px #bfbfbf;
    font-size: 20px;
    color: #58595b;
    padding: 20px 18px;
    line-height: 1em;
    height: 64px; }
  .main .gform_wrapper textarea, .txt .gform_wrapper textarea {
    height: 200px !important; }
  .main .gform_wrapper .field_description_below, .txt .gform_wrapper .field_description_below {
    margin: 0 !important; }
  .main .gform_wrapper div.validation_error, .txt .gform_wrapper div.validation_error {
    border: 0;
    padding: 0;
    text-align: left;
    color: #cf1919;
    font-size: inherit;
    font-weight: normal;
    font-weight: bold; }
  .main .gform_wrapper .gform_body, .txt .gform_wrapper .gform_body {
    width: calc(100% + 16px); }
  .main .gform_wrapper .top_label div.ginput_container, .txt .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important; }
  .main .gform_wrapper ul.gform_fields li.gfield, .txt .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    background: transparent; }
  .main .gform_wrapper .ginput_complex.ginput_container_address, .txt .gform_wrapper .ginput_complex.ginput_container_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
    width: auto; }
    .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full {
      width: 100%;
      line-height: 1em;
      height: auto;
      display: inherit;
      margin-bottom: 8px;
      padding: 0 5px !important; }
    .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
      padding-right: 5px !important; }
    .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right {
      margin: 0 !important;
      padding: 0 5px !important;
      position: relative;
      width: 33.3333333%;
      display: inherit;
      margin-bottom: 8px; }
      .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left select, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right select, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left select, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right select {
        width: 100% !important;
        height: 100% !important;
        line-height: normal !important;
        margin: 0 !important; }
  .main .gform_wrapper .gform_footer, .txt .gform_wrapper .gform_footer {
    margin-top: 30px !important;
    padding: 0 !important; }
    .main .gform_wrapper .gform_footer input.button, .main .gform_wrapper .gform_footer input[type=submit], .txt .gform_wrapper .gform_footer input.button, .txt .gform_wrapper .gform_footer input[type=submit] {
      border-radius: 0;
      outline: none;
      display: inline-block;
      zoom: 1;
      background: #cf6f19;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      border: 0;
      margin: 0;
      padding: 0;
      cursor: pointer;
      -webkit-transition: .3s ease all;
      -o-transition: .3s ease all;
      transition: .3s ease all;
      text-transform: uppercase;
      letter-spacing: 0.5em;
      line-height: 1;
      padding: 19px 36px; }
      .main .gform_wrapper .gform_footer input.button:hover, .main .gform_wrapper .gform_footer input[type=submit]:hover, .txt .gform_wrapper .gform_footer input.button:hover, .txt .gform_wrapper .gform_footer input[type=submit]:hover {
        color: #fff;
        background-color: #1d19cf; }
      @media (max-width: 575px) {
        .main .gform_wrapper .gform_footer input.button, .main .gform_wrapper .gform_footer input[type=submit], .txt .gform_wrapper .gform_footer input.button, .txt .gform_wrapper .gform_footer input[type=submit] {
          padding: 15px 25px; } }
  @media only screen and (max-width: 641px) {
    .main .gform_wrapper .gform_body, .txt .gform_wrapper .gform_body {
      width: 100%; }
    .main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]), .txt .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
      line-height: normal;
      min-height: 0; }
    .main .gform_wrapper .ginput_complex.ginput_container_address, .txt .gform_wrapper .ginput_complex.ginput_container_address {
      display: block;
      margin: 0; }
      .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full {
        padding: 0 !important;
        margin: 8px 0 0 0 !important; }
      .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
        padding: 0 !important;
        margin: 8px 0 0 0 !important;
        width: auto; }
      .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right {
        padding: 0 !important;
        margin: 8px 0 0 0 !important;
        width: auto; }
        .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left select, .main .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right select, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_left select, .txt .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right select {
          width: 100% !important; } }

@media (max-width: 1473px) {
  .main .container, .txt .container {
    margin-top: -30px; }
  .main > i, .txt > i {
    width: 84px;
    margin-bottom: 30px; } }

@media (max-width: 1023px) {
  .main .container, .txt .container {
    margin-top: -20px; }
    .main .container > i, .txt .container > i {
      width: 64px;
      margin-bottom: 20px; } }

@media (max-width: 575px) {
  .main .container, .txt .container {
    margin-top: 0px; } }

.txt-img .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .txt-img .container > * {
    width: 50%; }

.txt-img figure {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center; }
  .txt-img figure > img {
    width: 100%;
    height: auto;
    display: block; }
  .txt-img figure figcaption {
    background-color: rgba(255, 255, 255, 0.7);
    color: #3f3f3f;
    font-family: "runda", sans-serif;
    font-weight: 500;
    font-size: 1.05em;
    position: absolute;
    bottom: 50px;
    left: 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 20px 20px 20px 0;
    line-height: 1em; }
    .txt-img figure figcaption:before {
      font-family: "brandon-grotesque", sans-serif;
      font-size: 4em;
      color: #919191;
      counter-increment: ic;
      content: "0" counter(ic) ".";
      letter-spacing: normal;
      margin-right: 15px;
      line-height: 1em;
      margin-left: -24px; }

.txt-img article {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative; }
  .txt-img article > *:last-child {
    margin-bottom: 0; }
  .txt-img article > i {
    width: 124px;
    display: block;
    margin-bottom: 60px; }
  .txt-img article ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .txt-img article ul li {
      margin-bottom: 1em;
      padding-left: 35px;
      background: url(img/dash-gray.svg) no-repeat -13px -13px;
      background-size: 50px auto; }
      .txt-img article ul li > *:last-child {
        margin-bottom: 0; }

.txt-img:not(.txt-img--img) figure {
  padding-left: 80px; }
  .txt-img:not(.txt-img--img) figure figcaption {
    left: 80px; }

.txt-img:not(.txt-img--img) article {
  padding-right: 120px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.txt-img--img figure {
  padding-right: 80px; }

.txt-img--img article {
  /* padding-left: 80px; */
  padding: 120px; }

@media (max-width: 1473px) {
  .txt-img article > i {
    width: 84px;
    margin-bottom: 30px; }
  .txt-img article ul li {
    background-position: 0 5px;
    padding-left: 30px; }
  .txt-img:not(.txt-img--img) figure {
    padding-left: 40px; }
    .txt-img:not(.txt-img--img) figure figcaption {
      left: 40px; }
  .txt-img:not(.txt-img--img) article {
    padding-right: 40px; }
  .txt-img--img figure {
    padding-right: 40px; }
  .txt-img--img article {
    padding-left: 40px; } }

@media (max-width: 1023px) {
  .txt-img article > i {
    width: 64px;
    margin-bottom: 20px; }
  .txt-img article ul li {
    background-position: 0 4px;
    padding-left: 25px; }
  .txt-img figure figcaption {
    font-size: 12px;
    padding: 10px 20px 10px 0;
    bottom: 20px; }
    .txt-img figure figcaption:before {
      margin-left: -14px; }
  .txt-img:not(.txt-img--img) figure {
    padding-left: 20px; }
    .txt-img:not(.txt-img--img) figure figcaption {
      left: 20px; }
  .txt-img:not(.txt-img--img) article {
    padding-right: 20px; }
  .txt-img--img figure {
    padding-right: 20px; }
  .txt-img--img article {
    padding-left: 20px; } }

@media (max-width: 767px) {
  .txt-img .container {
    display: block; }
    .txt-img .container > * {
      width: 100%; }
  .txt-img figure {
    width: 100vw;
    margin-bottom: 2em; }
  .txt-img:not(.txt-img--img) figure, .txt-img:not(.txt-img--img) article {
    padding: 0; }
  .txt-img:not(.txt-img--img) figure figcaption {
    left: 0; }
  .txt-img--img figure, .txt-img--img article {
    padding: 0; } }

@media (max-width: 575px) {
  .txt-img article ul li {
    background-size: 10px auto;
    background-position: 0 4px; } }

.fwtwb {
  padding: 80px 0;
  background: #3f3f3f;
  color: #fff; }
  .fwtwb .container {
    max-width: 980px; }
    .fwtwb .container > *:last-child {
      margin-bottom: 0; }
  .fwtwb--center {
    text-align: center; }
  .fwtwb h2 {
    color: inherit;
    margin-bottom: 0.2em; }
  .fwtwb h3 {
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.2em !important;
    margin-bottom: 1em;
    color: inherit; }
  .fwtwb hr {
    height: 2px;
    background: #fff;
    max-width: 111px;
    height: 2px;
    margin: 1.2em auto; }
  @media (max-width: 1023px) {
    .fwtwb {
      padding: 65px 0; } }
  @media (max-width: 575px) {
    .fwtwb {
      padding: 50px 0; } }

.fsg {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .fsg__pager, .fsg__pager__bottom {
    position: absolute;
    top: 0;
    left: calc(50% + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 130px; }
    .fsg__pager span, .fsg__pager__bottom span {
      position: relative;
      z-index: 200;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      width: 18px;
      height: 18px;
      border-radius: 18px;
      margin: 5px 0;
      border: solid 1px #000;
      background: #ececec;
      cursor: pointer; }
      .fsg__pager span.cycle-pager-active, .fsg__pager__bottom span.cycle-pager-active {
        background: #000; }
  .fsg__pager__bottom {
    top: auto;
    bottom: 0;
    left: auto;
    right: calc(50% + 30px); }
  .fsg__slide {
    width: 100%;
    background-size: cover;
    background-position: center center; }
  .fsg__section {
    background: #f4f4f4;
    position: relative; }
    .fsg__section:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 130px;
      background: #fff; }
    .fsg__section .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .fsg__section .container > * {
        width: 50%; }
    .fsg__section:first-child:before {
      top: 0; }
    .fsg__section:first-child .fsg__txt {
      margin-top: 130px;
      padding-left: 80px; }
    .fsg__section:first-child .fsg__img {
      direction: rtl; }
      .fsg__section:first-child .fsg__img figure {
        left: auto;
        right: 0; }
    .fsg__section:last-child:before {
      bottom: 0; }
    .fsg__section:last-child .fsg__txt {
      margin-bottom: 130px;
      padding-right: 80px; }
    .fsg__section:last-child .fsg__img {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
  .fsg__img {
    position: relative; }
    .fsg__img figure {
      position: absolute;
      top: 0;
      height: 100%;
      left: 0;
      width: 50vw;
      overflow: hidden; }
      .fsg__img figure img {
        width: 100%;
        height: auto;
        visibility: hidden; }
  .fsg__txt {
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px; }
    .fsg__txt article {
      max-width: 510px; }
      .fsg__txt article > *:last-child {
        margin-bottom: 0; }
  @media (min-width: 768px) {
    .fsg__img .cycle-slideshow {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100% !important; }
    .fsg__slide {
      height: 100% !important; } }
  @media (max-width: 1473px) {
    .fsg__pager, .fsg__pager__bottom {
      min-height: 100px;
      left: calc(50% + 10px); }
      .fsg__pager span, .fsg__pager__bottom span {
        width: 15px;
        height: 15px;
        margin: 4px 0; }
    .fsg__pager__bottom {
      left: auto;
      right: calc(50% + 10px); }
    .fsg__section:before {
      height: 100px; }
    .fsg__section:first-child .fsg__txt {
      margin-top: 100px;
      padding-left: 40px; }
    .fsg__section:last-child .fsg__txt {
      margin-bottom: 100px;
      padding-right: 40px; }
    .fsg__txt {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 1023px) {
    .fsg__pager, .fsg__pager__bottom {
      min-height: 70px;
      left: calc(50% + 10px); }
      .fsg__pager span, .fsg__pager__bottom span {
        width: 12px;
        height: 12px;
        margin: 3px 0; }
    .fsg__pager__bottom {
      left: auto;
      right: calc(50% + 10px); }
    .fsg__section:before {
      height: 70px; }
    .fsg__section:first-child .fsg__txt {
      margin-top: 70px;
      padding-left: 20px; }
    .fsg__section:last-child .fsg__txt {
      margin-bottom: 70px;
      padding-right: 20px; }
    .fsg__txt {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .fsg__pager, .fsg__pager__bottom {
      min-height: 1px;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 26px;
      background: rgba(255, 255, 255, 0.5);
      z-index: 200;
      padding: 10px 8px; }
      .fsg__pager span, .fsg__pager__bottom span {
        width: 10px;
        height: 10px;
        margin: 4px 0; }
    .fsg__section {
      background: #f4f4f4;
      position: relative; }
      .fsg__section:before {
        display: none; }
      .fsg__section:first-child .fsg__txt {
        margin-top: 0px;
        padding-left: 0px; }
      .fsg__section:last-child .fsg__txt {
        margin-bottom: 0px;
        padding-right: 0px; }
      .fsg__section .container {
        display: block; }
        .fsg__section .container > * {
          width: 100%; }
    .fsg__img figure {
      position: relative;
      width: auto;
      margin-left: -20px;
      margin-right: -20px; }
    .fsg__txt {
      padding-top: 30px;
      padding-bottom: 30px; } }

.panels {
  overflow: hidden; }
  .panels .container {
    max-width: 1474px; }
  .panels .media__item {
    margin-bottom: 0; }

.media, .projects {
  overflow: hidden; }
  .media .container, .projects .container {
    max-width: 1840px; }
  .media__inner, .projects__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .media__filter, .media__meta, .projects__filter, .projects__meta {
    min-width: 240px;
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-bottom: 100px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff; }
    .media__filter:before, .media__meta:before, .projects__filter:before, .projects__meta:before {
      content: '';
      width: 300vw;
      height: calc(100% + 45px);
      left: -50vw;
      top: 0;
      bottom: 0;
      position: absolute;
      z-index: -1;
      background: #4c4a4a;
      border-bottom: solid 45px #eeeeee; }
    .media__filter:after, .media__meta:after, .projects__filter:after, .projects__meta:after {
      content: '';
      width: 300vw;
      height: 1px;
      left: -50vw;
      bottom: 15px;
      position: absolute;
      z-index: -1;
      background: #fff; }
    .media__filter li, .media__meta li, .projects__filter li, .projects__meta li {
      margin-bottom: 40px;
      padding-right: 20px; }
      .media__filter li a, .media__meta li a, .projects__filter li a, .projects__meta li a {
        color: #fff; }
        .media__filter li a:hover, .media__meta li a:hover, .projects__filter li a:hover, .projects__meta li a:hover {
          color: #cf6f19; }
      .media__filter li.active a, .media__filter li.current-cat a, .media__meta li.active a, .media__meta li.current-cat a, .projects__filter li.active a, .projects__filter li.current-cat a, .projects__meta li.active a, .projects__meta li.current-cat a {
        color: #cf6f19; }
  .media__meta, .projects__meta {
    min-width: 300px;
    min-height: 400px; }
    .media__meta time, .projects__meta time {
      display: block;
      margin-top: 60px;
      color: #cf6f19;
      font-weight: 500;
      position: relative;
      padding-top: 20px; }
      .media__meta time:before, .projects__meta time:before {
        height: 2px;
        width: 111px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        content: ''; }
  .media__content, .projects__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .media__content article, .projects__content article {
      max-width: 1140px;
      margin-bottom: 80px; }
      .media__content article figure, .projects__content article figure {
        margin: 0 0 2em 0;
        padding: 0; }
      .media__content article > *:not(figure), .projects__content article > *:not(figure) {
        max-width: 920px; }
  @media (max-width: 1473px) {
    .media__filter, .media__meta, .projects__filter, .projects__meta {
      padding-bottom: 40px; }
      .media__filter li, .media__meta li, .projects__filter li, .projects__meta li {
        margin-bottom: 30px; }
      .media__filter:before, .media__meta:before, .projects__filter:before, .projects__meta:before {
        height: calc(100% + 40px);
        border-bottom-width: 40px; }
    .media__meta, .projects__meta {
      min-height: 240px; } }

  @media (max-width: 1773px) {
    .projects__filter, .projects__meta {
      padding-bottom: 40px; }
      .projects__filter li, .projects__meta li {
        margin-bottom: 30px; }
      .projects__filter:before, .projects__meta:before {
        height: calc(100% + 40px);
        border-bottom-width: 40px; }
    .projects__meta {
      min-height: 240px; } }

  @media (max-width: 1023px) {
    .media__inner, .projects__inner {
      display: block; }
    .media__filter, .media__meta, .projects__filter, .projects__meta {
      width: 100%;
      min-width: 0;
      margin-bottom: 70px;
      padding-bottom: 30px; }
      .media__filter:before, .media__meta:before, .projects__filter:before, .projects__meta:before {
        height: calc(100% + 30px);
        border-bottom-width: 30px; }
      .media__filter ul, .media__meta ul, .projects__filter ul, .projects__meta ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .media__filter ul li, .media__meta ul li, .projects__filter ul li, .projects__meta ul li {
          margin-bottom: 10px; }
    .media__meta, .projects__meta {
      min-height: 0; }
      .media__meta time, .projects__meta time {
        margin-top: 0;
        margin-bottom: 10px; }
        .media__meta time:before, .projects__meta time:before {
          width: 80px; }
    .media__content article, .projects__content article {
      margin-bottom: 60px; } }
  @media (max-width: 575px) {
    .media__meta time:before, .projects__meta time:before {
      width: 60px; } }

.media__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -35px; }

.media__item {
  padding: 0 35px;
  color: #000;
  width: 33.33333%;
  margin-bottom: 70px; }
  .media__item a {
    color: inherit;
    display: block; }
    .media__item a strong {
      font-size: 16px;
      font-family: "brandon-grotesque", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      margin-top: 1em;
      display: block;
      -webkit-transition: .3s ease all;
      -o-transition: .3s ease all;
      transition: .3s ease all;
      letter-spacing: 0.2em; }
    .media__item a:hover strong {
      color: #cf6f19; }
    .media__item a i {
      display: block;
      background: url(img/plus.svg) no-repeat;
      width: 20px;
      height: 20px;
      margin-top: 10px; }
  .media__item figure {
    margin: 0;
    padding: 0; }
    .media__item figure img {
      width: 100%; }

@media (max-width: 1473px) {
  .media__grid {
    margin: 0 -10px; }
  .media__item {
    padding: 0 10px; }
    .media__item a i {
      width: 18px;
      height: 18px; } }

@media (max-width: 1023px) {
  .media__item {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .media__item a strong {
    font-size: 13px; } }

@media (max-width: 575px) {
  .media__grid {
    margin-bottom: 40px; }
  .media__item {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    margin-top: 30px; }
    .media__item:first-child {
      margin-top: 0; }
    .media__item a strong {
      font-size: 16px; }
    .media__item a i {
      width: 12px;
      height: 12px; } }

.projects__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -35px; }

.projects__item {
  padding: 0 35px;
  color: #000;
  width: 50%;
  margin-bottom: 70px; }
  .projects__item a {
    color: inherit;
    display: block;
    border-bottom: solid 1px #000;
    padding-bottom: 20px; }
    .projects__item a strong {
      font-size: 16px;
      font-family: "brandon-grotesque", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      margin-top: 1em;
      display: block;
      -webkit-transition: .3s ease all;
      -o-transition: .3s ease all;
      transition: .3s ease all;
      letter-spacing: 0.2em;
      color: #cf6f19; }
    .projects__item a span {
      font-family: "playfair-display", serif;
      font-size: 42px;
      background-size: 20px auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .projects__item a span i {
        background: url(img/plus.svg) no-repeat;
        width: 20px;
        height: 20px;
        margin-left: 15px;
        display: inline-block; }
    .projects__item a:hover strong {
      color: #cf6f19; }
  .projects__item figure {
    margin: 0;
    padding: 0; }
    .projects__item figure img {
      width: 100%; }

@media (max-width: 1473px) {
  .projects__grid {
    margin: 0 -10px; }
  .projects__item {
    padding: 0 10px; }
    .projects__item a span {
      font-size: 30px; }
      .projects__item a span i {
        width: 18px;
        height: 18px;
        margin-left: 10px; } }

@media (max-width: 1023px) {
  .projects__item {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .projects__grid {
    margin-bottom: 40px; }
  .projects__item {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    margin-top: 40px; }
    .projects__item:first-child {
      margin-top: 0; } }

@media (max-width: 575px) {
  .projects__item a span {
    font-size: 24px; }
    .projects__item a span i {
      width: 12px;
      height: 12px; } }

.project {
  overflow: hidden; }
  .project__grid {
    padding-top: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1434px;
    margin: 0 auto 100px auto;
    position: relative; }
    .project__grid:before {
      content: '';
      position: absolute;
      top: 0;
      right: calc(100% - 400px);
      background: #e1e1e1;
      width: 50vw;
      height: 100%;
      z-index: -1; }
    .project__grid > * {
      padding-top: 100px; }
    .project__grid article {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .project__grid article > *:last-child {
        margin-bottom: 0; }
    .project__grid aside {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      min-width: 500px; }
      .project__grid aside dl {
        max-width: 350px;
        margin: 0 0 100px 0;
        padding: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 0.1em; }
        .project__grid aside dl dt {
          margin: 0;
          padding: 0;
          color: #cf6f19;
          text-transform: uppercase; }
        .project__grid aside dl dd {
          margin: 0 0 15px 0;
          padding: 0 0 20px 0;
          border-bottom: solid 1px #a9a9a9; }
          .project__grid aside dl dd:last-child {
            border-bottom: 0;
            margin: 0;
            padding: 0; }
  @media (min-width: 768px) and (max-width: 1639px) {
    .project__grid {
      padding-top: 15.85vw; } }
  @media (max-width: 1473px) {
    .project__grid:before {
      right: calc(100% - 350px); }
    .project__grid aside {
      min-width: 410px; }
      .project__grid aside dl {
        max-width: 300px; } }
  @media (max-width: 1023px) {
    .project__grid {
      margin-bottom: 80px; }
      .project__grid > * {
        padding-top: 80px; }
      .project__grid:before {
        right: calc(100% - 275px); }
      .project__grid aside {
        min-width: 300px; }
        .project__grid aside dl {
          max-width: 250px;
          margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .project__grid {
      display: block;
      margin-bottom: 15px;
      padding-top: 60px; }
      .project__grid > * {
        padding-top: 0px; }
      .project__grid:before {
        display: none; }
      .project__grid aside {
        width: auto;
        margin: 60px -20px 0 -20px;
        background: #e1e1e1;
        padding: 20px; }
        .project__grid aside dl {
          margin-bottom: 0;
          max-width: none; } }

.slider .container {
  position: relative;
  max-width: 1180px; }
  .slider .container:before {
    content: '';
    position: absolute;
    top: -90px;
    height: 1px;
    width: calc(100% - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: black; }

.slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }

.slider__prev, .slider__next {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  border: solid 2px #000;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 200;
  margin-right: 20px;
  cursor: pointer; }

.slider__prev {
  background-image: url(img/prev.svg); }

.slider__next {
  background-image: url(img/next.svg); }

.slider__slides {
  width: 100%;
  overflow: hidden; }

.slider__slide {
  width: 100%; }
  .slider__slide img {
    width: 100%;
    height: auto;
    display: block; }

@media (max-width: 1473px) {
  .slider .container:before {
    top: -65px; } }

@media (max-width: 1023px) {
  .slider .container:before {
    top: -40px; }
  .slider__arrows {
    margin-bottom: 30px; }
  .slider__prev, .slider__next {
    width: 40px;
    height: 40px; } }

@media (max-width: 575px) {
  .slider .container:before {
    top: -30px; }
  .slider__arrows {
    margin-bottom: 20px; }
  .slider__prev, .slider__next {
    width: 30px;
    height: 30px;
    margin-right: 10px; } }

.quote .container {
  max-width: 1180px; }

.quote blockquote {
  border-right: solid 5px #cf6f19;
  text-align: right;
  margin: 0 0 0 auto;
  padding: 0 35px 0 0;
  max-width: 930px; }
  .quote blockquote > *:last-child {
    margin-bottom: 0; }

.leadership {
  overflow: hidden;
  position: relative;
  padding-top: 150px; }
  .leadership:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f4f4f4;
    height: 50%;
    z-index: -1; }
  .leadership .container {
    max-width: 1474px; }
  .leadership__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px; }
    .leadership__intro aside {
      min-width: 500px;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .leadership__intro article {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .leadership__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -120px; }
  .leadership__item {
    padding: 0 120px;
    width: 50%;
    margin-bottom: 90px; }
    .leadership__item > p {
      color: #3f3f3f;
      margin-bottom: 1em; }
    .leadership__item > img {
      width: 100%;
      height: auto;
      margin-bottom: 1.5em; }
    .leadership__item__info {
      display: none;
      margin-top: -0.5em; }
      .leadership__item__info p {
        margin-bottom: 1em;
        font-size: 0.9em; }
    .leadership__item i {
      background: url(img/plus.svg) no-repeat center center;
      width: 20px;
      height: 20px;
      display: block;
      cursor: pointer;
      -webkit-transition: .3s ease all;
      -o-transition: .3s ease all;
      transition: .3s ease all; }
      .leadership__item i.minus {
        background-image: url(img/minus.svg); }
  @media (max-width: 1473px) {
    .leadership {
      padding-top: 130px; }
      .leadership__intro {
        margin-bottom: 80px; }
        .leadership__intro aside {
          min-width: 360px; }
      .leadership__grid {
        margin: 0 -60px; }
      .leadership__item {
        padding: 0 60px; } }
  @media (max-width: 1023px) {
    .leadership {
      padding-top: 80px; }
      .leadership__intro {
        margin-bottom: 80px;
        display: block; }
      .leadership__grid {
        margin: 0 -20px; }
      .leadership__item {
        padding: 0 20px; } }
  @media (max-width: 767px) {
    .leadership__grid {
      margin: 0 -10px; }
    .leadership__item {
      padding: 0 10px; }
      .leadership__item h6 {
        font-size: 15px; } }
  @media (max-width: 575px) {
    .leadership {
      padding-top: 60px; }
      .leadership:before {
        height: 45%; }
      .leadership__intro {
        margin-bottom: 40px;
        display: block; }
      .leadership__grid {
        display: block; }
      .leadership__item {
        width: 100%; } }

.footer {
  background: #f4f4f4;
  position: relative;
  padding-bottom: 30px; }
  .footer .container {
    max-width: 1474px; }
  .footer__logo {
    background: url(img/logo-dark.svg) no-repeat center center;
    background-size: 100% auto;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 354px;
    height: 43px;
    display: block;
    margin: 0 auto; }
  .footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 160px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer__grid aside {
      -ms-flex-item-align: center;
          align-self: center;
      text-align: center;
      width: 50%; }
      .footer__grid aside ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 1.5em 0;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #000; }
        .footer__grid aside ul li a {
          color: inherit; }
          .footer__grid aside ul li a:hover {
            color: #cf6f19; }
        .footer__grid aside ul li:last-child:after {
          display: none; }
        .footer__grid aside ul li:after {
          content: '•';
          padding: 0 30px; }
      .footer__grid aside address {
        line-height: 1.6;
        font-style: normal;
        font-size: 13px;
        font-weight: 500; }
  .footer__newsletter {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border: solid 1px #3f3f3f;
    width: 50%;
    background: #eeeeee;
    padding: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 14px; }
    .footer__newsletter h6 {
      font-size: 1.85714em;
      letter-spacing: 0.1em;
      margin-bottom: 1em;
      line-height: 1; }
    .footer__newsletter .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important; }
    .footer__newsletter .gform_wrapper {
      max-width: 100%;
      margin: 0 !important; }
      .footer__newsletter .gform_wrapper ul {
        color: inherit;
        line-height: normal; }
      .footer__newsletter .gform_wrapper .gfield_required {
        color: #cf1919; }
      .footer__newsletter .gform_wrapper .validation_message {
        display: none; }
      .footer__newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
      .footer__newsletter .gform_wrapper textarea {
        background-color: #fff;
        border: 0 !important;
        font-size: 12px;
        padding: 0.5em 20px 0.5em 20px;
        margin: 0;
        color: #000;
        line-height: 1em !important;
        min-height: 0 !important;
        outline: none;
        height: 50px; }
      .footer__newsletter .gform_wrapper ::-webkit-input-placeholder {
        color: inherit;
        opacity: 1;
        text-transform: uppercase; }
      .footer__newsletter .gform_wrapper :-moz-placeholder {
        color: inherit;
        opacity: 1;
        text-transform: uppercase; }
      .footer__newsletter .gform_wrapper ::-moz-placeholder {
        color: inherit;
        opacity: 1;
        text-transform: uppercase; }
      .footer__newsletter .gform_wrapper :-ms-input-placeholder {
        color: inherit;
        opacity: 1;
        text-transform: uppercase; }
      .footer__newsletter .gform_wrapper li.gfield_error {
        width: 100% !important;
        max-width: 100% !important; }
        .footer__newsletter .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
        .footer__newsletter .gform_wrapper li.gfield_error textarea {
          color: #cf1919; }
      .footer__newsletter .gform_wrapper form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .footer__newsletter .gform_wrapper div.validation_error {
        border: 0;
        padding: 0;
        color: #cf1919;
        font-size: 0.8em;
        font-weight: normal;
        font-weight: bold;
        margin: 0;
        padding: 0 15px 10px 15px;
        width: 100%;
        text-align: left;
        display: none; }
      .footer__newsletter .gform_wrapper .gform_body {
        width: calc(100% - 204px);
        height: 50px; }
      .footer__newsletter .gform_wrapper .top_label div.ginput_container {
        margin-top: 0 !important; }
      .footer__newsletter .gform_wrapper ul.gform_fields {
        width: 100%; }
        .footer__newsletter .gform_wrapper ul.gform_fields li.gfield {
          margin: 0 !important;
          padding: 0 !important;
          max-width: 100% !important;
          border: 0;
          background: transparent; }
      .footer__newsletter .gform_wrapper img.gform_ajax_spinner {
        display: none !important; }
      .footer__newsletter .gform_wrapper .gform_footer {
        margin: 0 0 0 4px !important;
        padding: 0 !important;
        width: 200px; }
        .footer__newsletter .gform_wrapper .gform_footer input.button, .footer__newsletter .gform_wrapper .gform_footer input[type=submit] {
          border-radius: 0;
          outline: none;
          display: inline-block;
          zoom: 1;
          background: #cf6f19;
          color: #fff;
          font-size: 12px;
          font-weight: 700;
          border: 0;
          margin: 0;
          padding: 0;
          cursor: pointer;
          -webkit-transition: .3s ease all;
          -o-transition: .3s ease all;
          transition: .3s ease all;
          text-transform: uppercase;
          letter-spacing: 0.5em;
          line-height: 1;
          padding: 19px 36px; }
          .footer__newsletter .gform_wrapper .gform_footer input.button:hover, .footer__newsletter .gform_wrapper .gform_footer input[type=submit]:hover {
            color: #fff;
            background-color: #1d19cf; }
          @media (max-width: 575px) {
            .footer__newsletter .gform_wrapper .gform_footer input.button, .footer__newsletter .gform_wrapper .gform_footer input[type=submit] {
              padding: 15px 25px; } }
      @media only screen and (max-width: 641px) {
        .footer__newsletter .gform_wrapper .gform_body {
          width: calc(100% - 110px);
          height: 40px; }
        .footer__newsletter .gform_wrapper .gform_footer {
          width: 106px; }
          .footer__newsletter .gform_wrapper .gform_footer input.button, .footer__newsletter .gform_wrapper .gform_footer input[type=submit] {
            padding: 15px 0 !important;
            width: 106px;
            line-height: 1 !important;
            font-size: 10px; }
        .footer__newsletter .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
        .footer__newsletter .gform_wrapper textarea {
          background: #fff !important;
          min-height: 0 !important;
          height: 40px;
          padding: 15px;
          line-height: 1 !important; } }
  .footer__txt {
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    max-width: 840px; }
    .footer__txt a {
      color: inherit; }
      .footer__txt a:hover {
        color: #cf6f19; }
    .footer__txt p {
      margin-bottom: 1em; }
      .footer__txt p:last-child {
        margin-bottom: 0; }
  .footer__copyright {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: 20%;
    left: 20px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }
  @media (max-width: 1473px) {
    .footer__grid {
      padding: 100px 0; } }
  @media (max-width: 1023px) {
    .footer__logo {
      width: 271px;
      height: 33px; }
    .footer__grid {
      display: block;
      padding: 80px 0; }
      .footer__grid aside {
        width: 100%; }
    .footer__newsletter {
      width: 100%;
      max-width: 720px;
      margin: 0 auto 80px auto; }
    .footer__copyright {
      left: 5px; } }
  @media (max-width: 575px) {
    .footer__logo {
      width: 189px;
      height: 23px; }
    .footer__grid {
      padding: 60px 0; }
      .footer__grid aside ul {
        font-size: 12px; }
        .footer__grid aside ul li:after {
          padding: 0 11px; }
      .footer__grid aside address {
        font-size: 12px; }
    .footer__newsletter {
      padding: 20px;
      font-size: 12px;
      margin-bottom: 60px; }
      .footer__newsletter h6 {
        font-size: 20px; }
      .footer__newsletter form {
        margin-top: 20px; }
    .footer__txt {
      max-width: 220px; }
    .footer__copyright {
      bottom: 5%; } }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  max-width: 1200px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 810px;
  background: #fff;
  padding: 30px;
  text-align: left;
  z-index: inherit;
  border: solid 5px #cf1919;
  overflow: hidden; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-height: 100%;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100vmin;
        height: 0;
        padding-bottom: 56.25vmin;
        overflow: hidden;
        position: relative;
        margin: 0 auto; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(img/load.gif) no-repeat center center;
    background-size: 32px auto; }

#swipebox-prev, #swipebox-next {
  background-image: url(img/prev--white.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  width: 20px;
  height: 40px;
  cursor: pointer; }

#swipebox-prev {
  left: 20px; }

#swipebox-next {
  background-image: url(img/next--white.svg);
  right: 20px; }

#swipebox-close {
  background-image: url(img/x.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 16px;
  top: 20px;
  right: 20px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.95); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.wow {
  visibility: hidden; }

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -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; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

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

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

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

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

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

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

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

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

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

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

.swing {
  -webkit-transform-origin: top center;
  -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);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.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);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

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

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

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

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

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

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

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

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

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

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

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

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

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

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

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

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

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

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation: fadeInUp 0.9s 0s both;
          animation: fadeInUp 0.9s 0s both; }

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

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

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

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

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

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

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

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

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

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

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

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

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

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

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

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

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

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

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

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

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

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

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

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

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

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

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

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

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

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

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

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

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

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

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

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

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

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

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

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

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

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

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

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

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

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

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

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

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

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

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

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

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

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

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

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

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

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

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

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

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

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

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

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

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

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

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

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

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

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.blur {
  -webkit-animation-name: blur;
          animation-name: blur; }

@-webkit-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

@keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

.scaleRight {
  -webkit-animation-name: scaleRight;
          animation-name: scaleRight; }

@-webkit-keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; } }

@keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; } }

.scaleLeft {
  -webkit-animation-name: scaleLeft;
          animation-name: scaleLeft; }

@-webkit-keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; } }

@keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; } }

.wefadeInRight {
  -webkit-animation: we-fade-in-right 1.2s 0.2s both;
  animation: we-fade-in-right 1.2s 0.2s both; }

.wefadeInLeft {
  -webkit-animation: we-fade-in-left 1.2s 0.2s both;
  animation: we-fade-in-left 1.2s 0.2s both; }

.wefadeInBottom {
  -webkit-animation: we-fade-in-bottom 2s ease-in-out 0.2s both;
  animation: we-fade-in-bottom 2s ease-in-out 0.2s both; }

.kenburns-bottom-right {
  -webkit-animation: kenburns-bottom-right 12s ease-in-out both;
  animation: kenburns-bottom-right 12s ease-in-out both; }

/**
 * ----------------------------------------
 * custom animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.we-zoom-in {
  -webkit-animation: we-zoom-in 1.2s 0.2s both;
  animation: we-zoom-in 1.2s 0.2s both; }

@-webkit-keyframes we-zoom-in {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes we-zoom-in {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

/**
 * ----------------------------------------
 * custom animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes we-fade-in-up {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes we-fade-in-up {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.wefadeInUp {
  -webkit-animation: wefadeInUp 1.2s 0.2s both;
  animation: wefadeInUp 1.2s 0.2s both; }

@-webkit-keyframes we-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes we-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.wefadeIn {
  -webkit-animation: we-fade-in 1.2s 0.2s both;
  animation: we-fade-in 1.2s 0.2s both; }

@-webkit-keyframes wefadeInUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes wefadeInUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.wefadeInUplarge {
  -webkit-animation: wefadeInUplarge 1.2s 0.2s both;
  animation: wefadeInUplarge 1.2s 0.2s both; }

@-webkit-keyframes wefadeInUplarge {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes wefadeInUplarge {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@-webkit-keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@-webkit-keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@-webkit-keyframes svgTransform {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes svgTransform {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation kenburns-bottom-right
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

/**
 * ----------------------------------------
 * animation kenburns-bottom-right-mobile
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

#hf_1, #hf_2, #hf_3, #hf_4 {
  visibility: hidden; }
.veteran_logo {
	float: left;
    width: 100px;
    margin-top: -25px;
    margin-left: -120px;
}
@media (max-width: 1200px) {
	.veteran_logo {
		float: none;
    	width: 100px;
    	margin-top: 0px;
    	margin-left: 0px;
    	margin-bottom: 20px;
	}
}
@media (max-width: 1360px) {
	.projects__content {
		margin-top: 150px;
	}
}
@media (max-width: 1023px) {
	.projects__content {
		margin-top: 0px;
	}
}
.social-logo {
	width: 40px;
    margin: 0px 10px 10px 10px;
}
.section_project {
	padding: 0 15px;
    width: 32%;
    display: inline-block;
	text-align: left;
}
.section_project a span {
	font-size: 30px;
}
.section_projects_container {
	max-width: 1474px;
	text-align: center;
}
.button_div {
	margin: 0px 0px 50px 0px;
}
@media (max-width: 1360px) {
	.section_project {
		width: 42%;
		padding: 0 8px;
	}
	.button_div {
		margin: 50px 0px;
	}
}
@media (max-width: 1000px) {
	.section_project {
		width: 100%;
	}
}
.button {
	padding: 20px 35px;
    color: white;
    background-color: #cf6f19;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 4px;
    font-weight: 700;
}
.button:hover {
    color: #cf6f19;
    background-color: white;
}
@-moz-document url-prefix() {
h1 small {
	margin:0;
	}}