@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
}

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

blockquote, q {
  quotes: "" "";
}

div, nav, header, footer, aside, section {
  display: block;
}

body {
  background: #FFFFFF;
  text-align: center;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #373737;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

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

#primary {
  overflow: hidden;
}

.container {
  width: auto;
  text-align: left;
  margin: 0 20px;
  position: relative;
}

@media all and (min-width: 1023px) {
  .container {
    width: auto;
    margin: 0 32px;
  }
}
@media all and (min-width: 1400px) {
  .container {
    width: 1312px;
    margin: auto;
  }
}
a {
  color: #036A78;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #373737;
}

.clearfix {
  display: block;
  clear: both;
}

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

.page-block {
  position: relative;
  padding: 48px 0;
}
.page-block.page-block-no-padding-top {
  padding-top: 0px;
}
.page-block.page-block-no-padding-bottom {
  padding-bottom: 0px;
}

@media all and (min-width: 1023px) {
  .page-block {
    padding: 128px 0;
  }
  .page-block.page-block-no-padding-top {
    padding-top: 0px;
  }
  .page-block.page-block-no-padding-bottom {
    padding-bottom: 0px;
  }
}
.spacer {
  height: 48px;
}
.spacer.spacer-extra-small {
  height: 12px;
}
.spacer.spacer-small {
  height: 24px;
}
.spacer.spacer-large {
  height: 64px;
}
.spacer.spacer-extra-large {
  height: 64px;
}
.spacer.about-bottom-spacer {
  height: 28px;
}

@media all and (min-width: 1024px) {
  .spacer {
    height: 64px;
  }
  .spacer.spacer-extra-small {
    height: 24px;
  }
  .spacer.spacer-small {
    height: 32px;
  }
  .spacer.spacer-large {
    height: 96px;
  }
  .spacer.spacer-extra-large {
    height: 128px;
  }
}
/* Accessibility tweaks */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.next-page-loader,
.has-another-page {
  display: none !important;
}

/* Animate.css at top, added CSS at bottom */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
/*!
 * 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
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.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;
  transform-origin: center bottom;
}

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: 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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: 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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-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, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: 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;
}

/* Added animation */
.animate {
  opacity: 0;
}

.animated-delay-100 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.animated-delay-200 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.animated-delay-300 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.animated-delay-400 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animated-delay-500 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.animated-delay-600 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.animated-delay-700 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.animated-delay-800 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.animated-delay-900 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.animated-delay-1000 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.animated-delay-1100 {
  animation-delay: 1s;
  -webkit-animation-delay: 1.1s;
}

.animated-delay-1200 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
}

.caption {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 5px 0;
}

@media all and (min-width: 1023px) {
  .caption {
    font-size: 24px;
  }
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  padding-top: 18px;
  line-height: 1.5em;
  margin: 0 0 11px 0;
}
article .first-heading {
  padding-top: 0px;
}
article .button,
article .link-arrowed {
  margin: 0 24px 12px 0;
}
article h1 {
  font-size: 36px;
  line-height: 1.23em;
}
article h2 {
  font-size: 32px;
}
article h3 {
  font-size: 28px;
}
article h4 {
  font-size: 24px;
}
article h5 {
  font-size: 20px;
}
article h6 {
  font-size: 18px;
}
article p {
  line-height: 30px;
  margin: 0 0 30px 0;
}
article p a:not([class]) {
  color: #036A78;
  text-decoration: underline;
}
article p a:not([class]):hover {
  color: #048799;
}
article p a:not([class]):active, article p a:not([class]):focus {
  color: #048799;
  text-decoration: none;
}
article p strong {
  color: #000;
}
article ul {
  margin: 0 0 11px 0;
}
article ul li {
  margin: 0 0 17px 0;
  padding: 0 0 0 30px;
  line-height: 28px;
  position: relative;
}
article ul li:before {
  position: absolute;
  line-height: 26px;
  content: "•";
  left: 5px;
  top: 0px;
  display: block;
}
article .checklist {
  margin: 0 0 24px 0;
}
article .checklist p {
  margin: 0px;
}
article .checklist ul {
  margin: 0px;
}
article .checklist ul li {
  padding: 0 0 0 34px;
  background: url(../images/tick.svg) no-repeat left 4px;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 7px 0;
  color: #000;
  font-weight: 500;
}
article .checklist ul li:before {
  display: none;
}
@media all and (min-width: 767px) {
  article .checklist.checklist-col-2 ul {
    columns: 2;
  }
}
article ol {
  margin: 0 0 11px 30px;
  list-style: decimal outside;
  line-height: 28px;
}
article ol li {
  margin: 0 0 17px 0;
  padding: 0px;
}

article p + ul {
  margin-top: -11px;
}

article p + ol {
  margin-top: -11px;
}

article small {
  display: block;
  margin: 0 0 28px 0;
  font-size: 16px;
  line-height: 26px;
}

strong {
  font-weight: 700;
}

blockquote p,
blockquote cite {
  -webkit-text-size-adjust: 100%;
}

@media all and (min-width: 1023px) {
  article h1,
article h2,
article h3,
article h4,
article h5 {
    padding-top: 32px;
  }

  article h1 {
    font-size: 52px;
  }

  article h2 {
    font-size: 48px;
  }

  article h3 {
    font-size: 40px;
  }

  article h4 {
    font-size: 32px;
  }

  article h5 {
    font-size: 24px;
  }

  article h6 {
    font-size: 24px;
  }
}
.button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  background: #036A78;
  box-shadow: none;
  border: 2px solid #036A78;
  border-radius: 4px;
  padding: 12px 20px 12px 20px;
  line-height: 24px;
  height: 52px;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  overflow: visible;
}
.button svg {
  position: relative;
  top: 0px;
}
.button:hover {
  color: #FFF;
  background: #048799;
  border-color: #048799;
}
.button:active, .button:focus {
  background: #048799;
  border-color: #036A78;
}
.button.button-bordered {
  background: transparent;
  border: 2px solid #036A78;
  color: #036A78;
}
.button.button-bordered:hover {
  color: #FFF;
  border-color: #036A78;
  background: #036A78;
}
.button.button-bordered:active, .button.button-bordered:focus {
  background: #036A78;
  border-color: #048799;
  color: #FFF;
}
.button.button-white-fill {
  border-color: #FFF;
  background: #FFF;
  color: #036A78;
}
.button.button-white-fill:hover {
  color: #036A78;
  border-color: #E1EDEF;
  background: #E1EDEF;
}
.button.button-white-fill:active, .button.button-white-fill:focus {
  color: #036A78;
  border-color: #E1EDEF;
  background: #FFF;
}
.button.button-white-bordered {
  border-color: #FFF;
  background: transparent;
  color: #FFF;
}
.button.button-white-bordered:hover {
  color: #036A78;
  border-color: #FFF;
  background: #FFF;
}
.button.button-white-bordered:active, .button.button-white-bordered:focus {
  color: #036A78;
  border-color: #FFF;
  background: #E1EDEF;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .button {
    height: 48px;
    line-height: 20px;
  }
}
.link-arrowed {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  height: 24px;
  font-weight: 500;
  vertical-align: middle;
}
.link-arrowed .arrow-icon {
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}
.link-arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link-arrowed:hover {
  color: #036A78;
}
.link-arrowed:active, .link-arrowed:focus {
  color: #048799;
}
.link-arrowed:hover .arrow-icon, .link-arrowed:active .arrow-icon, .link-arrowed:focus .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.link-arrowed:hover .arrow-icon--circle, .link-arrowed:active .arrow-icon--circle, .link-arrowed:focus .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.link-arrowed-white {
  color: #FFF;
}
.link-arrowed-white:hover, .link-arrowed-white:active, .link-arrowed-white:focus {
  color: #FFF;
}

a .link-arrow {
  position: absolute;
  width: 33px;
  height: 33px;
  display: block;
  transition: 0.3s ease-in-out;
}
a .link-arrow .link-arrow-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-in-out;
  margin: -4px 0 0 -13px;
}
a .link-arrow .arrow-icon {
  position: relative;
  top: 0px;
  transition: 0.3s ease-in-out;
  vertical-align: middle;
}
a .link-arrow .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

@media all and (min-width: 1024px) {
  a.arrow-link:hover, a.arrow-link:active, a.arrow-link:focus {
    color: #F66353;
  }
  a.arrow-link:hover .link-arrow .link-arrow-arrow, a.arrow-link:active .link-arrow .link-arrow-arrow, a.arrow-link:focus .link-arrow .link-arrow-arrow {
    transform: translate3d(4px, 0, 0);
    margin-left: -11px;
  }
  a.arrow-link:hover .link-arrow .arrow-icon--circle, a.arrow-link:active .link-arrow .arrow-icon--circle, a.arrow-link:focus .link-arrow .arrow-icon--circle {
    stroke-dashoffset: 0;
  }
  a.arrow-link:active, a.arrow-link:focus {
    color: #FD874E;
  }
}
.arrow-link {
  font-size: 18px;
  line-height: 33px;
  display: inline-block;
  padding: 0 40px 0 0;
  position: relative;
  color: #F66353;
}
.arrow-link .link-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
}
.arrow-link:active {
  color: #FD874E;
}

