@charset "UTF-8";
/* Slider */
/* @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic&subset=latin,latin-ext); */
/* Start local font hosting */
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* END font include */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url('/img/ajax-loader.gif?1417682203') center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "iconset";
  font-size: 20px;
  line-height: 1;
  color: #ee7103;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "iconset";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*======================================================================
  Selectric
======================================================================*/
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 300px;
  cursor: pointer;
  /* Items box */
}
.selectricWrapper .selectricResponsive {
  width: 100%;
}
.selectricWrapper .selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
  border-radius: 2px;
}
.selectricWrapper .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #444;
  min-height: 18px;
}
.selectricWrapper .selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectricWrapper .selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectricWrapper.selectricHover .selectric {
  border-color: #CCC;
}
.selectricWrapper.selectricHover .selectric .button {
  color: #888;
}
.selectricWrapper.selectricHover .selectric .button:after {
  border-top-color: #888;
}
.selectricWrapper.selectricOpen {
  z-index: 9999;
}
.selectricWrapper.selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
}
.selectricWrapper.selectricOpen .selectricItems {
  display: block;
}
.selectricWrapper.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectricWrapper .selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricWrapper .selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectricWrapper .selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectricWrapper .selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.selectricWrapper .selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectricWrapper .selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricWrapper .selectricItems ul, .selectricWrapper .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectricWrapper .selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectricWrapper .selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
.selectricWrapper .selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectricWrapper .selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}
.selectricWrapper .selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent;
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/*! jQuery UI - v1.11.4 - 2015-07-13
* http://jqueryui.com
* Includes: core.css, draggable.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

@-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 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: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.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-name: bounceIn;
  animation-name: bounceIn;
}

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

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.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-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: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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(800px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  /*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(800px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(800px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(800px);
    transform: perspective(800px);
  }
}
.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);
  }*/
  from {
    -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);
  }*/
  from {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -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-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.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;
}

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

.flip-clock-wrapper a:hover {
  color: #fff;
}

.flip-clock-wrapper ul {
  list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}

.flip-clock-wrapper.clearfix:after {
  clear: both;
}

.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

.flip-clock-meridium a {
  color: #313333;
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}

.flip-clock-divider:first-child {
  width: 0;
}

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px;
}

.flip-clock-dot.top {
  top: 30px;
}

.flip-clock-dot.bottom {
  bottom: 30px;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}
@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.x-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.y-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*@font-face {
  font-family: 'iconset';
  src:url('fonts/iconset.eot?dne50p');
  src:url('fonts/iconset.eot?dne50p#iefix') format('embedded-opentype'),
  url('fonts/iconset.ttf?dne50p') format('truetype'),
  url('fonts/iconset.woff?dne50p') format('woff'),
  url('fonts/iconset.svg?dne50p#iconset') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "iconset";
  src: url("../icons/iconset.eot?-apoii3");
  src: url("../icons/iconset.eot?#iefix-apoii3") format("embedded-opentype"), url("../icons/iconset.woff?-apoii3") format("woff"), url("../icons/iconset.ttf?-apoii3") format("truetype"), url("../icons/iconset.svg?-apoii3#iconset") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'iconset';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\4f";
}

.icon-angle-left:before {
  content: "\3c";
}

.icon-angle-right:before {
  content: "\3e";
}

.icon-angle-up:before {
  content: "\5e";
}

.icon-angle-down:before {
  content: "\76";
}

.icon-share-alt:before {
  content: "\53";
}

.icon-media:before {
  content: "\6d";
}

.icon-pizza:before {
  content: "\70";
}

.icon-speak:before {
  content: "\73";
}

.icon-squiggly:before {
  content: "\71";
}

.icon-world:before {
  content: "\6f";
}

.icon-close:before {
  content: "\78";
}

.icon-agenturen:before {
  content: "\61";
}

.icon-backups:before {
  content: "\62";
}

.icon-dockerready:before {
  content: "\64";
}

.icon-konfigurationsmanagement:before {
  content: "\6b";
}

.icon-personell:before {
  content: "\6c";
}

.icon-prozess:before {
  content: "\7a";
}

.icon-prozesse:before {
  content: "\5a";
}

.icon-saas:before {
  content: "\41";
}

.icon-sicherheit:before {
  content: "\63";
}

.icon-startup:before {
  content: "\74";
}

.icon-technik:before {
  content: "\54";
}

.icon-halfrack:before {
  content: "\68";
}

.icon-fullrack:before {
  content: "\66";
}

.icon-individuell:before {
  content: "\69";
}

.icon-backups,
.icon-prozesse,
.icon-personell,
.icon-prozess,
.icon-technik,
.icon-sicherheit,
.icon-dockerready,
.icon-konfigurationsmanagement,
.icon-agenturen,
.icon-startup,
.icon-saas {
  color: #767676;
}

a, button {
  cursor: pointer;
}

/* speed up clicks on touch devices */
a[href], button {
  ‐ms‐touch‐action: none;
  touch‐action: none;
}

.video-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main {
  padding-top: 65px;
}
.main > section {
  overflow: hidden;
}

@media only screen and (max-width: 40em) {
  .main > section {
    overflow: hidden;
  }
}
.main > section.h-padding {
  padding: 3.75rem 0;
}
@media only screen and (min-width: 40.063em) {
  .main > section.h-padding {
    padding: 5.625rem 0;
  }
}
.main > section.h-border {
  border-bottom: 2px solid #f7f7f7;
}

.h-block-scrolling {
  overflow: hidden;
}

.e-icon {
  max-width: 325px;
  width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 40em) {
  .e-icon {
    max-width: 225px;
    width: auto;
  }
}
.ie9 .e-icon[src*="svg"], .ie10 .e-icon[src*="svg"], .ie11 .e-icon[src*="svg"] {
  width: 225px;
  height: 225px;
}
@media only screen and (min-width: 40.063em) {
  .ie9 .e-icon[src*="svg"], .ie10 .e-icon[src*="svg"], .ie11 .e-icon[src*="svg"] {
    width: 175px;
    height: 175px;
  }
}
@media only screen and (min-width: 64.063em) {
  .ie9 .e-icon[src*="svg"], .ie10 .e-icon[src*="svg"], .ie11 .e-icon[src*="svg"] {
    width: 325px;
    height: 325px;
  }
}

