@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.svg") format("svg"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
.error-page {
  font-size: 17em;
  text-align: center;
  color: #b7b7b7;
}
select, .jq-selectbox {
  margin-bottom: 0px !important;
}
.has-error .jq-selectbox__select {
  border-color: #a94442;
  border: #a94442 solid 1px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
/* reset */
/* main variables */
/* checkbox */
/* radio */
/* select */
.jq-checkbox {
  top: -1px;
  width: 13px;
  height: 13px;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #F6F6F6;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  cursor: pointer; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 9px;
  height: 9px;
  margin: 2px 0 0 2px;
  background: #666;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05); }

.jq-checkbox.disabled {
  opacity: 0.5; }

.jq-radio {
  width: 12px;
  height: 12px;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #F6F6F6;
  box-shadow: 0 0 0 0px transparent;
  -moz-box-shadow: 0 0 0 0px transparent;
  -webkit-box-shadow: 0 0 0 0px transparent;
  vertical-align: middle;
  cursor: pointer; }

.jq-radio.checked .jq-radio__div {
  width: 6px;
  height: 6px;
  margin: 3px 0 0 3px;
  background: #666; }

.jq-radio.disabled {
  opacity: 0.5; }

.jq-file {
  width: 270px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em; }

.jq-file__name {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF; }

.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif; }

.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.disabled .jq-file__name {
  color: #888; }

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%; }

.jq-selectbox__select {
  height: 40px;
  padding: 10px 40px 0 15px;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  -webkit-box-shadow: 0 0 2px 0px transparent;
  box-shadow: 0 0 2px 0px transparent;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-family: Arial, sans-serif; }

.jq-selectbox__select:hover {
  background: #F5F5F5; }

.jq-selectbox__select:active {
  background: #F5F5F5; }

.jq-selectbox.focused .jq-selectbox__select {
  background: #F5F5F5; }

.opened .jq-selectbox__select {
  border-color: #000; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  background: none; }

.jq-selectbox__dropdown {
  top: 40px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1); }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 5px 10px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, sans-serif; }

.jq-selectbox li.selected {
  background-color: #000;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #000;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #ccc;
  background: none; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* fancybox variables */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #FFF;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  /* overflow: hidden !important;*/
  width: auto; }

.fancybox-lock body {
  overflow: visible !important;
  height: auto; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-size: 14px;
  line-height: 18px;
  font-family: "Nunito", sans-serif;
  color: #FFF;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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;
  outline: none; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  text-align: center;
  margin: 0;
  padding: 0; }
  @media (max-width: 640px) {
    .slick-dots {
      margin-top: 12px; } }
  .slick-dots li {
    display: inline-block;
    font-size: 0;
    margin: 0 2.5px; }
    .slick-dots li button {
      background: #707070;
      width: 16px;
      height: 16px;
      border: none;
      border-radius: 50%;
      outline: none; }
      @media (max-width: 640px) {
        .slick-dots li button {
          width: 11px;
          height: 11px; } }
    .slick-dots li.slick-active button {
      background: #3997C5; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

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

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

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

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: 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;
  -ms-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-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(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

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

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

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

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

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

.flipOutX {
  -webkit-animation-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; }

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

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

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

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

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 30px 0 10px; }
  @media (max-width: 767px) {
    .header {
      padding-top: 20px;
      padding-bottom: 8px; } }
  @media (min-width: 901px) {
    .header .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .header__logo {
    display: inline-block;
    float: left;
    max-width: 180px;
    margin-left: 7px; }
    @media (max-width: 991px) {
      .header__logo {
        max-width: 160px;
        margin-left: 0; } }
    .header__logo img {
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }

.hamburger_icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 21px;
  display: none; }
  @media (max-width: 900px) {
    .hamburger_icon {
      display: block; } }
  .hamburger_icon .icon {
    cursor: pointer;
    width: 30px;
    height: 21px;
    position: relative;
    display: block;
    z-index: 9; }
    .hamburger_icon .icon span {
      position: absolute;
      content: "";
      height: 3px;
      width: 100%;
      background: #fff;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .hamburger_icon .icon span:first-child {
        top: 0; }
      .hamburger_icon .icon span:nth-child(2), .hamburger_icon .icon span:nth-child(3) {
        top: 8px; }
      .hamburger_icon .icon span:nth-child(4) {
        top: 16px; }
    .hamburger_icon .icon.icon_opnd span:first-child {
      width: 0; }
    .hamburger_icon .icon.icon_opnd span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .hamburger_icon .icon.icon_opnd span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .hamburger_icon .icon.icon_opnd span:nth-child(4) {
      width: 0; }

.header--menu .dropdown-menu {
  background: #186398
}
.header--menu ul.dropdown-menu > li a{
  line-height: 2;
}
.header--menu {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 11px;
  padding-right: 6px;
  margin-right: -8px; }
  @media (max-width: 1200px) {
    .header--menu {
      margin-right: 0; } }
  @media (min-width: 901px) {
    .header--menu {
      display: block !important; } }
  @media (max-width: 900px) {
    .header--menu {
      display: none;
      -webkit-box-shadow: 0 0 30px 1px rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 30px 1px rgba(255, 255, 255, 0.5);
      background: #186398;
      border-radius: 5px;
      padding: 10px 40px 10px 0; } }
  .header--menu > li {
    display: inline-block;
    position: relative;
    margin-left: 40px; }
    @media (max-width: 1200px) {
      .header--menu > li {
        margin-left: 30px; } }
    @media (max-width: 991px) {
      .header--menu > li {
        margin-left: 20px; } }
    @media (max-width: 900px) {
      .header--menu > li {
        display: block;
        padding: 8px; } }
    .header--menu > li a {
      font-size: 20px;
      font-weight: 400;
      
      color: #fff;
      line-height: 1;
      letter-spacing: 1.2px; }
      @media (max-width: 1200px) {
        .header--menu > li a {
          font-size: 16px; } }
      @media (max-width: 991px) {
        .header--menu > li a {
          letter-spacing: .3px; } }
      .header--menu > li a:hover, .header--menu > li a.active {
        text-decoration: none;
        color: #fa9e0e; }
    @media (min-width: 901px) {
      .header--menu > li:first-child {
        margin-left: 0; } }
    @media (min-width: 1201px) {
      .header--menu > li:last-child {
        margin-left: 40px; } }
    @media (min-width: 901px) {
      .header--menu > li:last-child a {
        padding: 4px 4px;;
        border: 1px solid #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 30px 1px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 30px 1px rgba(255, 255, 255, 0.5); }
        .header--menu > li:last-child a:hover {
          background: #186398;
          border-color: #186398;
          color: #fff; } }
    @media (min-width: 992px) {
      div.header7nb {
        width: 53.333333%; }
      .header--menu > li:last-child a {
        letter-spacing: 0.1px;
        padding: 10px 14px; } }
    @media (min-width: 1201px) {
      .header--menu > li:last-child a {
        letter-spacing: 0.5px;
        padding: 16px 27px; } }

.banner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #e1e1e1;
  padding-top: 204px;
  position: relative; }
  @media (max-width: 1500px) {
    .banner {
      padding-bottom: 80px;
      padding-top: 180px; } }
  @media (max-width: 1400px) {
    .banner {
      padding-bottom: 40px;
      padding-top: 170px; } }
  @media (max-width: 1200px) {
    .banner {
      padding-bottom: 60px; } }
  .banner .col-sm-6 {
    position: static; }
  .banner__content {
    color: #e1e1e1;
    padding-top: 15px;
    margin-right: -30px;
    padding-left: 10px; }
    @media (max-width: 1024px) {
      .banner__content {
        margin-right: 0;
        padding-left: 0; } }
    .banner__content h1 {
      margin-bottom: 13px; }
      @media (max-width: 991px) and (min-width: 768px) {
        .banner__content h1 {
          margin-right: -100%; } }
    .banner__content h2 {
      font-size: 29px;
      font-weight: 600;
      letter-spacing: -.45px;
      margin-bottom: 13px; }
      @media (max-width: 1600px) {
        .banner__content h2 {
          font-size: 28px; } }
      @media (max-width: 1400px) {
        .banner__content h2 {
          font-size: 25px; } }
      @media (max-width: 840px) and (min-width: 768px) {
        .banner__content h2 {
          margin-right: -100%; } }
    .banner__content p {
      font-size: 23px;
      letter-spacing: .3px;
      line-height: 1.4;
      color: #e1e1e1; }
      @media (max-width: 1400px) {
        .banner__content p {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .banner__content p {
          font-size: 18px; } }
      @media (max-width: 640px) {
        .banner__content p {
          font-size: 22px; } }
      @media (max-width: 480px) {
        .banner__content p {
          font-size: 15px; } }
    .banner__content .btn {
      margin-top: 16px; }
  .banner__img {
    margin-left: -14px;
    margin-right: -223px;
    margin-bottom: -62px; }
    @media (max-width: 1600px) {
      .banner__img {
        margin-left: 0;
        margin-right: -150px;
        margin-bottom: -50px; } }
    @media (max-width: 1500px) {
      .banner__img {
        margin-bottom: -70px;
        margin-right: -70px;
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px); } }
    @media (max-width: 1400px) {
      .banner__img {
        margin-bottom: -65px;
        margin-right: -40px;
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px); } }
    @media (max-width: 1300px) {
      .banner__img {
        margin-bottom: -40px;
        margin-right: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px); } }
    @media (max-width: 1200px) {
      .banner__img {
        -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
        transform: translateY(70px); } }
    @media (max-width: 1024px) {
      .banner__img {
        position: absolute;
        bottom: -20px;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        margin: 0; } }
    .banner__img img {
      max-width: 100%; }

.secondary_content {
  padding: 155px 0 100px; }
  @media (max-width: 767px) {
    .secondary_content {
      padding: 120px 0 80px; } }
  @media (max-width: 640px) {
    .secondary_content {
      padding: 100px 0 70px; } }
  @media (max-width: 1300px) {
    .secondary_content .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .secondary_content--title {
    color: #39465C;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 16px; }
    @media (min-width: 1025px) {
      .secondary_content--title {
        font-size: 32px; } }
    @media (max-width: 1024px) {
      .secondary_content--title {
        font-size: 28px;
        letter-spacing: 1.2px; } }
    @media (max-width: 991px) {
      .secondary_content--title {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .secondary_content--title {
        font-size: 24px;
        letter-spacing: .7px; } }
    @media (max-width: 640px) {
      .secondary_content--title {
        font-size: 22px; } }
    @media (max-width: 480px) {
      .secondary_content--title {
        font-size: 20px; } }
  .secondary_content__img {
    padding: 4px 0 0;
    margin-left: -110px;
    margin-right: 0; }
    @media (max-width: 1400px) {
      .secondary_content__img {
        margin-left: -50px; } }
    @media (max-width: 1300px) {
      .secondary_content__img {
        margin-left: 0; } }
    .secondary_content__img img {
      max-width: 100%; }
  @media (min-width: 1365px) {
    .secondary_content__content {
      margin-left: -24px;
      margin-right: -70px; } }
  .secondary_content p {
    font-size: 23px;
    color: #636363;
    letter-spacing: .25px;
    line-height: 1.4;
    margin-bottom: 14px; }
    @media (max-width: 1366px) {
      .secondary_content p {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .secondary_content p {
        font-size: 18px; } }
    @media (max-width: 640px) {
      .secondary_content p {
        font-size: 22px; } }
    @media (max-width: 480px) {
      .secondary_content p {
        font-size: 15px; } }
    .secondary_content p strong {
      font-size: 25px;
      color: #333;
      font-weight: 600; }
      @media (max-width: 1366px) {
        .secondary_content p strong {
          font-size: 23px; } }
      @media (max-width: 767px) {
        .secondary_content p strong {
          font-size: 20px; } }
      @media (max-width: 640px) {
        .secondary_content p strong {
          font-size: 17px; } }
      @media (max-width: 480px) {
        .secondary_content p strong {
          font-size: 22px; } }

.hunchly_perfect {
  padding: 104px 0 49px;
  position: relative; }
  .hunchly_perfect .hr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center; }
    .hunchly_perfect .hr img {
      max-width: 100%;
      height: 1px; }
  .hunchly_perfect .section__title {
    letter-spacing: 1.5px; }
  .hunchly_perfect__container {
    margin-top: 53px;
    font-size: 0; }
    .hunchly_perfect__container .tool_block {
      width: 19.6%;
      display: inline-block;
      padding: 0 15px;
      margin-bottom: 20px;
      vertical-align: top; }
      @media (max-width: 1200px) {
        .hunchly_perfect__container .tool_block {
          width: 20%; } }
      @media (max-width: 1024px) {
        .hunchly_perfect__container .tool_block {
          width: calc(100% / 3);
          margin-bottom: 50px; } }
      @media (max-width: 640px) {
        .hunchly_perfect__container .tool_block {
          width: 50%; } }
      @media (max-width: 480px) {
        .hunchly_perfect__container .tool_block {
          padding: 0 10px; } }
      .hunchly_perfect__container .tool_block--icon {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 110px; }
        .hunchly_perfect__container .tool_block--icon img {
          max-width: 100%;
          display: inline-block; }
          @media (max-width: 480px) {
            .hunchly_perfect__container .tool_block--icon img {
              max-width: 80%; } }
      .hunchly_perfect__container .tool_block--title {
        padding-bottom: 10px;
        position: relative;
        font-weight: 400;
        margin-bottom: 8px;
        line-height: 1.2; }
        @media (max-width: 1200px) {
          .hunchly_perfect__container .tool_block--title {
            font-size: 19px; } }
        @media (max-width: 640px) {
          .hunchly_perfect__container .tool_block--title {
            font-size: 18px; } }
        @media (max-width: 480px) {
          .hunchly_perfect__container .tool_block--title {
            font-size: 22px; } }
        .hunchly_perfect__container .tool_block--title:before {
          position: absolute;
          content: "";
          bottom: 0;
          left: 0;
          right: 0;
          height: 1px;
          max-width: 115px;
          margin: 0 auto;
          background: #9F9F9F; }
      .hunchly_perfect__container .tool_block--btn {
        
        color: #fa9e0e;
        font-size: 18px;
        font-family: "Nunito", sans-serif;
        font-weight: 800; }
        @media (max-width: 640px) {
          .hunchly_perfect__container .tool_block--btn {
            font-size: 17px; } }
        @media (max-width: 480px) {
          .hunchly_perfect__container .tool_block--btn {
            font-size: 22px; } }
        .hunchly_perfect__container .tool_block--btn .fa {
          margin-left: 3px; }
        .hunchly_perfect__container .tool_block--btn:hover {
          color: #047aed;
          text-decoration: none; }
  .hunchly_perfect--content {
    text-align: center;
    padding: 23px 0; }
    @media (max-width: 1024px) {
      .hunchly_perfect--content {
        padding-top: 0; } }
    .hunchly_perfect--content p {
      font-size: 24px;
      letter-spacing: .3px; }
      @media (max-width: 767px) {
        .hunchly_perfect--content p {
          font-size: 20px; } }
      @media (max-width: 480px) {
        .hunchly_perfect--content p {
          font-size: 22px; } }
    .hunchly_perfect--content .btn {
      margin-top: 18px; }

.fancybox-opened {
  max-width: 800px;
  width: 100% !important;
  padding-right: 35px; }
  @media (max-width: 767px) {
    .fancybox-opened {
      padding-right: 45px; } }

.fancybox-skin {
  padding: 0 !important; }
  .fancybox-skin .fancybox-inner {
    height: auto !important;
    width: 100% !important; }

.video_sect {
  height: 674px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1024px) {
    .video_sect {
      height: 500px; } }
  @media (max-width: 767px) {
    .video_sect {
      height: 400px; } }
  @media (max-width: 640px) {
    .video_sect {
      height: 300px; } }
  @media (max-width: 480px) {
    .video_sect {
      height: 220px; } }
  .video_sect__image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2; }
    .video_sect__image:before {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: #000;
      opacity: .66; }
  .video_sect .play_icon {
    position: absolute;
    z-index: 3;
    top: 53%;
    left: 0;
    right: 0;
    display: inline-block;
    max-width: 500px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .video_sect .play_icon {
        top: 50%; } }
    .video_sect .play_icon img {
      max-width: 160px;
      width: 100%; }
      @media (max-width: 1200px) {
        .video_sect .play_icon img {
          max-width: 120px; } }
      @media (max-width: 1024px) {
        .video_sect .play_icon img {
          max-width: 100px; } }
      @media (max-width: 767px) {
        .video_sect .play_icon img {
          max-width: 85px; } }
      @media (max-width: 640px) {
        .video_sect .play_icon img {
          max-width: 65px; } }
      @media (max-width: 480px) {
        .video_sect .play_icon img {
          max-width: 45px; } }
    .video_sect .play_icon span {
      display: block;
      
      font-weight: 500;
      color: #FFF;
      font-size: 30px;
      font-family: "Raleway", sans-serif;
      letter-spacing: 2.8px;
      margin-top: 28px; }
      @media (max-width: 1200px) {
        .video_sect .play_icon span {
          font-size: 24px; } }
      @media (max-width: 1024px) {
        .video_sect .play_icon span {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .video_sect .play_icon span {
          margin-top: 20px;
          font-size: 20px;
          letter-spacing: 1.8px; } }
      @media (max-width: 480px) {
        .video_sect .play_icon span {
          margin-top: 16px;
          letter-spacing: .8px;
          font-size: 18px; } }
    .video_sect .play_icon:focus, .video_sect .play_icon:active, .video_sect .play_icon:hover {
      text-decoration: none;
      color: #FFF; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe,
  .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
    .videoWrapper iframe .player .vp-player-layout,
    .videoWrapper video .player .vp-player-layout {
      left: 0 !important;
      width: 100% !important; }

.tool_section {
  padding: 182px 0 130px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }
  @media (max-width: 1024px) {
    .tool_section {
      padding: 140px 0 100px; } }
  @media (max-width: 991px) {
    .tool_section {
      padding: 120px 0 100px; } }
  @media (max-width: 767px) {
    .tool_section {
      padding: 70px 0; } }
  .tool_section__content {
    padding-top: 20px; }
    @media (max-width: 767px) {
      .tool_section__content {
        margin-bottom: 60px; } }
    .tool_section__content h3 {
      color: #104877;
      font-family: "Raleway", sans-serif;
      line-height: 1.35;
      letter-spacing: 1.4px;
      font-weight: 600;
      margin-bottom: 21px; }
      @media (max-width: 900px) {
        .tool_section__content h3 {
          line-height: 1.2;
          letter-spacing: .6px; } }
      @media (max-width: 767px) {
        .tool_section__content h3 {
          letter-spacing: .4px; } }
    .tool_section__content p {
      color: #363636;
      font-size: 24px;
      line-height: 1.35;
      letter-spacing: .4px;
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .tool_section__content p {
          font-size: 22px; } }
      @media (max-width: 900px) {
        .tool_section__content p {
          font-size: 20px; } }
      @media (max-width: 640px) {
        .tool_section__content p {
          font-size: 18px; } }
      @media (max-width: 480px) {
        .tool_section__content p {
          font-size: 22px; } }
    .tool_section__content ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-top: 30px;
      margin-bottom: 32px; }
      .tool_section__content ul li {
        display: inline-block;
        font-size: 20.5px;
        color: #3A3A3A;
        margin-right: 33px;
        letter-spacing: .2px;
        padding: 6px 0 6px 50px;
        position: relative; }
        @media (max-width: 1100px) {
          .tool_section__content ul li {
            margin-right: 20px;
            font-size: 19px; } }
        @media (max-width: 1024px) {
          .tool_section__content ul li {
            font-size: 18px;
            padding-left: 43px; } }
        @media (max-width: 900px) {
          .tool_section__content ul li {
            font-size: 17px;
            padding-left: 38px; } }
        @media (max-width: 850px) {
          .tool_section__content ul li {
            display: block;
            margin-right: 0; } }
        @media (max-width: 480px) {
          .tool_section__content ul li {
            font-size: 22px; } }
        .tool_section__content ul li:before {
          position: absolute;
          content: "";
          width: 44px;
          height: 40px;
          background: url("../images/icon-check.svg") no-repeat 50%;
          background-size: contain;
          top: 0;
          left: 0; }
          @media (max-width: 1024px) {
            .tool_section__content ul li:before {
              width: 38px;
              height: 34px; } }
          @media (max-width: 900px) {
            .tool_section__content ul li:before {
              width: 30px;
              height: 30px; } }
  .tool_section__note {
    background: #FFF;
    padding: 62px 30px 42px 44px;
    -webkit-box-shadow: 0 0 40px 6px #d6d6d6;
    -moz-box-shadow: 0 0 40px 6px #d6d6d6;
    -ms-box-shadow: 0 0 40px 6px #d6d6d6;
    -o-box-shadow: 0 0 40px 6px #d6d6d6;
    box-shadow: 0 0 40px 6px #d6d6d6;
    border-radius: 5px;
    margin-left: -10px;
    margin-right: -20px; }
    @media (max-width: 1300px) {
      .tool_section__note {
        margin-right: 0;
        margin-left: 0;
        padding: 50px 20px 40px 30px; } }
    @media (max-width: 1024px) {
      .tool_section__note {
        padding: 30px 17px; } }
    .tool_section__note p {
      font-size: 22px;
      color: #3A3A3A;
      line-height: 1.49;
      letter-spacing: .3px; }
      @media (max-width: 1024px) {
        .tool_section__note p {
          font-size: 20px; } }
      @media (max-width: 991px) {
        .tool_section__note p {
          font-size: 18px; } }
    .tool_section__note .person {
      font-size: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 38px;
      padding-left: 15px; }
      @media (max-width: 1024px) {
        .tool_section__note .person {
          padding-left: 0; } }
      .tool_section__note .person__avatar {
        display: inline-block;
        width: 109px;
        height: 109px;
        border-radius: 50%;
        padding: 6px;
        background: #10828c;
        background: -moz-linear-gradient(left, #10828c 0%, #18d1c5 34%, #10828c 73%, #3194d2 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #10828c), color-stop(34%, #18d1c5), color-stop(73%, #10828c), color-stop(100%, #3194d2));
        background: -webkit-linear-gradient(left, #10828c 0%, #18d1c5 34%, #10828c 73%, #3194d2 100%);
        background: -o-linear-gradient(left, #10828c 0%, #18d1c5 34%, #10828c 73%, #3194d2 100%);
        background: -ms-linear-gradient(left, #10828c 0%, #18d1c5 34%, #10828c 73%, #3194d2 100%);
        background: -webkit-gradient(linear, left top, right top, from(#10828c), color-stop(34%, #18d1c5), color-stop(73%, #10828c), to(#3194d2));
        background: linear-gradient(to right, #10828c 0%, #18d1c5 34%, #10828c 73%, #3194d2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10828c', endColorstr='#3194d2', GradientType=1 ); }
        @media (max-width: 1024px) {
          .tool_section__note .person__avatar {
            width: 90px;
            height: 90px; } }
        .tool_section__note .person__avatar .person_image {
          width: 97px;
          height: 97px;
          border-radius: 50%;
          border: 1px solid #9f9f9f;
          background-size: cover;
          background-position: 50%;
          background-repeat: no-repeat;
          -webkit-box-shadow: 0 0 0px 3px #fff;
          box-shadow: 0 0 0px 3px #fff; }
          @media (max-width: 1024px) {
            .tool_section__note .person__avatar .person_image {
              width: 78px;
              height: 78px; } }
      .tool_section__note .person__info {
        padding: 0 27px;
        width: calc(100% - 109px);
        display: inline-block; }
        @media (max-width: 1024px) {
          .tool_section__note .person__info {
            width: calc(100% - 90px);
            padding: 0 0 0 15px; } }
        .tool_section__note .person__info h4 {
          letter-spacing: .5px;
          font-size: 25px;
          color: #252525;
          font-weight: 400;
          margin-bottom: 8px; }
          @media (max-width: 1024px) {
            .tool_section__note .person__info h4 {
              font-size: 22px; } }
          @media (max-width: 991px) {
            .tool_section__note .person__info h4 {
              font-size: 21px; } }
          @media (max-width: 767px) {
            .tool_section__note .person__info h4 {
              font-size: 20px; } }
          @media (max-width: 640px) {
            .tool_section__note .person__info h4 {
              font-size: 18px; } }
        .tool_section__note .person__info h5 {
          color: #464646;
          margin: 0; }

.whats_great {
  padding: 100px 0 63px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf; }
  .whats_great .section__title {
    letter-spacing: 1.3px; }
  .whats_great__container.row {
    margin-top: 63px;
    font-size: 0;
    text-align: center; }
  .whats_great__block {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    @media (max-width: 767px) {
      .whats_great__block {
        margin-bottom: 60px; }
        .whats_great__block:last-child {
          margin-bottom: 0; } }
    .whats_great__block--icon {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .whats_great__block--icon {
          margin-bottom: 10px; } }
      .whats_great__block--icon img {
        max-width: 100%;
        display: inline-block; }
        @media (max-width: 991px) {
          .whats_great__block--icon img {
            max-height: 100px; } }
        @media (max-width: 480px) {
          .whats_great__block--icon img {
            max-height: 80px; } }
    .whats_great__block--title {
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      color: #104877;
      letter-spacing: .7px; }
    .whats_great__block--subtitle {
      font-weight: bold;
      color: #363636;
      
      font-family: "Raleway", sans-serif;
      letter-spacing: 1.2px;
      padding-bottom: 19px;
      position: relative; }
      .whats_great__block--subtitle:before {
        position: absolute;
        content: "";
        width: 75px;
        height: 3px;
        bottom: 3px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fa9e0e; }
    @media (min-width: 992px) {
      .whats_great__block--content {
        max-width: 235px;
        margin: 0 auto; } }
    .whats_great__block--content p {
      color: #3A3A3A;
      letter-spacing: .1px;
      font-size: 18.63px;
      line-height: 1.55; }
      @media (max-width: 767px) {
        .whats_great__block--content p {
          line-height: 1.2; } }
      @media (max-width: 480px) {
        .whats_great__block--content p {
          line-height: 1.1; } }

.licensing {
  padding: 100px 0 90px; }
  .licensing--title {
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    color: #252525;
    letter-spacing: 1.3px;
    
    margin-bottom: 10px; }
  .licensing--subtitle {
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    color: #464646;
    letter-spacing: 1.25px;
     }
  .licensing__container.row {
    margin-top: 38px;
    font-size: 0;
    text-align: center; }
    .licensing__container.row .col-xs-4,
    .licensing__container.row .col-sm-4,
    .licensing__container.row .col-md-4 {
      float: none;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 680px) {
        .licensing__container.row .col-xs-4,
        .licensing__container.row .col-sm-4,
        .licensing__container.row .col-md-4 {
          display: block; } }
  .licensing__block {
    background: #FFF;
    -webkit-box-shadow: 0 0 40px 6px #d6d6d6;
    box-shadow: 0 0 40px 6px #d6d6d6;
    margin-bottom: 40px;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: top; }
    .licensing__block--header {
      background: #2151C9;
      text-align: center;
      padding: 28px 10px 31px;
      height: 140px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative; }
      .licensing__block--header .money_save {
        position: absolute;
        bottom: -20px;
        left: 20px;
        right: 20px;
        background: #183a90;
        max-width: 295px;
        margin: 0 auto; }
        @media (max-width: 991px) {
          .licensing__block--header .money_save {
            left: 25px;
            right: 25px; } }
        .licensing__block--header .money_save svg {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 100%; }
          .licensing__block--header .money_save svg:nth-child(2) {
            right: auto;
            left: 100%;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
          .licensing__block--header .money_save svg path {
            fill: #183a90; }
        .licensing__block--header .money_save span {
          line-height: 1.7;
          letter-spacing: .5px;
          font-size: 23px;
          font-family: "Nunito", sans-serif;
          font-weight: bold;
          color: #FFF;
          display: block;
          text-align: center; }
          @media (max-width: 991px) {
            .licensing__block--header .money_save span {
              font-size: 20px;
              line-height: 1.95; } }
      .licensing__block--header > span {
        display: block;
        color: #FFF;
        
        line-height: 1;
        width: 100%; }
        .licensing__block--header > span + span {
          margin-top: 8px; }
        .licensing__block--header > span.license_type {
          font-size: 24px;
          letter-spacing: .8px; }
          @media (max-width: 1024px) {
            .licensing__block--header > span.license_type {
              font-size: 23px; } }
          @media (max-width: 991px) {
            .licensing__block--header > span.license_type {
              font-size: 22px; } }
          @media (max-width: 767px) {
            .licensing__block--header > span.license_type {
              font-size: 20px; } }
          @media (max-width: 680px) {
            .licensing__block--header > span.license_type {
              font-size: 22px; } }
          @media (max-width: 380px) {
            .licensing__block--header > span.license_type {
              font-size: 20px; } }
        .licensing__block--header > span.license_duration {
          font-size: 22px;
          margin-top: 0px;
          letter-spacing: .8px; }
        @media (max-width: 1024px) {
          .licensing__block--header > span.license_duration {
            font-size: 19px; } }
        @media (max-width: 991px) {
          .licensing__block--header > span.license_duration {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .licensing__block--header > span.license_duration {
            font-size: 22px; } }
        @media (max-width: 680px) {
          .licensing__block--header > span.license_duration {
            font-size: 18px; } }
        @media (max-width: 380px) {
          .licensing__block--header > span.license_duration {
            font-size: 22px; } }
        .licensing__block--header > span.license_price {
          font-size: 42px;
          letter-spacing: .8px;
          font-family: Arial, sans-serif; }
          @media (max-width: 1024px) {
            .licensing__block--header > span.license_price {
              font-size: 38px; } }
          @media (max-width: 991px) {
            .licensing__block--header > span.license_price {
              font-size: 36px; } }
          @media (max-width: 767px) {
            .licensing__block--header > span.license_price {
              font-size: 32px; } }
          @media (max-width: 680px) {
            .licensing__block--header > span.license_price {
              font-size: 36px; } }
          @media (max-width: 380px) {
            .licensing__block--header > span.license_price {
              font-size: 26px; } }
    .licensing__block--content {
      padding: 44px 10px 39px; }
      .licensing__block--content .inner_content {
        max-width: 278px;
        margin: 0 auto; }
      .licensing__block--content p {
        color: #363636;
        line-height: 1.4; }
        @media (max-width: 767px) {
          .licensing__block--content p {
            line-height: 1.3; } }
      .licensing__block--content .order_btn {
        margin-top: 29px; }
    .licensing__block.one_licence .licensing__block--header {
      background: #2151C9; }
      .licensing__block.one_licence .licensing__block--header:before {
        position: absolute;
        content: "";
        bottom: -5px;
        left: 0;
        right: 0;
        width: 123px;
        height: 10px;
        margin: 0 auto;
        background: #5091cd; }
    .licensing__block.three_licence .licensing__block--header {
      background: #FF5900; }
      .licensing__block.three_licence .licensing__block--header .money_save {
        background: #bd4200; }
        .licensing__block.three_licence .licensing__block--header .money_save svg path {
          fill: #bd4200; }
    .licensing__block.unlimited_licence .licensing__block--header {
      background: #10947E; }
      .licensing__block.unlimited_licence .licensing__block--header .money_save {
        background: #0a584b; }
        .licensing__block.unlimited_licence .licensing__block--header .money_save svg path {
          fill: #0a584b; }

.testimonials {
  padding: 85px 0 50px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }
  .testimonials__container {
    font-size: 0;
    text-align: center; }
    .testimonials__container.row {
      margin-top: 37px; }
  .testimonials__block {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .testimonials__block {
        margin-bottom: 60px; }
        .testimonials__block:last-child {
          margin-bottom: 0; } }
    .testimonials__block--image {
      width: 148px;
      height: 148px;
      margin: 0 auto 44px;
      border-radius: 50%;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      border: 1px solid #aaa6a1;
      position: relative; }
      @media (max-width: 767px) {
        .testimonials__block--image {
          margin-bottom: 35px; } }
      .testimonials__block--image:before {
        position: absolute;
        content: "";
        top: -7px;
        bottom: -7px;
        right: -7px;
        left: -7px;
        border: 1px solid #72fff3;
        border-radius: 50%; }
    .testimonials__block--content {
      border-radius: 8px;
      padding: 32px 21px 24px;
      background: #f5f5f5;
      border: 1px solid #ccc;
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 1024px) {
        .testimonials__block--content {
          padding: 25px 15px 20px; } }
      @media (max-width: 900px) {
        .testimonials__block--content {
          padding: 21px 12px 16px; } }
      .testimonials__block--content:before {
        position: absolute;
        content: "";
        width: 35px;
        height: 35px;
        top: -12px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #f5f5f5;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .testimonials__block--content p {
        color: #334148;
        font-size: 20px;
        font-family: "Nunito", sans-serif;
        line-height: 1.35;
        letter-spacing: .2px;
        margin-bottom: 14px; }
        @media (max-width: 1024px) {
          .testimonials__block--content p {
            font-size: 18px;
            line-height: 1.3; } }
        @media (max-width: 900px) {
          .testimonials__block--content p {
            font-size: 17px;
            line-height: 1.2; } }
        @media (max-width: 648px) {
          .testimonials__block--content p {
            font-size: 22px;
            line-height: 1.2; } }
        .testimonials__block--content p:last-child {
          margin-bottom: 0; }
    .testimonials__block--designation {
      font-family: "Nunito", sans-serif;
      color: #fff;
      text-align: center;
      font-size: 22px;
      font-weight: 400;
      letter-spacing: .4px;
      font-style: italic;
    }
    .testimonials__block--title {
      font-family: "Nunito", sans-serif;
      color: #fff;
      text-align: center;
      font-size: 21px;
      font-weight: 600;
      letter-spacing: .4px; }
      @media (max-width: 900px) {
        .testimonials__block--designation {
          font-size: 13px;
        }
        .testimonials__block--title {
          font-size: 18px; } }

.cta_sect {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }
  .cta_sect.white {
    background: #FFF; }
    .cta_sect.white .cta_sect__content h2 {
      color: #0B3370; }
  .cta_sect .row {
    max-width: 1090px; }
  .cta_sect .col-md-12 {
    font-size: 0; }
  .cta_sect__icon {
    display: inline-block;
    vertical-align: bottom;
    max-width: 290px;
    width: 100%; }
    @media (max-width: 900px) {
      .cta_sect__icon {
        max-width: 200px; } }
    @media (max-width: 767px) {
      .cta_sect__icon {
        max-width: 170px; } }
    @media (max-width: 700px) {
      .cta_sect__icon {
        max-width: 150px; } }
    @media (max-width: 480px) {
      .cta_sect__icon {
        max-width: 90px; } }
    @media (max-width: 400px) {
      .cta_sect__icon {
        max-width: 90px; } }
    @media (max-width: 360px) {
      .cta_sect__icon {
        display: none; } }
    .cta_sect__icon img {
      max-width: 100%; }
  .cta_sect__content {
    padding: 71px 0 51px 15px;
    display: inline-block; }
    @media (max-width: 767px) {
      .cta_sect__content {
        padding: 41px 0 35px 15px;
        width: calc(100% - 170px); } }
    @media (max-width: 700px) {
      .cta_sect__content {
        padding: 36px 0 30px 15px;
        width: calc(100% - 150px); } }
    @media (max-width: 480px) {
      .cta_sect__content {
        padding: 28px 0 25px 15px;
        width: calc(100% - 130px); } }
    @media (max-width: 480px) {
      .cta_sect__content {
        width: calc(100% - 90px); } }
    @media (max-width: 360px) {
      .cta_sect__content {
        width: 100%;
        padding: 25px 0; } }
    .cta_sect__content h2 {
      color: #FFF;
      
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      letter-spacing: 3.3px;
      line-height: 1.15;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .cta_sect__content h2 {
          letter-spacing: 2px; } }
      @media (max-width: 700px) {
        .cta_sect__content h2 {
          letter-spacing: 1.5px; } }
      @media (max-width: 640px) {
        .cta_sect__content h2 {
          letter-spacing: 1px; } }
      @media (max-width: 480px) {
        .cta_sect__content h2 {
          font-size: 18px;
          margin-bottom: 18px; } }

.supposrt_sect {
  padding: 77px 0 178px; }
  @media (max-width: 767px) {
    .supposrt_sect {
      padding: 60px 0 80px; } }
  .supposrt_sect .faq_block {
    padding: 25px 0 0; }
    @media (max-width: 767px) {
      .supposrt_sect .faq_block {
        padding: 0;
        margin-bottom: 60px; } }
    .supposrt_sect .faq_block .news__block--title {
      margin-bottom: 0;
      padding: 0 0 0 24px; }
      @media (max-width: 767px) {
        .supposrt_sect .faq_block .news__block--title {
          padding-left: 7px; } }
    .supposrt_sect .faq_block .accordion {
      max-width: 655px;
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        .supposrt_sect .faq_block .accordion {
          max-width: 100%; } }
      .supposrt_sect .faq_block .accordion-group {
        padding: 31px 5px 35px 22px;
        border-bottom: 1px solid #898989; }
        @media (max-width: 767px) {
          .supposrt_sect .faq_block .accordion-group {
            padding: 25px 5px 25px 7px; } }
      .supposrt_sect .faq_block .accordion-heading.opened .fa:before {
        content: "\f077"; }
      .supposrt_sect .faq_block .accordion-toggle {
        position: relative;
        font-size: 20px;
        font-weight: bold;
        color: #1B5C9B;
        letter-spacing: .2px;
        text-decoration: none !important; }
        @media (max-width: 767px) {
          .supposrt_sect .faq_block .accordion-toggle {
            font-size: 18px; } }
        @media (max-width: 640px) {
          .supposrt_sect .faq_block .accordion-toggle {
            font-size: 22px; } }
        @media (max-width: 480px) {
          .supposrt_sect .faq_block .accordion-toggle {
            font-size: 15px; } }
        .supposrt_sect .faq_block .accordion-toggle .fa {
          margin-right: 5px; }
      .supposrt_sect .faq_block .accordion-inner {
        padding: 18px 2px 0; }
        .supposrt_sect .faq_block .accordion-inner p {
          letter-spacing: .2px;
          line-height: 1.3;
          color: #555; }
    .supposrt_sect .faq_block p {
      letter-spacing: .2px;
      line-height: 1.3; }
      .supposrt_sect .faq_block p a {
        color: #047aed; }
        .supposrt_sect .faq_block p a:hover {
          text-decoration: none;
          color: #fa9e0e; }
    .supposrt_sect .faq_block .btn {
      margin-top: 20px;
      padding: 19px 25px; }
  .supposrt_sect .news__block {
    padding: 23px 24px 10px 28px;
    background: #FFF;
    -webkit-box-shadow: 0 0 40px 6px #d6d6d6;
    -moz-box-shadow: 0 0 40px 6px #d6d6d6;
    -ms-box-shadow: 0 0 40px 6px #d6d6d6;
    -o-box-shadow: 0 0 40px 6px #d6d6d6;
    box-shadow: 0 0 40px 6px #d6d6d6; }
    @media (max-width: 480px) {
      .supposrt_sect .news__block {
        padding-left: 15px;
        padding-right: 15px; } }
    .supposrt_sect .news__block--title {
      font-size: 30px;
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      color: #252525;
     
      letter-spacing: 1.4px;
      margin-bottom: 13px; }
      @media (max-width: 1024px) {
        .supposrt_sect .news__block--title {
          font-size: 28px; } }
      @media (max-width: 991px) {
        .supposrt_sect .news__block--title {
          font-size: 25px; } }
      @media (max-width: 767px) {
        .supposrt_sect .news__block--title {
          font-size: 24px; } }
      @media (max-width: 640px) {
        .supposrt_sect .news__block--title {
          font-size: 22px; } }
      @media (max-width: 480px) {
        .supposrt_sect .news__block--title {
          font-size: 20px; } }
    .supposrt_sect .news__block--image a {
      display: inline-block;
      width: 100%; }
      .supposrt_sect .news__block--image a img {
        width: 100%;
        max-width: 100%; }
    .supposrt_sect .news__block ul {
      margin: 0;
      padding: 0;
      list-style: none;
      padding: 34px 9px 34px 2px; }
      .supposrt_sect .news__block ul li {
        border-bottom: 1px solid #898989;
        padding-bottom: 14px;
        margin-bottom: 15px; }
        .supposrt_sect .news__block ul li:last-child {
          margin-bottom: 0; }
        .supposrt_sect .news__block ul li a {
          font-size: 18px;
          color: #555;
          letter-spacing: .2px; }
          @media (max-width: 480px) {
            .supposrt_sect .news__block ul li a {
              font-size: 22px; } }
          .supposrt_sect .news__block ul li a:hover {
            text-decoration: none;
            color: #047aed; }

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Nunito", sans-serif;
  min-height: 100vh; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-top: 0;
  line-height: 1.3; }

.row {
  max-width: 1270px;
  margin: 0 auto; }

a, button, .button, input[type='submit'] {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

/* titles */
p {
  font-size: 18px;
  color: #000;
  font-weight: 300; }
  p a {
    color: #047AED;
    text-decoration: none; }
  p:last-child {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    p {
      font-size: 18px; } }
  @media (max-width: 640px) {
    p {
      font-size: 22px; } }

h1 {
  font-size: 41px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.25; }
  @media (max-width: 1600px) {
    h1 {
      font-size: 38px;
      line-height: 1.2; } }
  @media (max-width: 1400px) {
    h1 {
      font-size: 35px;
      line-height: 1.1;
      letter-spacing: 1.3px; } }
  @media (max-width: 1200px) {
    h1 {
      font-size: 33px; } }
  @media (max-width: 1024px) {
    h1 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 29px; } }
  @media (max-width: 640px) {
    h1 {
      font-size: 26px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 36px; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 26px; } }
  @media (max-width: 640px) {
    h2 {
      font-size: 24px; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 400; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 28px; } }
  @media (max-width: 991px) {
    h3 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 24px; } }
  @media (max-width: 640px) {
    h3 {
      font-size: 22px; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }
  @media (max-width: 1024px) {
    h5 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    h5 {
      font-size: 22px; } }
  @media (max-width: 480px) {
    h5 {
      font-size: 15px; } }

h6 {
  font-size: 22px; }

/* text position */
.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.nowrap {
  white-space: nowrap !important; }

/* loader */
.loaded .main-wrapper {
  visibility: hidden; }

.icon-load {
  background: url(../img/loader.gif) no-repeat left top;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-left: -20px;
  display: none; }

.loaded .icon-load {
  display: block; }

/* form */
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='number'],
input[type='email'],
textarea {
  width: 100%;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 47px;
  line-height: 1.3;
  padding: 0 23px;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #464646;
  outline: none; }
  @media (max-width: 767px) {
    input[type='text'],
    input[type='search'],
    input[type='tel'],
    input[type='number'],
    input[type='email'],
    textarea {
      padding: 0 15px; } }

textarea {
  height: 150px;
  padding: 8px; }

select,
.jq-selectbox {
  margin-bottom: 20px;
  outline: none;
  /*max-width: 495px;*/
  display: block; }

.jq-selectbox__select {
  font-family: "Nunito", sans-serif;
  font-size: 22px; }

.jq-selectbox li:hover {
  background-color: #1C76B4; }

.jq-selectbox li.selected {
  background-color: #19689e; }

@media (min-width: 768px) {
  .jq-selectbox__select {
    height: 52px;
    padding: 15px 0 0 15px;
    font-weight: 600; }
  .jq-selectbox__trigger-arrow {
    top: 23px; } }

form button {
  font-size: 18px;
  background: #fa9f0e;
  background: -moz-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fa9f0e), color-stop(31%, #fa9810), color-stop(100%, #f47820));
  background: -webkit-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
  background: -o-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
  background: -ms-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fa9f0e), color-stop(31%, #fa9810), to(#f47820));
  background: linear-gradient(to right, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9f0e', endColorstr='#f47820', GradientType=1 );
  color: #FFF;
  display: inline-block;
  padding: 13px 6px;
  border-radius: 3px;
  border: none;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  
  font-weight: 800;
  letter-spacing: 2px;
  outline: none; }
  form button:hover {
    background: #ffc800;
    background: -moz-linear-gradient(left, #ffc800 0%, #ffbb00 31%, #ff9500 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffc800), color-stop(31%, #ffbb00), color-stop(100%, #ff9500));
    background: -webkit-linear-gradient(left, #ffc800 0%, #ffbb00 31%, #ff9500 100%);
    background: -o-linear-gradient(left, #ffc800 0%, #ffbb00 31%, #ff9500 100%);
    background: -ms-linear-gradient(left, #ffc800 0%, #ffbb00 31%, #ff9500 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffc800), color-stop(31%, #ffbb00), to(#ff9500));
    background: linear-gradient(to right, #ffc800 0%, #ffbb00 31%, #ff9500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff9500', GradientType=1 );
    color: #fff;
    text-decoration: none; }

.btn {
  background: #fa9f0e;
  background: -moz-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fa9f0e), color-stop(31%, #fa9810), color-stop(100%, #f47820));
  background: -webkit-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
  background: -o-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
  background: -ms-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fa9f0e), color-stop(31%, #fa9810), to(#f47820));
  background: linear-gradient(to right, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9f0e', endColorstr='#f47820', GradientType=1 );
  color: #FFF;
  display: inline-block;
  padding: 12px 26px;
  border-radius: 3px;
  border: none;
  font-family: "Nunito", sans-serif;
  font-size: 18px;}
  .btn:active, .btn:focus {
    color: #FFF; }
  @media (max-width: 767px) {
    .btn {
      padding: 10px 22px; } }
  @media (max-width: 480px) {
    .btn {
      padding: 7px 17px; } }
  .btn.blue-btn {
    background: #1c77b4;
    background: -moz-linear-gradient(left, #1c77b4 0%, #0a5485 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #1c77b4), color-stop(100%, #0a5485));
    background: -webkit-linear-gradient(left, #1c77b4 0%, #0a5485 100%);
    background: -o-linear-gradient(left, #1c77b4 0%, #0a5485 100%);
    background: -ms-linear-gradient(left, #1c77b4 0%, #0a5485 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1c77b4), to(#0a5485));
    background: linear-gradient(to right, #1c77b4 0%, #0a5485 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c77b4', endColorstr='#0a5485', GradientType=1 ); }
  .btn.btn-xs_large {
    font-size: 23px;
    padding: 24px 43px; }
    @media (max-width: 1500px) {
      .btn.btn-xs_large {
        font-size: 21px;
        padding: 21px 38px; } }
    @media (max-width: 1300px) {
      .btn.btn-xs_large {
        padding: 16px 30px; } }
    @media (max-width: 767px) {
      .btn.btn-xs_large {
        font-size: 17px; } }
    @media (max-width: 480px) {
      .btn.btn-xs_large {
        font-size: 22px;
        padding: 12px; } }
  .btn.btn-large {
    font-size: 20px;
    padding: 19px; }
    @media (max-width: 1024px) {
      .btn.btn-large {
        font-size: 18px;
        padding: 15px 17px; } }
    @media (max-width: 767px) {
      .btn.btn-large {
        font-size: 17px; } }
    @media (max-width: 480px) {
      .btn.btn-large {
        font-size: 22px;
        padding: 12px; } }
    @media (max-width: 380px) {
      .btn.btn-large {
        font-size: 10px; } }
  .btn.btn-small {
    padding: 13px;
  }
  .btn.btn-medium {
    font-size: 20px;
    padding: 19px 43px; }
    @media (max-width: 767px) {
      .btn.btn-medium {
        font-size: 18px;
        padding: 15px 30px; } }
    @media (max-width: 480px) {
      .btn.btn-medium {
        font-size: 22px;
        padding: 8px 21px; } }
    @media (max-width: 380px) {
      .btn.btn-medium {
        padding: 7px 18px;
        font-size: 15px; } }
  .btn:hover {
    background: #ffc800;
    background: -moz-linear-gradient(left, #ffc800 0%, #ffbb00 31%, #ff9500 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffc800), color-stop(31%, #ffbb00), color-stop(100%, #ff9500));
    background: -webkit-linear-gradient(left, #ffc800 0%, #ffbb00 31%, #ff9500 100%);
    background: -o-linear-gradient(left, #ffc800 0%, #ffbb00 31%, #ff9500 100%);
    background: -ms-linear-gradient(left, #ffc800 0%, #ffbb00 31%, #ff9500 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffc800), color-stop(31%, #ffbb00), to(#ff9500));
    background: linear-gradient(to right, #ffc800 0%, #ffbb00 31%, #ff9500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ff9500', GradientType=1 );
    color: #fff;
    text-decoration: none; }

/* general styles*/
@media (max-width: 1024px) {
  .hide-for-tablet {
    display: none; } }

@media (min-width: 1025px) {
  .show-for-tablet {
    display: none; } }

@media (min-width: 768px) {
  .show-for-mobile {
    display: none; } }

@media (max-width: 767px) {
  .hide-for-mobile {
    display: none; } }

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.section__title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  
  letter-spacing: 3.3px;
  color: #252525; }
  @media (max-width: 991px) {
    .section__title {
      letter-spacing: 3px; } }
  @media (max-width: 767px) {
    .section__title {
      letter-spacing: 2.3px; } }
  @media (max-width: 640px) {
    .section__title {
      letter-spacing: 1.7px; } }
  @media (max-width: 480px) {
    .section__title {
      letter-spacing: 1.2px; } }
  .section__title.white {
    color: #FFF; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    min-height: 100hv;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.small__banner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 215px 0 46px; }
  @media (max-width: 1024px) {
    .small__banner {
      padding-top: 185px; } }
  @media (max-width: 640px) {
    .small__banner {
      padding-top: 140px; } }
  @media (max-width: 480px) {
    .small__banner {
      padding-top: 130px; } }
  .small__banner__caption {
    text-align: center;
    color: #FFF;
    max-width: 920px;
    margin: 0 auto; }
    .small__banner__caption p {
      font-weight: bold;
      line-height: 1.6;
      color: #fff;
      letter-spacing: .25px;
      line-height: 1.5; }
      @media (min-width: 1025px) {
        .small__banner__caption p {
          font-size: 23px; } }
      @media (max-width: 380px) {
        .small__banner__caption p {
          font-size: 15px; } }
  .small__banner--title {
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 34px; }
    @media (min-width: 1025px) {
      .small__banner--title {
        font-size: 41.2px; } }

.slider_content_sect {
  padding: 88px 0 60px; }
  .slider_content_sect + .content_faq_sect {
    position: relative; }
    .slider_content_sect + .content_faq_sect:before {
      position: absolute;
      content: "";
      left: 15px;
      right: 15px;
      top: 0;
      max-width: 1270px;
      width: 100%;
      height: 1px;
      margin: 0 auto;
      background: #B7B7B7; }
  .slider_content_sect .slider__content {
    padding-bottom: 50px; }
    .slider_content_sect .slider__content .slick-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .slider_content_sect .slider__content .slide {
      font-size: 0; }
      @media (min-width: 641px) {
        .slider_content_sect .slider__content .slide {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      .slider_content_sect .slider__content .slide_image {
        width: 50%;
        display: inline-block; }
        @media (max-width: 1024px) {
          .slider_content_sect .slider__content .slide_image {
            width: 40%; } }
        @media (max-width: 640px) {
          .slider_content_sect .slider__content .slide_image {
            max-width: 400px;
            width: 100%;
            margin: 0 auto 25px;
            display: block; } }
        .slider_content_sect .slider__content .slide_image img {
          max-width: 100%; }
      .slider_content_sect .slider__content .slide_content {
        width: 50%;
        display: inline-block;
        padding: 12px 50px 13px 52px; }
        @media (max-width: 1024px) {
          .slider_content_sect .slider__content .slide_content {
            width: 60%;
            padding-left: 25px;
            padding-right: 0;
            padding-top: 0; } }
        @media (max-width: 640px) {
          .slider_content_sect .slider__content .slide_content {
            width: 100%;
            padding-left: 0; } }
        .slider_content_sect .slider__content .slide_content--title {
          font-weight: 600;
          color: #252525;
          line-height: 1.4;
          letter-spacing: 1.5px;
          margin-bottom: 14px;
          position: relative;
          padding-top: 29px; }
          @media (max-width: 991px) {
            .slider_content_sect .slider__content .slide_content--title {
              padding-top: 20px; } }
          @media (max-width: 767px) {
            .slider_content_sect .slider__content .slide_content--title {
              padding-top: 15px; } }
          @media (max-width: 640px) {
            .slider_content_sect .slider__content .slide_content--title {
              padding-top: 0; } }
          @media (min-width: 641px) {
            .slider_content_sect .slider__content .slide_content--title:before {
              position: absolute;
              content: "";
              width: 39px;
              height: 2px;
              top: 0px;
              left: 0;
              background: #fa9e0e; } }
        .slider_content_sect .slider__content .slide_content p {
          color: #636363;
          letter-spacing: .25px;
          line-height: 1.4; }
          @media (min-width: 1025px) {
            .slider_content_sect .slider__content .slide_content p {
              font-size: 23px; } }
        .slider_content_sect .slider__content .slide_content .btn {
          margin-top: 11px; }

.content_faq_sect {
  padding: 76px 0 100px; }
  .content_faq_sect--title {
    font-weight: 600;
    color: #252525;
    line-height: 1.4;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    
    position: relative;
    padding-top: 20px; }
    .content_faq_sect--title:before {
      position: absolute;
      content: "";
      width: 39px;
      height: 2px;
      top: 0;
      left: 0;
      background: #fa9e0e; }
  .content_faq_sect .accordion {
    max-width: 710px;
    margin-bottom: 22px; }
    @media (max-width: 767px) {
      .content_faq_sect .accordion {
        max-width: 100%; } }
    .content_faq_sect .accordion-group {
      padding: 20px 5px 16px 2px;
      border-bottom: 1px solid #898989;
      max-width: 615px; }
      .content_faq_sect .accordion-group:first-child {
        padding-top: 15px; }
      @media (max-width: 767px) {
        .content_faq_sect .accordion-group {
          padding: 20px 0; } }
      @media (max-width: 640px) {
        .content_faq_sect .accordion-group {
          padding: 15px 0; } }
    .content_faq_sect .accordion-heading.opened .fa {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); }
      .content_faq_sect .accordion-heading.opened .fa:before {
        content: "\f107"; }
    .content_faq_sect .accordion-toggle {
      position: relative;
      font-size: 21px;
      font-weight: 600;
      font-family: "Raleway", sans-serif;
      color: #252525;
      letter-spacing: .95px;
      text-decoration: none !important; }
      @media (max-width: 991px) {
        .content_faq_sect .accordion-toggle {
          font-size: 19px; } }
      @media (max-width: 767px) {
        .content_faq_sect .accordion-toggle {
          font-size: 18px; } }
      @media (max-width: 640px) {
        .content_faq_sect .accordion-toggle {
          font-size: 22px; } }
      @media (max-width: 480px) {
        .content_faq_sect .accordion-toggle {
          font-size: 15px; } }
      .content_faq_sect .accordion-toggle .fa {
        margin-left: 5px;
        font-size: 31px;
        color: #104378;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px); }
        @media (max-width: 991px) {
          .content_faq_sect .accordion-toggle .fa {
            font-size: 26px; } }
    .content_faq_sect .accordion-inner {
      padding: 11px 0 0; }
      .content_faq_sect .accordion-inner p {
        font-size: 18px;
        color: #636363;
        letter-spacing: .2px;
        line-height: 1.6; }
  .content_faq_sect .visit_section {
    padding-top: 18px;
    max-width: 330px; }
    @media (max-width: 767px) {
      .content_faq_sect .visit_section {
        margin-top: 35px; } }
    .content_faq_sect .visit_section--title {
      font-size: 24px;
      font-weight: 400;
      color: #252525;
      font-family: "Nunito", sans-serif;
      
      letter-spacing: 2.5px; }
      @media (max-width: 640px) {
        .content_faq_sect .visit_section--title {
          font-size: 22px; } }
    .content_faq_sect .visit_section .email_addr {
      letter-spacing: .5px; }
      .content_faq_sect .visit_section .email_addr:hover {
        color: #047aed;
        text-decoration: none; }
    .content_faq_sect .visit_section a,
    .content_faq_sect .visit_section p {
      color: #707070;
      font-size: 19px; }
      @media (max-width: 640px) {
        .content_faq_sect .visit_section a,
        .content_faq_sect .visit_section p {
          font-size: 17px; } }
      @media (max-width: 480px) {
        .content_faq_sect .visit_section a,
        .content_faq_sect .visit_section p {
          font-size: 22px; } }
      @media (max-width: 380px) {
        .content_faq_sect .visit_section a,
        .content_faq_sect .visit_section p {
          font-size: 15px; } }
    .content_faq_sect .visit_section p {
      letter-spacing: .5px;
      line-height: 1.4; }
    .content_faq_sect .visit_section ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin: 25px 0; }
      .content_faq_sect .visit_section ul li a {
        letter-spacing: .5px; }
        .content_faq_sect .visit_section ul li a:hover {
          color: #047aed;
          text-decoration: none; }
    .content_faq_sect .visit_section .btn {
      color: #fff;
      font-size: 14px;
      margin-top: 53px;
      font-weight: 800; }

.behindthe_scenes {
  padding: 84px 0 135px;
  background: #E9F2F4; }
  @media (max-width: 767px) {
    .behindthe_scenes {
      padding: 60px 0 100px; } }
  @media (max-width: 640px) {
    .behindthe_scenes {
      padding: 45px 0 80px; } }
  .behindthe_scenes--title {
    color: #283B56;
    font-weight: 600;
    letter-spacing: .7px; }
  .behindthe_scenes--subtitle {
    color: #363636;
    font-weight: bold;
    letter-spacing: 1.1px;
     }
  .behindthe_scenes .tab_buttons {
    text-align: center;
    padding: 25px 0;
    font-size: 0; }
    .behindthe_scenes .tab_buttons button {
      font-size: 18px;
      font-weight: bold;
      color: #464646;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      border-top: 1px solid #b5b5b5;
      border-bottom: 1px solid #b5b5b5;
      border-right: 1px solid #b5b5b5;
      display: inline-block;
      outline: none;
      letter-spacing: .1px;
      padding: 5px 19px; }
      @media (max-width: 767px) {
        .behindthe_scenes .tab_buttons button {
          padding: 3px 14px;
          font-size: 17px; } }
      @media (max-width: 640px) {
        .behindthe_scenes .tab_buttons button {
          padding: 3px 10px;
          font-size: 15px; } }
      .behindthe_scenes .tab_buttons button:first-child {
        border-radius: 5px 0 0 5px;
        border-left: 1px solid #b5b5b5; }
      .behindthe_scenes .tab_buttons button:last-child {
        border-radius: 0 5px 5px 0; }
      @media (max-width: 600px) and (min-width: 441px) {
        .behindthe_scenes .tab_buttons button {
          width: 50%;
          border-radius: 0 !important; }
          .behindthe_scenes .tab_buttons button:first-child, .behindthe_scenes .tab_buttons button:nth-child(2) {
            border-bottom: none; }
          .behindthe_scenes .tab_buttons button:nth-child(3) {
            border-left: 1px solid #b5b5b5; } }
      @media (max-width: 441px) {
        .behindthe_scenes .tab_buttons button {
          width: 100%;
          border: 1px solid #b5b5b5;
          border-bottom: none; }
          .behindthe_scenes .tab_buttons button:first-child {
            border-radius: 5px 5px 0 0; }
          .behindthe_scenes .tab_buttons button:last-child {
            border-radius: 0 0 5px 5px;
            border-bottom: 1px solid #b5b5b5; } }
      .behindthe_scenes .tab_buttons button.active {
        color: #FFF;
        background: #fa9f0e;
        background: -moz-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #fa9f0e), color-stop(31%, #fa9810), color-stop(100%, #f47820));
        background: -webkit-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
        background: -o-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
        background: -ms-linear-gradient(left, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
        background: -webkit-gradient(linear, left top, right top, from(#fa9f0e), color-stop(31%, #fa9810), to(#f47820));
        background: linear-gradient(to right, #fa9f0e 0%, #fa9810 31%, #f47820 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9f0e', endColorstr='#f47820', GradientType=1 ); }
  .behindthe_scenes .tabcontent {
    max-width: 900px;
    text-align: center;
    margin: 7px auto 0;
    display: none; }
    .behindthe_scenes .tabcontent.defaultOpen {
      display: block; }
    .behindthe_scenes .tabcontent p {
      font-size: 18px;
      color: #464646;
      line-height: 1.6;
      letter-spacing: .45px; }

.landing_banner {
  background-position: bottom;
  padding: 253px 0 159px;
  margin-bottom: -29px;
  z-index: 2;
  position: relative; }
  @media (max-width: 1024px) {
    .landing_banner {
      padding-top: 185px;
      padding-bottom: 130px; } }
  @media (max-width: 640px) {
    .landing_banner {
      padding-top: 140px;
      padding-bottom: 100px; } }
  @media (max-width: 480px) {
    .landing_banner {
      padding-top: 130px;
      padding-bottom: 60px; } }
  .landing_banner .small__banner--title {
    margin-bottom: 10px; }
  .landing_banner .next_sect {
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 53px;
    display: inline-block;
    width: 60px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2; }
    @media (max-width: 1024px) {
      .landing_banner .next_sect {
        font-size: 45px; } }
    @media (max-width: 640px) {
      .landing_banner .next_sect {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .landing_banner .next_sect {
        font-size: 26px; } }

.audit_sect {
  padding: 140px 0 40px; }
  @media (max-width: 991px) {
    .audit_sect {
      padding-top: 110px; } }
  @media (max-width: 767px) {
    .audit_sect {
      padding: 80px 0 40px; } }
  @media (max-width: 640px) {
    .audit_sect {
      padding: 60px 0 40px; } }
  @media (max-width: 1200px) {
    .audit_sect .flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .audit_sect__content {
    color: #000;
    margin-bottom: 16px; }
    @media (min-width: 1025px) {
      .audit_sect__content {
        padding-left: 30px; } }
    .audit_sect__content h3 {
      letter-spacing: 1.5px;
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      padding-top: 28px; }
      .audit_sect__content h3:before {
        position: absolute;
        content: "";
        width: 39px;
        height: 2px;
        top: 0;
        left: 0;
        background: #fa9e0e; }
    .audit_sect__content p {
      color: #636363;
      letter-spacing: .24px;
      line-height: 1.4; }
      @media (min-width: 1025px) {
        .audit_sect__content p {
          font-size: 23px; } }
    .audit_sect__content .btn {
      margin-top: 17px; }
  .audit_sect__image {
    margin: -30px -90px -30px -20px; }
    @media (max-width: 1400px) {
      .audit_sect__image {
        margin: -30px -50px -30px -10px; } }
    @media (max-width: 1400px) {
      .audit_sect__image {
        margin: -30px 0 -30px 0; } }
    .audit_sect__image img {
      max-width: 100%; }

.robust_search {
  padding: 42px 0 29px;
  background: #4585AA; }
  .robust_search .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .robust_search .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    @media (max-width: 540px) {
      .robust_search .flex {
        display: block; } }
  @media (min-width: 1025px) {
    .robust_search__image {
      padding-left: 50px; } }
  @media (max-width: 540px) {
    .robust_search__image {
      display: none; } }
  .robust_search__image img {
    max-width: 100%; }
  .robust_search__content {
    color: #FFF;
    margin-bottom: 16px; }
    @media (min-width: 1025px) {
      .robust_search__content {
        padding-left: 30px; } }
    .robust_search__content h3 {
      letter-spacing: 1.5px;
      font-weight: 600;
      margin-bottom: 20px;
      position: relative;
      padding-top: 20px; }
      .robust_search__content h3:before {
        position: absolute;
        content: "";
        width: 39px;
        height: 2px;
        top: 0;
        left: 0;
        background: #fa9e0e; }
    .robust_search__content p {
      color: #C8E7F8;
      letter-spacing: .24px;
      line-height: 1.4; }
      @media (min-width: 1025px) {
        .robust_search__content p {
          font-size: 23px; } }
    .robust_search__content .btn {
      margin-top: 17px; }

.mail_sect {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 43px 0 42px; }
  .mail_sect__container {
    max-width: 750px;
    margin: 0 auto;
    font-size: 0; }
    @media (max-width: 767px) and (min-width: 561px) {
      .mail_sect__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .mail_sect__container h5 {
      font-size: 22px;
      letter-spacing: 1px;
      color: #27436C;
      font-weight: 600;
      font-family: "Raleway", sans-serif;
      margin-bottom: 12px; }
      @media (max-width: 767px) {
        .mail_sect__container h5 {
          font-size: 18px; } }
  .mail_sect__image {
    width: 115px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .mail_sect__image {
        width: 90px; } }
    @media (max-width: 560px) {
      .mail_sect__image {
        display: none; } }
    .mail_sect__image img {
      max-width: 100%; }
  .mail_sect__form {
    display: inline-block;
    width: calc(100% - 115px);
    vertical-align: top;
    padding: 6px 3px 0 12px; }
    @media (max-width: 767px) {
      .mail_sect__form {
        width: calc(100% - 90px);
        padding-left: 0; } }
    @media (max-width: 560px) {
      .mail_sect__form {
        width: 100%; } }
    .mail_sect__form form input {
      width: calc(100% - 130px);
      float: left; }
      @media (max-width: 440px) {
        .mail_sect__form form input {
          width: 100%;
          margin-bottom: 15px; } }
    .mail_sect__form form button, .mail_sect__form form input[type="submit"] {
      max-width: 124px;
      width: 100%;
      padding-left: 5px;
      padding-right: 5px;
      text-align: center;
      margin-left: 6px;
      float: left; }
      @media (max-width: 440px) {
        .mail_sect__form form button, .mail_sect__form form input[type="submit"] {
          float: none;
          margin: 0 auto;
          display: block; } }

.reputation.testimonials {
  padding: 38px 0 39px; }
  .reputation.testimonials .row {
    max-width: 1020px; }
  .reputation.testimonials .testimonials__block {
    font-size: 0;
    margin-bottom: 0; }
    @media (min-width: 501px) {
      .reputation.testimonials .testimonials__block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .reputation.testimonials .testimonials__block--image {
      margin: 0; }
      @media (max-width: 1024px) {
        .reputation.testimonials .testimonials__block--image {
          display: inline-block;
          width: 120px;
          height: 120px; } }
      @media (max-width: 640px) {
        .reputation.testimonials .testimonials__block--image {
          width: 90px;
          height: 90px; } }
      @media (max-width: 500px) {
        .reputation.testimonials .testimonials__block--image {
          width: 110px;
          height: 110px; } }
    .reputation.testimonials .testimonials__block--content {
      margin-left: 65px;
      margin-bottom: 0;
      max-width: 750px;
      text-align: left;
      width: calc(100% - 148px);
      padding: 34px 50px 30px 48px; }
      @media (max-width: 1024px) {
        .reputation.testimonials .testimonials__block--content {
          display: inline-block;
          margin-left: 45px;
          width: calc(100% - 120px - 45px);
          padding: 30px; } }
      @media (max-width: 640px) {
        .reputation.testimonials .testimonials__block--content {
          width: calc(100% - 90px - 45px); } }
      @media (max-width: 500px) {
        .reputation.testimonials .testimonials__block--content {
          width: 100%;
          margin: 35px 0 0; } }
      @media (min-width: 501px) {
        .reputation.testimonials .testimonials__block--content:before {
          top: 48%;
          left: 0px;
          right: auto;
          -webkit-transform: rotate(45deg) translateX(-50%);
          -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
          margin: 0;
          content: ""; } }
      .reputation.testimonials .testimonials__block--content p {
        color: #334148; }
      .reputation.testimonials .testimonials__block--content .content_title {
        font-size: 21px;
        color: #3E3E3E;
        
        font-weight: 600;
        letter-spacing: .5px;
        margin-bottom: 0px;
        line-height: 1;
        margin-top: 30px; }
        @media (max-width: 991px) {
          .reputation.testimonials .testimonials__block--content .content_title {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .reputation.testimonials .testimonials__block--content .content_title {
            font-size: 17px; } }
        @media (max-width: 640px) {
          .reputation.testimonials .testimonials__block--content .content_title {
            font-size: 22px; } }
        @media (max-width: 480px) {
          .reputation.testimonials .testimonials__block--content .content_title {
            font-size: 15px; } }
      .reputation.testimonials .testimonials__block--content .person_job {
        display: block;
        font-size: 18px;
        
        font-weight: 600;
        letter-spacing: .4px;
        color: #707070; }
        @media (max-width: 991px) {
          .reputation.testimonials .testimonials__block--content .person_job {
            font-size: 17px; } }
        @media (max-width: 767px) {
          .reputation.testimonials .testimonials__block--content .person_job {
            font-size: 22px; } }
        @media (max-width: 640px) {
          .reputation.testimonials .testimonials__block--content .person_job {
            font-size: 15px; } }
        @media (max-width: 480px) {
          .reputation.testimonials .testimonials__block--content .person_job {
            font-size: 14px; } }

.payment_page {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #F8F8F8;
  background-position: bottom; }
  .payment_page .header {
    position: static; }
    .payment_page .header__logo {
      margin-left: 0; }
  .payment_page h2 {
    color: #252525;
    font-weight: 600; }

.payment_content {
  margin: 42px 0 0; }

.tabs__container {
  margin: 20px auto 110px;
  border: 2px solid #b6b6b6;
  -webkit-box-shadow: 0 0 45px 4px #b6b6b6;
  box-shadow: 0 0 45px 4px #b6b6b6; }
  .tabs__container .payment_tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    border-bottom: 2px solid #b6b6b6; }
    .tabs__container .payment_tabs li {
      width: calc(100% / 3);
      display: inline-block;
      border-right: 2px solid #b6b6b6; }
      .tabs__container .payment_tabs li:last-child {
        border-right: none; }
      @media (max-width: 640px) {
        .tabs__container .payment_tabs li {
          width: 100%;
          border-right: none;
          border-bottom: 2px solid #b6b6b6; }
          .tabs__container .payment_tabs li:last-child {
            border-bottom: none; } }
      .tabs__container .payment_tabs li a {
        font-size: 20.5px;
        font-weight: bold;
        color: #2A658E;
        line-height: 40px;
        display: block;
        background: #F9F9F9;
        padding: 26px 70px 26px 50px;
        
        letter-spacing: 2.4px;
        text-decoration: none !important;
        position: relative; }
        @media (max-width: 1100px) {
          .tabs__container .payment_tabs li a {
            padding: 23px 60px 23px 30px; } }
        @media (max-width: 991px) {
          .tabs__container .payment_tabs li a {
            padding: 20px 50px 20px 15px;
            font-size: 18px;
            letter-spacing: 1.4px; } }
        @media (max-width: 900px) {
          .tabs__container .payment_tabs li a {
            font-size: 17px;
            letter-spacing: .5px; } }
        @media (max-width: 767px) {
          .tabs__container .payment_tabs li a {
            padding: 12px 30px 12px 15px;
            font-size: 22px; } }
        .tabs__container .payment_tabs li a:before {
          position: absolute;
          content: "";
          left: 0;
          right: 0;
          bottom: 0;
          background: #fa9e0e;
          height: 4px;
          opacity: 0; }
        .tabs__container .payment_tabs li a span {
          position: relative;
          padding-left: 45px; }
          @media (max-width: 900px) {
            .tabs__container .payment_tabs li a span {
              padding-left: 45px; } }
          @media (max-width: 767px) {
            .tabs__container .payment_tabs li a span {
              padding-left: 0; } }
        .tabs__container .payment_tabs li a svg {
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-55%);
          -ms-transform: translateY(-55%);
          transform: translateY(-55%); }
          @media (max-width: 767px) {
            .tabs__container .payment_tabs li a svg {
              display: none; } }
          .tabs__container .payment_tabs li a svg path {
            fill: #2A658E;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s; }
        .tabs__container .payment_tabs li a:hover {
          background: #ececec; }
      .tabs__container .payment_tabs li.active a {
        color: #FFF;
        background: #1C76B4; }
        .tabs__container .payment_tabs li.active a svg path {
          fill: #fff; }
        .tabs__container .payment_tabs li.active a:before {
          opacity: 1; }
      .tabs__container .payment_tabs li.validated a {
        background: #052E4A;
        color: #fff; }
        .tabs__container .payment_tabs li.validated a:after {
          position: absolute;
          content: "\f058";
          color: #fa9e0e;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 30px;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 33px; }
          @media (max-width: 1100px) {
            .tabs__container .payment_tabs li.validated a:after {
              right: 20px; } }
          @media (max-width: 991px) {
            .tabs__container .payment_tabs li.validated a:after {
              right: 15px;
              font-size: 28px; } }
          @media (max-width: 767px) {
            .tabs__container .payment_tabs li.validated a:after {
              font-size: 24px; } }
        .tabs__container .payment_tabs li.validated a svg path {
          fill: #fff; }
  .tabs__container .tab-content {
    background: #FFF;
    padding: 10px 50px 75px 44px; }
    .tabs__container .tab-content .tab-pane {
      padding: 44px 50px 75px; }
      @media (max-width: 767px) {
        .tabs__container .tab-content .tab-pane {
          padding: 40px 20px 60px; } }
    .tabs__container .tab-content label {
      color: #555;
      font-size: 22px;
      font-weight: 400;
      letter-spacing: .3px;
      display: block; }
      @media (max-width: 767px) {
        .tabs__container .tab-content label {
          font-size: 20px; } }
      @media (max-width: 640px) {
        .tabs__container .tab-content label {
          font-size: 18px; } }
    .tabs__container .tab-content input[type='text'],
    .tabs__container .tab-content input[type='search'],
    .tabs__container .tab-content input[type='tel'],
    .tabs__container .tab-content input[type='number'],
    .tabs__container .tab-content input[type='email'] {
      margin-bottom: 7px;
      display: block;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 768px) {
        .tabs__container .tab-content input[type='text'],
        .tabs__container .tab-content input[type='search'],
        .tabs__container .tab-content input[type='tel'],
        .tabs__container .tab-content input[type='number'],
        .tabs__container .tab-content input[type='email'] {
          height: 52px; } }
      @media (min-width: 641px) {
        .tabs__container .tab-content input[type='text'],
        .tabs__container .tab-content input[type='search'],
        .tabs__container .tab-content input[type='tel'],
        .tabs__container .tab-content input[type='number'],
        .tabs__container .tab-content input[type='email'] {
          /*max-width: 495px;*/ } }
    .tabs__container .tab-content #submit-btn {
      margin-bottom: 31px; }
    .tabs__container .tab-content .radio_blocks {
      padding: 10px 0 0 3px; }
      .tabs__container .tab-content .radio_blocks input[type='radio'] {
        display: none; }
      .tabs__container .tab-content .radio_blocks label {
        font-size: 19px;
        display: block;
        position: relative;
        padding-left: 38px;
        cursor: pointer;
        line-height: 1.2;
        margin-bottom: 22px; }
        @media (max-width: 767px) {
          .tabs__container .tab-content .radio_blocks label {
            font-size: 18px; } }
        @media (max-width: 640px) {
          .tabs__container .tab-content .radio_blocks label {
            font-size: 22px; } }
        @media (max-width: 480px) {
          .tabs__container .tab-content .radio_blocks label {
            padding-left: 28px; } }
        .tabs__container .tab-content .radio_blocks label:before, .tabs__container .tab-content .radio_blocks label:after {
          position: absolute;
          content: "";
          border-radius: 50%; }
        .tabs__container .tab-content .radio_blocks label:before {
          width: 22px;
          height: 22px;
          top: 0;
          left: 0;
          border: 1px solid #c7c7c7; }
          @media (max-width: 480px) {
            .tabs__container .tab-content .radio_blocks label:before {
              top: -2px; } }
        .tabs__container .tab-content .radio_blocks label:after {
          width: 9px;
          height: 9px;
          top: 6.5px;
          left: 6.5px;
          background: #fa9e0e;
          border: 1px solid #cf6315;
          opacity: 0; }
          @media (max-width: 480px) {
            .tabs__container .tab-content .radio_blocks label:after {
              top: 4.5px; } }
      .tabs__container .tab-content .radio_blocks input[type='radio']:checked + label:after {
        opacity: 1; }
    .tabs__container .tab-content .details_tab .btn {
      margin-top: 35px; }
      @media (min-width: 768px) {
        .tabs__container .tab-content .details_tab .btn {
          max-width: 244px;
          width: 100%;
          padding-top: 23px;
          padding-bottom: 23px;
          letter-spacing: 3.7px; }
          .tabs__container .tab-content .details_tab .btn .fa {
            font-size: 30px;
            -webkit-transform: translateX(3px) translateY(2px);
            -ms-transform: translateX(3px) translateY(2px);
            transform: translateX(3px) translateY(2px); } }
    @media (min-width: 641px) {
      .tabs__container .tab-content .information_tab .half_width,
      .tabs__container .tab-content .payment_tab .half_width {
        width: 50%;
        float: left;
        padding-right: 6px; }
        .tabs__container .tab-content .information_tab .half_width:nth-child(even),
        .tabs__container .tab-content .payment_tab .half_width:nth-child(even) {
          padding-right: 0;
          padding-left: 6px; } }
    @media (max-width: 640px) {
      .tabs__container .tab-content .information_tab .half_width + .half_width,
      .tabs__container .tab-content .payment_tab .half_width + .half_width {
        margin-top: 30px; } }
    .tabs__container .tab-content .information_tab {
      max-width: 790px; }
      @media (min-width: 641px) {
        .tabs__container .tab-content .information_tab input[type='text'],
        .tabs__container .tab-content .information_tab input[type='search'],
        .tabs__container .tab-content .information_tab input[type='tel'],
        .tabs__container .tab-content .information_tab input[type='number'],
        .tabs__container .tab-content .information_tab input[type='email'] {
          max-width: 640px; } }
    .tabs__container .tab-content .payment_tab {
      max-width: 680px; }
      .tabs__container .tab-content .payment_tab span {
        display: block;
        font-size: 20px;
        color: #636363;
        letter-spacing: .3px;
        line-height: 1.48; }
        @media (max-width: 640px) {
          .tabs__container .tab-content .payment_tab span {
            font-size: 18px; } }
        @media (max-width: 480px) {
          .tabs__container .tab-content .payment_tab span {
            font-size: 22px; } }
        .tabs__container .tab-content .payment_tab span strong {
          color: #000; }
        .tabs__container .tab-content .payment_tab span span {
          color: #fa9e0e;
          display: inline; }
      .tabs__container .tab-content .payment_tab .total_price {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 20px 0;
        margin: 34px 0 17px; }
      .tabs__container .tab-content .payment_tab .payment__block {
        margin-top: 21px;
        margin-bottom: 82px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 400px) {
          .tabs__container .tab-content .payment_tab .payment__block {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .tabs__container .tab-content .payment_tab .payment__block .btn {
          margin-top: 0;
          float: left; }
        .payment_tab .payment__block ul {
          margin: 0;
          padding: 0;
          list-style: none;
          padding: 0 19px;
          float: left; }
          @media (max-width: 400px) {
            .payment__block ul {
              width: 100%;
              margin-top: 15px;
              padding: 0; } }
          .payment__block ul li {
            display: inline-block;
            padding: 3px 0; }
       .payment__info { margin-top: 35px; }
      .tabs__container .tab-content .payment_tab .payment__info p {
        font-size: 17px;
        color: #636363;
        letter-spacing: .2px;
        line-height: 1.3; }
        .tabs__container .tab-content .payment_tab .payment__info p span {
          color: #fa9e0e;
          display: inline; }
        @media (max-width: 640px) {
          .tabs__container .tab-content .payment_tab .payment__info p {
            font-size: 15px; } }
        @media (max-width: 480px) {
          .tabs__container .tab-content .payment_tab .payment__info p {
            font-size: 14px; } }
  .tabs__container .product__qty {
    width: 84px;
    position: relative;
    margin-left: 37px;
    margin-top: -5px; }
    .tabs__container .product__qty input[type=number]::-webkit-inner-spin-button,
    .tabs__container .product__qty input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none; }
    .tabs__container .product__qty input[type='number'] {
      padding-right: 30px !important;
      width: 84px;
      padding: 0;
      outline-style: none;
      height: 52px;
      text-align: center;
      padding: 13px 5px;
      margin-bottom: 0; }
    .tabs__container .product__qty .button-group {
      border-left: 1px solid #bfbfbf;
      position: absolute;
      right: 0;
      top: 0;
      height: 52px;
      width: 33px; }
    .tabs__container .product__qty-up, .tabs__container .product__qty-down {
      width: 100%;
      height: 26px;
      border-radius: 0;
      border: none;
      background: transparent;
      outline: none;
      font-size: 18px;
      padding: 0; }
    .tabs__container .product__qty-up {
      top: 0; }
    .fa-caret-up:before, .fa-caret-down:before {
      color: #333;
    }
    .tabs__container .product__qty-up .fa {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px); }
    .tabs__container .product__qty-down {
      top: 26px; }
      .tabs__container .product__qty-down .fa {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px); }

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.footer {
  padding: 40px 0 18px;
  min-width: 320px;
  background: #010827;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .footer__logo {
    display: inline-block;
    margin-left: 10px;
    max-width: 135px; }
    @media (max-width: 991px) {
      .footer__logo {
        margin: 0 auto;
        display: block; } }
    .footer__logo img {
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .footer__menu {
    padding-top: 24px; }
    @media (max-width: 991px) {
      .footer__menu {
        margin-bottom: 15px; } }
    .footer__menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center;
      font-size: 0; }
      .footer__menu ul li {
        display: inline-block;
        padding: 0 21px; }
        @media (max-width: 1100px) {
          .footer__menu ul li {
            padding: 0 12px; } }
        @media (max-width: 1024px) {
          .footer__menu ul li {
            padding: 0 8px; } }
        @media (max-width: 767px) {
          .footer__menu ul li {
            padding: 5px 10px; } }
        .footer__menu ul li a {
          
          color: #FFF;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 2.5px;
          position: relative; }
          @media (max-width: 1024px) {
            .footer__menu ul li a {
              font-size: 12px; } }
          @media (max-width: 767px) {
            .footer__menu ul li a {
              line-height: 1.6; } }
          .footer__menu ul li a:before {
            position: absolute;
            content: "";
            top: 100%;
            left: 0;
            right: 0;
            width: 0;
            height: 1px;
            background: #FFF;
            margin: 0 auto;
            opacity: 0;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          .footer__menu ul li a:hover {
            text-decoration: none; }
            .footer__menu ul li a:hover:before {
              opacity: 1;
              width: 100%; }
  .footer__sociacls {
    padding-top: 16px; }
    .footer__sociacls ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: right;
      font-size: 0;
      padding-right: 7px; }
      @media (max-width: 991px) {
        .footer__sociacls ul {
          text-align: center; } }
      .footer__sociacls ul li {
        display: inline-block;
        margin-left: 7px; }
        .footer__sociacls ul li:first-child {
          margin-left: 0; }
        .footer__sociacls ul li a {
          width: 36px;
          height: 36px;
          border-radius: 50%;
          font-size: 18px;
          color: #FFF;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .footer__sociacls ul li a:hover {
            text-decoration: none; }
          .footer__sociacls ul li a.fb {
            background: #3B5998; }
            .footer__sociacls ul li a.fb:hover {
              background: #4c70ba; }
          .footer__sociacls ul li a.in {
            background: #007bb6; }
            .footer__sociacls ul li a.in:hover {
              background: #009de9; }
          .footer__sociacls ul li a.tw {
            background: #00aced; }
            .footer__sociacls ul li a.tw:hover {
              background: #21c2ff; }
  .footer__copyright {
    border-top: 1px solid #232323;
    -webkit-box-shadow: 0px -1px 0px #0b174b;
    box-shadow: 0px -1px 0px #0b174b;
    margin-top: 38px;
    padding-top: 10px;
    padding: 25px 0 15px; }
    .footer__copyright p {
      color: #FFF;
      font-size: 22px;
      letter-spacing: 1px;
      letter-spacing: .2px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .footer__copyright p {
          font-size: 15px; } }
      @media (max-width: 480px) {
        .footer__copyright p {
          font-size: 14px; } }
.tabs__container .tryitnow {
  padding: 10px 50px 50px 44px; }
.btn-coupon {
  color: #fff;
  background-color: #fa9e0e;
  border-color: #fa9e0e; }
.btn-coupon:hover {
  color: #fff;
  background-color: #f47a1f;
  border-color: #f4791f; }
#order_summary div.summary-heading, #order_summary div.summary-detail {
  font-size: 1.2em;
  color: darkslategrey; }
div.symmary-row {
  margin-bottom: 15px; }
div.grand-total {
  border-top: solid 2px grey;
  padding-top: 10px; }
.sub-total {
  padding: 15px 0;
  border-top: dashed 1px #e6e6e6;
  border-bottom: dashed 1px #e6e6e6; }
#feedback-alert {
  margin-top: 0px; }
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(14, 67, 120);
  background: rgb(14, 67, 120);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
#return-to-top:hover {
  background: rgb(33, 101, 156); }
#return-to-top:hover i {
  color: #fff;
  top: 5px; }
.chosen-container {
  font-size: 18px; }
.chosen-container-single .chosen-single {
  padding: 13px 0 0 22px;
  height: 52px; }
.chosen-container-single .chosen-single div {
  top: 15px;
  right: -2px; }
.chosen-container-single .chosen-search input[type=text] {
  background: none; }
.osimg {
  height: 95px;
  width: auto;
  display: inline;
  margin: 15px 40px 40px 0;   }
.download-steps {
  font-size: 2em;
  font-weight: bold;
  color: #fa9f0e;
  text-decoration: underline;
  margin-bottom: 15px;
  display: inline; }
.step-detail {
  display: inline;
  line-height: 2.5em;
  margin-left: 21px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}
.downloadrow {
  margin-top: 40px; }