.underline-link {
  font-size: 18px;
  position: relative;
  line-height: 28px;
  display: inline-block;
}
.underline-link:before {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: #036A78;
  content: "";
  display: block;
}
.underline-link:hover {
  color: #036A78;
}
.underline-link:hover:before {
  width: 100%;
}
.underline-link:active {
  color: #FD874E;
}
.underline-link:active:before {
  background: #FD874E;
  width: 100%;
}

.icon-link {
  padding: 0 0 0 31px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #036A78;
  display: inline-block;
  font-weight: 600;
}
.icon-link svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.icon-link:hover {
  color: #048799;
}

textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #E7E7E7;
  border-radius: 0px;
  width: 100%;
  height: 48px;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  color: #373737;
  padding: 11px 20px 11px 20px;
  line-height: 24px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background: transparent;
}
textarea:active, textarea:focus,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: #036A78;
  color: #000;
}

body .gform_wrapper.gravity-theme .gfield textarea {
  height: 100px;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 125px;
}

body .gfield_error textarea,
body .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #D24147;
}

@media all and (min-width: 1023px) {
  textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 56px;
    padding: 15px 20px 15px 20px;
  }

  body .gform_wrapper.gravity-theme .gfield textarea.large,
textarea {
    height: 95px;
    padding: 15px 20px 15px 20px;
  }
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 1px solid #EFEFEF;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  color: #373737;
  height: 48px;
  padding: 11px 20px 11px 20px;
  line-height: 24px;
  font-size: 18px;
  width: 100%;
  background: transparent;
  z-index: 1;
  overflow: hidden;
  background: url('data:image/svg+xml,<svg width="14px" height="8px" viewBox="0 0 14 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><polyline id="Path" stroke="%23036A78" stroke-width="2" points="1 1 7 7 13 1"></polyline></g></svg>') no-repeat right 20px top 53%;
}
select:active, select:focus {
  border-color: #036A78;
}

@media all and (min-width: 1023px) {
  select {
    height: 52px;
    padding: 7px 32px 7px 20px;
  }
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
  grid-column-gap: 0px;
}
body .gform_wrapper.gravity-theme .gsection {
  margin: 0 0 12px 0;
  padding: 28px 0 0 0;
  border: none;
}
body .gform_wrapper.gravity-theme .gsection h3 {
  font-size: 24px;
  line-height: 32px;
}
body .gform_wrapper.gravity-theme div.gfield {
  position: relative;
}
body .gform_wrapper.gravity-theme div.gfield select,
body .gform_wrapper.gravity-theme div.gfield textarea,
body .gform_wrapper.gravity-theme div.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 76px;
  padding: 35px 20px 15px 20px;
  font-size: 18px;
}
body .gform_wrapper.gravity-theme div.gfield select.datepicker,
body .gform_wrapper.gravity-theme div.gfield textarea.datepicker,
body .gform_wrapper.gravity-theme div.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).datepicker {
  background: url(../images/date-picker-icon.svg) no-repeat right 26px center transparent;
}
body .gform_wrapper.gravity-theme div.gfield .gfield_label {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 14px;
  color: #036A78;
  line-height: 20px;
  font-weight: 600;
  display: block;
  margin: 0px;
  padding: 0px;
}
body .gform_wrapper.gravity-theme div.gfield .gfield_label .gfield_required {
  display: none;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-email {
  position: relative;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-email select,
body .gform_wrapper.gravity-theme fieldset.gfield--type-email textarea,
body .gform_wrapper.gravity-theme fieldset.gfield--type-email input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 76px;
  padding: 35px 20px 15px 20px;
  font-size: 18px;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-email select.datepicker,
body .gform_wrapper.gravity-theme fieldset.gfield--type-email textarea.datepicker,
body .gform_wrapper.gravity-theme fieldset.gfield--type-email input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).datepicker {
  background: url(../images/date-picker-icon.svg) no-repeat right 26px center transparent;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-email .gfield_label {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 14px;
  color: #036A78;
  line-height: 20px;
  font-weight: 600;
  display: block;
  margin: 0px;
  padding: 0px;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-email .gfield_label .gfield_required {
  display: none;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-email .ginput_left .gform-field-label {
  display: none;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-email .ginput_right {
  position: relative;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-email .ginput_right .gform-field-label {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 14px;
  color: #036A78;
  line-height: 20px;
  font-weight: 600;
  display: block;
  margin: 0px;
  padding: 0px;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-email .ginput_right .gform-field-label .gfield_required {
  display: none;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_label,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #000;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_label .gfield_required,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_label .gfield_required {
  display: none;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox {
  margin: 0 0 -12px 0;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox .gchoice {
  position: relative;
  margin: 0 0 12px 0;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio .gchoice input,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox .gchoice input,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio .gchoice input,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox .gchoice input {
  position: absolute;
  left: -9999px;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio .gchoice label,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio .gchoice label,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox .gchoice label {
  padding: 0px 0 0px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  font-weight: 500;
  break-inside: avoid;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio .gchoice label:before,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox .gchoice label:before,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio .gchoice label:before,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox .gchoice label:before {
  width: 16px;
  height: 16px;
  border: 2px solid #036A78;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  border-radius: 0px;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio .gchoice label:after,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox .gchoice label:after,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio .gchoice label:after,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox .gchoice label:after {
  background: #036A78;
  width: 10px;
  height: 10px;
  border-radius: 0px;
  content: "";
  display: none;
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 1;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio .gchoice label a,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox .gchoice label a,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio .gchoice label a,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox .gchoice label a {
  color: #036A78;
  text-decoration: underline;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio .gchoice label a:hover, body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio .gchoice label a:active, body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio .gchoice label a:focus,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox .gchoice label a:hover,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox .gchoice label a:active,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox .gchoice label a:focus,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio .gchoice label a:hover,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio .gchoice label a:active,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio .gchoice label a:focus,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox .gchoice label a:hover,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox .gchoice label a:active,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox .gchoice label a:focus {
  outline: 1px dotted #036A78 !important;
  outline-offset: 3px !important;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio .gchoice input:focus + label,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox .gchoice input:focus + label,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio .gchoice input:focus + label,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox .gchoice input:focus + label {
  outline: 1px dotted #036A78 !important;
  outline-offset: 3px !important;
}
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_radio .gchoice input:checked + label:after,
body .gform_wrapper.gravity-theme fieldset.gfield--type-radio .gfield_checkbox .gchoice input:checked + label:after,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_radio .gchoice input:checked + label:after,
body .gform_wrapper.gravity-theme fieldset.gfield--type-checkbox .gfield_checkbox .gchoice input:checked + label:after {
  display: block;
}
body .gform_wrapper.gravity-theme .gfield_description {
  padding: 6px 0 0 0;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
  color: #D24147;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border: none;
  margin: 0px;
  background: transparent;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0px;
  margin: 57px 0 40px 0;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 18px 24px 18px 64px;
  background: url(../images/alert-triangle.svg) no-repeat 24px center #FEEDEF;
  border-left: 2px solid #EC4C5F;
  border-radius: 0px;
}
body .gform_wrapper.gravity-theme .gform_validation_errors h2 {
  font-size: 18px;
  line-height: 27px;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  color: #000000;
}
body .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: none !important;
}
body .gform_wrapper.gravity-theme .gform_footer {
  padding: 39px 0 0 0;
  margin: 0px;
}
body .gform_wrapper.gravity-theme .gform_footer .button {
  display: block;
  width: 100%;
  line-height: 24px !important;
  padding: 0 20px !important;
}

@media all and (min-width: 1023px) {
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 32px;
    grid-column-gap: 32px;
  }
  body .gform_wrapper.gravity-theme .gform_fields .gsection {
    margin: 0 0 0 0;
    padding: 16px 0 0 0;
  }
  body .gform_wrapper.gravity-theme .gform_fields .gsection h3 {
    font-size: 32px;
    line-height: 48px;
  }
  body .gform_wrapper.gravity-theme .gform_fields div.gfield {
    position: relative;
  }
  body .gform_wrapper.gravity-theme .gform_fields div.gfield select,
body .gform_wrapper.gravity-theme .gform_fields div.gfield textarea,
body .gform_wrapper.gravity-theme .gform_fields div.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 76px;
    padding: 35px 20px 15px 20px;
    font-size: 18px;
  }
  body .gform_wrapper.gravity-theme .gform_fields div.gfield textarea {
    height: 125px;
  }
  body .gform_wrapper.gravity-theme .gform_fields div.gfield textarea.large {
    height: 125px;
  }
  body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-radio .gfield_label,
body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-checkbox .gfield_label {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 14px 0;
  }
  body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-radio .gfield_label .gfield_required,
body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-checkbox .gfield_label .gfield_required {
    display: none;
  }
  body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-radio .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-radio .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-checkbox .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-checkbox .gfield_checkbox .gchoice {
    margin: 0 0 14px 0;
  }
  body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-radio .gfield_radio .gchoice label,
body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-radio .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-checkbox .gfield_radio .gchoice label,
body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-checkbox .gfield_checkbox .gchoice label {
    font-size: 18px;
    line-height: 24px;
  }
  body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-radio.field-checkboxes-inline .gfield_radio .gchoice,
body .gform_wrapper.gravity-theme .gform_fields fieldset.gfield--type-checkbox.field-checkboxes-inline .gfield_radio .gchoice {
    display: inline-block;
    margin: 0 24px 14px 0;
  }
  body .gform_wrapper.gravity-theme .gform_footer {
    padding: 48px 0 0 0;
    margin: 0px;
  }
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-slider {
  line-height: 0;
}
.slick-slider .slick-list {
  overflow: visible;
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .slick-slider .slick-arrow {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 24px;
    height: 24px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    z-index: 60;
    color: #036A78;
  }
  .slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:active, .slick-slider .slick-arrow:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #036A78 !important;
  }
  .slick-slider .slick-arrow svg {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    position: absolute;
    margin: 0px;
  }
  .slick-slider .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }
  .slick-slider .slick-arrow.slick-next svg {
    left: auto;
    right: 0px;
  }
}
.slick-slider .slick-dots {
  bottom: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 59;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  height: 24px;
  line-height: 24px;
}
.slick-slider .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  position: relative;
  border: none;
  background: #EEEEEE;
  position: relative;
  top: 0px;
}
.slick-slider .slick-dots li.slick-active button {
  background: #036A78;
}

#site-header {
  background: #036A78;
  background: rgba(3, 106, 120, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  border-radius: 0 0 4px 4px;
  padding: 10px 0;
}
#site-header .logo {
  float: left;
  margin: 4px 0;
}
#site-header .logo img {
  max-height: 32px;
}
#site-header nav {
  display: none;
}
#site-header .header-right {
  display: none;
}
#site-header .toggle-nav {
  background: #FFF;
  border-radius: 4px;
  padding: 10px 16px 10px 40px;
  color: #036A78;
  font-weight: 600;
  float: right;
  position: relative;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.44px;
}
#site-header .toggle-nav svg {
  position: absolute;
  top: 14px;
  left: 17px;
}

@media all and (min-width: 1023px) {
  #site-header {
    padding: 0;
  }
  #site-header .logo {
    position: relative;
    padding: 22px 0;
    z-index: 1;
    margin: 0px;
  }
  #site-header .logo img {
    max-height: none;
  }
  #site-header nav {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0 218px 0 164px;
  }
  #site-header nav ul {
    text-align: center;
    display: block;
  }
  #site-header nav ul li {
    display: inline-block;
    position: relative;
  }
  #site-header nav ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    color: #FFF;
    font-weight: 500;
    padding: 34px 21px;
  }
  #site-header nav ul li a:hover, #site-header nav ul li a:active, #site-header nav ul li a:focus {
    text-decoration: underline;
  }
  #site-header nav ul li ul {
    position: absolute;
    top: 87px;
    left: 0px;
    width: 241px;
    background: url(../images/dropdown-nav.svg) no-repeat;
    border-radius: 0 0 4px 4px;
    padding: 28px 24px 24px 24px;
    margin: 0 0 0 -40px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #site-header nav ul li ul li {
    display: block;
    padding: 4px 0;
  }
  #site-header nav ul li ul li a {
    color: #373737;
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
    font-weight: normal;
    display: block;
  }
  #site-header nav ul li ul li:first-of-type a {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 2px 0;
  }
  #site-header nav ul li ul li#menu-item-278 a {
    font-size: 18px;
    font-weight: normal;
    padding: 0;
  }
  #site-header nav ul li:focus-within ul, #site-header nav ul li:hover ul, #site-header nav ul li:active ul, #site-header nav ul li:focus ul {
    visibility: visible;
    opacity: 1;
  }
  #site-header .header-right {
    position: relative;
    z-index: 1;
    display: block;
    float: right;
    padding: 24px 0;
  }
  #site-header .header-right .button {
    margin: 0px;
    display: block;
    float: left;
  }
  #site-header .header-right .country-selector {
    display: block;
    float: left;
    padding: 4px 26px 0 0;
  }
  #site-header .header-right .country-selector .gt_float_switcher {
    background: transparent !important;
    box-shadow: none !important;
  }
  #site-header .header-right .country-selector .gt_float_switcher .gt-selected {
    background: transparent !important;
    box-shadow: none !important;
  }
  #site-header .header-right .country-selector .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    transform: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23FFF'/></svg>");
  }
  #site-header .header-right .country-selector .gt_float_switcher .gt_options {
    background: #FFF !important;
    position: absolute !important;
  }
  #site-header .header-right .country-selector .gt-lang-code {
    display: none;
  }
  #site-header .toggle-nav {
    display: none;
  }
}
#mobile-nav {
  display: none;
  background: #EFEFEF;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  padding: 0 0 240px 0;
}
#mobile-nav .mobile-nav-header {
  height: 94px;
}
#mobile-nav .mobile-nav-header .logo {
  position: absolute;
  top: 16px;
  left: 20px;
}
#mobile-nav .mobile-nav-header .logo img {
  display: block;
  height: 32px;
}
#mobile-nav .mobile-nav-header .mobile-nav-back {
  display: none;
  position: relative;
  top: 16px;
  left: 20px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