.e-headline-large {
  font-size: 2.125rem;
  line-height: 1.1em;
  font-weight: bold;
  color: #1e2c36;
}
@media only screen and (min-width: 40.063em) {
  .e-headline-large {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .e-headline-large {
    font-size: 3rem;
  }
}

h1, h2, .e-headline-regular {
  font-size: 1.25rem;
  line-height: 1.1666em;
  color: #ee7103;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 40.063em) {
  h1, h2, .e-headline-regular {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64.063em) {
  h1, h2, .e-headline-regular {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  h1, h2, .e-headline-regular {
    margin-bottom: 2.8125rem;
  }
}

h3, .e-subheadline-regular {
  font-size: 1.125rem;
  line-height: 1.4em;
  color: #1e2c36;
  margin-bottom: .5rem;
}
@media only screen and (min-width: 40.063em) {
  h3, .e-subheadline-regular {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64.063em) {
  h3, .e-subheadline-regular {
    font-size: 1.625rem;
  }
}

h4, .e-subheadline-small, .e-teaser {
  font-size: 1.125rem;
  line-height: 1.4em;
  color: #a2a2a2;
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  h4, .e-subheadline-small, .e-teaser {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64.063em) {
  h4, .e-subheadline-small, .e-teaser {
    font-size: 1.25rem;
  }
}

h5, h6, p, ul, .e-paragraph {
  font-size: 1rem;
  line-height: 1.55em;
}
@media only screen and (min-width: 40.063em) {
  h5, h6, p, ul, .e-paragraph {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  h5, h6, p, ul, .e-paragraph {
    font-size: 1.125rem;
  }
}

.e-teaser {
  color: #1e2c36;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

a {
  font-weight: bold;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  line-height: 1.55em;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -ms-transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms;
}
@media only screen and (min-width: 40.063em) {
  a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  a {
    font-size: 1.125rem;
  }
}
a:before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms;
}
a:hover {
  color: #ee7103;
}
a:hover:before {
  background-color: #a3bed5;
}

.e-readon {
  display: block;
}
.e-readon:before {
  display: none;
}
.e-readon:after {
  content: '>';
  font-family: "iconset";
  padding-left: 0.625rem;
  position: relative;
  top: 2px;
  -webkit-transition: padding-left 200ms;
  -moz-transition: padding-left 200ms;
  -ms-transition: padding-left 200ms;
  -o-transition: padding-left 200ms;
  transition: padding-left 200ms;
}
.e-readon:hover {
  color: #ee7103;
}
.e-readon:hover:after {
  padding-left: 0.925rem;
}

figure {
  margin: 0 0 0.9375rem;
}
figure figcaption {
  font-style: italic;
  color: #6d7882;
  margin: 0.625rem 0 0;
}

ul.e-dotted-list, .mod-content ul {
  margin-left: 1.25rem;
}
ul.e-dotted-list li, .mod-content ul li {
  position: relative;
  list-style: none;
  margin-bottom: 0.6875rem;
}
ul.e-dotted-list li:before, .mod-content ul li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #1e2c36;
  border-radius: 2px;
  position: absolute;
  left: -0.9375rem;
  top: .6em;
}

select {
  max-width: 250px;
}

fieldset {
  border: none;
  position: relative;
  padding: 0;
  margin: 0 0 0.9375rem;
}
fieldset input[type="text"],
fieldset input[type="password"],
fieldset input[type="email"],
fieldset textarea {
  border: 1px solid #ddd;
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: none;
  padding: 12px 12px 8px;
  font-size: 1rem;
  width: 100%;
}
fieldset input[type="text"]:focus, fieldset input[type="text"].is-filled,
fieldset input[type="password"]:focus,
fieldset input[type="password"].is-filled,
fieldset input[type="email"]:focus,
fieldset input[type="email"].is-filled,
fieldset textarea:focus,
fieldset textarea.is-filled {
  outline: none;
}
fieldset input[type="text"],
fieldset input[type="password"],
fieldset input[type="email"] {
  height: 3.125rem;
}
fieldset > label {
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 1rem;
  color: #8698a7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
fieldset > input[type="text"],
fieldset > input[type="password"],
fieldset > input[type="email"],
fieldset > textarea {
  box-shadow: none;
  padding: 12px 12px 8px;
  font-size: 1rem;
}
fieldset > input[type="text"]:focus + label, fieldset > input[type="text"].is-filled + label,
fieldset > input[type="password"]:focus + label,
fieldset > input[type="password"].is-filled + label,
fieldset > input[type="email"]:focus + label,
fieldset > input[type="email"].is-filled + label,
fieldset > textarea:focus + label,
fieldset > textarea.is-filled + label {
  margin: 0;
  color: #ee7103;
  font-size: 0.625rem;
  top: 2px;
}

input[type="submit"],
input[type="button"],
.e-button,
.mod-hotspots .case-tooltip-content-slider-wrap .slick-next {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1rem;
  line-height: 1.55em;
  padding: 0.625rem 1.25rem 0.625rem;
  border: 2px solid #ee7103;
  border-radius: 3px;
  background-color: #ee7103;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 1rem;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -ms-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  cursor: pointer;
}
@media only screen and (min-width: 40.063em) {
  input[type="submit"],
  input[type="button"],
  .e-button,
  .mod-hotspots .case-tooltip-content-slider-wrap .slick-next {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  input[type="submit"],
  input[type="button"],
  .e-button,
  .mod-hotspots .case-tooltip-content-slider-wrap .slick-next {
    font-size: 1.125rem;
  }
}
input[type="submit"]:hover,
input[type="button"]:hover,
.e-button:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover {
  background-color: transparent;
  color: #ee7103;
}

a.e-button, .mod-hotspots .case-tooltip-content-slider-wrap a.slick-next {
  font-weight: normal;
}
a.e-button:before, .mod-hotspots .case-tooltip-content-slider-wrap a.slick-next:before {
  display: none;
}

.e-button-tiny {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1rem;
  line-height: 1.55em;
  padding: 0.625rem 1.25rem 0.625rem;
  border: 2px solid #ee7103;
  border-radius: 3px;
  background-color: #ee7103;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 1rem;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -ms-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.6em;
  padding: 0.3125rem 0.625rem;
  background-color: #364f61;
  border: 2px solid #364f61;
  color: #a2a2a2;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
@media only screen and (min-width: 40.063em) {
  .e-button-tiny {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .e-button-tiny {
    font-size: 1.125rem;
  }
}
.e-button-tiny:hover {
  background-color: transparent;
  color: #ee7103;
}
@media only screen and (min-width: 40.063em) {
  .e-button-tiny {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .e-button-tiny {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .e-button-tiny {
    padding: 0.46875rem 0.9375rem;
  }
}
.e-button-tiny:hover {
  background-color: #364f61;
}

.-background-primary-color, .mod-content.skin-content-hover-switch.is-reference .content-box-hover, .mod-content.skin-content-case-study .reference {
  background-color: #e75c09;
  color: #1e2c36;
}
.-background-primary-color h5, .mod-content.skin-content-hover-switch.is-reference .content-box-hover h5, .mod-content.skin-content-case-study .reference h5, .-background-primary-color h6, .mod-content.skin-content-hover-switch.is-reference .content-box-hover h6, .mod-content.skin-content-case-study .reference h6, .-background-primary-color p, .mod-content.skin-content-hover-switch.is-reference .content-box-hover p, .mod-content.skin-content-case-study .reference p, .-background-primary-color li, .mod-content.skin-content-hover-switch.is-reference .content-box-hover li, .mod-content.skin-content-case-study .reference li, .-background-primary-color a, .mod-content.skin-content-hover-switch.is-reference .content-box-hover a, .mod-content.skin-content-case-study .reference a, .-background-primary-color blockquote, .mod-content.skin-content-hover-switch.is-reference .content-box-hover blockquote, .mod-content.skin-content-case-study .reference blockquote,
.-background-primary-color .e-headline-large,
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .e-headline-large,
.mod-content.skin-content-case-study .reference .e-headline-large,
.-background-primary-color .e-subheadline-regular,
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .e-subheadline-regular,
.mod-content.skin-content-case-study .reference .e-subheadline-regular {
  color: #1e2c36;
}
.-background-primary-color h1, .mod-content.skin-content-hover-switch.is-reference .content-box-hover h1, .mod-content.skin-content-case-study .reference h1, .-background-primary-color h2, .mod-content.skin-content-hover-switch.is-reference .content-box-hover h2, .mod-content.skin-content-case-study .reference h2,
.-background-primary-color .e-headline-regular,
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .e-headline-regular,
.mod-content.skin-content-case-study .reference .e-headline-regular,
.-background-primary-color .e-subheadline-regular,
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .e-subheadline-regular,
.mod-content.skin-content-case-study .reference .e-subheadline-regular {
  color: #FFFFFF;
}
.-background-primary-color h4, .mod-content.skin-content-hover-switch.is-reference .content-box-hover h4, .mod-content.skin-content-case-study .reference h4, .-background-primary-color .e-subheadline-small, .mod-content.skin-content-hover-switch.is-reference .content-box-hover .e-subheadline-small, .mod-content.skin-content-case-study .reference .e-subheadline-small, .-background-primary-color .e-teaser, .mod-content.skin-content-hover-switch.is-reference .content-box-hover .e-teaser, .mod-content.skin-content-case-study .reference .e-teaser {
  color: #a2a2a2;
}
.-background-primary-color .e-teaser, .mod-content.skin-content-hover-switch.is-reference .content-box-hover .e-teaser, .mod-content.skin-content-case-study .reference .e-teaser {
  color: #1e2c36;
}
.-background-primary-color a:hover, .mod-content.skin-content-hover-switch.is-reference .content-box-hover a:hover, .mod-content.skin-content-case-study .reference a:hover {
  color: #FFFFFF;
}
.-background-primary-color input[type="submit"], .mod-content.skin-content-hover-switch.is-reference .content-box-hover input[type="submit"], .mod-content.skin-content-case-study .reference input[type="submit"],
.-background-primary-color input[type="button"],
.mod-content.skin-content-hover-switch.is-reference .content-box-hover input[type="button"],
.mod-content.skin-content-case-study .reference input[type="button"],
.-background-primary-color .e-button,
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .e-button,
.mod-content.skin-content-case-study .reference .e-button,
.-background-primary-color .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .-background-primary-color .slick-next,
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-content.skin-content-hover-switch.is-reference .content-box-hover .slick-next,
.mod-content.skin-content-case-study .reference .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-content.skin-content-case-study .reference .slick-next {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1e2c36;
}
.-background-primary-color input[type="submit"]:hover, .mod-content.skin-content-hover-switch.is-reference .content-box-hover input[type="submit"]:hover, .mod-content.skin-content-case-study .reference input[type="submit"]:hover,
.-background-primary-color input[type="button"]:hover,
.mod-content.skin-content-hover-switch.is-reference .content-box-hover input[type="button"]:hover,
.mod-content.skin-content-case-study .reference input[type="button"]:hover,
.-background-primary-color .e-button:hover,
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .e-button:hover,
.mod-content.skin-content-case-study .reference .e-button:hover,
.-background-primary-color .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .-background-primary-color .slick-next:hover,
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-content.skin-content-hover-switch.is-reference .content-box-hover .slick-next:hover,
.mod-content.skin-content-case-study .reference .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-content.skin-content-case-study .reference .slick-next:hover {
  background-color: transparent;
}
.-background-primary-color ul.e-dotted-list li:before, .-background-primary-color .mod-content ul li:before, .mod-content .-background-primary-color ul li:before, .mod-content.skin-content-hover-switch.is-reference .content-box-hover ul li:before, .mod-content.skin-content-case-study .reference ul li:before {
  background-color: #1e2c36;
}
.-background-primary-color .mod-content.skin-content-animated .unlock, .mod-content.skin-content-hover-switch.is-reference .content-box-hover .mod-content.skin-content-animated .unlock, .mod-content.skin-content-case-study .reference .mod-content.skin-content-animated .unlock {
  background-color: #e75c09;
}
.-background-primary-color .mod-content.skin-content-animated .input-bg .bullet, .mod-content.skin-content-hover-switch.is-reference .content-box-hover .mod-content.skin-content-animated .input-bg .bullet, .mod-content.skin-content-case-study .reference .mod-content.skin-content-animated .input-bg .bullet {
  background-color: #e75c09;
}
.-background-primary-color h4, .mod-content.skin-content-hover-switch.is-reference .content-box-hover h4, .mod-content.skin-content-case-study .reference h4, .-background-primary-color .e-subheadline-small, .mod-content.skin-content-hover-switch.is-reference .content-box-hover .e-subheadline-small, .mod-content.skin-content-case-study .reference .e-subheadline-small, .-background-primary-color .e-teaser, .mod-content.skin-content-hover-switch.is-reference .content-box-hover .e-teaser, .mod-content.skin-content-case-study .reference .e-teaser {
  color: #1e2c36;
}

.-background-secondary-color, .mod-stage.is-dark-background, .mod-content.skin-content-case-study .case-study {
  background-color: #1e2c36;
  color: #FFFFFF;
}
.-background-secondary-color h5, .mod-stage.is-dark-background h5, .mod-content.skin-content-case-study .case-study h5, .-background-secondary-color h6, .mod-stage.is-dark-background h6, .mod-content.skin-content-case-study .case-study h6, .-background-secondary-color p, .mod-stage.is-dark-background p, .mod-content.skin-content-case-study .case-study p, .-background-secondary-color li, .mod-stage.is-dark-background li, .mod-content.skin-content-case-study .case-study li, .-background-secondary-color a, .mod-stage.is-dark-background a, .mod-content.skin-content-case-study .case-study a, .-background-secondary-color blockquote, .mod-stage.is-dark-background blockquote, .mod-content.skin-content-case-study .case-study blockquote,
.-background-secondary-color .e-headline-large,
.mod-stage.is-dark-background .e-headline-large,
.mod-content.skin-content-case-study .case-study .e-headline-large,
.-background-secondary-color .e-subheadline-regular,
.mod-stage.is-dark-background .e-subheadline-regular,
.mod-content.skin-content-case-study .case-study .e-subheadline-regular {
  color: #FFFFFF;
}
.-background-secondary-color h1, .mod-stage.is-dark-background h1, .mod-content.skin-content-case-study .case-study h1, .-background-secondary-color h2, .mod-stage.is-dark-background h2, .mod-content.skin-content-case-study .case-study h2,
.-background-secondary-color .e-headline-regular,
.mod-stage.is-dark-background .e-headline-regular,
.mod-content.skin-content-case-study .case-study .e-headline-regular,
.-background-secondary-color .e-subheadline-regular,
.mod-stage.is-dark-background .e-subheadline-regular,
.mod-content.skin-content-case-study .case-study .e-subheadline-regular {
  color: #ee7103;
}
.-background-secondary-color h4, .mod-stage.is-dark-background h4, .mod-content.skin-content-case-study .case-study h4, .-background-secondary-color .e-subheadline-small, .mod-stage.is-dark-background .e-subheadline-small, .mod-content.skin-content-case-study .case-study .e-subheadline-small, .-background-secondary-color .e-teaser, .mod-stage.is-dark-background .e-teaser, .mod-content.skin-content-case-study .case-study .e-teaser {
  color: #a2a2a2;
}
.-background-secondary-color .e-teaser, .mod-stage.is-dark-background .e-teaser, .mod-content.skin-content-case-study .case-study .e-teaser {
  color: #FFFFFF;
}
.-background-secondary-color a:hover, .mod-stage.is-dark-background a:hover, .mod-content.skin-content-case-study .case-study a:hover {
  color: #ee7103;
}
.-background-secondary-color input[type="submit"], .mod-stage.is-dark-background input[type="submit"], .mod-content.skin-content-case-study .case-study input[type="submit"],
.-background-secondary-color input[type="button"],
.mod-stage.is-dark-background input[type="button"],
.mod-content.skin-content-case-study .case-study input[type="button"],
.-background-secondary-color .e-button,
.mod-stage.is-dark-background .e-button,
.mod-content.skin-content-case-study .case-study .e-button,
.-background-secondary-color .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .-background-secondary-color .slick-next,
.mod-stage.is-dark-background .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-stage.is-dark-background .slick-next,
.mod-content.skin-content-case-study .case-study .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-content.skin-content-case-study .case-study .slick-next {
  background-color: #ee7103;
  border-color: #ee7103;
  color: #FFFFFF;
}
.-background-secondary-color input[type="submit"]:hover, .mod-stage.is-dark-background input[type="submit"]:hover, .mod-content.skin-content-case-study .case-study input[type="submit"]:hover,
.-background-secondary-color input[type="button"]:hover,
.mod-stage.is-dark-background input[type="button"]:hover,
.mod-content.skin-content-case-study .case-study input[type="button"]:hover,
.-background-secondary-color .e-button:hover,
.mod-stage.is-dark-background .e-button:hover,
.mod-content.skin-content-case-study .case-study .e-button:hover,
.-background-secondary-color .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .-background-secondary-color .slick-next:hover,
.mod-stage.is-dark-background .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-stage.is-dark-background .slick-next:hover,
.mod-content.skin-content-case-study .case-study .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-content.skin-content-case-study .case-study .slick-next:hover {
  background-color: transparent;
}
.-background-secondary-color ul.e-dotted-list li:before, .mod-stage.is-dark-background ul.e-dotted-list li:before, .-background-secondary-color .mod-content ul li:before, .mod-content .-background-secondary-color ul li:before, .mod-stage.is-dark-background .mod-content ul li:before, .mod-content .mod-stage.is-dark-background ul li:before, .mod-content.skin-content-case-study .case-study ul li:before {
  background-color: #FFFFFF;
}
.-background-secondary-color .mod-content.skin-content-animated .unlock, .mod-stage.is-dark-background .mod-content.skin-content-animated .unlock, .mod-content.skin-content-case-study .case-study .mod-content.skin-content-animated .unlock {
  background-color: #1e2c36;
}
.-background-secondary-color .mod-content.skin-content-animated .input-bg .bullet, .mod-stage.is-dark-background .mod-content.skin-content-animated .input-bg .bullet, .mod-content.skin-content-case-study .case-study .mod-content.skin-content-animated .input-bg .bullet {
  background-color: #1e2c36;
}

.-background-white, section, .mod-stage {
  background-color: #FFFFFF;
  color: #1e2c36;
}
.-background-white h5, section h5, .mod-stage h5, .-background-white h6, section h6, .mod-stage h6, .-background-white p, section p, .mod-stage p, .-background-white li, section li, .mod-stage li, .-background-white a, section a, .mod-stage a, .-background-white blockquote, section blockquote, .mod-stage blockquote,
.-background-white .e-headline-large,
section .e-headline-large,
.mod-stage .e-headline-large,
.-background-white .e-subheadline-regular,
section .e-subheadline-regular,
.mod-stage .e-subheadline-regular {
  color: #1e2c36;
}
.-background-white h1, section h1, .mod-stage h1, .-background-white h2, section h2, .mod-stage h2,
.-background-white .e-headline-regular,
section .e-headline-regular,
.mod-stage .e-headline-regular,
.-background-white .e-subheadline-regular,
section .e-subheadline-regular,
.mod-stage .e-subheadline-regular {
  color: #ee7103;
}
.-background-white h4, section h4, .mod-stage h4, .-background-white .e-subheadline-small, section .e-subheadline-small, .mod-stage .e-subheadline-small, .-background-white .e-teaser, section .e-teaser, .mod-stage .e-teaser {
  color: #a2a2a2;
}
.-background-white .e-teaser, section .e-teaser, .mod-stage .e-teaser {
  color: #1e2c36;
}
.-background-white a:hover, section a:hover, .mod-stage a:hover {
  color: #ee7103;
}
.-background-white input[type="submit"], section input[type="submit"], .mod-stage input[type="submit"],
.-background-white input[type="button"],
section input[type="button"],
.mod-stage input[type="button"],
.-background-white .e-button,
section .e-button,
.mod-stage .e-button,
.-background-white .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .-background-white .slick-next,
section .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap section .slick-next,
.mod-stage .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-stage .slick-next {
  background-color: #ee7103;
  border-color: #ee7103;
  color: #1e2c36;
}
.-background-white input[type="submit"]:hover, section input[type="submit"]:hover, .mod-stage input[type="submit"]:hover,
.-background-white input[type="button"]:hover,
section input[type="button"]:hover,
.mod-stage input[type="button"]:hover,
.-background-white .e-button:hover,
section .e-button:hover,
.mod-stage .e-button:hover,
.-background-white .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .-background-white .slick-next:hover,
section .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap section .slick-next:hover,
.mod-stage .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-stage .slick-next:hover {
  background-color: transparent;
}
.-background-white ul.e-dotted-list li:before, section ul.e-dotted-list li:before, .mod-stage ul.e-dotted-list li:before, .-background-white .mod-content ul li:before, .mod-content .-background-white ul li:before, section .mod-content ul li:before, .mod-content section ul li:before, .mod-stage .mod-content ul li:before, .mod-content .mod-stage ul li:before {
  background-color: #1e2c36;
}
.-background-white .mod-content.skin-content-animated .unlock, section .mod-content.skin-content-animated .unlock, .mod-stage .mod-content.skin-content-animated .unlock {
  background-color: #FFFFFF;
}
.-background-white .mod-content.skin-content-animated .input-bg .bullet, section .mod-content.skin-content-animated .input-bg .bullet, .mod-stage .mod-content.skin-content-animated .input-bg .bullet {
  background-color: #FFFFFF;
}
.-background-white input[type="submit"], section input[type="submit"], .mod-stage input[type="submit"],
.-background-white input[type="button"],
section input[type="button"],
.mod-stage input[type="button"],
.-background-white .e-button,
section .e-button,
.mod-stage .e-button,
.-background-white .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .-background-white .slick-next,
section .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap section .slick-next,
.mod-stage .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-stage .slick-next {
  color: #FFFFFF;
}

.mod-navigation a:before {
  display: none;
}
.mod-navigation nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-navigation nav ul li a {
  padding: 0.9375rem 0.46875rem 0.8125rem;
  font-size: 0.875rem;
  line-height: 1.6em;
}
@media only screen and (min-width: 40.063em) {
  .mod-navigation nav ul li a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-navigation nav ul li a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-navigation nav ul li a {
    padding: 1.25rem 0 1.125rem;
    margin: 0 0.9375rem;
  }
}

.mod-navigation.skin-navigation-main {
  position: relative;
  overflow: hidden;
}
.mod-navigation.skin-navigation-main .menu-bar {
  width: 100%;
  z-index: 40;
  background-color: #FFFFFF;
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  -webkit-transition: box-shadow 200ms;
  -moz-transition: box-shadow 200ms;
  -ms-transition: box-shadow 200ms;
  -o-transition: box-shadow 200ms;
  transition: box-shadow 200ms;
}
.mod-navigation.skin-navigation-main.is-open .nav-mobile {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  position: fixed;
}
.mod-navigation.skin-navigation-main.is-open .nav-mobile-toggle .hamburger span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mod-navigation.skin-navigation-main.is-open .nav-mobile-toggle .hamburger span:before, .mod-navigation.skin-navigation-main.is-open .nav-mobile-toggle .hamburger span:after {
  width: 50%;
}
.mod-navigation.skin-navigation-main.is-open .nav-mobile-toggle .hamburger span:before {
  top: 0;
  -webkit-transform: translateX(-3px) translateY(1.5px) rotate(-45deg);
  -moz-transform: translateX(-3px) translateY(1.5px) rotate(-45deg);
  -ms-transform: translateX(-3px) translateY(1.5px) rotate(-45deg);
  -o-transform: translateX(-3px) translateY(1.5px) rotate(-45deg);
  transform: translateX(-3px) translateY(1.5px) rotate(-45deg);
}
.mod-navigation.skin-navigation-main.is-open .nav-mobile-toggle .hamburger span:after {
  bottom: 0;
  -webkit-transform: translateX(-3px) translateY(-1.5px) rotate(45deg);
  -moz-transform: translateX(-3px) translateY(-1.5px) rotate(45deg);
  -ms-transform: translateX(-3px) translateY(-1.5px) rotate(45deg);
  -o-transform: translateX(-3px) translateY(-1.5px) rotate(45deg);
  transform: translateX(-3px) translateY(-1.5px) rotate(45deg);
}
.mod-navigation.skin-navigation-main .logo img {
  width: 220px;
}
.mod-navigation.skin-navigation-main .nav-mobile-toggle {
  padding: 0.9375rem 0.9375rem 0.8125rem;
  text-align: right;
}
.mod-navigation.skin-navigation-main .nav-mobile-toggle .hamburger {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: transparent;
}
.mod-navigation.skin-navigation-main .nav-mobile-toggle .hamburger:focus {
  outline: none;
}
.mod-navigation.skin-navigation-main .nav-mobile-toggle .hamburger span {
  display: block;
  position: absolute;
  top: 13.5px;
  left: 2px;
  right: 2px;
  height: 3px;
  background: #1e2c36;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.mod-navigation.skin-navigation-main .nav-mobile-toggle .hamburger span:before, .mod-navigation.skin-navigation-main .nav-mobile-toggle .hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1e2c36;
  content: "";
}
.mod-navigation.skin-navigation-main .nav-mobile-toggle .hamburger span:before {
  top: -6px;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  -moz-transition: -moz-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.mod-navigation.skin-navigation-main .nav-mobile-toggle .hamburger span:after {
  bottom: -6px;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  -moz-transition: -moz-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
.mod-navigation.skin-navigation-main .main-nav li a {
  display: block;
  color: #1e2c36;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: color 100ms;
  -moz-transition: color 100ms;
  -ms-transition: color 100ms;
  -o-transition: color 100ms;
  transition: color 100ms;
}
.mod-navigation.skin-navigation-main .main-nav li a:before {
  display: block;
  background-color: #1e2c36;
  bottom: 50%;
  margin-bottom: -1.2em;
  opacity: 0;
  -webkit-transition: opacity 200ms, margin-bottom 200ms;
  -moz-transition: opacity 200ms, margin-bottom 200ms;
  -ms-transition: opacity 200ms, margin-bottom 200ms;
  -o-transition: opacity 200ms, margin-bottom 200ms;
  transition: opacity 200ms, margin-bottom 200ms;
}
.mod-navigation.skin-navigation-main .main-nav li a:hover {
  color: #ee7103;
}
.mod-navigation.skin-navigation-main .main-nav li.is-active a {
  color: #ee7103;
}
.mod-navigation.skin-navigation-main .main-nav li.deemphasize > a {
  color: #a2a2a2;
}
.mod-navigation.skin-navigation-main .main-nav li.has-submenu {
  position: relative;
}
.mod-navigation.skin-navigation-main .main-nav li.has-submenu .icon-angle-down {
  font-size: 1.3rem;
}
.mod-navigation.skin-navigation-main .main-nav li.has-submenu .submenu {
  max-height: 0px;
  -webkit-transition: max-height 300ms ease;
  -moz-transition: max-height 300ms ease;
  -ms-transition: max-height 300ms ease;
  -o-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  overflow: hidden;
}
.mod-navigation.skin-navigation-main .main-nav li.has-submenu.is-open .submenu {
  max-height: 700px;
}
@media only screen and (min-width: 64.063em) {
  .mod-navigation.skin-navigation-main .main-nav li.has-submenu:hover .submenu {
    max-height: 700px;
  }
}
.mod-navigation.skin-navigation-main .meta-nav .search-box {
  text-align: center;
}
.mod-navigation.skin-navigation-main .meta-nav .search-box h2 {
  margin-bottom: 1rem;
}
.mod-navigation.skin-navigation-main .meta-nav .search-box .search-suggestions {
  font-size: 14px;
  color: #a2a2a2;
}
.mod-navigation.skin-navigation-main .meta-nav .search-box .search-suggestions div {
  display: inline-block;
  padding: 2px 5px;
  margin-left: 3px;
  border-radius: 3px;
  background-color: rgba(162, 162, 162, 0.2);
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  cursor: pointer;
}
@media only screen and (min-width: 64.063em) {
  .mod-navigation.skin-navigation-main .meta-nav .search-box .search-suggestions div {
    background-color: rgba(162, 162, 162, 0.1);
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-navigation.skin-navigation-main .meta-nav .search-box .search-suggestions div:hover {
    background-color: rgba(162, 162, 162, 0.25);
  }
}
.mod-navigation.skin-navigation-main .meta-nav .search-box fieldset {
  margin: 0;
}
.mod-navigation.skin-navigation-main .meta-nav .search-box input, .mod-navigation.skin-navigation-main .meta-nav .search-box button {
  float: left;
  margin: 0.9375rem 0;
  height: 50px;
}
.mod-navigation.skin-navigation-main .meta-nav .search-box input {
  width: 78%;
  margin-right: 2%;
}
.mod-navigation.skin-navigation-main .meta-nav .search-box button {
  width: 20%;
  padding: 0.5375rem 1.175rem;
}
.mod-navigation.skin-navigation-main .meta-nav .lang-nav .lang-active {
  position: relative;
  padding-left: 1.875rem;
}
.mod-navigation.skin-navigation-main .meta-nav .lang-nav .lang-active .icon-world {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
}
.mod-navigation.skin-navigation-main .meta-nav .lang-nav .lang-list {
  list-style: none;
}
.mod-navigation.skin-navigation-main .meta-nav .lang-nav .lang-list li a {
  font-size: 1rem;
}
.mod-navigation.skin-navigation-main .nav-desktop {
  text-align: right;
  position: static;
  line-height: 0;
}
.mod-navigation.skin-navigation-main .nav-desktop nav, .mod-navigation.skin-navigation-main .nav-desktop .meta-nav {
  display: inline-block;
}
.mod-navigation.skin-navigation-main .nav-desktop .meta-nav {
  line-height: 1.5;
}
.mod-navigation.skin-navigation-main .nav-desktop .main-nav li a:hover:before {
  margin-bottom: -0.9em;
  opacity: 1;
}
.mod-navigation.skin-navigation-main .nav-desktop .main-nav li.is-active a:before {
  margin-bottom: -0.9em;
  opacity: 1;
}
.mod-navigation.skin-navigation-main .nav-desktop .main-nav li.has-submenu .icon-angle-down {
  position: relative;
  top: 2px;
  left: 2px;
}
.mod-navigation.skin-navigation-main .nav-desktop .main-nav li.has-submenu .submenu {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  width: 200%;
  text-align: left;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.mod-navigation.skin-navigation-main .nav-desktop .main-nav li.has-submenu:hover .submenu {
  border-bottom: 1px solid #ebebeb;
}
.mod-navigation.skin-navigation-main .nav-desktop ul.main-nav, .mod-navigation.skin-navigation-main .nav-desktop .main-nav > li, .mod-navigation.skin-navigation-main .nav-desktop .search-icon, .mod-navigation.skin-navigation-main .nav-desktop .lang-nav {
  float: left;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-icon, .mod-navigation.skin-navigation-main .nav-desktop .lang-nav {
  padding: 1.25rem 0 1.125rem;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-icon {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box {
  position: absolute;
  top: -400%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 30%;
  min-width: 550px;
  background-color: #1e2c36;
  color: #FFFFFF;
  background-color: #1e2c36;
  padding: 1.875rem 1.875rem 0.9375rem;
  -webkit-transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -ms-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box h5, .mod-navigation.skin-navigation-main .nav-desktop .search-box h6, .mod-navigation.skin-navigation-main .nav-desktop .search-box p, .mod-navigation.skin-navigation-main .nav-desktop .search-box li, .mod-navigation.skin-navigation-main .nav-desktop .search-box a, .mod-navigation.skin-navigation-main .nav-desktop .search-box blockquote,
.mod-navigation.skin-navigation-main .nav-desktop .search-box .e-headline-large,
.mod-navigation.skin-navigation-main .nav-desktop .search-box .e-subheadline-regular {
  color: #FFFFFF;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box h1, .mod-navigation.skin-navigation-main .nav-desktop .search-box h2,
.mod-navigation.skin-navigation-main .nav-desktop .search-box .e-headline-regular,
.mod-navigation.skin-navigation-main .nav-desktop .search-box .e-subheadline-regular {
  color: #ee7103;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box h4, .mod-navigation.skin-navigation-main .nav-desktop .search-box .e-subheadline-small, .mod-navigation.skin-navigation-main .nav-desktop .search-box .e-teaser {
  color: #a2a2a2;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box .e-teaser {
  color: #FFFFFF;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box a:hover {
  color: #ee7103;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box input[type="submit"],
.mod-navigation.skin-navigation-main .nav-desktop .search-box input[type="button"],
.mod-navigation.skin-navigation-main .nav-desktop .search-box .e-button,
.mod-navigation.skin-navigation-main .nav-desktop .search-box .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-navigation.skin-navigation-main .nav-desktop .search-box .slick-next {
  background-color: #ee7103;
  border-color: #ee7103;
  color: #FFFFFF;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box input[type="submit"]:hover,
.mod-navigation.skin-navigation-main .nav-desktop .search-box input[type="button"]:hover,
.mod-navigation.skin-navigation-main .nav-desktop .search-box .e-button:hover,
.mod-navigation.skin-navigation-main .nav-desktop .search-box .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-navigation.skin-navigation-main .nav-desktop .search-box .slick-next:hover {
  background-color: transparent;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box ul.e-dotted-list li:before, .mod-navigation.skin-navigation-main .nav-desktop .search-box .mod-content ul li:before, .mod-content .mod-navigation.skin-navigation-main .nav-desktop .search-box ul li:before {
  background-color: #FFFFFF;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box .mod-content.skin-content-animated .unlock {
  background-color: #1e2c36;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box .mod-content.skin-content-animated .input-bg .bullet {
  background-color: #1e2c36;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-box.is-open {
  top: 100%;
}
.mod-navigation.skin-navigation-main .nav-desktop .search-icon:hover, .mod-navigation.skin-navigation-main .nav-desktop .lang-active:hover, .mod-navigation.skin-navigation-main .nav-desktop .lang-list li a:hover {
  color: #ee7103;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -ms-transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms;
  cursor: pointer;
}
.mod-navigation.skin-navigation-main .nav-desktop .lang-nav.is-open .lang-list {
  display: block;
  margin-top: .4em;
  opacity: 1;
}
.mod-navigation.skin-navigation-main .nav-desktop .lang-list {
  position: absolute;
  top: 50%;
  opacity: 0;
  margin: 0 0;
  margin-top: -1em;
  display: none;
  list-style: none;
  padding-left: 1.875rem;
  -webkit-transition: margin-top 300ms, opactiy 300ms;
  -moz-transition: margin-top 300ms, opactiy 300ms;
  -ms-transition: margin-top 300ms, opactiy 300ms;
  -o-transition: margin-top 300ms, opactiy 300ms;
  transition: margin-top 300ms, opactiy 300ms;
}
.mod-navigation.skin-navigation-main .nav-desktop .lang-list li a {
  color: #1e2c36;
  font-weight: normal;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  -ms-transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms;
}
.mod-navigation.skin-navigation-main .nav-mobile {
  position: absolute;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  margin-top: 65px;
  z-index: 30;
  width: 100%;
  max-width: 400px;
  height: calc(100% - 65px);
  background-color: #FFFFFF;
  overflow: scroll;
  padding: 15px;
  border-left: 1px solid #ebebeb;
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  transition: transform 300ms;
}
@media only screen and (min-width: 64.063em) {
  .mod-navigation.skin-navigation-main .nav-mobile {
    display: none;
  }
}
.mod-navigation.skin-navigation-main .nav-mobile .main-nav {
  text-align: center;
}
.mod-navigation.skin-navigation-main .nav-mobile .main-nav .has-submenu {
  position: relative;
}
.mod-navigation.skin-navigation-main .nav-mobile .main-nav .has-submenu .icon-angle-down {
  position: relative;
  top: 3px;
  left: 4px;
  /*&:before {
    position: relative;
    @include transition(transform 300ms ease);
    @include transform(rotate(0deg));
  }*/
}
.mod-navigation.skin-navigation-main .nav-mobile .main-nav .has-submenu .submenu {
  background-color: #ebebeb;
  max-height: 0px;
  -webkit-transition: max-height 300ms ease;
  -moz-transition: max-height 300ms ease;
  -ms-transition: max-height 300ms ease;
  -o-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  overflow: hidden;
}
.mod-navigation.skin-navigation-main .nav-mobile .main-nav .has-submenu.is-open {
  /*.icon-angle-down:before {
    @include transform(rotate(-180deg));
  }*/
}
.mod-navigation.skin-navigation-main .nav-mobile .main-nav .has-submenu.is-open .submenu {
  max-height: 700px;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav {
  position: relative;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav .search-icon {
  display: none;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav .search-box {
  padding: 0.9375rem 0;
  margin: 0.9375rem 0;
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav .search-box button {
  font-size: 0;
  padding-left: 0;
  padding-right: 0;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav .search-box button:before {
  content: '\4f';
  font-size: 1rem;
  font-family: "iconset";
  color: #FFFFFF;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav .lang-nav {
  clear: both;
  *zoom: 1;
  margin: 0 auto;
  padding: 0.9375rem 0 0;
  width: 5.625rem;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav .lang-nav:before, .mod-navigation.skin-navigation-main .nav-mobile .meta-nav .lang-nav:after {
  content: " ";
  display: table;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav .lang-nav:after {
  clear: both;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav .lang-nav .lang-active {
  color: #ee7103;
  float: left;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav .lang-nav .lang-list {
  float: left;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav .lang-nav .lang-list li {
  float: left;
}
.mod-navigation.skin-navigation-main .nav-mobile .meta-nav .lang-nav .lang-list li a {
  color: #1e2c36;
  font-weight: normal;
}

.mod-stage {
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
}
.mod-stage.no-background {
  background: none;
}
@media only screen and (max-width: 40em) and (orientation: portrait) {
  .mod-stage.is-background-image {
    height: 312.4px;
  }
}
@media only screen and (max-width: 40em) and (orientation: landscape) {
  .mod-stage.is-background-image {
    height: 176px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  .mod-stage.is-background-image {
    height: 563.2px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  .mod-stage.is-background-image {
    height: 422.4px;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-stage.is-background-image {
    height: 55vh;
  }
}
.mod-stage.is-background-image .text-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 64.063em) {
  .mod-stage {
    height: 55vh;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-stage {
    max-height: 650px;
    min-height: 450px;
  }
}
.mod-stage .background {
  position: absolute;
  display: block;
  width: 100%;
  max-width: none;
}
.mod-stage .background-wrapper {
  position: relative;
  display: block;
  max-width: none;
  width: 100%;
}
@media only screen and (min-width: 64.063em) {
  .mod-stage .background-wrapper {
    position: absolute;
    height: 100%;
  }
}
.mod-stage .background-wrapper img, .mod-stage .background-wrapper picture, .mod-stage .background-wrapper picture > img {
  width: 100%;
  position: relative;
  max-width: none;
  display: block;
}
.mod-stage .transparent-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-stage .transparent-overlay svg, .mod-stage .transparent-overlay img {
  height: 100%;
  display: block;
  max-width: none;
  width: auto;
  fill: #FFFFFF;
}
.mod-stage .row {
  height: 100%;
  position: relative;
}
.mod-stage .columns {
  height: 100%;
}
.mod-stage .text-content {
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  .mod-stage .text-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.mod-stage .text-content .e-headline-large strong {
  color: #ee7103;
}
.mod-stage .text-content blockquote {
  border: none;
  padding: 0.9375rem 0;
}
@media only screen and (min-width: 64.063em) {
  .mod-stage .text-content blockquote {
    padding: 0;
  }
}
.mod-stage .text-content blockquote * {
  text-align: left;
}
.mod-stage .text-content blockquote .e-headline-regular {
  text-indent: -14px;
  font-style: italic;
  color: #ee7103;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64.063em) {
  .mod-stage .text-content blockquote .e-headline-regular {
    color: #FFFFFF;
  }
}
.mod-stage .text-content blockquote.text-right h2, .mod-stage .text-content blockquote.text-right h3, .mod-stage .text-content blockquote.text-right .e-headline-regular, .mod-stage .text-content blockquote.text-right .e-subheadline-regular {
  text-align: right;
}
.mod-stage .text-content blockquote.text-dark h2, .mod-stage .text-content blockquote.text-dark .e-headline-regular {
  color: #1e2c36;
}
.mod-stage .text-content blockquote.text-dark h3, .mod-stage .text-content blockquote.text-dark .e-subheadline-regular {
  color: #767676;
}
.mod-stage .text-content blockquote.introduction .e-headline-regular {
  text-indent: 0;
  font-weight: normal;
  font-style: normal;
  color: #1e2c36;
}
.mod-stage .text-content blockquote.introduction .e-headline-regular strong {
  font-weight: bold;
  color: #ee7103;
}
.mod-stage .text-content blockquote.introduction .e-subheadline-regular {
  font-weight: bold;
  color: #1e2c36;
}
.mod-stage .img-content {
  text-align: center;
  height: 100%;
}
.mod-stage .img-content img {
  padding: 1.875rem;
}
@media only screen and (min-width: 64.063em) {
  .mod-stage .img-content img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.mod-stage.no-background .text-content blockquote .e-headline-regular {
  color: white;
}
.mod-stage.is-dark-background {
  background-color: #6d7882;
}
.mod-stage.is-dark-background .text-content blockquote .e-headline-regular {
  color: #1e2c36;
}

.mod-stage.skin-stage-top {
  max-height: 850px;
}
@media only screen and (max-width: 40em) and (orientation: portrait) {
  .mod-stage.skin-stage-top {
    height: 397.6px;
  }
}
@media only screen and (max-width: 40em) and (orientation: landscape) {
  .mod-stage.skin-stage-top {
    height: 224px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  .mod-stage.skin-stage-top {
    height: 716.8px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  .mod-stage.skin-stage-top {
    height: 537.6px;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-stage.skin-stage-top {
    height: 70vh;
  }
}
.mod-stage.skin-stage-top .text-content {
  text-align: left;
}
.mod-stage.skin-stage-top .text-content .e-subheadline-regular {
  color: #1e2c36;
  font-size: 1.55rem;
  line-height: 1.2;
}
@media only screen and (min-width: 40.063em) {
  .mod-stage.skin-stage-top .text-content .e-subheadline-regular {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-stage.skin-stage-top .text-content .e-subheadline-regular {
    font-size: 2.5rem;
  }
}
.mod-stage.skin-stage-top .text-content .e-headline-large {
  font-size: 2.7rem;
}
@media only screen and (min-width: 40.063em) {
  .mod-stage.skin-stage-top .text-content .e-headline-large {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-stage.skin-stage-top .text-content .e-headline-large {
    font-size: 5.5rem;
  }
}
.mod-stage.skin-stage-top.is-dark-background .text-content .e-subheadline-regular {
  color: #FFFFFF;
}

@media only screen and (max-width: 40em) {
  .mod-content .columns.medium-6:first-child p:last-child, .mod-content .columns.medium-6:first-child .e-button:last-child, .mod-content .columns.medium-6:first-child .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:last-child, .mod-hotspots .case-tooltip-content-slider-wrap .mod-content .columns.medium-6:first-child .slick-next:last-child, .mod-content .columns.medium-6:first-child img:last-child {
    margin-bottom: 0.9375rem;
  }
}
.mod-content .contact-details {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 40.063em) {
  .mod-content .contact-details {
    margin-bottom: 0;
  }
}
.mod-content .contact-details p {
  font-size: 0.875rem;
  line-height: 1.6em;
}
@media only screen and (min-width: 40.063em) {
  .mod-content .contact-details p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-content .contact-details p {
    font-size: 1rem;
  }
}
.mod-content .contact-details table {
  font-size: 1.125rem;
  line-height: 1.4em;
  color: #1e2c36;
}
@media only screen and (min-width: 40.063em) {
  .mod-content .contact-details table {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-content .contact-details table {
    font-size: 1.625rem;
  }
}
.mod-content .contact-details table td:first-child {
  width: 120px;
}
@media only screen and (max-width: 40em) {
  .mod-content .contact-details table, .mod-content .contact-details table tbody, .mod-content .contact-details table tr, .mod-content .contact-details table td {
    display: block;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-content .contact-form .text-fields fieldset {
    width: calc(50% - 1.875rem / 4);
    float: left;
  }
  .mod-content .contact-form .text-fields fieldset:nth-child(odd) {
    margin-right: 0.9375rem;
  }
}
.mod-content .contact-form .text-fields + fieldset {
  clear: both;
}
@media only screen and (max-width: 40em) {
  .mod-content.news-teaser .columns:first-child {
    margin-bottom: 3.75rem;
  }
  .mod-content.news-teaser .columns:last-child {
    margin-top: 1.875rem;
  }
}
.mod-content.contact-request .wrapper {
  background: #f7f7f7;
  padding: 20px;
  margin: 0 0.9375rem;
  border-radius: 3px;
}
.mod-content.contact-request .wrapper fieldset {
  margin-bottom: 5px;
}
.mod-content.contact-request .wrapper .input {
  width: 100%;
  height: 51px;
  margin-bottom: 5px;
}
.mod-content.contact-request .wrapper .e-button, .mod-content.contact-request .wrapper .mod-hotspots .case-tooltip-content-slider-wrap .slick-next, .mod-hotspots .case-tooltip-content-slider-wrap .mod-content.contact-request .wrapper .slick-next {
  width: 100%;
  color: #FFFFFF;
  background: #1e2c36;
  border-color: #1e2c36;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.mod-content.contact-request .wrapper .e-button:hover, .mod-content.contact-request .wrapper .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover, .mod-hotspots .case-tooltip-content-slider-wrap .mod-content.contact-request .wrapper .slick-next:hover {
  color: #1e2c36;
  background: #f7f7f7;
}
.mod-content.contact-request .note {
  display: block;
  text-align: right;
  position: relative;
  right: 0;
  padding: 20px;
  font-size: 12px;
}
@media only screen and (min-width: 64.063em) {
  .mod-content.contact-request .wrapper fieldset {
    width: 38%;
    margin-bottom: 0;
    float: left;
    margin-right: 2%;
  }
  .mod-content.contact-request .wrapper .input {
    height: 51px;
  }
  .mod-content.contact-request .wrapper .e-button, .mod-content.contact-request .wrapper .mod-hotspots .case-tooltip-content-slider-wrap .slick-next, .mod-hotspots .case-tooltip-content-slider-wrap .mod-content.contact-request .wrapper .slick-next {
    width: 19%;
  }
}

.mod-content.skin-content-hover-switch {
  text-align: center;
}
@media only screen and (min-width: 90.063em) {
  .mod-content.skin-content-hover-switch {
    padding: 1.875rem 0;
  }
}
.mod-content.skin-content-hover-switch .columns {
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 40em) {
  .mod-content.skin-content-hover-switch .columns {
    border-bottom: 2px solid #f7f7f7;
  }
}
.mod-content.skin-content-hover-switch .columns.large-3 h2.e-headline-regular {
  font-size: 1.75rem;
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-hover-switch .columns.large-3 h2.e-headline-regular {
    font-size: 2rem;
  }
}
.mod-content.skin-content-hover-switch .columns.large-3 .content-box-regular .img-wrap {
  width: 30%;
}
.mod-content.skin-content-hover-switch .appear-on-scroll .e-headline-regular, .mod-content.skin-content-hover-switch .appear-on-scroll .read-more {
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.mod-content.skin-content-hover-switch .appear-on-scroll > .is-visible .e-headline-regular, .mod-content.skin-content-hover-switch .appear-on-scroll > .is-visible .read-more {
  opacity: 1;
}
.no-js .mod-content.skin-content-hover-switch .appear-on-scroll .e-headline-regular, .no-js .mod-content.skin-content-hover-switch .appear-on-scroll .read-more {
  opacity: 1;
}
.mod-content.skin-content-hover-switch .row:last-child .columns:last-child {
  border: none;
}
.mod-content.skin-content-hover-switch .content-box-regular .logo, .mod-content.skin-content-hover-switch .content-box-hover .logo {
  width: auto;
  max-height: 120px;
  max-width: 40%;
  margin-bottom: .8rem;
}
.mod-content.skin-content-hover-switch .content-box-regular .e-subheadline-small, .mod-content.skin-content-hover-switch .content-box-regular .e-teaser, .mod-content.skin-content-hover-switch .content-box-hover .e-subheadline-small, .mod-content.skin-content-hover-switch .content-box-hover .e-teaser {
  color: #1e2c36;
  font-weight: bold;
}
.mod-content.skin-content-hover-switch .content-box-regular {
  position: absolute;
  padding: 0 0.9375rem;
  width: 100%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-hover-switch .content-box-regular {
    padding: 0 1.875rem;
  }
}
.mod-content.skin-content-hover-switch .content-box-regular .img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  width: 25%;
  margin: 0 auto .5rem;
}
.mod-content.skin-content-hover-switch .content-box-regular .img-wrap::before {
  content: '';
  margin-top: 100%;
  display: block;
}
.mod-content.skin-content-hover-switch .content-box-regular .img-wrap > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-hover-switch .content-box-regular .img-wrap {
    width: 20%;
  }
}
.mod-content.skin-content-hover-switch .content-box-regular .img-wrap [class^="icon-"] {
  display: block;
  margin: 0;
  font-size: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-hover-switch .content-box-regular .img-wrap [class^="icon-"] {
    font-size: 7rem;
  }
}
.mod-content.skin-content-hover-switch .content-box-regular .img-wrap img[class^="icon-"] {
  width: 100%;
}
.mod-content.skin-content-hover-switch .content-box-regular .e-headline-regular {
  color: #1e2c36;
  margin-bottom: 0.9375rem;
}
.mod-content.skin-content-hover-switch .content-box-regular .read-more {
  font-weight: normal;
  color: #ee7103;
  display: block;
}
.mod-content.skin-content-hover-switch .content-box-regular .read-more .icon-angle-right {
  position: relative;
  display: inline;
  font-weight: normal;
  font-size: 1.4rem;
  top: 4px;
  padding-left: 5px;
}
.mod-content.skin-content-hover-switch .content-box-hover {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  z-index: 1;
  opacity: 0;
  min-height: 300px;
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -ms-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-duration: 0s;
  -moz-animation-duration: 0s;
  -ms-animation-duration: 0s;
  -o-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-transform-origin: 50% 50% 0px;
  -moz-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  -o-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
}
.mod-content.skin-content-hover-switch .content-box-hover.has-hovered {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.mod-content.skin-content-hover-switch .content-box-hover .content-wrapper {
  padding: 1.875rem;
}
.mod-content.skin-content-hover-switch .content-box-hover .logo {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.mod-content.skin-content-hover-switch .content-box-hover .e-button, .mod-content.skin-content-hover-switch .content-box-hover .mod-hotspots .case-tooltip-content-slider-wrap .slick-next, .mod-hotspots .case-tooltip-content-slider-wrap .mod-content.skin-content-hover-switch .content-box-hover .slick-next {
  margin-top: 0.625rem;
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-hover-switch .content-box-hover .e-button, .mod-content.skin-content-hover-switch .content-box-hover .mod-hotspots .case-tooltip-content-slider-wrap .slick-next, .mod-hotspots .case-tooltip-content-slider-wrap .mod-content.skin-content-hover-switch .content-box-hover .slick-next {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-hover-switch.is-reference .content-box-regular .read-more {
    display: none;
  }
}
.mod-content.skin-content-hover-switch.is-reference .content-box-hover {
  background-color: #ee7103;
}
.mod-content.skin-content-hover-switch.is-reference .content-box-hover p {
  font-size: 0.875rem;
  line-height: 1.6em;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-hover-switch.is-reference .content-box-hover p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-hover-switch.is-reference .content-box-hover p {
    font-size: 1rem;
  }
}
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .features {
  display: inline-block;
  position: relative;
  margin: 0.625rem 0 0;
}
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .features:before {
  content: '';
  position: absolute;
  top: -0.625rem;
  left: 30%;
  width: 40%;
  background-color: #ebebeb;
  height: 1px;
}
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .features li {
  margin-left: 25px;
  margin-bottom: 0;
  color: #ebebeb;
  display: inline-block;
}
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .features li:before {
  background-color: #ebebeb;
}
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .features li:first-child {
  margin-left: 0;
}
.mod-content.skin-content-hover-switch.is-reference .content-box-hover .features li:first-child:before {
  display: none;
}
.mod-content.skin-content-hover-switch .columns.is-open .content-box-hover {
  opacity: 1;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -ms-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-hover-switch .columns:hover .content-box-hover.has-hovered {
    opacity: 1;
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -ms-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
  }
  100% {
    -webkit-transform: perspective(1600px) translateZ(50px);
    -moz-transform: perspective(1600px) translateZ(50px);
    -ms-transform: perspective(1600px) translateZ(50px);
    -o-transform: perspective(1600px) translateZ(50px);
    transform: perspective(1600px) translateZ(50px);
  }
}
@-moz-keyframes flipInX {
  0% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
  }
  100% {
    -webkit-transform: perspective(1600px) translateZ(50px);
    -moz-transform: perspective(1600px) translateZ(50px);
    -ms-transform: perspective(1600px) translateZ(50px);
    -o-transform: perspective(1600px) translateZ(50px);
    transform: perspective(1600px) translateZ(50px);
  }
}
@-o-keyframes flipInX {
  0% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
  }
  100% {
    -webkit-transform: perspective(1600px) translateZ(50px);
    -moz-transform: perspective(1600px) translateZ(50px);
    -ms-transform: perspective(1600px) translateZ(50px);
    -o-transform: perspective(1600px) translateZ(50px);
    transform: perspective(1600px) translateZ(50px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, -5deg) translateZ(50px);
  }
  100% {
    -webkit-transform: perspective(1600px) translateZ(50px);
    -moz-transform: perspective(1600px) translateZ(50px);
    -ms-transform: perspective(1600px) translateZ(50px);
    -o-transform: perspective(1600px) translateZ(50px);
    transform: perspective(1600px) translateZ(50px);
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, -20deg) translateZ(50px);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -moz-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -ms-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    -o-transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    transform: perspective(1600px) rotate3d(1, 0, 0, 90deg) translateZ(50px);
    opacity: 0;
  }
}
.mod-navigation.skin-navigation-anchor {
  display: none;
  background-color: #ee7103;
  color: #FFFFFF;
  border-top: 4px solid #e75c09;
}
.mod-navigation.skin-navigation-anchor h5, .mod-navigation.skin-navigation-anchor h6, .mod-navigation.skin-navigation-anchor p, .mod-navigation.skin-navigation-anchor li, .mod-navigation.skin-navigation-anchor a, .mod-navigation.skin-navigation-anchor blockquote,
.mod-navigation.skin-navigation-anchor .e-headline-large,
.mod-navigation.skin-navigation-anchor .e-subheadline-regular {
  color: #FFFFFF;
}
.mod-navigation.skin-navigation-anchor h1, .mod-navigation.skin-navigation-anchor h2,
.mod-navigation.skin-navigation-anchor .e-headline-regular,
.mod-navigation.skin-navigation-anchor .e-subheadline-regular {
  color: #1e2c36;
}
.mod-navigation.skin-navigation-anchor h4, .mod-navigation.skin-navigation-anchor .e-subheadline-small, .mod-navigation.skin-navigation-anchor .e-teaser {
  color: #a2a2a2;
}
.mod-navigation.skin-navigation-anchor .e-teaser {
  color: #FFFFFF;
}
.mod-navigation.skin-navigation-anchor a:hover {
  color: #1e2c36;
}
.mod-navigation.skin-navigation-anchor input[type="submit"],
.mod-navigation.skin-navigation-anchor input[type="button"],
.mod-navigation.skin-navigation-anchor .e-button,
.mod-navigation.skin-navigation-anchor .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-navigation.skin-navigation-anchor .slick-next {
  background-color: #1e2c36;
  border-color: #1e2c36;
  color: #FFFFFF;
}
.mod-navigation.skin-navigation-anchor input[type="submit"]:hover,
.mod-navigation.skin-navigation-anchor input[type="button"]:hover,
.mod-navigation.skin-navigation-anchor .e-button:hover,
.mod-navigation.skin-navigation-anchor .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-navigation.skin-navigation-anchor .slick-next:hover {
  background-color: transparent;
}
.mod-navigation.skin-navigation-anchor ul.e-dotted-list li:before, .mod-navigation.skin-navigation-anchor .mod-content ul li:before, .mod-content .mod-navigation.skin-navigation-anchor ul li:before {
  background-color: #FFFFFF;
}
.mod-navigation.skin-navigation-anchor .mod-content.skin-content-animated .unlock {
  background-color: #ee7103;
}
.mod-navigation.skin-navigation-anchor .mod-content.skin-content-animated .input-bg .bullet {
  background-color: #ee7103;
}
@media only screen and (min-width: 40.063em) {
  .mod-navigation.skin-navigation-anchor {
    display: block;
  }
}
.mod-navigation.skin-navigation-anchor.is-sticky {
  margin-top: 65px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
}
.mod-navigation.skin-navigation-anchor .anchor-nav {
  margin: 0;
  padding: 0;
}
.mod-navigation.skin-navigation-anchor .anchor-nav li, .mod-navigation.skin-navigation-anchor .anchor-nav a {
  display: inline-block;
  text-align: center;
}
.mod-navigation.skin-navigation-anchor .anchor-nav li {
  list-style: none;
}
.mod-navigation.skin-navigation-anchor .anchor-nav li a {
  padding-top: 1rem;
  font-weight: normal;
  letter-spacing: .5px;
}
.mod-navigation.skin-navigation-anchor .anchor-nav li a:before {
  content: '';
  display: block;
  width: 0%;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 0;
  background-color: #FFFFFF;
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  -ms-transition: width 300ms;
  -o-transition: width 300ms;
  transition: width 300ms;
}
.mod-navigation.skin-navigation-anchor .anchor-nav li a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}
.mod-navigation.skin-navigation-anchor .anchor-nav li a.is-active, .mod-navigation.skin-navigation-anchor .anchor-nav li a:hover {
  color: #FFFFFF;
}
.mod-navigation.skin-navigation-anchor .anchor-nav li a.is-active:before, .mod-navigation.skin-navigation-anchor .anchor-nav li a:hover:before {
  width: 100%;
}
.mod-navigation.skin-navigation-anchor .anchor-nav li a.is-active {
  font-weight: bold;
}

@-webkit-keyframes bulletfadein {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes bulletfadein {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes bulletfadein {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
}
@keyframes bulletfadein {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes maxheight {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 30px;
  }
}
@-moz-keyframes maxheight {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 30px;
  }
}
@-o-keyframes maxheight {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 30px;
  }
}
@keyframes maxheight {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 30px;
  }
}
@-webkit-keyframes online {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes online {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes online {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes online {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mod-content.skin-content-animated {
  position: relative;
  overflow: hidden;
  padding: 3.75rem 0;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-animated {
    padding: 5.625rem 0;
  }
}
.mod-content.skin-content-animated .background-overlay {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.mod-content.skin-content-animated .background-overlay svg, .mod-content.skin-content-animated .background-overlay img {
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #ebebeb;
}
.mod-content.skin-content-animated .animated-wrapper {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 40em) {
  .mod-content.skin-content-animated .animated-wrapper {
    height: 220px;
  }
  .ie9 .mod-content.skin-content-animated .animated-wrapper, .ie10 .mod-content.skin-content-animated .animated-wrapper, .ie11 .mod-content.skin-content-animated .animated-wrapper {
    height: auto;
  }
}
.mod-content.skin-content-animated .unlock {
  background: #e75c09;
  height: 30px;
  position: absolute;
  bottom: -140px;
  left: 32%;
  width: 80px;
  max-height: 0;
  overflow: hidden;
  z-index: 10;
}
.mod-content.skin-content-animated .unlock.fadein {
  -webkit-animation-delay: 3000ms;
  -moz-animation-delay: 3000ms;
  -o-animation-delay: 3000ms;
  animation-delay: 3000ms;
  -webkit-animation-duration: 250ms;
  -moz-animation-duration: 250ms;
  -o-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-name: maxheight;
  -moz-animation-name: maxheight;
  -o-animation-name: maxheight;
  animation-name: maxheight;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
.mod-content.skin-content-animated .input {
  position: relative;
  /* &:after {
     padding-top: 100%;
     display: block;
     content:'';
   }*/
}
.mod-content.skin-content-animated .input-bg {
  display: block;
  width: 71%;
  bottom: 13%;
  right: 0;
  z-index: 8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtm-opacity: 0;
  opacity: 0;
  position: absolute;
  height: 92px;
  border-radius: 200px;
}
.mod-content.skin-content-animated .input-bg.fadein {
  -webkit-animation-delay: 1700ms;
  -moz-animation-delay: 1700ms;
  -o-animation-delay: 1700ms;
  animation-delay: 1700ms;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
.mod-content.skin-content-animated .input-bg .bullet {
  background: #ee7103;
  height: 20px;
  position: absolute;
  z-index: 99;
  left: 22%;
  -webkit-transition: 300ms ease-in-out all;
  -moz-transition: 300ms ease-in-out all;
  -ms-transition: 300ms ease-in-out all;
  -o-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
  top: 31px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtm-opacity: 0;
  opacity: 0;
  width: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.mod-content.skin-content-animated .input-bg .bullet.fadein {
  -webkit-animation-delay: 1700ms;
  -moz-animation-delay: 1700ms;
  -o-animation-delay: 1700ms;
  animation-delay: 1700ms;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-name: bulletfadein;
  -moz-animation-name: bulletfadein;
  -o-animation-name: bulletfadein;
  animation-name: bulletfadein;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
.mod-content.skin-content-animated .input-bg .bullet:nth-child(2) {
  left: 38%;
}
.mod-content.skin-content-animated .input-bg .bullet:nth-child(2).fadein {
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -o-animation-delay: 2000ms;
  animation-delay: 2000ms;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-name: bulletfadein;
  -moz-animation-name: bulletfadein;
  -o-animation-name: bulletfadein;
  animation-name: bulletfadein;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
.mod-content.skin-content-animated .input-bg .bullet:nth-child(3) {
  left: 54%;
}
.mod-content.skin-content-animated .input-bg .bullet:nth-child(3).fadein {
  -webkit-animation-delay: 2300ms;
  -moz-animation-delay: 2300ms;
  -o-animation-delay: 2300ms;
  animation-delay: 2300ms;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-name: bulletfadein;
  -moz-animation-name: bulletfadein;
  -o-animation-name: bulletfadein;
  animation-name: bulletfadein;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
.mod-content.skin-content-animated .input-bg .bullet:nth-child(4) {
  left: 70%;
}
.mod-content.skin-content-animated .input-bg .bullet:nth-child(4).fadein {
  -webkit-animation-delay: 2600ms;
  -moz-animation-delay: 2600ms;
  -o-animation-delay: 2600ms;
  animation-delay: 2600ms;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-name: bulletfadein;
  -moz-animation-name: bulletfadein;
  -o-animation-name: bulletfadein;
  animation-name: bulletfadein;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
.mod-content.skin-content-animated .server {
  /*width:110px;*/
  /*padding-top: 100px;*/
  width: 70px;
  padding-top: 70px;
  display: inline-block;
  position: relative;
  /*@media only screen and (min-width:64.063em) {
    width: 150px;
  }*/
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-animated .server {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding-top: 120px;
  }
}
@media only screen and (min-width: 90.063em) {
  .mod-content.skin-content-animated .server {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    padding-top: 150px;
  }
}
.mod-content.skin-content-animated .server img {
  position: absolute;
  display: block;
  width: 100%;
}
.mod-content.skin-content-animated .svg-server {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-animated .svg-server {
    height: 265px;
  }
}
@media only screen and (min-width: 90.063em) {
  .mod-content.skin-content-animated .svg-server {
    height: 400px;
  }
}
.ie9 .mod-content.skin-content-animated .svg-server, .ie10 .mod-content.skin-content-animated .svg-server, .ie11 .mod-content.skin-content-animated .svg-server {
  display: none;
}
.mod-content.skin-content-animated .sun-moon-gif {
  display: none;
}
.ie9 .mod-content.skin-content-animated .sun-moon-gif, .ie10 .mod-content.skin-content-animated .sun-moon-gif, .ie11 .mod-content.skin-content-animated .sun-moon-gif {
  display: block;
}
.mod-content.skin-content-animated .rotate-canvas {
  /*height: 220px;*/
  height: 140px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /*width: 100%;*/
  width: 280px;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-animated .rotate-canvas {
    height: 240px;
    width: 605px;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-animated .rotate-canvas {
    width: 473px;
  }
}
@media only screen and (min-width: 90.063em) {
  .mod-content.skin-content-animated .rotate-canvas {
    width: 600px;
    height: 330px;
  }
}
.mod-content.skin-content-animated .rotate-stage {
  position: absolute;
  /*top: 210px;*/
  top: 131px;
  right: 0;
  margin: 0 auto;
  left: 0;
  width: 90%;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 20500ms;
  -moz-animation-duration: 20500ms;
  -o-animation-duration: 20500ms;
  animation-duration: 20500ms;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-animated .rotate-stage {
    top: 280px;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-animated .rotate-stage {
    top: 220px;
  }
}
@media only screen and (min-width: 90.063em) {
  .mod-content.skin-content-animated .rotate-stage {
    top: 300px;
  }
}
.mod-content.skin-content-animated .sun {
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 20500ms;
  -moz-animation-duration: 20500ms;
  -o-animation-duration: 20500ms;
  animation-duration: 20500ms;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-direction: reverse;
  /*width: 90px;
  height: 90px;*/
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-animated .sun {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 90.063em) {
  .mod-content.skin-content-animated .sun {
    width: 130px;
    height: 130px;
  }
}
.mod-content.skin-content-animated .sun svg {
  width: 100%;
}
.mod-content.skin-content-animated .sun img {
  height: 100%;
}
.mod-content.skin-content-animated .moon {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  left: auto;
  /*width: 90px;
  height: 90px;*/
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 20500ms;
  -moz-animation-duration: 20500ms;
  -o-animation-duration: 20500ms;
  animation-duration: 20500ms;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-direction: reverse;
}
.mod-content.skin-content-animated .moon img {
  width: 60%;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-animated .moon {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 90.063em) {
  .mod-content.skin-content-animated .moon {
    width: 130px;
    height: 130px;
  }
}
.mod-content.skin-content-animated .horizon-gradients .gradient {
  position: absolute;
  bottom: 0;
  width: 150px;
  height: 50px;
  background: rgba(33, 45, 55, 0);
  background: -moz-linear-gradient(top, rgba(33, 45, 55, 0) 0%, #212d37 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33, 45, 55, 0)), color-stop(100%, #212d37));
  background: -webkit-linear-gradient(top, rgba(33, 45, 55, 0) 0%, #212d37 100%);
  background: -o-linear-gradient(top, rgba(33, 45, 55, 0) 0%, #212d37 100%);
  background: -ms-linear-gradient(top, rgba(33, 45, 55, 0) 0%, #212d37 100%);
  background: linear-gradient(to bottom, rgba(33, 45, 55, 0) 0%, #212d37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212d37', endColorstr='#212d37', GradientType=0);
}
.mod-content.skin-content-animated .horizon-gradients .gradient:first-child {
  left: 0;
}
.mod-content.skin-content-animated .horizon-gradients .gradient:last-child {
  right: 0;
}
.mod-content.skin-content-animated .horizon-gradients .gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #212d37;
  background: -moz-linear-gradient(top, #212d37 0%, rgba(33, 45, 55, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #212d37), color-stop(100%, rgba(33, 45, 55, 0)));
  background: -webkit-linear-gradient(top, #212d37 0%, rgba(33, 45, 55, 0) 100%);
  background: -o-linear-gradient(top, #212d37 0%, rgba(33, 45, 55, 0) 100%);
  background: -ms-linear-gradient(top, #212d37 0%, rgba(33, 45, 55, 0) 100%);
  background: linear-gradient(to bottom, #212d37 0%, rgba(33, 45, 55, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212d37', endColorstr='#212d37', GradientType=0);
}
.mod-content.skin-content-animated .rack {
  background-color: white;
  /*width: 41px;*/
  width: 24px;
  left: 50%;
  /*margin-left: -21px;*/
  margin-left: -12px;
  display: block;
  /*height: 15px;*/
  height: 9px;
  /*margin-bottom: 11px;*/
  margin-bottom: 7px;
  border-radius: 200px;
  position: relative;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  /*@media only screen and (min-width:64.063em) {
    width: 45px;
    margin-left: -23px;
    height: 16px;
    margin-bottom: 14px;
  }*/
  /*@media only screen and (min-width:64.063em) {
    width: 50px;
    margin-left: -25px;
    height: 20px;
    margin-bottom: 17px;
  }*/
}
.mod-content.skin-content-animated .rack:first-of-type {
  /*margin-top: 36px;*/
  margin-top: 22px;
  -webkit-animation-delay: 350ms;
  -moz-animation-delay: 350ms;
  -o-animation-delay: 350ms;
  animation-delay: 350ms;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-name: online;
  -moz-animation-name: online;
  -o-animation-name: online;
  animation-name: online;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  /*@media only screen and (min-width:64.063em) {
    margin-top: 43px;
  }*/
  /*@media only screen and (min-width:64.063em) {
    margin-top: 47px;
  }*/
}
.mod-content.skin-content-animated .rack:nth-of-type(2) {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-name: online;
  -moz-animation-name: online;
  -o-animation-name: online;
  animation-name: online;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
.mod-content.skin-content-animated .rack:nth-of-type(3) {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-name: online;
  -moz-animation-name: online;
  -o-animation-name: online;
  animation-name: online;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}

.mod-thumbnail-slider {
  position: relative;
  overflow: hidden;
  padding-top: 4.0625rem;
  padding-bottom: 5.9375rem;
  padding: 1.875rem 0;
}
@media only screen and (min-width: 64.063em) {
  .mod-thumbnail-slider {
    padding: 3.75rem 0;
  }
}
.mod-thumbnail-slider .drag-buttons {
  position: absolute;
  right: 0.9375rem;
  z-index: 5;
}
@media only screen and (min-width: 64.063em) {
  .mod-thumbnail-slider .drag-buttons {
    right: 0;
  }
}
.mod-thumbnail-slider .drag-buttons button {
  height: 46px;
  width: 46px;
  background: #1e2c36;
  border: none;
  border-radius: 2px;
}
.mod-thumbnail-slider .drag-buttons button:focus {
  outline: none;
}
.mod-thumbnail-slider .drag-buttons button:after {
  font-family: "iconset";
  position: absolute;
  font-size: 2.375rem;
  font-weight: lighter;
  color: #FFFFFF;
  top: 2px;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}
.mod-thumbnail-slider .drag-buttons button:hover:after {
  color: #ee7103;
}
.mod-thumbnail-slider .drag-buttons button.drag-prev {
  margin-right: 2px;
}
.mod-thumbnail-slider .drag-buttons button.drag-prev:after {
  content: '<';
  left: 15px;
}
.mod-thumbnail-slider .drag-buttons button.drag-next:after {
  content: '>';
  right: 15px;
}
.mod-thumbnail-slider .dragslider {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  max-width: 80em;
  overflow: visible;
  margin: 0 0.9375rem;
}
@media only screen and (min-width: 64.063em) {
  .mod-thumbnail-slider .dragslider {
    margin: 0 auto;
  }
}
.mod-thumbnail-slider .dragslider .container {
  width: 100%;
  white-space: nowrap;
}
.no-touch .mod-thumbnail-slider .dragslider .container {
  overflow: visible;
}
.mod-thumbnail-slider .dragslider a.gallery-item {
  display: inline-block;
  margin-right: 5px;
  white-space: nowrap;
  width: 200px;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .mod-thumbnail-slider .dragslider a.gallery-item {
    width: 320px;
  }
}
.mod-thumbnail-slider .dragslider a.gallery-item:before {
  display: none;
}
.mod-thumbnail-slider .dragslider a.gallery-item .image {
  position: relative;
  margin-bottom: 5px;
}
.mod-thumbnail-slider .dragslider a.gallery-item .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  display: block;
  background-color: rgba(30, 44, 54, 0.3);
}
.mod-thumbnail-slider .dragslider a.gallery-item .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.mod-thumbnail-slider .dragslider a.gallery-item:hover .image:after {
  opacity: 0;
}
.mod-thumbnail-slider .dragslider a.gallery-item:hover .play-button .triangle, .mod-thumbnail-slider .dragslider a.gallery-item:hover .play-button .triangle:before, .mod-thumbnail-slider .dragslider a.gallery-item:hover .play-button .triangle:after {
  border-width: 14px;
}
.mod-thumbnail-slider .dragslider a.gallery-item:hover .play-button .triangle:before, .mod-thumbnail-slider .dragslider a.gallery-item:hover .play-button .triangle:after {
  left: -14px;
}
.mod-thumbnail-slider .dragslider a.gallery-item:hover .play-button .triangle:before {
  top: -14px;
}
.mod-thumbnail-slider .dragslider a.gallery-item:hover .play-button .triangle:after {
  top: -14px;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items {
  display: inline-block;
  margin-right: 5px;
  white-space: nowrap;
  width: 310px;
}
@media only screen and (min-width: 40.063em) {
  .mod-thumbnail-slider.h-gallery-grid .gallery-items {
    width: 420px;
  }
}
.ie8 .mod-thumbnail-slider.h-gallery-grid .gallery-items {
  width: 420px;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items .open-gallery {
  position: relative;
  background-color: #1e2c36;
  overflow: hidden;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items .open-gallery:after {
  content: '+';
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -ms-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtm-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #1e2c36;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items .open-gallery:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtm-opacity: 1;
  opacity: 1;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items:nth-child(odd) a:nth-child(1) {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items:nth-child(odd) a:nth-child(n+2) {
  width: 49.5%;
  float: left;
  margin-bottom: 0;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items:nth-child(odd) a:nth-child(n+3) {
  float: right;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items:nth-child(odd) a:only-child {
  width: 100%;
  float: left;
  margin-bottom: 148px;
  margin-bottom: 9.25rem;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items:nth-child(even) a:nth-child(-n+2) {
  width: 49.5%;
  float: left;
  margin-bottom: 5px;
}
.ie8 .mod-thumbnail-slider.h-gallery-grid .gallery-items:nth-child(even) a:nth-child(-n+2) {
  width: 205px;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items:nth-child(even) a:nth-child(3) {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items:nth-child(even) a:nth-child(2) {
  float: right;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items:nth-child(even) a:last-child {
  width: 100%;
}
.mod-thumbnail-slider.h-gallery-grid .gallery-items:nth-child(even) a:only-child {
  margin-bottom: 148px;
  margin-bottom: 9.25rem;
}
.mod-thumbnail-slider .background-overlay {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.mod-thumbnail-slider .background-overlay svg, .mod-thumbnail-slider .background-overlay img {
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #ebebeb;
}
.-background-secondary-color .mod-thumbnail-slider .background-overlay svg, .mod-stage.is-dark-background .mod-thumbnail-slider .background-overlay svg, .mod-content.skin-content-case-study .case-study .mod-thumbnail-slider .background-overlay svg {
  fill: #131c22;
}
.-background-primary-color .mod-thumbnail-slider .background-overlay svg, .mod-content.skin-content-hover-switch.is-reference .content-box-hover .mod-thumbnail-slider .background-overlay svg, .mod-content.skin-content-case-study .reference .mod-thumbnail-slider .background-overlay svg {
  fill: #b64807;
}
.mod-thumbnail-slider .row {
  position: relative;
}
.mod-thumbnail-slider .row h2 {
  color: #FFFFFF;
}
.mod-thumbnail-slider .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 5.625rem;
  width: 5.625rem;
  border: 3px solid #ee7103;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
.mod-thumbnail-slider .play-button .triangle, .mod-thumbnail-slider .play-button .triangle:before, .mod-thumbnail-slider .play-button .triangle:after {
  display: block;
  height: 40px;
  width: 40px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px;
  position: absolute;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.mod-thumbnail-slider .play-button .triangle {
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left-color: #ee7103;
  -webkit-transition-property: border-width;
  -moz-transition-property: border-width;
  -ms-transition-property: border-width;
  -o-transition-property: border-width;
  transition-property: border-width;
}
.mod-thumbnail-slider .play-button .triangle:before, .mod-thumbnail-slider .play-button .triangle:after {
  content: '';
  top: -3px;
  left: -3px;
  -webkit-transition-property: "border-width, top, left";
  -moz-transition-property: "border-width, top, left";
  -ms-transition-property: "border-width, top, left";
  -o-transition-property: "border-width, top, left";
  transition-property: "border-width, top, left";
}
.mod-thumbnail-slider .play-button .triangle:before {
  border-top-color: #ee7103;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.mod-thumbnail-slider .play-button .triangle:after {
  border-bottom-color: #ee7103;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.featherlight.featherlight-iframe .featherlight-content, .featherlight.featherlight-loading .featherlight-content {
  overflow: hidden;
  width: 95%;
  padding: 30px 10px 30px;
}
@media only screen and (min-width: 40.063em) {
  .featherlight.featherlight-iframe .featherlight-content, .featherlight.featherlight-loading .featherlight-content {
    width: 73%;
    padding: 30px 30px 30px;
  }
}
.featherlight.featherlight-iframe .featherlight-content iframe, .featherlight.featherlight-loading .featherlight-content iframe {
  width: 100%;
  height: 100%;
  margin: 0;
}
.featherlight.featherlight-iframe .featherlight-content p.featherlight-inner, .featherlight.featherlight-loading .featherlight-content p.featherlight-inner {
  margin-top: 20px;
  margin-bottom: 0;
}

.featherlight.featherlight-loading .featherlight-content:before {
  content: 'loading';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.mod-big-numbers {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.mod-big-numbers .background-overlay {
  position: absolute;
  left: 33%;
  top: 0;
  height: 100%;
}
.mod-big-numbers .background-overlay svg, .mod-big-numbers .background-overlay img {
  width: auto;
  max-width: none;
  height: 100%;
  fill: #FFFFFF;
}
.mod-big-numbers .number-container {
  color: #FFFFFF;
  text-align: center;
  position: relative;
  padding-bottom: 13px;
}
.mod-big-numbers .number-container .number {
  width: 100%;
  display: block;
  font-size: 2.125rem;
  font-weight: bold;
}
.mod-big-numbers .number-container .underline {
  width: 100%;
  display: block;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40.063em) {
  .mod-big-numbers .number-container {
    padding-bottom: 20px;
  }
  .mod-big-numbers .number-container .number {
    font-size: 6.875rem;
  }
  .mod-big-numbers .number-container .underline {
    font-size: 1.5625rem;
    position: relative;
    top: -20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-big-numbers .number-container {
    padding-bottom: 45px;
  }
  .mod-big-numbers .number-container .number {
    font-size: 10rem;
  }
  .mod-big-numbers .number-container .underline {
    font-size: 2rem;
    top: -35px;
  }
}
@media only screen and (min-width: 90.063em) {
  .mod-big-numbers .background-overlay {
    left: 50%;
    transform: translateX(-37%);
  }
  .mod-big-numbers .number-container {
    padding-bottom: 70px;
  }
  .mod-big-numbers .number-container .number {
    font-size: 13rem;
  }
  .mod-big-numbers .number-container .underline {
    font-size: 3.125rem;
  }
}

.mod-video .share {
  display: inline-block;
  margin: 0 0 1.875rem;
  position: absolute;
  top: -9px;
  right: 1.25rem;
}
@media only screen and (min-width: 40.063em) {
  .mod-video .share {
    margin: 1.875rem 0 0;
  }
}
.mod-video .share:before {
  content: 'S';
  font-family: "iconset";
  padding-right: 0.625rem;
  font-size: 1.1em;
  position: relative;
  top: 2px;
}
.mod-video .video-container {
  position: relative;
}
.mod-video .video-container.is-started .play-button, .mod-video .video-container.is-started .video-placeholder {
  display: none;
}
.mod-video .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 5.625rem;
  width: 5.625rem;
  border: 3px solid #ee7103;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}
.mod-video .video-container .play-button .triangle, .mod-video .video-container .play-button .triangle:before, .mod-video .video-container .play-button .triangle:after {
  display: block;
  height: 40px;
  width: 40px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px;
  position: absolute;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.mod-video .video-container .play-button .triangle {
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left-color: #ee7103;
  -webkit-transition-property: border-width;
  -moz-transition-property: border-width;
  -ms-transition-property: border-width;
  -o-transition-property: border-width;
  transition-property: border-width;
}
.mod-video .video-container .play-button .triangle:before, .mod-video .video-container .play-button .triangle:after {
  content: '';
  top: -3px;
  left: -3px;
  -webkit-transition-property: "border-width, top, left";
  -moz-transition-property: "border-width, top, left";
  -ms-transition-property: "border-width, top, left";
  -o-transition-property: "border-width, top, left";
  transition-property: "border-width, top, left";
}
.mod-video .video-container .play-button .triangle:before {
  border-top-color: #ee7103;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.mod-video .video-container .play-button .triangle:after {
  border-bottom-color: #ee7103;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.mod-video .video-container .play-button:hover .triangle, .mod-video .video-container .play-button:hover .triangle:before, .mod-video .video-container .play-button:hover .triangle:after {
  border-width: 14px;
}
.mod-video .video-container .play-button:hover .triangle:before, .mod-video .video-container .play-button:hover .triangle:after {
  left: -14px;
}
.mod-video .video-container .play-button:hover .triangle:before {
  top: -14px;
}
.mod-video .video-container .play-button:hover .triangle:after {
  top: -14px;
}
.mod-video .video-container .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mod-video .video-container .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.mod-video .video-container .embed-container iframe, .mod-video .video-container .embed-container object, .mod-video .video-container .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-image-bar {
  position: relative;
  padding: 1.875rem 0;
}
@media only screen and (min-width: 64.063em) {
  .mod-image-bar {
    padding: 3.75rem 0;
  }
}
.mod-image-bar .row h2 {
  text-align: center;
}
.mod-image-bar.slick-loading .slick-list, .mod-image-bar .slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
.mod-image-bar .slick > div.slide {
  float: left;
}
.mod-image-bar .slick > div.slide .logo, .mod-image-bar .slick > div.slide .icon {
  max-width: 100px;
}
.mod-image-bar .slick .slick-list .slick-track {
  margin: 0 auto;
}
.mod-image-bar .slick .slick-prev, .mod-image-bar .slick .slick-next {
  height: 100%;
  width: 25px;
  background: rgba(238, 113, 3, 0.1);
  top: 10px;
}
.mod-image-bar .slick .slick-next:before {
  content: '>';
  font-size: 25px;
}
.mod-image-bar .slick .slick-prev:before {
  content: '<';
  font-size: 25px;
}
.mod-image-bar .slick .slick-disabled {
  display: none !important;
}
.mod-image-bar .slick .slide {
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 0 1.25rem;
}
.mod-image-bar .slick .slide a {
  max-width: 100%;
}
.mod-image-bar .slick .slide a:before {
  display: none;
}
.mod-image-bar .slick .slide .icon {
  padding: 0.625rem;
}
.mod-image-bar .slick .slide .logo {
  position: relative;
  display: inline-block;
  width: 100%;
}
.mod-image-bar .slick .slide .logo::before {
  content: '';
  margin-top: 100%;
  display: block;
}
.mod-image-bar .slick .slide .logo > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mod-image-bar .slick .slide .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.mod-image-bar .slick .slide .logo img, .mod-image-bar .slick .slide .icon img {
  width: 100%;
  max-height: 200px;
}
.mod-image-bar .slick .slide .title {
  color: #ee7103;
  display: block;
}
.mod-image-bar .slick .slide .more-information {
  display: none;
}
.mod-image-bar .slick .iconbox:hover + .hoverbox {
  opacity: 1;
}
.mod-image-bar .hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  /*.content-wrapper {
    padding: $space/2 $space/3;
    margin-top: $space/2;
    border: 1px solid $light-grey-link;
  }*/
}
.mod-image-bar .hoverbox:hover, .mod-image-bar .hoverbox.is-active {
  opacity: 1;
}
.mod-image-bar .hoverbox .read-more {
  color: #ee7103;
  position: relative;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mod-image-bar .hoverbox .read-more:before {
  display: none;
}
.mod-image-bar .hoverbox .read-more .icon-angle-right {
  position: absolute;
  font-size: 24px;
  top: 2px;
  right: -18px;
}
.mod-image-bar .h-line-between-slides .slide {
  position: relative;
  margin: 0 1.875rem;
  cursor: default;
}
.mod-image-bar .h-line-between-slides .slide:before {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  display: block;
  width: 40px;
  height: 1px;
  background-color: #a2a2a2;
}
.mod-image-bar .h-line-between-slides .slide:first-child:before {
  display: none;
}

.skin-image-bar-animated {
  background: #f7f7f7;
}

.mod-content.skin-content-case-study {
  margin: 0 auto;
  position: relative;
}
.mod-content.skin-content-case-study:before, .mod-content.skin-content-case-study:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-case-study:before, .mod-content.skin-content-case-study:after {
    display: block;
  }
}
.mod-content.skin-content-case-study:before {
  left: 0;
  background-color: #1e2c36;
}
.mod-content.skin-content-case-study:after {
  right: 0;
  background-color: #e75c09;
}
.mod-content.skin-content-case-study > .row {
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-case-study > .row {
    padding: 3.75rem 0;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  .mod-content.skin-content-case-study > .row {
    padding: 5.625rem 0;
  }
}

.mod-content.skin-content-case-study .case-study {
  padding-right: 5.625rem;
}
.mod-content.skin-content-case-study .case-study .e-headline-large {
  position: relative;
}
.mod-content.skin-content-case-study .case-study .e-headline-large:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: calc(100% + 1.875rem*3);
  height: 1px;
  background-color: #e75c09;
}
.mod-content.skin-content-case-study .reference {
  text-align: center;
}
.mod-content.skin-content-case-study .reference .logo {
  max-width: 40%;
  margin-bottom: .8rem;
}
.mod-content.skin-content-case-study .reference .e-subheadline-small, .mod-content.skin-content-case-study .reference .e-teaser {
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 40em) {
  .mod-content.skin-content-case-study .case-study, .mod-content.skin-content-case-study .reference {
    padding: 3.75rem 0.9375rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-case-study .case-study, .mod-content.skin-content-case-study .reference {
    background-color: transparent;
  }
}

.mod-faq h3 {
  margin-bottom: 1.25rem;
}
.mod-faq .search-bar {
  background: #f7f7f7;
  height: 120px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.mod-faq .search-bar fieldset {
  margin-bottom: 0.3125rem;
}
.mod-faq .search-bar .e-button, .mod-faq .search-bar .mod-hotspots .case-tooltip-content-slider-wrap .slick-next, .mod-hotspots .case-tooltip-content-slider-wrap .mod-faq .search-bar .slick-next {
  color: #767676;
  width: 100%;
  font-weight: bold;
  background: #ddd;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.mod-faq .search-bar .e-button:hover, .mod-faq .search-bar .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover, .mod-hotspots .case-tooltip-content-slider-wrap .mod-faq .search-bar .slick-next:hover {
  color: #FFFFFF;
  background: #ee7103;
}
.mod-faq .questions {
  margin-left: 0;
  list-style: none;
  font-weight: bold;
}
.mod-faq .questions .topic {
  padding: 5px 10px 5px 0;
  border-bottom: solid 1px #ddd;
  position: relative;
  color: #000000;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.mod-faq .questions .topic a:before {
  display: none;
}
.mod-faq .questions .topic:after {
  content: '>';
  font-family: 'iconset';
  color: #ee7103;
  position: absolute;
  right: 15px;
  font-size: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.mod-faq .questions .topic:hover {
  color: #ee7103;
}
.mod-faq .questions .topic:hover:after {
  opacity: 1;
  right: 0;
}
@media only screen and (min-width: 64.063em) {
  .mod-faq .search-bar {
    padding: 20px;
    background: #f7f7f7;
    height: 91px;
    position: relative;
    margin-bottom: 50px;
  }
  .mod-faq .search-bar fieldset {
    margin-bottom: 0;
  }
  .mod-faq .search-bar .input {
    width: 100%;
  }
  .mod-faq .questions {
    margin-left: 0;
    list-style: none;
    font-weight: bold;
  }
  .mod-faq .questions .topic {
    padding: 15px 10px 15px 0;
  }
  .mod-faq .questions .topic:last-child {
    border: none;
  }
}

.mod-footer {
  background-color: #1e2c36;
  color: #FFFFFF;
  padding: 3.75rem 0 0;
}
.mod-footer h5, .mod-footer h6, .mod-footer p, .mod-footer li, .mod-footer a, .mod-footer blockquote,
.mod-footer .e-headline-large,
.mod-footer .e-subheadline-regular {
  color: #FFFFFF;
}
.mod-footer h1, .mod-footer h2,
.mod-footer .e-headline-regular,
.mod-footer .e-subheadline-regular {
  color: #ee7103;
}
.mod-footer h4, .mod-footer .e-subheadline-small, .mod-footer .e-teaser {
  color: #a2a2a2;
}
.mod-footer .e-teaser {
  color: #FFFFFF;
}
.mod-footer a:hover {
  color: #ee7103;
}
.mod-footer input[type="submit"],
.mod-footer input[type="button"],
.mod-footer .e-button,
.mod-footer .mod-hotspots .case-tooltip-content-slider-wrap .slick-next,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-footer .slick-next {
  background-color: #ee7103;
  border-color: #ee7103;
  color: #FFFFFF;
}
.mod-footer input[type="submit"]:hover,
.mod-footer input[type="button"]:hover,
.mod-footer .e-button:hover,
.mod-footer .mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover,
.mod-hotspots .case-tooltip-content-slider-wrap .mod-footer .slick-next:hover {
  background-color: transparent;
}
.mod-footer ul.e-dotted-list li:before, .mod-footer .mod-content ul li:before, .mod-content .mod-footer ul li:before {
  background-color: #FFFFFF;
}
.mod-footer .mod-content.skin-content-animated .unlock {
  background-color: #1e2c36;
}
.mod-footer .mod-content.skin-content-animated .input-bg .bullet {
  background-color: #1e2c36;
}
@media only screen and (min-width: 64.063em) {
  .mod-footer {
    padding: 7.5rem 0 0;
  }
}
.mod-footer ul {
  margin: 0;
}
.mod-footer ul li {
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .mod-footer ul li {
    text-align: left;
  }
}
.mod-footer ul li a {
  font-weight: normal;
  display: block;
  font-size: 0.875rem;
  line-height: 1.6em;
}
@media only screen and (min-width: 40.063em) {
  .mod-footer ul li a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-footer ul li a {
    font-size: 1rem;
  }
}
.mod-footer ul li a:before {
  display: none;
}
.mod-footer ul li a.page-link {
  font-weight: bold;
  padding: 0.9375rem 0 0;
}
@media only screen and (min-width: 64.063em) {
  .mod-footer ul li a.page-link {
    padding: 0 0 1.875rem;
  }
}
.mod-footer hr {
  margin: 1.875rem 0;
  border-color: #6d7882;
}
.mod-footer .imprint-nav {
  padding-bottom: 1.875rem;
}
.mod-footer .imprint-nav ul li {
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .mod-footer .imprint-nav ul li {
    float: left;
    padding-right: 0.9375rem;
    text-align: left;
  }
}
.mod-footer .cccc-link {
  text-align: center;
  padding-top: 1.875rem;
}
@media only screen and (min-width: 40.063em) {
  .mod-footer .cccc-link {
    text-align: right;
    padding-top: 0;
  }
}
.mod-footer .cccc-link a {
  font-weight: normal;
  color: #ee7103;
}
.mod-footer .cccc-link a:before {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-price-table .row.price-table {
    padding: 0 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-price-table .columns {
    padding: 0;
  }
}
.mod-content.skin-content-price-table ul {
  margin: 0;
}
.mod-content.skin-content-price-table ul li {
  margin: 0;
  padding: 0.625rem;
  font-size: 1.125rem;
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-price-table ul li {
    height: 50px;
  }
}
.mod-content.skin-content-price-table ul li:before {
  display: none;
}
.mod-content.skin-content-price-table ul li:nth-child(even) {
  background-color: #f7f7f7;
}
.mod-content.skin-content-price-table ul li.icon {
  font-size: 1.125rem;
  line-height: 1.4em;
  color: #1e2c36;
  min-height: 200px;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-price-table ul li.icon {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-price-table ul li.icon {
    font-size: 1.625rem;
  }
}
.mod-content.skin-content-price-table ul li.icon [class^="icon-"] {
  display: block;
  font-size: 120px;
}
.mod-content.skin-content-price-table .labels {
  display: none;
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-price-table .labels {
    display: block;
  }
}
.mod-content.skin-content-price-table .labels ul li {
  font-size: 0.875rem;
  line-height: 1.6em;
  text-align: right;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-price-table .labels ul li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-price-table .labels ul li {
    font-size: 1rem;
  }
}
.mod-content.skin-content-price-table .price {
  text-align: center;
  max-width: 350px;
}
@media only screen and (max-width: 40em) {
  .mod-content.skin-content-price-table .price {
    margin: 0 auto 1.875rem;
    float: none;
  }
  .mod-content.skin-content-price-table .price:last-child {
    margin-bottom: 0;
  }
}
.mod-content.skin-content-price-table .price ul {
  border: 2px solid #f7f7f7;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-price-table .price ul {
    border: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
}
.mod-content.skin-content-price-table .price ul li {
  font-weight: bold;
}
.mod-content.skin-content-price-table .price ul li:before {
  content: attr(data-label);
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}
@media only screen and (min-width: 40.063em) {
  .mod-content.skin-content-price-table .price ul li:before {
    font-size: 12px;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-content.skin-content-price-table .price ul li:before {
    display: none;
  }
}
.mod-content.skin-content-price-table .price ul li.icon {
  font-weight: normal;
}
.mod-content.skin-content-price-table .price button {
  margin-top: 0.9375rem;
}
.mod-content.skin-content-price-table .price:hover ul {
  position: relative;
  background-color: #f7f7f7;
  border: 2px solid #ebebeb;
}
.mod-content.skin-content-price-table .price:hover ul:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: 10px;
  background-color: #ee7103;
}
.mod-content.skin-content-price-table .price:hover ul li:nth-child(even) {
  background-color: #ebebeb;
}

.mod-content.skin-content-accordion {
  padding-top: 4.0625rem;
  padding-bottom: 5.9375rem;
}
.mod-content.skin-content-accordion .list {
  list-style: none;
  width: 100%;
  margin: 0;
}
.mod-content.skin-content-accordion .list .item {
  width: 100%;
  overflow: hidden;
}
.mod-content.skin-content-accordion .list .item:before {
  display: none;
}
.mod-content.skin-content-accordion .list .item:hover span, .mod-content.skin-content-accordion .list .item.is-active span {
  background-color: transparent;
  color: #e75c09;
}
.mod-content.skin-content-accordion .list .item.is-active span:after {
  transform: translateY(-50%) rotate(180deg);
}
.mod-content.skin-content-accordion .list .item.is-active .content {
  max-height: 1000px;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.mod-content.skin-content-accordion .list .item span {
  padding: 15px 35px 15px 15px;
  width: 100%;
  cursor: pointer;
  position: relative;
  color: #FFFFFF;
  background: #e75c09;
  border: 2px solid #e75c09;
  border-radius: 3px;
  display: block;
  -webkit-transition: background-color 300ms, color 300ms;
  -moz-transition: background-color 300ms, color 300ms;
  -ms-transition: background-color 300ms, color 300ms;
  -o-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}
.mod-content.skin-content-accordion .list .item span:after {
  content: 'v';
  font-family: 'iconset';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  transition: transform 300ms;
}
.mod-content.skin-content-accordion .list .item .content {
  font-size: 16px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms ease, max-height 300ms ease;
  -moz-transition: opacity 200ms ease, max-height 300ms ease;
  -ms-transition: opacity 200ms ease, max-height 300ms ease;
  -o-transition: opacity 200ms ease, max-height 300ms ease;
  transition: opacity 200ms ease, max-height 300ms ease;
  border: 1px solid #ddd;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.mod-content.skin-content-accordion .list .item .content p {
  color: #a2a2a2;
  padding: 20px 20px 0;
}
.mod-content.skin-content-accordion .list .item .content p:last-child {
  padding-bottom: 20px;
}

.mod-svg-animation svg.animation path {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtm-opacity: 0;
  opacity: 0;
}
.mod-svg-animation svg.animation.complete path {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtm-opacity: 1;
  opacity: 1;
}
.mod-svg-animation .svg-animation-wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 5;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.mod-svg-animation .svg-animation-wrap.fade-out {
  opacity: 0;
}
.mod-svg-animation .svg-animation-wrap .svg-path-wrap {
  position: absolute;
  top: 0;
  width: 100%;
}
.mod-svg-animation img.fade-in {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.mod-svg-animation img.fade-in.is-active {
  opacity: 1;
}
.mod-svg-animation .svg .svg-fallback {
  display: none;
}
.mod-svg-animation .no-svg svg {
  display: none;
}

.mod-svg-animation.skin-svg-animation-security {
  position: relative;
  width: 400px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 40em) {
  .mod-svg-animation.skin-svg-animation-security {
    transform-origin: top left;
    transform: scale(0.6) translateX(-50%);
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .mod-svg-animation.skin-svg-animation-security {
    transform-origin: top left;
    transform: scale(0.8) translateX(-50%);
  }
}
.mod-svg-animation.skin-svg-animation-security .lock {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-svg-animation.skin-svg-animation-security .input {
  z-index: 4;
}

.mod-hotspots.slick-loading .slick-list, .mod-hotspots .slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
.mod-hotspots h3 {
  margin-bottom: 0.625rem;
}
.mod-hotspots .betriebskonzept {
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 40.063em) {
  .mod-hotspots .betriebskonzept {
    margin-bottom: 0;
  }
}
.mod-hotspots .tooltips {
  position: relative;
}
.mod-hotspots .tooltips img {
  width: 100%;
  height: auto;
}
.mod-hotspots .tooltips .hotspot-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .mod-hotspots .tooltips .hotspot-wrapper {
    position: static;
    top: auto;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 40em) {
  .mod-hotspots .tooltips .hotspot-wrapper:after {
    content: '';
    display: block;
    padding-top: 63.12%;
  }
}
.mod-hotspots .tooltips .hotspot {
  width: 50px;
  height: 50px;
  background-clip: padding-box;
  position: absolute;
  margin: -50px 0 0 -50px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.mod-hotspots .tooltips .hotspot:hover .tiny-dot, .mod-hotspots .tooltips .hotspot.active .tiny-dot {
  margin: 9px 0px 0px 9px;
  width: 24px;
  height: 24px;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mod-hotspots .tooltips .hotspot.active .tiny-dot:before {
  display: block;
}
.mod-hotspots .tooltips .hotspot .tiny-dot {
  display: block;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  margin: 12px 0px 0px 12px;
  background-color: #ee7103;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtm-opacity: 1;
  opacity: 1;
  -webkit-transition: width 200ms, height 200ms, margin 200ms;
  -moz-transition: width 200ms, height 200ms, margin 200ms;
  -ms-transition: width 200ms, height 200ms, margin 200ms;
  -o-transition: width 200ms, height 200ms, margin 200ms;
  transition: width 200ms, height 200ms, margin 200ms;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1200ms;
  -moz-animation-duration: 1200ms;
  -o-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-name: pulsatorShow;
  -moz-animation-name: pulsatorShow;
  -o-animation-name: pulsatorShow;
  animation-name: pulsatorShow;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.mod-hotspots .tooltips .hotspot .tiny-dot:before {
  content: 'x';
  font-family: "iconset";
  position: absolute;
  display: none;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.mod-hotspots .tooltips .hotspot .ring1, .mod-hotspots .tooltips .hotspot .ring2, .mod-hotspots .tooltips .hotspot .ring3 {
  position: absolute;
  background-clip: padding-box;
  background: transparent;
  border: 3px solid #ee7103;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  top: 50%;
  left: 50%;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtm-opacity: 0;
  opacity: 0;
}
.mod-hotspots .tooltips .hotspot .ring1 {
  width: 36px;
  height: 36px;
  margin: 3px 0 0 3px;
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 1200ms;
  -moz-animation-duration: 1200ms;
  -o-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-name: pulsatorShow;
  -moz-animation-name: pulsatorShow;
  -o-animation-name: pulsatorShow;
  animation-name: pulsatorShow;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.mod-hotspots .tooltips .hotspot .ring2 {
  width: 52px;
  height: 52px;
  margin: -5px 0 0 -5px;
  -webkit-animation-delay: 250ms;
  -moz-animation-delay: 250ms;
  -o-animation-delay: 250ms;
  animation-delay: 250ms;
  -webkit-animation-duration: 1200ms;
  -moz-animation-duration: 1200ms;
  -o-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-name: pulsatorShow;
  -moz-animation-name: pulsatorShow;
  -o-animation-name: pulsatorShow;
  animation-name: pulsatorShow;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.mod-hotspots .case-tooltip-content-slider-wrap {
  position: static;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-hotspots .case-tooltip-content-slider-wrap.active {
  z-index: 3;
}
.mod-hotspots .case-tooltip-content-slider-wrap.active + .hotspot-wrapper .hotspot {
  opacity: 0;
}
.mod-hotspots .case-tooltip-content-slider-wrap.active + .hotspot-wrapper .hotspot.active {
  opacity: 1;
}
@media only screen and (min-width: 40.063em) {
  .mod-hotspots .case-tooltip-content-slider-wrap {
    position: absolute;
  }
}
.mod-hotspots .case-tooltip-content-slider-wrap .case-tooltip-content-slider {
  background: #fff;
}
@media only screen and (min-width: 40.063em) {
  .mod-hotspots .case-tooltip-content-slider-wrap .case-tooltip-content-slider {
    width: 25%;
    min-width: 350px;
    top: 0;
    position: absolute;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .mod-hotspots .case-tooltip-content-slider-wrap .case-tooltip-content-slider.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
}
.mod-hotspots .case-tooltip-content-slider-wrap .case-tooltip-content-slider .slick-list {
  -webkit-transition: height 500ms ease;
  -moz-transition: height 500ms ease;
  -ms-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}
.mod-hotspots .case-tooltip-content-slider-wrap .case-tooltip-content-slider .slick-slide {
  height: auto;
}
@media only screen and (max-width: 40em) {
  .mod-hotspots .case-tooltip-content-slider-wrap .case-tooltip-content-slider .slick-slide {
    padding-top: 0.9375rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .mod-hotspots .case-tooltip-content-slider-wrap .tooltip-description {
    min-width: 350px;
    padding: 1.875rem;
    background-color: #e75c09;
  }
}
@media only screen and (min-width: 40.063em) {
  .mod-hotspots .case-tooltip-content-slider-wrap .tooltip-description p {
    color: white;
  }
}
.mod-hotspots .case-tooltip-content-slider-wrap .tooltip-description a:before {
  display: none;
}
.mod-hotspots .case-tooltip-content-slider-wrap .tooltip-description a .icon-angle-right {
  position: relative;
  display: inline;
  font-weight: normal;
  font-size: 1.4rem;
  top: 4px;
  padding-left: 5px;
}
.mod-hotspots .case-tooltip-content-slider-wrap .slick-next {
  display: block;
  position: absolute;
  bottom: auto;
  top: 0px;
  margin-top: -35px;
  right: 0;
  height: 40px;
  width: auto;
  z-index: 2;
  line-height: 0.8em;
  background: white;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 40px;
}
.mod-hotspots .case-tooltip-content-slider-wrap .slick-next:before {
  position: absolute;
  content: '>';
  font-family: "iconset";
  font-size: 1.4em;
  font-weight: bold;
  top: 7px;
  right: 8px;
  color: #FFFFFF;
}
.mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover {
  background: #fff;
  color: #1e2c36;
}
.mod-hotspots .case-tooltip-content-slider-wrap .slick-next:hover:before {
  color: #ee7103;
}
@media only screen and (min-width: 40.063em) {
  .mod-hotspots .case-tooltip-content-slider-wrap .slick-next {
    text-indent: -999em;
    display: none !important;
  }
}
.mod-hotspots .case-tooltip-content-slider-wrap .slick-prev {
  left: auto;
  right: 30px;
  display: none !important;
}

@-webkit-keyframes pulsatorShow {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes pulsatorShow {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
}
@-o-keyframes pulsatorShow {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
}
@keyframes pulsatorShow {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtm-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtm-opacity: 0;
    opacity: 0;
  }
}
.mod-svg-animation.skin-svg-animation-data svg {
  width: 100%;
  height: auto;
}
.mod-svg-animation.skin-svg-animation-data .ie9 svg, .mod-svg-animation.skin-svg-animation-data .ie10 svg, .ie11 .mod-svg-animation.skin-svg-animation-data svg {
  width: 287px;
  height: 200px;
}
@media only screen and (min-width: 40.063em) {
  .mod-svg-animation.skin-svg-animation-data .ie9 svg, .mod-svg-animation.skin-svg-animation-data .ie10 svg, .ie11 .mod-svg-animation.skin-svg-animation-data svg {
    width: 430px;
    height: 300px;
  }
}
@media only screen and (min-width: 64.063em) {
  .mod-svg-animation.skin-svg-animation-data .ie9 svg, .mod-svg-animation.skin-svg-animation-data .ie10 svg, .ie11 .mod-svg-animation.skin-svg-animation-data svg {
    width: 800px;
    height: 570px;
  }
}
.mod-svg-animation.skin-svg-animation-data #cost, .mod-svg-animation.skin-svg-animation-data #time, .mod-svg-animation.skin-svg-animation-data #frequency {
  opacity: 0;
  -webkit-transition: opacity 700ms ease;
  -moz-transition: opacity 700ms ease;
  -ms-transition: opacity 700ms ease;
  -o-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}
.mod-svg-animation.skin-svg-animation-data #cost.is-visible, .mod-svg-animation.skin-svg-animation-data #time.is-visible, .mod-svg-animation.skin-svg-animation-data #frequency.is-visible {
  opacity: 1;
}