#mobile-nav .mobile-nav-header .mobile-nav-back svg {
  position: relative;
  top: 1px;
  margin: 0 8px 0 0;
}
#mobile-nav .mobile-nav-header .close-nav {
  position: absolute;
  top: 10px;
  right: 20px;
  padding-left: 18px;
  padding-right: 18px;
}
#mobile-nav .mobile-nav-header .close-nav svg {
  top: 1px;
  margin: 0 6px 0 0;
}
#mobile-nav .container {
  margin: 0px;
  width: auto;
  transition: 0.3s height;
}
#mobile-nav nav {
  position: relative;
  z-index: 1001;
}
#mobile-nav nav div.menu {
  width: 300%;
  position: relative;
  left: 0px;
  transition: 0.3s ease-in-out;
}
#mobile-nav nav ul li {
  display: block;
  width: 33.33%;
}
#mobile-nav nav ul li a {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  padding: 12px 20px;
  color: #000000;
  display: block;
}
#mobile-nav nav ul li .menu-item-description {
  display: none;
}
#mobile-nav nav ul li.menu-item-has-children > a:first-child {
  position: relative;
}
#mobile-nav nav ul li.menu-item-has-children > a:first-child:after {
  display: inline-block;
  background: url(../images/mobile-nav-arrow.svg) no-repeat;
  width: 9px;
  height: 14px;
  position: relative;
  top: 0px;
  content: "";
  margin: 0 0 0 12px;
}
#mobile-nav nav ul li ul {
  position: absolute;
  top: 0px;
  width: 33.33%;
  left: 33.33%;
  visibility: hidden;
  opacity: 0;
}
#mobile-nav nav ul li ul li {
  width: 100%;
  left: auto;
}
#mobile-nav nav ul li ul li a {
  font-weight: normal;
  color: #373737;
  font-size: 20px;
  line-height: 32px;
  padding: 3px 20px;
}
#mobile-nav nav ul li ul li:first-of-type {
  padding: 0;
}
#mobile-nav nav ul li ul li:first-of-type a {
  font-size: 28px;
  line-height: 32px;
  text-decoration: underline;
  color: #000;
  font-weight: 500;
  padding: 0 20px 16px 20px;
}
#mobile-nav nav ul li ul li.menu-item-has-children > a:first-child:after {
  background: url(../images/mobile-nav-sub-arrow.svg) no-repeat;
}
#mobile-nav nav ul li ul li ul {
  width: 100%;
  left: 100%;
}
#mobile-nav nav ul li.active ul {
  visibility: visible;
  opacity: 1;
}
#mobile-nav nav ul li.active ul ul {
  visibility: hidden;
  opacity: 0;
}
#mobile-nav nav ul li.active ul .active ul {
  visibility: visible;
  opacity: 1;
}
#mobile-nav .mobile-nav-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 0 20px 24px 20px;
}
#mobile-nav .mobile-nav-footer .country-selector {
  padding: 0 0 16px 0;
}
#mobile-nav .mobile-nav-footer .country-selector .gt_float_switcher {
  display: block;
}
#mobile-nav .mobile-nav-footer .button {
  display: block;
}

body.mobile-nav-active #main-content {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 100%;
}

#page-banner {
  background: none no-repeat center center;
  background-size: cover;
  position: relative;
}
#page-banner .page-banner-video {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
#page-banner .page-banner-video video {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-banner .container {
  height: 565px;
}
#page-banner .page-banner-back-gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.58) 100%);
}
#page-banner .banner-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
#page-banner .banner-text h1 {
  font-size: 36px;
  line-height: 50px;
  color: #FFF;
  font-weight: 600;
  margin: 0 0 40px 0;
}
#page-banner .banner-text h2 {
  font-size: 20px;
  line-height: 36px;
  color: #FFF;
  font-weight: normal;
  margin: 0 0 -6px 0;
}

@media all and (min-width: 1024px) {
  #page-banner .container {
    height: 667px;
  }
  #page-banner .banner-text h1 {
    font-size: 52px;
    line-height: 71px;
    margin: 0 0 80px 0;
  }
  #page-banner .banner-text h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 11px 0;
  }
}
.page-block-intro .container {
  text-align: center;
}
.page-block-intro h2 {
  font-size: 36px;
  line-height: 45px;
  max-width: 862px;
  margin: 0 auto;
}
.page-block-intro .intro-text p {
  padding: 18px 0 0 0;
  font-size: 20px;
  line-height: 32px;
}
.page-block-intro .intro-text .button {
  margin: 32px 0 0 0;
}
.page-block-intro.home-intro {
  padding: 64px 0 80px 0;
}
.page-block-intro.home-intro .intro-wrapper {
  text-align: left;
}
.page-block-intro.home-intro .caption {
  margin: 0 0 1px 0;
}
.page-block-intro.home-intro h2 {
  max-width: none;
}
.page-block-intro.home-intro .intro-text {
  font-size: 18px;
  line-height: 32px;
}
.page-block-intro.page-block-intro-no-heading .intro-text p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  color: #000000;
}

@media all and (min-width: 1023px) {
  .page-block-intro {
    padding: 110px 0 128px 0;
  }
  .page-block-intro h2 {
    font-size: 52px;
    line-height: 71px;
  }
  .page-block-intro .intro-text p {
    padding: 26px 0 0 0;
    font-size: 20px;
    line-height: 32px;
  }
  .page-block-intro .intro-text .button {
    margin: 64px 0 0 0;
  }
  .page-block-intro.home-intro h2 {
    font-size: 48px;
    line-height: 63px;
  }
  .page-block-intro.page-block-intro-no-heading .container {
    padding: 0 123px;
  }
  .page-block-intro.page-block-intro-no-heading .intro-text p {
    font-size: 32px;
    line-height: 48px;
  }
}
@media all and (min-width: 1280px) {
  .page-block-intro .intro-text {
    max-width: 864px;
    margin: 0 auto;
  }
  .page-block-intro.home-intro {
    padding: 100px 0 118px 0;
  }
  .page-block-intro.home-intro .intro-wrapper {
    display: flex;
    text-align: left;
  }
  .page-block-intro.home-intro .caption {
    padding: 16px 0 0 0;
    width: 226px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .page-block-intro.home-intro h2 {
    font-size: 52px;
    line-height: 71px;
  }
  .page-block-intro.home-intro .intro-text {
    text-align: right;
    padding: 16px 0 0 120px;
    width: 364px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .page-block-intro.home-intro .intro-text p {
    padding: 0px;
  }
  .page-block-intro.home-intro .intro-text .button {
    margin: 40px 0 0 0;
  }
  .page-block-intro.page-block-intro-no-heading .container {
    padding: 0 223px;
  }
}
@media all and (min-width: 1360px) {
  .page-block-intro.home-intro .intro-text {
    padding: 16px 116px 0 120px;
    width: 480px;
  }
}
.page-block-cards {
  padding: 0px;
}
.page-block-cards .container {
  margin: 0px;
}
.page-block-cards .cards .card {
  background: none no-repeat center center;
  background-size: cover;
  margin: 0 0 4px 0;
  overflow: hidden;
  position: relative;
}
.page-block-cards .cards .card .card-image,
.page-block-cards .cards .card .card-gradient-a,
.page-block-cards .cards .card .card-gradient-b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.page-block-cards .cards .card .card-gradient-a {
  opacity: 0.33;
  background: #000000;
}
.page-block-cards .cards .card .card-gradient-b {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.5) 100%);
}
.page-block-cards .cards .card .card-image {
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.page-block-cards .cards .card .card-inner {
  height: 451px;
  position: relative;
}
.page-block-cards .cards .card .card-inner .card-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0 20px 40px 20px;
}
.page-block-cards .cards .card .card-inner .card-content h3 {
  font-size: 32px;
  line-height: 48px;
  color: #FFF;
}
.page-block-cards .cards .card .card-inner .card-content p {
  font-size: 20px;
  line-height: 32px;
  color: #FFF;
}
.page-block-cards .cards .card .card-inner .card-content .buttons {
  padding: 29px 0 0 0;
  margin: 0 0 -12px 0;
}
.page-block-cards .cards .card .card-inner .card-content .buttons .button {
  margin: 0 20px 12px 0;
}
.page-block-cards .cards .card .card-inner .card-content .buttons .link-arrowed {
  margin: 0 0 12px 0;
}

@media all and (min-width: 1023px) {
  .page-block-cards {
    padding: 0px;
  }
  .page-block-cards .container {
    width: 100%;
  }
  .page-block-cards .cards {
    display: grid;
    column-gap: 8px;
    grid-row-gap: 8px;
    padding: 0 8px;
  }
  .page-block-cards .cards .card {
    margin: 0 0 8px 0;
  }
  .page-block-cards .cards .card .card-gradient-a {
    transition: 0.3s ease-in-out;
    opacity: 0;
  }
  .page-block-cards .cards .card .card-inner {
    height: 582px;
  }
  .page-block-cards .cards .card .card-inner .card-content {
    padding: 0 60px 40px 60px;
  }
  .page-block-cards .cards .card .card-inner .card-content h3 {
    font-size: 48px;
    line-height: 54px;
    margin: 0 0 18px 0;
  }
  .page-block-cards .cards .card .card-inner .card-content .card-content-hidden {
    position: relative;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }
  .page-block-cards .cards .card:hover .card-image, .page-block-cards .cards .card:active .card-image, .page-block-cards .cards .card:focus .card-image {
    transform: scale(1.2);
  }
  .page-block-cards .cards .card:hover .card-gradient-a, .page-block-cards .cards .card:active .card-gradient-a, .page-block-cards .cards .card:focus .card-gradient-a {
    opacity: 0.33;
  }
  .page-block-cards .cards .card:hover .card-inner .card-content h3, .page-block-cards .cards .card:active .card-inner .card-content h3, .page-block-cards .cards .card:focus .card-inner .card-content h3 {
    padding: 0px;
  }
  .page-block-cards .cards .card:hover .card-inner .card-content .card-content-hidden, .page-block-cards .cards .card:active .card-inner .card-content .card-content-hidden, .page-block-cards .cards .card:focus .card-inner .card-content .card-content-hidden {
    opacity: 1;
    max-height: 400px;
  }
  .page-block-cards .cards-1 .card .card-inner .card-content p {
    max-width: 410px;
  }
  .page-block-cards .cards-2 {
    grid-template-columns: 1fr 1fr;
  }
  .page-block-cards .cards-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-block-cards .cards-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .page-block-cards .cards-4 .card .card-inner .card-content {
    padding: 0 42px 40px 42px;
  }
  .page-block-cards .cards-4 .card .card-inner .card-content h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.page-block-logos {
  padding: 78px 0 93px 0;
}
.page-block-logos .container {
  text-align: center;
}
.page-block-logos header {
  padding: 0 0 80px 0;
}
.page-block-logos header h2 {
  font-size: 32px;
  line-height: 44px;
}
.page-block-logos .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}
.page-block-logos .logos .logo {
  display: block;
  height: 129px;
  border-radius: 4px;
  border: 1px solid #CECECE;
  position: relative;
}
.page-block-logos .logos .logo img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

@media all and (min-width: 1023px) {
  .page-block-logos {
    padding: 128px 0;
  }
  .page-block-logos header {
    padding: 0 0 75px 0;
  }
  .page-block-logos header h2 {
    font-size: 48px;
    line-height: 63px;
  }
  .page-block-logos .logos {
    display: block;
    margin: 0 -16px;
    text-align: center;
  }
  .page-block-logos .logos .logo {
    display: inline-block;
    vertical-align: top;
    width: 194px;
    margin: 0 16px;
  }
  .page-block-logos .logos a.logo:hover, .page-block-logos .logos a.logo:active, .page-block-logos .logos a.logo:focus {
    border-color: #000;
  }
}
.page-block-cta {
  background: none no-repeat center center #036A78;
  background-size: cover;
  padding: 64px 0 80px 0;
  position: relative;
}
.page-block-cta.page-block-cta-no-text {
  padding: 78px 0 96px 0;
}
.page-block-cta .cta-gradient-a,
.page-block-cta .cta-gradient-b {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}
.page-block-cta .cta-gradient-a {
  background: #000;
  opacity: 0.33;
}
.page-block-cta .cta-gradient-b {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 98%);
}
.page-block-cta .container {
  z-index: 1;
  text-align: center;
}
.page-block-cta .caption {
  color: #FFF;
}
.page-block-cta h2 {
  font-size: 36px;
  line-height: 45px;
  color: #FFF;
}
.page-block-cta h4 {
  font-size: 18px;
  line-height: 32px;
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #FFF;
}
.page-block-cta p {
  padding: 18px 0 0 0;
  font-size: 18px;
  line-height: 30px;
  color: #FFF;
  margin: 0 auto;
  max-width: 864px;
}
.page-block-cta .buttons {
  padding: 30px 0 0 0;
}
.page-block-cta .buttons .button {
  margin: 14px 8px 0 8px;
}
.page-block-cta.page-block-cta-footer .buttons {
  padding-top: 0px;
}

@media all and (min-width: 1024px) {
  .page-block-cta {
    margin: 0 8px 8px 8px;
    padding: 132px 0 142px 0;
  }
  .page-block-cta.page-block-cta-no-text {
    padding: 84px 0 95px 0;
  }
  .page-block-cta.page-block-cta-footer {
    padding: 24px 0;
  }
  .page-block-cta h2 {
    font-size: 48px;
    line-height: 63px;
  }
  .page-block-cta p {
    padding: 28px 0 0 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-cta .buttons .button {
    display: block;
  }
}
.page-block-short-cta {
  padding: 32px 0 48px 0;
  background: #E5F0F1;
}
.page-block-short-cta h2 {
  font-size: 32px;
  line-height: 40px;
}
.page-block-short-cta p {
  padding: 15px 0 0 0;
  font-size: 18px;
  line-height: 28px;
}
.page-block-short-cta .buttons {
  padding: 38px 0 0 0;
}
.page-block-short-cta .buttons .button {
  display: block;
}

@media all and (min-width: 376px) {
  .page-block-short-cta .buttons .button {
    display: inline-block;
  }
}
@media all and (min-width: 1023px) {
  .page-block-short-cta {
    margin: 8px;
    padding: 58px 0 64px 0;
  }
  .page-block-short-cta .cta-inner {
    padding-right: 132px;
    position: relative;
    width: 100%;
    display: block;
  }
  .page-block-short-cta .buttons {
    padding: 0px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media all and (min-width: 1200px) {
  .page-block-short-cta {
    padding: 58px 0 64px 0;
  }
  .page-block-short-cta .cta-inner {
    padding-right: 332px;
    padding-left: 90px;
  }
  .page-block-short-cta .buttons {
    right: 132px;
  }
}
.page-block-content.background-grey {
  background: #EFEFEF;
  padding: 60px 0 80px 0;
}
.page-block-content.background-blue {
  background: #E6F0F2;
  padding: 60px 0 80px 0;
}

@media all and (min-width: 1023px) {
  .page-block-content article {
    padding: 0 123px;
  }
  .page-block-content.background-grey {
    padding: 120px 0;
    margin: 0 0 8px 0;
  }
  .page-block-content.background-blue {
    padding: 120px 0;
    margin: 0 0 8px 0;
  }
  .page-block-content.page-block-content-fullwidth article {
    padding: 0px;
  }
}
@media all and (min-width: 1280px) {
  .page-block-content article {
    padding: 0 223px;
  }
  .page-block-content.page-block-content-fullwidth article {
    padding: 0px;
    max-width: 862px;
  }
}
.page-block-image-and-content .image-and-content article {
  padding: 20px 0 0 0;
}
.page-block-image-and-content .image-and-content .image-holder {
  width: auto;
  margin: 0 -20px;
}
.page-block-image-and-content .image-and-content .image-holder img {
  width: 100%;
}

@media all and (max-width: 1023px) {
  .page-block-image-and-content .buttons {
    margin-right: -8px;
  }
  .page-block-image-and-content .buttons .button {
    margin-right: 8px;
  }
}
@media all and (min-width: 767px) {
  .page-block-image-and-content .container {
    margin: 0px;
  }
  .page-block-image-and-content .image-and-content {
    display: flex;
    align-items: center;
  }
  .page-block-image-and-content .image-and-content article {
    width: 50%;
    padding: 0 32px 0 16px;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    margin: 0px;
    width: 50%;
    position: relative;
    padding: 0 16px 0 0;
  }
  .page-block-image-and-content .image-and-content .image-holder img {
    width: 100%;
    display: block;
    border: 8px solid #FFF;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content {
    flex-direction: row-reverse;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content article {
    padding: 0 16px 0 32px;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content .image-holder {
    padding: 0 0 0 16px;
  }
}
@media all and (min-width: 1200px) {
  .page-block-image-and-content.page-block-image-on-left article {
    padding: 0 84px;
  }
  .page-block-image-and-content.page-block-image-on-right article {
    padding: 0 96px 0 64px;
  }
}
@media all and (min-width: 1400px) {
  .page-block-image-and-content .container {
    margin: 0 auto;
  }
}
.page-block-image-showcase {
  padding: 0px;
}
.page-block-image-showcase .container {
  margin: 0px;
}
.page-block-image-showcase .images .image {
  background: none no-repeat center center;
  background-size: cover;
  margin: 0 0 4px 0;
  position: relative;
  display: block;
  padding-top: 41%;
  height: 0px;
}
.page-block-image-showcase .images .image img {
  display: none;
}
.page-block-image-showcase .images.images-2 .image {
  padding-top: 82%;
}
.page-block-image-showcase .images.images-3 .image {
  padding-top: 124%;
}
.page-block-image-showcase .images.images-4 .image {
  padding-top: 166%;
}

@media all and (min-width: 1023px) {
  .page-block-image-showcase {
    padding: 0px;
  }
  .page-block-image-showcase .container {
    width: auto;
    max-width: 1620px;
    margin: 0 auto;
  }
  .page-block-image-showcase .images {
    display: grid;
    column-gap: 8px;
    grid-row-gap: 8px;
    padding: 0 8px;
  }
  .page-block-image-showcase .images .image {
    margin: 0 0 8px 0;
  }
  .page-block-image-showcase .images-2 {
    grid-template-columns: 1fr 1fr;
  }
  .page-block-image-showcase .images-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-block-image-showcase .images-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-block-image-slider {
  padding: 0px;
}
.page-block-image-slider .container {
  margin: 0px;
}
.page-block-image-slider .image-slider .image {
  padding: 0 0 36px 0;
}

@media all and (min-width: 1024px) {
  .page-block-image-slider .slick-arrow {
    position: absolute;
    bottom: 50px;
    left: 64px;
    z-index: 10;
    border-color: #036A78;
  }
  .page-block-image-slider .slick-arrow.slick-next {
    left: 126px;
  }
}
@media all and (min-width: 1023px) {
  .page-block-image-slider .container {
    margin: 0px;
  }
}
@media all and (min-width: 1200px) {
  .page-block-image-slider .container {
    width: auto;
    max-width: 1440px;
    margin: 0 auto;
    border-left: 8px;
    border-right: 8px;
  }
  .page-block-image-slider .container .image-slider {
    margin: 0 8px;
    overflow: hidden;
  }
  .page-block-image-slider .container .image-slider .image {
    padding: 0px;
  }
}
.page-block-image img {
  width: 100%;
  display: block;
}
.page-block-image p {
  padding: 14px 0 0 0;
  font-size: 18px;
  line-height: 30px;
}
.page-block-image a {
  position: relative;
  display: block;
}
.page-block-image a img {
  transition: 0.3s ease-in-out;
}
.page-block-image a .button {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
}
.page-block-image a .button svg {
  position: relative;
  top: 1px;
  margin: 0 8px -3px 0;
}

@media all and (min-width: 1023px) {
  .page-block-image .container {
    padding: 0 123px;
  }
  .page-block-image a {
    overflow: hidden;
  }
  .page-block-image a:hover img, .page-block-image a:active img, .page-block-image a:focus img {
    transform: scale(1.2);
  }
}
@media all and (min-width: 1280px) {
  .page-block-image .container {
    padding: 0 223px;
  }
}
.page-block-quote {
  background: #E5F0F1;
  padding: 80px 0 84px 0;
}
.page-block-quote blockquote {
  padding: 80px 0 0 0;
  text-align: center;
  background: url(../images/quote.svg) no-repeat center top;
}
.page-block-quote blockquote p {
  color: #000;
  font-size: 20px;
  line-height: 32px;
}
.page-block-quote blockquote cite {
  color: #000;
  display: block;
  padding: 26px 0 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.page-block-quote.page-block-quote-has-background {
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-quote.page-block-quote-has-background:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  z-index: 0;
  content: "";
  display: block;
}
.page-block-quote.page-block-quote-has-background .container {
  z-index: 1;
}
.page-block-quote.page-block-quote-has-background blockquote {
  background-image: url(../images/quote-white.svg);
}
.page-block-quote.page-block-quote-has-background blockquote p {
  color: #FFF;
}
.page-block-quote.page-block-quote-has-background blockquote cite {
  color: #FFF;
}

@media all and (min-width: 1023px) {
  .page-block-quote {
    padding: 140px 0 150px 0;
  }
  .page-block-quote blockquote {
    padding: 80px 194px 0 194px;
  }
  .page-block-quote blockquote p {
    font-size: 24px;
    line-height: 36px;
  }
  .page-block-quote blockquote cite {
    padding: 36px 0 0 0;
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (min-width: 1200px) {
  .page-block-quote {
    margin: 8px;
  }
  .page-block-quote blockquote {
    padding: 80px 294px 0 294px;
  }
}
.page-block-columns .columns .step-number {
  display: block;
  font-size: 36px;
  line-height: 48px;
  margin: 0 0 6px 0;
  color: #000;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}
.page-block-columns .columns .stat-number {
  display: block;
  font-size: 48px;
  line-height: 1.5em;
  margin: 0 0 18px 0;
  color: #036A78;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}
.page-block-columns .columns img {
  width: 100%;
}
.page-block-columns.page-block-stats .columns {
  text-align: center;
  margin: 0 0 -70px 0;
}
.page-block-columns.page-block-stats .columns .column {
  margin: 0 0 70px 0;
}

@media all and (min-width: 1023px) {
  .page-block-columns .columns {
    display: grid;
    column-gap: 32px;
  }
  .page-block-columns .columns.columns-2 {
    grid-template-columns: 1fr 1fr;
  }
  .page-block-columns .columns.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-block-columns .columns.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .page-block-columns .columns .column {
    margin-bottom: -30px;
  }
  .page-block-columns.page-block-stats .columns {
    margin: 0;
  }
  .page-block-columns.page-block-stats .columns .column {
    margin: 0;
  }
}
.accordion {
  border-top: 1px solid #CDCDCD;
}
.accordion section {
  position: relative;
  border-bottom: 1px solid #CDCDCD;
}
.accordion section header {
  position: relative;
  margin: 0px;
}
.accordion section header h4 {
  padding: 25px 42px 25px 0;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: 600;
  display: block;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.accordion section header .open-accordion-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.accordion section header .open-accordion-panel:active, .accordion section header .open-accordion-panel:focus {
  outline: 1px dashed #036A78;
  outline-offset: 3px;
}
.accordion section header:focus-within h4 {
  color: #036A78;
}
.accordion section header:hover h4 {
  color: #036A78;
}
.accordion section header:before {
  width: 16px;
  height: 16px;
  background: url(../images/accordion-plus.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -8px 0 0 0;
  content: "";
  display: block;
}
.accordion section.active {
  z-index: 1;
  border-color: #036A78;
}
.accordion section.active header:before {
  background-image: url(../images/accordion-minus.svg);
}
.accordion section.active header h4 {
  color: #036A78;
}
.accordion section article {
  display: none;
  padding: 6px 0 4px 0;
}
.accordion section article h2,
.accordion section article h3,
.accordion section article h4 {
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 4px 0;
}
.accordion section article p {
  margin: 0 0 28px 0;
}
.accordion section article p img {
  margin: 15px 0 0 0;
}
.accordion section article img {
  border-radius: 4px;
}

@media all and (min-width: 1023px) {
  .accordion section header h4 {
    padding: 23px 60px 23px 0px;
    font-size: 20px;
    line-height: 32px;
  }
  .accordion section header:before {
    right: 16px;
  }

  .page-block-accordion .container {
    padding: 0 123px;
  }
}
@media all and (min-width: 1280px) {
  .page-block-accordion .container {
    padding: 0 223px;
  }
}
.page-block-team .team .team-member {
  margin: 0 0 20px 0;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
}
.page-block-team .team .team-member .team-member-image {
  height: 0px;
  padding-top: 60%;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-team .team .team-member .team-member-details {
  padding: 16px 24px 24px 24px;
}
.page-block-team .team .team-member .team-member-details h4 {
  font-size: 24px;
  line-height: 32px;
}
.page-block-team .team .team-member .team-member-details p {
  padding: 5px 0 0 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  color: #036A78;
}

@media all and (min-width: 767px) {
  .page-block-team .team {
    display: grid;
    column-gap: 32px;
    row-gap: 32px;
    padding: 40px 0 0 0;
  }
  .page-block-team .team.team-2 {
    grid-template-columns: 1fr 1fr;
  }
  .page-block-team .team.team-3 {
    grid-template-columns: 1fr 1fr;
  }
  .page-block-team .team.team-4 {
    grid-template-columns: 1fr 1fr;
  }
  .page-block-team .team .team-member {
    margin: 0px;
  }
}
@media all and (min-width: 1023px) {
  .page-block-team .team.team-2 {
    grid-template-columns: 1fr 1fr;
  }
  .page-block-team .team.team-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-block-team .team.team-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-block-related {
  background: #EFEFEF;
  padding: 77px 0 64px 0;
}
.page-block-related .container {
  margin: 0 20px;
}
.page-block-related header {
  padding: 0 0 48px 0;
}
.page-block-related header .back-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}
.page-block-related header .back-link svg {
  position: relative;
  margin: 0 15px 0 0;
  top: 1px;
}
.page-block-related header h3 {
  font-size: 36px;
  line-height: 48px;
}
.page-block-related .cards {
  margin: 0 -20px;
}
.page-block-related .cards .slick-dots li button {
  background: #AEAEAE;
}
.page-block-related .cards .slick-dots li.slick-active button {
  background: #036A78;
}
.page-block-related .cards .related-card {
  padding: 0 4px 32px 20px;
  width: 328px;
  float: left;
}
.page-block-related .cards .related-card .card {
  background: none no-repeat center center;
  background-size: cover;
  margin: 0 0 4px 0;
  overflow: hidden;
  position: relative;
}
.page-block-related .cards .related-card .card .card-image,
.page-block-related .cards .related-card .card .card-gradient-a,
.page-block-related .cards .related-card .card .card-gradient-b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.page-block-related .cards .related-card .card .card-gradient-a {
  opacity: 0.33;
  background: #000000;
}
.page-block-related .cards .related-card .card .card-gradient-b {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.5) 100%);
}
.page-block-related .cards .related-card .card .card-image {
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.page-block-related .cards .related-card .card .card-inner {
  height: 322px;
  position: relative;
}
.page-block-related .cards .related-card .card .card-inner .card-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0 24px 24px 24px;
}
.page-block-related .cards .related-card .card .card-inner .card-content h3 {
  font-size: 32px;
  line-height: 40px;
  color: #FFF;
}
.page-block-related .cards .related-card .card .card-inner .card-content p {
  display: none;
}
.page-block-related .cards .related-card .card .card-inner .card-content .buttons {
  padding: 17px 0 0 0;
  margin: 0 0 -12px 0;
}
.page-block-related .cards .related-card .card .card-inner .card-content .buttons .button {
  margin: 0 20px 12px 0;
}
.page-block-related .cards .related-card .card .card-inner .card-content .buttons .link-arrowed {
  margin: 0 0 12px 0;
}

@media all and (min-width: 1023px) {
  .page-block-related {
    margin: 0 8px 8px 8px;
  }
  .page-block-related .container {
    width: auto;
    margin: 0 32px;
  }
  .page-block-related header {
    padding: 0 0 67px 0;
  }
  .page-block-related header .back-link {
    margin: 0 0 12px 0;
  }
  .page-block-related header h3 {
    font-size: 48px;
    line-height: 56px;
  }
  .page-block-related .cards {
    display: grid;
    column-gap: 32px;
    margin: 0px;
  }
  .page-block-related .cards.cards-2 {
    grid-template-columns: 1fr 1fr;
  }
  .page-block-related .cards.cards-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-block-related .cards.cards-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .page-block-related .cards .related-card {
    float: none;
    width: auto;
    padding: 0px;
  }
  .page-block-related .cards .related-card .card .card-inner {
    height: 486px;
  }
  .page-block-related .cards .related-card .card .card-inner .card-content {
    padding: 0 40px 40px 40px;
  }
  .page-block-related .cards .related-card .card .card-inner .card-content h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 18px 0;
  }
  .page-block-related .cards .related-card .card .card-inner .card-content p {
    font-size: 20px;
    line-height: 32px;
    color: #FFF;
    display: block;
  }
  .page-block-related .cards .related-card .card .card-inner .card-content .buttons {
    padding: 37px 0 0 0;
  }
  .page-block-related .cards .related-card .card .card-inner .card-content .card-content-hidden {
    position: relative;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }
  .page-block-related .cards .related-card .card:hover .card-gradient-a, .page-block-related .cards .related-card .card:active .card-gradient-a, .page-block-related .cards .related-card .card:focus .card-gradient-a {
    opacity: 0.33;
  }
  .page-block-related .cards .related-card .card:hover .card-image, .page-block-related .cards .related-card .card:active .card-image, .page-block-related .cards .related-card .card:focus .card-image {
    transform: scale(1.2);
  }
  .page-block-related .cards .related-card .card:hover .card-inner .card-content h3, .page-block-related .cards .related-card .card:active .card-inner .card-content h3, .page-block-related .cards .related-card .card:focus .card-inner .card-content h3 {
    padding: 0px;
  }
  .page-block-related .cards .related-card .card:hover .card-inner .card-content .card-content-hidden, .page-block-related .cards .related-card .card:active .card-inner .card-content .card-content-hidden, .page-block-related .cards .related-card .card:focus .card-inner .card-content .card-content-hidden {
    opacity: 1;
    max-height: 400px;
  }
}
@media all and (min-width: 1400px) {
  .page-block-related .container {
    width: 1312px;
    margin: auto;
  }
}
.page-block-urgent-vacancies {
  background: #036A78;
  padding: 40px 0 64px 0;
}
.page-block-urgent-vacancies .container {
  padding: 0 0 80px 0;
}
.page-block-urgent-vacancies header {
  padding: 0 0 39px 0;
}
.page-block-urgent-vacancies header h2 {
  font-size: 36px;
  line-height: 50px;
  color: #FFF;
}
.page-block-urgent-vacancies header .button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
}
.page-block-urgent-vacancies .urgent-vacancies {
  margin: 0 -20px;
}
.page-block-urgent-vacancies .urgent-vacancies .slick-dots li button {
  background: #FFF;
  opacity: 0.4;
}
.page-block-urgent-vacancies .urgent-vacancies .slick-dots li.slick-active button {
  opacity: 1;
}
.page-block-urgent-vacancies .urgent-vacancies .slick-arrow {
  color: #FFF;
}
.page-block-urgent-vacancies .urgent-vacancies .vacancy-card {
  padding: 0 4px 42px 20px;
  width: 328px;
  float: left;
}
.page-block-urgent-vacancies .urgent-vacancies .vacancy-card .card {
  height: 316px;
  background: #FFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
}
.page-block-urgent-vacancies .urgent-vacancies .vacancy-card .card .card-image {
  display: block;
  height: 165px;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-urgent-vacancies .urgent-vacancies .vacancy-card .card .card-content {
  padding: 24px 24px 0 24px;
  display: block;
  position: relative;
  height: 100%;
}
.page-block-urgent-vacancies .urgent-vacancies .vacancy-card .card .card-content h4 {
  font-size: 24px;
  line-height: 32px;
}
.page-block-urgent-vacancies .urgent-vacancies .vacancy-card .card .card-content .link-arrowed {
  position: absolute;
  bottom: 32px;
  left: 24px;
}
.page-block-urgent-vacancies .urgent-vacancies .vacancy-card.has-image .card .card-content {
  height: 151px;
  padding-top: 15px;
}

@media all and (min-width: 376px) {
  .page-block-urgent-vacancies header .button {
    width: auto;
  }
}
@media all and (min-width: 1023px) {
  .page-block-urgent-vacancies {
    margin: 8px;
    padding: 67px 0 108px 0;
  }
  .page-block-urgent-vacancies .container {
    width: auto;
    margin: 0 32px;
    padding: 0px;
  }
  .page-block-urgent-vacancies header {
    padding: 0 0 50px 0;
    position: relative;
  }
  .page-block-urgent-vacancies header h2 {
    font-size: 48px;
    line-height: 71px;
  }
  .page-block-urgent-vacancies header .button {
    position: absolute;
    left: auto;
    right: 0px;
    top: 20px;
    bottom: auto;
  }
  .page-block-urgent-vacancies .urgent-vacancies {
    display: grid;
    column-gap: 32px;
    margin: 0px;
  }
  .page-block-urgent-vacancies .urgent-vacancies.urgent-vacancies-2 {
    grid-template-columns: 1fr 1fr;
  }
  .page-block-urgent-vacancies .urgent-vacancies.urgent-vacancies-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-block-urgent-vacancies .urgent-vacancies.urgent-vacancies-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .page-block-urgent-vacancies .urgent-vacancies .vacancy-card {
    float: none;
    width: auto;
    padding: 0px;
  }
}
@media all and (min-width: 1400px) {
  .page-block-urgent-vacancies .container {
    width: 1312px;
    margin: auto;
  }
}
.page-block-jobs {
  padding: 61px 0 64px 0;
}
.page-block-jobs article {
  padding: 0 0 48px 0;
}
.page-block-jobs article h2 {
  margin: 0 0 18px 0;
}
.page-block-jobs article select {
  display: block;
}
.page-block-jobs .job-cards .card {
  background: #FFF;
  margin: 0 0 24px 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
  padding: 0 0 50px 0;
  position: relative;
}
.page-block-jobs .job-cards .card .card-image {
  display: block;
  height: 168px;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-jobs .job-cards .card .card-content {
  min-height: 116px;
  padding: 16px 24px 24px 24px;
  display: block;
}
.page-block-jobs .job-cards .card .card-content h4 {
  font-size: 20px;
  line-height: 28px;
}
.page-block-jobs .job-cards .card .card-content p {
  padding: 9px 0 0 0;
  font-size: 14px;
  line-height: 20px;
}
.page-block-jobs .job-cards .card .card-buttons {
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 1px solid #EFEFEF;
}
.page-block-jobs .job-cards .card .card-buttons a {
  line-height: 50px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 500;
}
.page-block-jobs .job-cards .card .card-buttons a:hover, .page-block-jobs .job-cards .card .card-buttons a:active, .page-block-jobs .job-cards .card .card-buttons a:focus {
  background: #036A78;
  color: #FFF;
}
.page-block-jobs .job-cards .card .card-buttons.card-buttons-with-gallery a {
  width: 50%;
}
.page-block-jobs .job-cards .card .card-buttons.card-buttons-with-gallery a:last-of-type {
  border-left: 1px solid #EFEFEF;
}

@media all and (min-width: 767px) {
  .page-block-jobs .job-cards {
    display: grid;
    column-gap: 32px;
    row-gap: 32px;
    margin: 0px;
    grid-template-columns: 1fr 1fr;
  }
  .page-block-jobs .job-cards .card {
    margin: 0px;
  }
  .page-block-jobs .job-cards .card .card-image {
    height: 202px;
  }
  .page-block-jobs .job-cards .card .card-content {
    min-height: 149px;
  }
  .page-block-jobs .job-cards .card .card-content h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .page-block-jobs .job-cards .card .card-content p {
    font-size: 16px;
    line-height: 24px;
    padding: 11px 0 0 0;
  }
}
@media all and (min-width: 1023px) {
  .page-block-jobs {
    padding: 95px 0 126px 0;
  }
  .page-block-jobs article {
    position: relative;
    padding: 0 0 61px 0;
  }
  .page-block-jobs article h2 {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 26px 0;
  }
  .page-block-jobs article p {
    font-size: 20px;
    line-height: 32px;
    margin: 0px;
    max-width: 765px;
  }
  .page-block-jobs article select {
    position: absolute;
    bottom: 29px;
    right: 0px;
    width: 375px;
  }
  .page-block-jobs .job-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.gallery-lightbox .mfp-close {
  display: none !important;
}
.gallery-lightbox header {
  padding: 0 0 26px 0;
}
.gallery-lightbox header h5 {
  font-size: 48px;
  line-height: 71px;
  color: #FFF;
}
.gallery-lightbox header .button {
  position: absolute;
  top: 10px;
  right: 0px;
}
.gallery-lightbox header .button svg {
  position: relative;
  top: 0px;
  margin: 0 7px -1px 0;
}
.gallery-lightbox .page-block-image-slider {
  border: 8px solid #FFF;
  background: #FFF;
}
.gallery-lightbox .page-block-image-slider .image-slider .slick-list {
  overflow: hidden;
}
.gallery-lightbox .page-block-image-slider .image-slider .image {
  padding-bottom: 42px;
}
.gallery-lightbox .page-block-image-slider img {
  width: 100%;
}

@media all and (max-width: 1024px) {
  .page-block-image-slider .image-slider .slick-arrow {
    bottom: 6px;
  }
  .page-block-image-slider .image-slider .slick-arrow.slick-prev {
    left: 6px;
  }
  .page-block-image-slider .image-slider .slick-arrow.slick-next {
    right: 6px;
  }
  .page-block-image-slider .image-slider .slick-dots {
    bottom: 6px;
  }
}
@media all and (min-width: 1023px) {
  .gallery-lightbox {
    padding: 64px 0;
  }
  .gallery-lightbox .page-block-image-slider header {
    padding: 0 0 46px 0;
  }
  .gallery-lightbox .page-block-image-slider header .button {
    top: 21px;
  }
  .gallery-lightbox .page-block-image-slider .image-slider .image {
    padding: 0px;
  }
}
.page-block-contact-locations {
  padding: 47px 0 18px 0;
}
.page-block-contact-locations header h2 {
  font-size: 36px;
  line-height: 45px;
}
.page-block-contact-locations header p {
  padding: 18px 0 0 0;
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 12px 0;
}
.page-block-contact-locations header .faqs-text {
  padding: 0 0 45px 0;
}
.page-block-contact-locations .contact-locations .contact-location {
  background: #EFEFEF;
  padding: 20px 32px 20px 32px;
  margin: 0 0 20px 0;
}
.page-block-contact-locations .contact-locations .contact-location h4 {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 6px 0;
}
.page-block-contact-locations .contact-locations .contact-location .contact-detail {
  display: block;
  margin: 0 0 12px 0;
  padding: 0 0 0 36px;
  position: relative;
  font-size: 18px;
  line-height: 32px;
}
.page-block-contact-locations .contact-locations .contact-location .contact-detail svg {
  position: absolute;
  top: 8px;
  left: 0px;
}
.page-block-contact-locations .contact-locations .contact-location a.contact-detail {
  text-decoration: underline;
}

@media all and (min-width: 1023px) {
  .page-block-contact-locations {
    padding: 110px 0 10px 0;
  }
  .page-block-contact-locations header h2 {
    font-size: 48px;
    line-height: 64px;
  }
  .page-block-contact-locations header .faqs-text {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 12px 0 80px 0;
  }
  .page-block-contact-locations header .faqs-text p {
    margin: 0px;
    padding: 0px;
  }
  .page-block-contact-locations header .faqs-text .button {
    margin-left: auto;
  }
  .page-block-contact-locations .contact-locations .contact-location {
    padding: 30px 48px 38px 48px;
  }
  .page-block-contact-locations .contact-locations .contact-location h4 {
    font-size: 24px;
    margin: 0 0 18px 0;
  }
  .page-block-contact-locations .contact-locations .contact-location .contact-detail {
    font-size: 20px;
  }
}
@media all and (min-width: 1200px) {
  .page-block-contact-locations .contact-locations {
    display: grid;
    column-gap: 32px;
    row-gap: 32px;
  }
  .page-block-contact-locations .contact-locations.contact-locations-2 {
    grid-template-columns: 1fr 1fr;
  }
  .page-block-contact-locations .contact-locations.contact-locations-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-block-contact-locations .contact-locations.contact-locations-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .page-block-contact-locations .contact-locations .contact-location {
    margin: 0px;
  }
}
.page-block-map .map-and-content article {
  padding: 43px 0 0 0;
}
.page-block-map .map-and-content article h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 42px 0;
}
.page-block-map .map-and-content article h5 {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 6px 0;
  padding: 0px;
}
.page-block-map .map-and-content article p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 28px 0;
}
.page-block-map .map-and-content .map-holder {
  width: auto;
  margin: 0 -20px;
}
.page-block-map .map-and-content .map-holder .gmap {
  width: 100%;
  height: 360px;
}

@media all and (min-width: 1023px) {
  .page-block-map .container {
    margin: 0 32px;
  }
  .page-block-map .map-and-content {
    display: flex;
    align-items: center;
  }
  .page-block-map .map-and-content article {
    width: 41%;
    padding: 0 0 0 48px;
  }
  .page-block-map .map-and-content article h3 {
    font-size: 40px;
    line-height: 51px;
    margin: 0 0 48px 0;
  }
  .page-block-map .map-and-content article h5 {
    font-size: 24px;
    margin: 0 0 9px 0;
  }
  .page-block-map .map-and-content article p {
    font-size: 20px;
  }
  .page-block-map .map-and-content .map-holder {
    margin: 0px;
    width: 59%;
    position: relative;
  }
  .page-block-map .map-and-content .map-holder .gmap {
    width: 100%;
    padding-top: 75%;
    height: 0;
  }
}
@media all and (min-width: 1400px) {
  .page-block-map .container {
    width: 1312px;
    margin: auto;
  }
  .page-block-map .map-and-content article {
    padding: 0 0 0 84px;
  }
}
.page-block-apply {
  padding: 48px 0 64px 0;
}
.page-block-apply .form-success {
  display: none;
}
.page-block-apply.apply-form-sent .form-success {
  display: block;
}
.page-block-apply.apply-form-sent .form-holder {
  display: none;
}

@media all and (min-width: 1023px) {
  .page-block-apply article p {
    font-size: 20px;
  }
}
@media all and (min-width: 1200px) {
  .page-block-apply .container {
    width: 1088px;
    margin: 0 auto;
    background: #FFF;
    margin-top: -190px;
    padding: 68px 112px 108px 112px;
  }
}
#site-bottom {
  background: #EFEFEF;
}
#site-bottom #footer-widgets {
  padding: 37px 0 44px 0;
}
#site-bottom #footer-widgets aside {
  text-align: center;
  display: block;
}
#site-bottom #footer-widgets aside h5 {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 9px 0;
}
#site-bottom #footer-widgets aside h5 svg {
  position: relative;
  margin: 0 11px 0 0;
  top: 1px;
}
#site-bottom #footer-widgets aside h5 svg.icon-minus {
  top: -6px;
  display: none;
}
#site-bottom #footer-widgets aside.active h5 svg {
  display: none;
}
#site-bottom #footer-widgets aside.active h5 svg.icon-minus {
  display: inline-block;
}
#site-bottom #footer-widgets aside p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 14px 0;
}
#site-bottom #footer-widgets aside p a:not([class]) {
  color: #373737;
}
#site-bottom #footer-widgets aside p a:not([class]):hover {
  color: #036A78;
}
#site-bottom #footer-widgets aside p a:not([class]):active, #site-bottom #footer-widgets aside p a:not([class]):focus {
  color: #036A78;
  text-decoration: underline;
}
#site-bottom #footer-widgets aside ul li {
  font-size: 16px;
  line-height: 29px;
}
#site-bottom #footer-widgets aside ul li a {
  color: #373737;
}
#site-bottom #footer-widgets aside ul li a:hover {
  color: #036A78;
}
#site-bottom #footer-widgets aside ul li a:active, #site-bottom #footer-widgets aside ul li a:focus {
  color: #036A78;
  text-decoration: underline;
}
#site-bottom #footer-widgets aside .social-link {
  padding: 0 0 0 24px;
  position: relative;
}
#site-bottom #footer-widgets aside .social-link img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0px;
  max-height: 16px;
}
#site-bottom #footer-widgets aside .social-link.social-link-li img {
  margin-top: -3px;
}
#site-bottom #footer-widgets aside .social-link.social-link-fb img {
  margin-left: 5px;
}
#site-bottom #footer-widgets aside .link-arrowed {
  margin: 18px 0 0 0;
}
#site-bottom #footer-widgets aside .widget-inner {
  display: none;
  padding: 0 0 18px 0;
}
#site-bottom #footer-widgets aside.widget-1 p {
  margin: 0 0 7px 0;
}
#site-bottom #site-footer .container {
  border-top: 1px solid #035C68;
  padding: 40px 0;
  text-align: center;
}
#site-bottom #site-footer nav {
  display: none;
}
#site-bottom #site-footer img {
  display: block;
  margin: 0 auto 9px auto;
}
#site-bottom #site-footer p {
  font-size: 14px;
  line-height: 22px;
}

@media all and (min-width: 1023px) {
  #site-bottom {
    margin: 0 8px 8px 8px;
  }
  #site-bottom #footer-widgets {
    padding: 82px 0;
  }
  #site-bottom #footer-widgets aside {
    width: 33.33%;
    text-align: left;
    float: left;
    padding: 0 0 0 20px;
  }
  #site-bottom #footer-widgets aside h5 {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 9px 0;
  }
  #site-bottom #footer-widgets aside h5 svg {
    display: none;
  }
  #site-bottom #footer-widgets aside p {
    max-width: 257px;
  }
  #site-bottom #footer-widgets aside .widget-inner {
    display: block;
    padding: 0px;
  }
  #site-bottom #footer-widgets aside.widget-1 {
    padding-left: 0px;
  }
  #site-bottom #footer-widgets aside.widget-useful-pages {
    display: none;
  }
  #site-bottom #site-footer .container {
    padding: 30px 0;
  }
  #site-bottom #site-footer img {
    float: left;
  }
  #site-bottom #site-footer nav {
    width: calc(100% - 355px);
    text-align: center;
    display: block;
    float: left;
    padding: 15px 0 0 0;
  }
  #site-bottom #site-footer nav ul li {
    display: inline-block;
    padding: 0 20px;
  }
  #site-bottom #site-footer nav ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
  }
  #site-bottom #site-footer nav ul li a:hover, #site-bottom #site-footer nav ul li a:active, #site-bottom #site-footer nav ul li a:focus {
    color: #036A78;
  }
  #site-bottom #site-footer p {
    float: right;
    padding: 15px 0 0 0;
  }
}
.page-block-four-oh-four {
  padding: 48px 0 64px 0;
}

@media all and (min-width: 1023px) {
  .page-block-four-oh-four article p {
    font-size: 20px;
  }
}
@media all and (min-width: 1200px) {
  .page-block-four-oh-four .container {
    width: 1088px;
    margin: 0 auto;
    background: #FFF;
    margin-top: -190px;
    padding: 68px 112px 108px 112px;
  }
}

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