@charset "UTF-8";
/* Colours */
/* Heading Colours */
/* General */
.outer-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
  position: relative;
  overflow: hidden;
}

html, body {
  font-family: filson-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  color: #92A4A9;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  font-family: filson-soft, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #436575;
  font-size: 1.8em;
  text-transform: capitalize;
  margin-bottom: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

h3 {
  font-size: 1.6em;
}

p {
  line-height: 1.5;
  font-size: 1.1em;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999999;
}

#preloader img {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#preloader.preloaded {
  opacity: 0 !important;
  visibility: hidden !important;
}

.orange {
  background: #EA6534;
}

.orange-glow, .orange_glow {
  -webkit-box-shadow: 0 0 10px #F18E40;
          box-shadow: 0 0 10px #F18E40;
}

.blue {
  background: #27ab9e;
}

.purple {
  background: #784997;
}

.pink {
  background: #e72b66;
}

header .nav-holder {
  padding: 25px 0;
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(67, 101, 117, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .nav-holder .logo {
  position: relative;
  opacity: 0;
}

header .nav-holder .logo svg {
  width: 70px;
  height: 60px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .nav-holder .logo:hover svg {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-filter: invert(65%) sepia(11%) saturate(1362%) hue-rotate(161deg) brightness(97%) contrast(89%);
          filter: invert(65%) sepia(11%) saturate(1362%) hue-rotate(161deg) brightness(97%) contrast(89%);
}

header .nav-holder .logo .logo1, header .nav-holder .logo .logo2 {
  opacity: 0;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  width: 40px;
  height: 60px;
  top: 50%;
  right: 0;
}

header .nav-holder .logo:hover .logo1 {
  opacity: 0 !important;
  -webkit-transform: scale(1) translateY(-50%) !important;
          transform: scale(1) translateY(-50%) !important;
}

header .nav-holder .logo:hover .logo2 {
  opacity: 1 !important;
  -webkit-transform: scale(1) translateY(-50%) !important;
          transform: scale(1) translateY(-50%) !important;
}

header .nav-holder--inner .logo {
  opacity: 1;
}

header .nav-holder--inner .logo svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

header .nav-holder nav {
  left: 6em;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .nav-holder nav ul li {
  position: relative;
}

header .nav-holder nav ul li a {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: auto;
  color: #fff;
  text-decoration: none;
  font-size: .75em;
  padding: .3em .9em .5em .9em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .nav-holder nav ul li a:hover, header .nav-holder nav ul li a.active {
  color: #446276;
}

header .nav-holder nav ul li:last-of-type a {
  font-family: filson-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  background: #446276;
  font-size: 0.65em !important;
  border-radius: 40px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  margin: 0 0 0 20px;
  -webkit-animation: navdarkgreyglowing 1500ms infinite;
          animation: navdarkgreyglowing 1500ms infinite;
}

header .nav-holder nav ul li .fa-caret-down {
  position: absolute;
  right: 4px;
  color: #fff;
  font-size: 12px;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .nav-holder nav ul li:hover .sub-menu {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .nav-holder nav .sub-menu {
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 150px;
  opacity: 0;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .nav-holder nav .sub-menu > li {
  position: relative;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

header .nav-holder nav .sub-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 40px 20px;
  background: #f6f6f6;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .nav-holder nav .sub-menu > li a:last-of-type {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: auto;
  color: #fff;
  text-decoration: none;
  font-size: .65em;
  padding: .5em .9em .7em .9em;
  text-transform: none !important;
  background: none !important;
  color: #456276;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .nav-holder nav .sub-menu > li a:hover {
  opacity: .5;
}

header .nav-holder .mobile-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #f4973b;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4973b), to(#e3322e));
  background: linear-gradient(to bottom, #f4973b, #e3322e);
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  overflow-y: auto;
}

header .nav-holder .mobile-nav nav li:last-of-type a {
  float: left;
  margin-top: 2em;
  margin-left: 30px;
  font-size: .75em !important;
}

header .nav-holder .mobile-nav nav li a {
  font-family: "roboto";
  font-family: roboto;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  font-size: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .nav-holder .mobile-nav .fa-caret-down {
  background: #456276;
  padding: 12px 15px;
  border-radius: 10px;
  top: 0;
  cursor: pointer;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

header .nav-holder .mobile-nav .sub-menu {
  position: relative;
  width: 100%;
  display: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

header .nav-holder .mobile-nav .sub-menu li {
  border-bottom: none;
}

header .nav-holder .mobile-nav .sub-menu li a {
  color: #fff !important;
  margin: 0 0 0 2em !important;
  padding: .5em 0 !important;
  font-size: 0.75em !important;
}

header .nav-holder .mobile-nav.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

header .nav-holder.fixed {
  background: #92A4A9;
}

header .nav-holder.fixed .logo {
  opacity: 1;
}

header .nav-holder.fixed .logo svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

header .nav-holder.fixed .logo .logo1 {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .nav-holder.fixed .social-holder .social a {
  color: #92A4A9;
}

header .grid-container {
  position: relative;
  z-index: 9;
}

header .social-holder {
  margin: 0 0 0 auto;
}

header .social-holder .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .social-holder .social a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33px;
  height: 33px;
  padding: 0;
  margin: 0 0 0 0.5em;
  background: #fff;
  color: #f4973b;
  border-radius: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .social-holder .social a i {
  font-size: 0.9em;
  z-index: 1000;
}

header .social-holder .social a:hover {
  background: #D8D8D8;
}

header #menu {
  width: 79px;
  height: 4em;
  font-size: 1em;
  color: #ffffff;
  background: none;
  border: none;
  text-transform: uppercase;
  padding: 1.4em 0;
  display: block;
  position: relative;
  left: 0;
  float: left;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header #menu .open, header #menu .close {
  width: 100%;
  position: absolute;
  top: 1.4em;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header #menu .close {
  -webkit-transform: scale(0);
          transform: scale(0);
}

header #menu.click .open {
  -webkit-transform: scale(0);
          transform: scale(0);
}

header #menu.click .close {
  -webkit-transform: scale(1);
          transform: scale(1);
}

header .mobileBtn {
  position: relative;
}

header .mobileBtn #open, header .mobileBtn #close {
  width: auto;
  position: absolute;
  top: 6px;
  left: 58px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .mobileBtn #close {
  display: none;
}

.heading {
  position: relative;
  padding: 11em 0 12em 0;
  margin-bottom: 90px;
  background: #f4973b;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4973b), to(#e3322e));
  background: linear-gradient(to bottom, #f4973b, #e3322e);
  overflow: hidden;
  z-index: 2;
}

.heading svg #homeHeroMask {
  -webkit-transform: scale(0.12, 0.195);
          transform: scale(0.12, 0.195);
}

.heading svg #homeHeroMask path {
  position: relative;
  left: 50%;
  -webkit-transform: scale(0.0042, 0.00555) translateX(-50%);
  transform: scale(0.0042, 0.00555) translateX(-50%);
}

.heading svg.mask-svg {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  z-index: 999;
}

.heading svg.mask-2-svg {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  z-index: 999;
}

.heading .logo {
  max-width: 340px;
  margin: -12em auto 2.2em;
}

.heading .video-container {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 100%;
  z-index: 2;
}

.heading .video-container video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.heading .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.heading .video-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .9;
  background: #f4973b;
}

.heading .stars {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/stars.png) repeat-y;
  background-size: 100% auto;
  z-index: 1;
  opacity: 1;
}

.heading .twinkling {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: transparent url(../img/twinkling.png) repeat-x;
  background-size: auto 100% !important;
  z-index: 2;
  opacity: 1;
  -webkit-animation: twinkling 250s linear infinite;
          animation: twinkling 250s linear infinite;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

.heading .clouds {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../img/clouds.png) repeat top center;
  z-index: 3;
  -webkit-animation: moving-clouds 200s linear infinite;
          animation: moving-clouds 200s linear infinite;
  opacity: 1;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

.heading .trail {
  position: absolute;
  background-size: 100% 100% !important;
  background: url(../img/trail.png) no-repeat;
  opacity: 0;
}

.heading .grid-container {
  position: relative;
  z-index: 4;
}

.heading .grid-container h1, .heading .grid-container h2, .heading .grid-container h3, .heading .grid-container p {
  font-size: 2.4em;
  color: #fff;
}

.heading .grid-container p {
  font-size: 1.1em;
  font-weight: 300;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.heading .grid-container .cta {
  margin-top: 1.5em;
}

.heading .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.2;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.heading.home {
  -webkit-clip-path: url(#homeHeroMask);
          clip-path: url(#homeHeroMask);
}

.heading--inner {
  padding: 12em 0;
}

.heading--inner .stars {
  opacity: .4 !important;
}

.heading:hover .trail {
  opacity: 0.2;
}

.footer {
  position: relative;
  margin-top: 8em;
  background: #F0F0F0;
}

.footer svg.mask-footer {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: calc(100% + 2px);
}

.footer--top {
  position: relative;
  padding: 50px 0;
}

.footer--top h5 {
  font-family: roboto, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  font-weight: 700;
  color: #92A4A9;
  text-align: left;
}

.footer--top .grid-x .cell:first-child ul {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  list-style: none;
  margin-bottom: 0;
}

.footer--top .grid-x .cell:first-child ul li {
  width: 100%;
  margin: 0.4em 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer--top .grid-x .cell:first-child ul li:before {
  content: "\2022";
  color: #92A4A9;
  padding: 0 0.6em 0 0;
}

.footer--top .grid-x .cell:first-child ul li a {
  text-decoration: none;
  border-bottom: 1px solid rgba(146, 164, 169, 0);
  color: #92A4A9;
  margin: 0 0 0 1em;
  font-size: 0.9em;
  position: relative;
}

.footer--top .grid-x .cell:first-child ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #92a4a9;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer--top .grid-x .cell:first-child ul li a:hover:after {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer--top .form > span {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
  font-family: filson-soft, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2em;
}

.footer--top .form form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.footer--top .form form label, .footer--top .form form .validation_error {
  display: none;
}

.footer--top .form form .gform_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}

.footer--top .form form .gform_body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}

.footer--top .form form .gform_body ul li {
  position: relative;
  margin: 0;
  padding: 0;
}

.footer--top .form form .gform_body .ginput_container {
  display: block;
}

.footer--top .form form .gform_body .validation_message {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-left: 20px;
  padding-top: 5px;
  color: #F18E40;
  font-size: 0.8rem;
}

.footer--top .form form .gform_body input[type="text"] {
  position: relative;
  width: 100%;
  float: none;
  height: auto;
  margin: 0;
  padding: 1rem 2rem 1rem 2rem;
  font-family: filson-soft, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #92A4A9;
  text-transform: none;
  font-size: 1rem;
  line-height: 26px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 10px #F18E40;
          box-shadow: 0 0 10px #F18E40;
}

.footer--top .form form .gform_footer button {
  padding: 22px 25px;
  font-size: 22px;
  background: #EA6534;
  -webkit-box-shadow: 0 0 10px #F18E40;
          box-shadow: 0 0 10px #F18E40;
  border-radius: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer--top .form form .gform_footer button:hover {
  -webkit-box-shadow: 0 0 25px #F18E40;
          box-shadow: 0 0 25px #F18E40;
}

.footer--top .form .gform_confirmation_wrapper {
  text-align: center;
}

.footer--top .form .gform_confirmation_wrapper .gform_confirmation_message {
  display: inline-block;
  margin: 0 auto;
  background: #79d979;
  color: #fff;
  padding: 20px;
  border-radius: 40px;
}

.footer--top .logo svg {
  width: 175px;
  max-width: 175px;
}

.footer--bottom {
  position: relative;
  padding: 1.5em 0;
  background: #E63F39;
  background: -webkit-gradient(linear, right top, left top, from(#E63F39), to(#F18E40));
  background: linear-gradient(to left, #E63F39, #F18E40);
}

.footer--bottom p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: auto;
  float: left;
  color: #fff;
  font-size: 0.7em;
  margin: 0;
  padding: 0.6em 0;
}

.footer--bottom p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
  margin-right: 5px;
}

.footer--bottom a:hover {
  border-bottom: 1px solid white !important;
}

.footer--bottom .copyright p:nth-child(1) {
  border-right: 1px solid #fff;
  padding-right: 1em;
  margin-right: 1em;
}

.footer--bottom .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer--bottom .contact a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-family: "roboto";
  font-weight: 300;
  padding: 0.1em 0 0 0 !important;
}

.footer--bottom .contact .social {
  border-left: 1px solid #fff;
  padding-left: 1em;
  margin-left: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer--bottom .contact .social a {
  width: 33px;
  height: 33px;
  color: #f4973b;
  position: relative;
  border-radius: 100%;
  float: left;
  margin: 0 0 0 0.5em;
  background: #fff;
  color: #E63F39;
  padding: 0 !important;
  text-decoration: none;
}

.footer--bottom .contact .social a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.8em;
  z-index: 1000;
}

.footer--bottom .contact .social a span {
  display: none;
}

.footer--bottom .contact .social a:hover {
  background: #D8D8D8;
}

.modules-container {
  position: relative;
  z-index: 9;
}

.modules-container .section {
  margin-bottom: 30px;
}

.modules-container .testimonial-quotes {
  margin-bottom: 90px;
}

.modules-container .blog-module .category {
  margin-top: 30px;
}

.modules-container .blog-module .bottom-link {
  margin-top: 100px;
}

.modules-container .company-module .bottom-link .btn {
  display: inline-block;
  font-family: filson-soft,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  border-radius: 40px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  text-align: center;
}

.modules-container .company-module .bottom-link .btn--orange {
  background: #EA6534;
}

.modules-container .company-module .bottom-link .btn--orange:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 25px #EA6534;
          box-shadow: 0 0 25px #EA6534;
}

.modules-container .company-module .bottom-link .btn--orange-glow {
  -webkit-box-shadow: 0 0 10px #f18e40;
          box-shadow: 0 0 10px #f18e40;
}

.modules-container .company-module .bottom-link .btn--orange-glow-animate {
  -webkit-animation: orangeglowing 1500ms infinite;
          animation: orangeglowing 1500ms infinite;
}

.modules-container .company-module .bottom-link .btn--orange-glow-animate:hover {
  background: #EA6534;
  color: #fff;
}

.modules-container .company-module .bottom-link .btn--grey {
  background: #446276;
}

.modules-container .company-module .bottom-link .btn--grey-glow {
  -webkit-box-shadow: 0 0 10px #446276;
          box-shadow: 0 0 10px #446276;
}

.modules-container .company-module .bottom-link .btn--grey-glow-animate {
  -webkit-animation: darkgreyglowing 1500ms infinite;
          animation: darkgreyglowing 1500ms infinite;
}

.modules-container .company-module .bottom-link .btn--grey:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 25px #446276;
          box-shadow: 0 0 25px #446276;
}

.modules-container .company-module .bottom-link .btn--purple {
  background: #784997;
}

.modules-container .company-module .bottom-link .btn--purple:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 25px #784997;
          box-shadow: 0 0 25px #784997;
}

.modules-container .company-module .bottom-link .btn--purple-glow {
  -webkit-box-shadow: 0 0 10px #784997;
          box-shadow: 0 0 10px #784997;
}

.modules-container .company-module .bottom-link .btn--blue {
  background: #40B8E6;
}

.modules-container .company-module .bottom-link .btn--blue:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 25px #40B8E6;
          box-shadow: 0 0 25px #40B8E6;
}

.modules-container .company-module .bottom-link .btn--blue-glow {
  -webkit-box-shadow: 0 0 10px #40B8E6;
          box-shadow: 0 0 10px #40B8E6;
}

.modules-container .company-module .bottom-link .btn--pink {
  background: #E62B66;
}

.modules-container .company-module .bottom-link .btn--pink:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 25px #E62B66;
          box-shadow: 0 0 25px #E62B66;
}

.modules-container .company-module .bottom-link .btn--pink-glow {
  -webkit-box-shadow: 0 0 10px #E62B66;
          box-shadow: 0 0 10px #E62B66;
}

.modules-container .company-module .bottom-link .btn:first-child {
  margin-top: 50px;
}

ul, ol {
  margin-top: 0.5em;
  width: auto;
}

ul:nth-child(1), ul:nth-child(2), ol:nth-child(1), ol:nth-child(2) {
  font-size: 1.3em;
}

.btn {
  display: inline-block;
  font-family: filson-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  border-radius: 40px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  text-align: center;
}

.btn--lrg {
  font-size: 1.2em !important;
  padding: 15px 30px;
}

.btn--dashed {
  border: 1px dashed #fff;
}

.btn--orange {
  background: #EA6534;
}

.btn--orange:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 25px #EA6534;
          box-shadow: 0 0 25px #EA6534;
}

.btn--orange-glow {
  -webkit-box-shadow: 0 0 10px #f18e40;
          box-shadow: 0 0 10px #f18e40;
}

.btn--orange-glow-animate {
  -webkit-animation: orangeglowing 1500ms infinite;
          animation: orangeglowing 1500ms infinite;
}

.btn--orange-glow-animate:hover {
  background: #EA6534;
  color: #fff;
}

.btn--grey {
  background: #446276;
}

.btn--grey-glow {
  -webkit-box-shadow: 0 0 10px #446276;
          box-shadow: 0 0 10px #446276;
}

.btn--grey-glow-animate {
  -webkit-animation: darkgreyglowing 1500ms infinite;
          animation: darkgreyglowing 1500ms infinite;
}

.btn--grey:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 25px #446276;
          box-shadow: 0 0 25px #446276;
}

.btn--purple {
  background: #784997;
}

.btn--purple:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 25px #784997;
          box-shadow: 0 0 25px #784997;
}

.btn--purple-glow {
  -webkit-box-shadow: 0 0 10px #784997;
          box-shadow: 0 0 10px #784997;
}

.btn--blue {
  background: #40B8E6;
}

.btn--blue:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 25px #40B8E6;
          box-shadow: 0 0 25px #40B8E6;
}

.btn--blue-glow {
  -webkit-box-shadow: 0 0 10px #40B8E6;
          box-shadow: 0 0 10px #40B8E6;
}

.btn--pink {
  background: #E62B66;
}

.btn--pink:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 25px #E62B66;
          box-shadow: 0 0 25px #E62B66;
}

.btn--pink-glow {
  -webkit-box-shadow: 0 0 10px #E62B66;
          box-shadow: 0 0 10px #E62B66;
}

.btn--video {
  background: #EA6534;
  position: relative;
  padding: 15px 60px 15px 30px;
}

.btn--video span {
  background: #e4926f;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  right: 30px;
  top: 60%;
  border-radius: 100%;
  margin-top: -6px;
  margin-bottom: -8px;
  margin-right: -18px;
  margin-left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn--video span i {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.9em;
}

.btn:focus {
  color: #fff;
}

.circles-grid h1:nth-child(1), .circles-grid h2:nth-child(1), .circles-grid h3:nth-child(1), .circles-grid h4:nth-child(1), .circles-grid h5:nth-child(1), .circles-grid h6:nth-child(1), .circles-grid p:nth-child(1), .table h1:nth-child(1), .table h2:nth-child(1), .table h3:nth-child(1), .table h4:nth-child(1), .table h5:nth-child(1), .table h6:nth-child(1), .table p:nth-child(1) {
  margin-top: 0;
}

.circles-grid a, .table a {
  color: #436575;
  text-decoration: underline;
}

.circles-grid a:hover, .table a:hover {
  opacity: .5;
}

.divider {
  position: relative;
  width: 98%;
  margin: 80px 0 40px 20px;
  line-height: 1;
  overflow: hidden;
}

.page-contents {
  position: fixed;
  top: 50%;
  left: -100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #f0f0f0;
  border-left: none;
  border-radius: 0 1em 1em 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-contents.show-page-contents {
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-contents a {
  cursor: pointer;
  width: 100%;
  float: left;
  border: none;
  background: none;
  font-family: "filson-soft";
  font-size: 1em;
  color: #436576;
  padding: 0.5em 1em;
  border-bottom: 1px solid #f0f0f0;
  clear: both;
  text-align: left;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-contents a:hover, .page-contents a.active {
  background: #EA6534;
  color: #fff;
}

#page-contents-open {
  position: fixed;
  top: 50%;
  left: -3em;
  background: #EA6534;
  width: 6em;
  height: 6em;
  border: none;
  border-radius: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  z-index: 99999;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#page-contents-open i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  font-size: 1.5em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#page-contents-open.page-contents-hide {
  left: -100%;
}

#page-contents-open:hover {
  opacity: .7;
}

.privacy-policy .page-contents, .single-post .page-contents {
  display: none;
}

@-webkit-keyframes navdarkgreyglowing {
  0% {
    -webkit-box-shadow: 0 0 3px #446276;
            box-shadow: 0 0 3px #446276;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #446276;
            box-shadow: 0 0 10px #446276;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #446276;
            box-shadow: 0 0 3px #446276;
  }
}

@keyframes navdarkgreyglowing {
  0% {
    -webkit-box-shadow: 0 0 3px #446276;
            box-shadow: 0 0 3px #446276;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #446276;
            box-shadow: 0 0 10px #446276;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #446276;
            box-shadow: 0 0 3px #446276;
  }
}

@-webkit-keyframes darkgreyglowing {
  0% {
    -webkit-box-shadow: 0 0 3px #446276;
            box-shadow: 0 0 3px #446276;
  }
  50% {
    -webkit-box-shadow: 0 0 40px #446276;
            box-shadow: 0 0 40px #446276;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #446276;
            box-shadow: 0 0 3px #446276;
  }
}

@keyframes darkgreyglowing {
  0% {
    -webkit-box-shadow: 0 0 3px #446276;
            box-shadow: 0 0 3px #446276;
  }
  50% {
    -webkit-box-shadow: 0 0 40px #446276;
            box-shadow: 0 0 40px #446276;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #446276;
            box-shadow: 0 0 3px #446276;
  }
}

@-webkit-keyframes orangeglowing {
  0% {
    -webkit-box-shadow: 0 0 3px #F18E40;
            box-shadow: 0 0 3px #F18E40;
  }
  50% {
    -webkit-box-shadow: 0 0 40px #E63F39;
            box-shadow: 0 0 40px #E63F39;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #F18E40;
            box-shadow: 0 0 3px #F18E40;
  }
}

@keyframes orangeglowing {
  0% {
    -webkit-box-shadow: 0 0 3px #F18E40;
            box-shadow: 0 0 3px #F18E40;
  }
  50% {
    -webkit-box-shadow: 0 0 40px #E63F39;
            box-shadow: 0 0 40px #E63F39;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #F18E40;
            box-shadow: 0 0 3px #F18E40;
  }
}

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes stretch {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes twinkling {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 0;
  }
}

@keyframes twinkling {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 0;
  }
}

@-webkit-keyframes moving-clouds {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

@keyframes moving-clouds {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

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

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

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

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

.full-width-banner-carousel {
  position: relative;
  width: 100vw;
  height: 780px;
  margin: 90px 0;
}

.full-width-banner-carousel .mask-svg-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.full-width-banner-carousel .slick-slider, .full-width-banner-carousel .slick-list, .full-width-banner-carousel .slick-track, .full-width-banner-carousel .slick-slide {
  height: 100%;
}

.full-width-banner-carousel .slick-slide > div {
  height: 100%;
}

.full-width-banner-carousel .slick-slide > div > div {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.full-width-banner-carousel .slick-slide > div > div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.33;
}

.full-width-banner-carousel .images {
  z-index: 1;
}

.full-width-banner-carousel .content {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 100%;
}

.full-width-banner-carousel .grid-container .grid-x .cell h3, .full-width-banner-carousel .grid-container .grid-x .cell p {
  color: #fff;
}

.full-width-banner-carousel .grid-container .grid-x .cell h3 {
  font-size: 2.2em;
}

.full-width-banner-carousel .grid-container .grid-x .cell p {
  margin-bottom: 2.5em;
}

.full-width-banner-carousel .grid-container svg {
  position: absolute;
  -webkit-transform: none;
          transform: none;
  left: 50%;
  top: -2px;
  width: 100%;
  min-width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
}

.full-width-banner-carousel.home {
  height: 850px;
  margin-top: -177px;
  -webkit-mask-box-image: url(../img/mask.svg) 0;
  z-index: 99;
  width: 100%;
  max-width: 2000px;
  background: #fff;
}

.full-width-banner-carousel.home .mask-svg-2 {
  display: none;
}

.content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6, .content-block p {
  width: 100%;
}

.content-block h1:nth-child(1), .content-block h2:nth-child(1), .content-block h3:nth-child(1), .content-block h4:nth-child(1), .content-block h5:nth-child(1), .content-block h6:nth-child(1), .content-block p:nth-child(1) {
  margin-top: 0;
}

.content-block h2 {
  font-size: 1.7rem;
}

.content-block h3 {
  font-size: 1.6rem;
}

.content-block h4 {
  font-size: 1.5rem;
}

.content-block h5 {
  font-size: 1.4rem;
}

.content-block h6 {
  font-size: 1.3rem;
}

.content-block ul, .content-block ol {
  width: 100%;
}

.content-block ul {
  list-style-type: none;
}

.content-block ul li:before {
  content: "\25CF";
  padding: 0 0.6em 0 0;
  color: #F18E40;
}

.content-block blockquote {
  width: 100%;
}

.content-block a {
  color: #436575;
  text-decoration: underline;
}

.content-block a:hover {
  opacity: .5;
}

.content-block img {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 2rem;
}

.content-block img.alignleft {
  float: left;
  margin-right: 25px;
}

.content-block img.alignright {
  float: right;
  margin-left: 25px;
}

.content-block .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.content-block .gallery div {
  text-align: center;
}

.content-block .gallery div.column-5 {
  width: 20%;
}

.content-block .gallery div.column-5 img {
  padding: 10px;
}

.content-block .gallery div:not(.column-5) img {
  padding: 30px;
}

.content-block .gallery img {
  margin: 0;
  border-radius: 0;
}

.content-block .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.content-block .btn.center {
  margin: 0 auto;
}

.content-block .btn.left {
  margin: 0 auto 0 0;
}

.content-block .btn.right {
  margin: 0 0 0 auto;
}

.content-block .btn:first-child {
  margin-top: 90px;
}

.content-block-with-photo .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 1em;
}

.content-block-with-photo .right-of-photo h1, .content-block-with-photo .right-of-photo h2, .content-block-with-photo .right-of-photo h3, .content-block-with-photo .right-of-photo h4, .content-block-with-photo .right-of-photo p, .content-block-with-photo .right-of-photo a, .content-block-with-photo .right-of-photo .btn {
  margin-left: 1em;
}

.content-block-with-photo .left-of-photo h1, .content-block-with-photo .left-of-photo h2, .content-block-with-photo .left-of-photo h3, .content-block-with-photo .left-of-photo h4, .content-block-with-photo .left-of-photo p, .content-block-with-photo .left-of-photo a, .content-block-with-photo .left-of-photo .btn {
  margin-right: 1em;
}

.content-block .gform_wrapper {
  width: 100%;
  padding: 50px;
  background: #f6f6f6;
  border-radius: 4rem;
}

.content-block .gform_wrapper p {
  display: none;
}

.content-block .gform_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-block .gform_wrapper form .gform_body {
  width: 100%;
}

.content-block .gform_wrapper form .gform_body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.content-block .gform_wrapper form .gform_body ul li:not(:last-child) {
  margin-bottom: 30px;
}

.content-block .gform_wrapper form .gform_body ul li:before {
  display: none;
}

.content-block .gform_wrapper form .gform_body ul label {
  position: relative;
  margin-bottom: 5px;
  z-index: 2;
}

.content-block .gform_wrapper form .gform_body ul .ginput_container {
  position: relative;
  z-index: 2;
}

.content-block .gform_wrapper form .gform_body ul input {
  float: none;
  text-transform: none;
  margin: 0;
  height: auto;
}

.content-block .gform_wrapper form .gform_body ul input.button {
  background: #F18E40;
  margin: 0;
}

.content-block .gform_wrapper form .gform_body ul .validation_message {
  background: #ec6c6c;
  color: #fff;
  padding: 10px 10px 5px;
  font-size: 0.75rem;
  position: relative;
  top: -5px;
  z-index: 1;
}

.content-block .gform_wrapper form .gform_footer {
  margin: 20px auto 0;
}

.content-block .gform_wrapper form .gform_footer button {
  padding: 22px 25px;
  margin: 0;
  font-size: 22px;
  background: #EA6534;
  -webkit-box-shadow: 0 0 10px #F18E40;
          box-shadow: 0 0 10px #F18E40;
  border-radius: 40px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.content-block .gform_wrapper form .gform_footer button:hover {
  -webkit-box-shadow: 0 0 25px #F18E40;
          box-shadow: 0 0 25px #F18E40;
}

.content-block .gform_wrapper form .validation_error {
  display: none;
}

.content-block-with-media .btn, .statistics-content .btn, .vertical-carousel .btn, .table .btn {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.content-block-with-media .btn.center, .statistics-content .btn.center, .vertical-carousel .btn.center, .table .btn.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content-block-with-media .btn.left, .statistics-content .btn.left, .vertical-carousel .btn.left, .table .btn.left {
  float: left;
}

.content-block-with-media .btn.right, .statistics-content .btn.right, .vertical-carousel .btn.right, .table .btn.right {
  float: right;
}

.content-block-with-media .btn:first-child, .statistics-content .btn:first-child, .vertical-carousel .btn:first-child, .table .btn:first-child {
  margin-top: 90px;
}

.content-block-with-media-with-photo .image, .statistics-content-with-photo .image, .vertical-carousel-with-photo .image, .table-with-photo .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 1em;
}

.content-block-with-media-with-photo .right-of-photo h1, .content-block-with-media-with-photo .right-of-photo h2, .content-block-with-media-with-photo .right-of-photo h3, .content-block-with-media-with-photo .right-of-photo h4, .content-block-with-media-with-photo .right-of-photo p, .content-block-with-media-with-photo .right-of-photo a, .content-block-with-media-with-photo .right-of-photo .btn, .statistics-content-with-photo .right-of-photo h1, .statistics-content-with-photo .right-of-photo h2, .statistics-content-with-photo .right-of-photo h3, .statistics-content-with-photo .right-of-photo h4, .statistics-content-with-photo .right-of-photo p, .statistics-content-with-photo .right-of-photo a, .statistics-content-with-photo .right-of-photo .btn, .vertical-carousel-with-photo .right-of-photo h1, .vertical-carousel-with-photo .right-of-photo h2, .vertical-carousel-with-photo .right-of-photo h3, .vertical-carousel-with-photo .right-of-photo h4, .vertical-carousel-with-photo .right-of-photo p, .vertical-carousel-with-photo .right-of-photo a, .vertical-carousel-with-photo .right-of-photo .btn, .table-with-photo .right-of-photo h1, .table-with-photo .right-of-photo h2, .table-with-photo .right-of-photo h3, .table-with-photo .right-of-photo h4, .table-with-photo .right-of-photo p, .table-with-photo .right-of-photo a, .table-with-photo .right-of-photo .btn {
  margin-left: 1em;
}

.content-block-with-media-with-photo .left-of-photo h1, .content-block-with-media-with-photo .left-of-photo h2, .content-block-with-media-with-photo .left-of-photo h3, .content-block-with-media-with-photo .left-of-photo h4, .content-block-with-media-with-photo .left-of-photo p, .content-block-with-media-with-photo .left-of-photo a, .content-block-with-media-with-photo .left-of-photo .btn, .statistics-content-with-photo .left-of-photo h1, .statistics-content-with-photo .left-of-photo h2, .statistics-content-with-photo .left-of-photo h3, .statistics-content-with-photo .left-of-photo h4, .statistics-content-with-photo .left-of-photo p, .statistics-content-with-photo .left-of-photo a, .statistics-content-with-photo .left-of-photo .btn, .vertical-carousel-with-photo .left-of-photo h1, .vertical-carousel-with-photo .left-of-photo h2, .vertical-carousel-with-photo .left-of-photo h3, .vertical-carousel-with-photo .left-of-photo h4, .vertical-carousel-with-photo .left-of-photo p, .vertical-carousel-with-photo .left-of-photo a, .vertical-carousel-with-photo .left-of-photo .btn, .table-with-photo .left-of-photo h1, .table-with-photo .left-of-photo h2, .table-with-photo .left-of-photo h3, .table-with-photo .left-of-photo h4, .table-with-photo .left-of-photo p, .table-with-photo .left-of-photo a, .table-with-photo .left-of-photo .btn {
  margin-right: 1em;
}

.vertical-carousel--content .slick-list {
  height: 100% !important;
}

.vertical-carousel--content .slick-track {
  height: 100% !important;
  -webkit-transform: none !important;
          transform: none !important;
  padding: 20px 0;
}

.vertical-carousel--content .slick-slide li {
  position: relative;
  margin: 1em 30px;
  list-style: none;
  cursor: pointer;
}

.vertical-carousel--content .slick-slide li span {
  width: 2.8em;
  height: 2.8em;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #e7e7e7;
  color: #92A4A9;
  position: absolute;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vertical-carousel--content .slick-slide li span b {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto !important;
  padding-right: 0 !important;
}

.vertical-carousel--content .slick-slide li span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.vertical-carousel--content .slick-slide li b {
  width: calc(100% - 4em) !important;
  position: relative;
  float: right;
  padding-right: 60px;
}

.vertical-carousel--content .slick-slide li b h4 {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #436575;
  font-size: 1.2em;
  text-transform: none;
  text-align: left;
  width: auto;
  margin: 0;
}

.vertical-carousel--content .slick-slide li b p {
  font-weight: 300;
  margin: 0;
}

.vertical-carousel--content .slick-slide:focus {
  outline: 0;
}

.vertical-carousel--content .slick-slide:nth-child(1).slick-current li span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #E63F39;
  color: #fff;
  -webkit-box-shadow: 0 0 25px #F18E40;
          box-shadow: 0 0 25px #F18E40;
}

.vertical-carousel--content .slick-slide:nth-child(1) li:hover span:after {
  background: #E63F39;
  opacity: 0.3;
}

.vertical-carousel--content .slick-slide:nth-child(2).slick-current li span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #27AB9E;
  color: #fff;
  -webkit-box-shadow: 0 0 25px #27AB9E;
          box-shadow: 0 0 25px #27AB9E;
}

.vertical-carousel--content .slick-slide:nth-child(2) li:hover span:after {
  background: #27AB9E;
  opacity: 0.3;
}

.vertical-carousel--content .slick-slide:nth-child(3).slick-current li span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #784997;
  color: #fff;
  -webkit-box-shadow: 0 0 25px #4487BA;
          box-shadow: 0 0 25px #4487BA;
}

.vertical-carousel--content .slick-slide:nth-child(3) li:hover span:after {
  background: #784997;
  opacity: 0.3;
}

.vertical-carousel--content .slick-slide:nth-child(4).slick-current li span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #E72B66;
  color: #fff;
  -webkit-box-shadow: 0 0 25px #B24693;
          box-shadow: 0 0 25px #B24693;
}

.vertical-carousel--content .slick-slide:nth-child(4) li:hover span:after {
  background: #E72B66;
  opacity: 0.3;
}

.vertical-carousel--images .holder {
  max-width: 480px;
  height: 450px;
  border-radius: 100%;
  left: 50%;
  position: relative;
  overflow: hidden;
  background-color: #fff !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.vertical-carousel--images .holder .image {
  width: 95%;
  height: 95%;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  border-radius: 100%;
  border: 0.7em solid #fff;
}

.vertical-carousel--images .slick-slide:focus {
  outline: 0;
}

.vertical-carousel--images .slick-slide:nth-child(1).slick-current .holder {
  background: #E63F39;
  background: -webkit-gradient(linear, left top, left bottom, from(#F18E40), to(#E63F39));
  background: linear-gradient(to bottom, #F18E40, #E63F39);
}

.vertical-carousel--images .slick-slide:nth-child(2).slick-current .holder {
  background: #27AB9E;
  background: -webkit-gradient(linear, left top, left bottom, from(#27AB9E), to(#40B9E6));
  background: linear-gradient(to bottom, #27AB9E, #40B9E6);
}

.vertical-carousel--images .slick-slide:nth-child(3).slick-current .holder {
  background: #784997;
  background: -webkit-gradient(linear, left top, left bottom, from(#4487BA), to(#784997));
  background: linear-gradient(to bottom, #4487BA, #784997);
}

.vertical-carousel--images .slick-slide:nth-child(4).slick-current .holder {
  background: #E72B66;
  background: -webkit-gradient(linear, left top, left bottom, from(#B24693), to(#E72B66));
  background: linear-gradient(to bottom, #B24693, #E72B66);
}

.circles-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circles-grid .stars-left, .circles-grid .stars-right {
  top: auto;
  bottom: 30px;
}

.circles-grid .stars-right-top, .circles-grid .stars-right-bottom {
  width: 84px;
  height: 135px;
  background: url(../img/stars_right.png) no-repeat;
  background-size: 84px;
  position: absolute;
  top: 0;
  right: -33px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  z-index: -1000;
}

.circles-grid .stars-left-top, .circles-grid .stars-left-bottom {
  width: 84px;
  height: 120px;
  background: url(../img/stars_left.png) no-repeat;
  background-size: 84px;
  position: absolute;
  top: 0;
  left: -33px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1000;
}

.circles-grid .btn {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  color: #ea6533;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.circles-grid .circle-wrapper {
  width: 100%;
}

.circles-grid .circle-wrapper .circle {
  margin-top: 1em;
}

.circles-grid .circle-wrapper .circle:nth-child(n+4) {
  margin-top: 2em;
}

.circles-grid .circle-wrapper .circle .image {
  width: 225px;
  height: 225px;
  border-radius: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

.circles-grid .circle-wrapper .circle .image .holder {
  width: 97%;
  height: 97%;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 0;
  border-radius: 100%;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border: 0.4em solid #fff;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.circles-grid .circle-wrapper .circle .image.orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#F18E40), to(#E63F39));
  background: linear-gradient(to bottom, #F18E40, #E63F39);
}

.circles-grid .circle-wrapper .circle.selected .image {
  -webkit-box-shadow: 0 0 25px #e2312d;
          box-shadow: 0 0 25px #e2312d;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.circles-grid .circle-wrapper .circle .content p {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #436575;
  padding: 0 35px;
  margin-top: 1em;
}

.circles-grid .circle-wrapper .circle .mobile-content {
  display: none;
}

.circles-grid .circle-wrapper .circle-with-content {
  cursor: pointer;
  position: relative;
}

.circles-grid .circle-wrapper .circle-with-content .image:hover {
  -webkit-box-shadow: 0 0 25px #e2312d;
          box-shadow: 0 0 25px #e2312d;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.circles-grid .circle-wrapper .circle-with-content.selected:after {
  content: '\f0d8';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 35px;
  bottom: -50px;
  color: #ea6533;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.circles-grid .circle-content {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0em 5em;
  background: #ea6533;
  color: #fff;
  font-size: .8em;
  min-width: 100vw;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.circles-grid .circle-content h3 {
  color: #fff;
}

.circles-grid .circle-content p, .circles-grid .circle-content ul, .circles-grid .circle-content ol {
  font-size: 1rem;
}

.circles-grid .circle-content p li:not(:last-child), .circles-grid .circle-content ul li:not(:last-child), .circles-grid .circle-content ol li:not(:last-child) {
  margin-bottom: 10px;
}

.circles-grid .circle-content.active {
  margin: 2em 0 0 0 !important;
  padding: 5em;
}

.circles-grid .circle-content.active:before {
  opacity: 1;
}

.circles-grid .circle-content a.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 0 0 0 40px;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.circles-grid .circle-content a.close:hover {
  background: rgba(255, 255, 255, 0.4);
}

.circles-grid .inner-circle-content {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.circles-grid .inner-circle-content.active {
  max-height: 20000px;
  opacity: 1;
}

.circles-grid .inner-circle-content i {
  font-size: 4em;
  position: absolute;
  top: 0;
  line-height: 0.5em;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}

.circles-grid .inner-circle-content .content {
  position: relative;
  padding: 0 5%;
}

.circles-grid .inner-circle-content .fa-caret-up {
  font-size: 4em;
  position: absolute;
  top: 0;
  line-height: 0.5em;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  color: #EA6534;
}

.statistics-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.statistics-content .single-stat {
  text-align: center;
}

.statistics-content .single-stat .image {
  position: relative;
  height: 135px;
  margin-top: 20px;
  border-radius: 2rem;
}

.statistics-content .single-stat .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.statistics-content .single-stat .content span {
  font-family: filson-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4em;
  color: #784997;
}

.statistics-content .single-stat .content span i, .statistics-content .single-stat .content span strong {
  font-style: normal;
  font-weight: 300;
}

.statistics-content .single-stat .content p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #92A4A9;
  font-size: 1em;
  margin: 0 5%;
  text-align: center;
}

.statistics-content .single-stat.stars .suffix-stars {
  position: relative;
  width: 280px;
  height: 108px;
}

.statistics-content .single-stat.stars .suffix-stars svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.statistics-content .single-stat.stars .suffix-stars span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 48px;
  z-index: 1;
}

.statistics-content .single-stat.stars .suffix-stars span.star {
  display: block;
  width: 0%;
  background: #40B8E6;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1;
}

.statistics-content .single-stat.stars .suffix-stars.active span.star {
  width: var(--width);
}

.statistics-content .single-stat:first-of-type .content span, .statistics-content .single-stat:first-of-type .content i, .statistics-content .single-stat:first-of-type .content strong {
  color: #ea6533;
}

.table-holder {
  width: 100%;
}

.table-holder table {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin: 2rem auto 3rem;
  padding: 0;
  border-spacing: 0;
  border: none;
}

.table-holder table tbody {
  border: none;
}

.table-holder table thead {
  background: #ea6533;
  color: #fefefe;
}

.table-holder table thead th {
  font-family: filson-soft, sans-serif;
  font-weight: 300;
  font-style: normal;
  border-top: 1px dashed #94a4ac;
  border-left: 1px dashed #94a4ac;
}

.table-holder table td {
  border-top: 1px dashed #94A4AC;
  border-left: 1px dashed #94A4AC;
}

.table-holder table td:last-of-type {
  border-right: 1px dashed #94A4AC;
}

.table-holder table tr:nth-child(even) {
  background: none;
}

.table-holder table tr:last-of-type td {
  border-bottom: 1px dashed #94A4AC;
}

.table-holder table th, .table-holder table td {
  text-align: center;
  padding: 1rem .625rem 1em;
}

.testimonials-carousel {
  position: relative;
}

.testimonials-carousel .testimonial-container {
  position: relative;
  width: 100%;
  padding: 0 15px 0 15px;
}

.testimonials-carousel .testimonial-container h3 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  margin-bottom: .5em;
  font-size: 1.3em;
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-list {
  padding: 125px 0 185px !important;
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide {
  width: 490px;
  margin: 0 50px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide a:focus, .testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide div:focus {
  outline: 0;
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide .btn {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide .btn-expand {
  opacity: 0;
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide .testimonial-single .image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
  background: #EA6534;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide:focus {
  outline: 0;
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide.slick-current {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide.slick-current .image {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide.slick-current .image:after {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide.slick-current .btn {
  font-size: .65em;
}

.testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide.slick-current .btn-expand {
  opacity: 1;
}

.testimonials-carousel .testimonial-container.testimonial-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 125px 0 180px;
}

.testimonials-carousel .testimonial-container.testimonial-three .testimonial-single {
  max-width: 490px;
  width: 100%;
  margin: 0 50px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.testimonials-carousel .testimonial-container.testimonial-three .testimonial-single .btn {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.testimonials-carousel .testimonial-container.testimonial-three .testimonial-single.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.testimonials-carousel .testimonial-container.testimonial-three .testimonial-single.active .image {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.testimonials-carousel .testimonial-container.testimonial-three .testimonial-single.active .image:after {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.testimonials-carousel .testimonial-container .testimonial-single .image {
  position: relative;
  width: 100%;
  height: 300px;
  margin-left: -0.4em;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 40px;
  border: 0.4em solid #ffffff;
  z-index: 1000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}

.testimonials-carousel .testimonial-container .testimonial-single .content {
  position: relative;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 1.5em;
  margin-top: -3em;
  margin-left: -.4em;
  background: #f0f0f0;
  color: #fff;
  border-radius: 0 0 40px 40px;
  border: .4em solid #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 0;
}

.testimonials-carousel .testimonial-container .testimonial-single .content p {
  font-size: .9em;
  padding: 10px 5%;
  width: 100%;
  margin: 0;
  color: #436575;
}

.testimonials-carousel .testimonial-container .testimonial-single .content .testimonial-content p {
  font-size: .9em;
  padding: 0 5%;
}

.testimonials-carousel .testimonial-container .testimonial-single .btn {
  position: absolute;
  top: calc(100% - 22px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 12px 12px;
  font-size: .6em;
}

.timeline {
  margin-top: 120px;
  position: relative;
}

.timeline .container {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.timeline .single-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.timeline .single-year .image {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}

.timeline .single-year .img-holder {
  max-width: 455px;
  width: 100%;
  height: 455px;
  position: relative;
  border-radius: 100%;
  background: #e63f39;
  background: -webkit-gradient(linear, left top, left bottom, from(#f18e40), to(#e63f39));
  background: linear-gradient(to bottom, #f18e40, #e63f39);
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.timeline .single-year .img-holder div {
  width: 95%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 10px solid #fff;
  border-radius: 100%;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.timeline .single-year .img-holder#orange {
  background: #E63F39;
  background: -webkit-gradient(linear, left top, left bottom, from(#F18E40), to(#E63F39));
  background: linear-gradient(to bottom, #F18E40, #E63F39);
}

.timeline .single-year .img-holder#blue {
  background: #27AB9E;
  background: -webkit-gradient(linear, left top, left bottom, from(#27AB9E), to(#40B9E6));
  background: linear-gradient(to bottom, #27AB9E, #40B9E6);
}

.timeline .single-year .img-holder#purple {
  background: #27AB9E;
  background: -webkit-gradient(linear, left top, left bottom, from(#4487BA), to(#784997));
  background: linear-gradient(to bottom, #4487BA, #784997);
}

.timeline .single-year .img-holder#pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#B24693), to(#E72B66));
  background: linear-gradient(to bottom, #B24693, #E72B66);
}

.timeline .single-year .content {
  position: relative;
  overflow: hidden;
}

.timeline .single-year .content > div {
  position: relative;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.timeline .single-year .content h3, .timeline .single-year .content i {
  padding-top: 1em;
}

.timeline .single-year .content h3, .timeline .single-year .content p {
  padding-left: 60px;
}

.timeline .single-year .content p a {
  color: #436575;
  text-decoration: underline;
}

.timeline .single-year .content p a:hover {
  opacity: .5;
}

.timeline .single-year .content a.btn {
  padding: 10px 20px;
  margin-bottom: 25px;
  font-size: 0.8rem;
}

.timeline .single-year .content i {
  position: absolute;
  top: 0.2em;
  left: 6%;
  font-size: 1.8em;
  color: #F0F0F0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.timeline .single-year:nth-of-type(1) {
  background: #E63F39;
}

.timeline .single-year:nth-of-type(1) .img-holder {
  background: #E63F39;
  background: -webkit-gradient(linear, left top, left bottom, from(#F18E40), to(#E63F39));
  background: linear-gradient(to bottom, #F18E40, #E63F39);
}

.timeline .single-year:not(:first-of-type) {
  margin-top: 100px;
}

.timeline .single-year:nth-child(even) .img-holder {
  margin: 0 auto 0 0;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

.timeline .single-year:nth-child(even) .content a.btn {
  margin-left: 60px;
}

.timeline .single-year:nth-child(even) .content > div {
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}

.timeline .single-year:nth-child(odd) .img-holder {
  margin: 0 0 0 auto;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}

.timeline .single-year:nth-child(odd) .content a.btn {
  margin-right: 60px;
}

.timeline .single-year:nth-child(odd) .content > div {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}

.timeline .single-year:nth-child(odd):not(:first-of-type) .content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

.timeline .single-year:nth-child(odd):not(:first-of-type) .content h3 {
  padding-right: 2em;
  padding-left: 0;
}

.timeline .single-year:nth-child(odd):not(:first-of-type) .content p {
  padding-right: 3em;
  padding-left: 0;
}

.timeline .single-year:nth-child(odd):not(:first-of-type) .content i {
  right: 6%;
  top: 1.2em;
  left: auto;
  -webkit-transform: rotate(180deg) translate(0, 0) !important;
          transform: rotate(180deg) translate(0, 0) !important;
}

.timeline .single-year:nth-child(odd):not(:first-of-type) .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.timeline .single-year.active {
  opacity: 1;
}

.timeline .single-year.active:nth-child(even) .img-holder, .timeline .single-year.active:nth-child(even) .content > div, .timeline .single-year.active:nth-child(odd) .img-holder, .timeline .single-year.active:nth-child(odd) .content > div {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.timeline .middle-line {
  width: 2px;
  height: calc(100% - 10rem);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/dividerline_vertical.png) repeat-y;
  background-size: 2px 1200px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.timeline .middle-line .bottom-dot {
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.timeline .middle-line .bottom-dot#orange {
  background: #E63F39;
  background: -webkit-gradient(linear, left top, left bottom, from(#F18E40), to(#E63F39));
  background: linear-gradient(to bottom, #F18E40, #E63F39);
}

.timeline .middle-line .bottom-dot#blue {
  background: #27AB9E;
  background: -webkit-gradient(linear, left top, left bottom, from(#27AB9E), to(#40B9E6));
  background: linear-gradient(to bottom, #27AB9E, #40B9E6);
}

.testimonial-quotes {
  margin-bottom: 90px;
}

.testimonial-quotes .slick-slider {
  width: 100%;
}

.testimonial-quotes .slick-dots li button {
  width: 20px;
  height: 20px;
  margin: 0.5em;
  background: #E5E5E5;
  border-radius: 100%;
}

.testimonial-quotes .slick-dots li button:before {
  content: '';
}

.testimonial-quotes .slick-dots li.slick-active button {
  background: #EA6534;
}

.square-photo-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.square-photo-columns .image {
  width: 100%;
  border-radius: 2em;
  overflow: hidden;
}

.square-photo-columns .content {
  width: 100%;
  margin-top: 1em;
}

.image-content-split .image {
  border-radius: 2rem;
  overflow: hidden;
}

.image-content-split .content p:last-child {
  margin-bottom: 0;
}

.image-content-split.image-left .content {
  padding-left: 50px;
}

.image-content-split.image-right .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.image-content-split.image-right .content {
  padding-right: 50px;
  text-align: right;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.faq-section h2 {
  text-align: center;
}

.faq-section h2.subtitle {
  font-size: 1.5em;
  margin: 30px 0;
}

.faq-section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.faq-section:first-of-type .subtitle {
  color: #784997;
}

.faq-section:first-of-type .accordion-title:hover p {
  color: #784997;
}

.faq-section:first-of-type .accordion-content {
  background: #784997;
}

.faq-section ~ .faq-section .subtitle {
  color: #40B8E6;
}

.faq-section ~ .faq-section .accordion-title:hover p {
  color: #40B8E6;
}

.faq-section ~ .faq-section .accordion-content {
  background: #40B8E6;
}

.faq-section ~ .faq-section ~ .faq-section .subtitle {
  color: #EA6534;
}

.faq-section ~ .faq-section ~ .faq-section .accordion-title:hover p {
  color: #EA6534;
}

.faq-section ~ .faq-section ~ .faq-section .accordion-content {
  background: #EA6534;
}

.faq-section .accordion-item.active .accordion-title:before {
  content: '';
}

.faq-section .accordion-item.active .accordion-content {
  max-height: 30000px;
  padding: 35px 35px 20px;
  cursor: pointer;
}

.faq-section .accordion-item.active .accordion-content p, .faq-section .accordion-item.active .accordion-content a, .faq-section .accordion-item.active .accordion-content ul, .faq-section .accordion-item.active .accordion-content li {
  opacity: 1;
}

.faq-section .accordion-item:last-child, .faq-section .accordion-item:last-child > :last-child {
  border-radius: 2em;
}

.faq-section .accordion-title {
  padding: 1.2rem 0;
  border: none !important;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faq-section .accordion-title p {
  color: #92A4A9;
  font-size: 18px;
  margin: 0;
}

.faq-section .accordion-title::before {
  content: '';
}

.faq-section .accordion-title:hover, .faq-section .accordion-title:focus {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: none;
}

.faq-section .accordion-content {
  display: block;
  border: none !important;
  border-radius: 2em;
  padding: 0 35px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.faq-section .accordion-content p, .faq-section .accordion-content a, .faq-section .accordion-content ul, .faq-section .accordion-content li {
  color: #fff;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.post-type-archive-faq .divider {
  margin: 100px 0 100px 20px;
}

.archive .circle-wrapper .circle .content {
  color: #436575;
  margin: 20px 40px 0 40px;
}

.archive .circle-wrapper .circle .content p {
  padding: 0 25px;
}

.archive .circle-wrapper .circle-info .content p {
  text-transform: none;
  color: #fff;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.recent .title {
  margin-bottom: 2em;
}

.recent .post-recent a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.recent .post-recent a .image {
  width: 50%;
  height: 100%;
  display: block;
  background-size: cover !important;
  background-position: 50% 50% !important;
  border-radius: 1em;
  position: relative;
}

.recent .post-recent a .image:after {
  content: "";
  display: block;
  position: absolute;
  background: #ea6534;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.recent .post-recent a .content {
  width: calc(55% + 4em);
}

.recent .post-recent a .content h2, .recent .post-recent a .content p {
  padding-left: 30px;
  margin: 0;
}

.recent .post-recent a .content p {
  margin-top: 0.2em;
  color: #92A4A9;
}

.recent .post-recent a:after {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.recent .post-recent a:hover .image:after {
  opacity: .7;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.recent .post-recent a:hover h2 {
  color: #92A4A9;
}

.sidebar h3 {
  font-size: 1.5em;
}

.sidebar .blog-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sidebar .blog-search input {
  padding: 0 18px;
  left: 40%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 5em) !important;
  font-size: .9em;
}

.sidebar .blog-search button {
  padding: 13px 25px;
  right: -15px;
  position: relative;
}

.sidebar .accordion-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar .accordion-item.is-active .accordion-title img {
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sidebar .accordion-title {
  border: none !important;
  padding: 0;
  text-align: left;
  margin-bottom: 1em;
}

.sidebar .accordion-title h3 {
  font-size: 1.9em;
  margin: 0;
  margin-left: 40px;
}

.sidebar .accordion-title img {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5em;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sidebar .accordion-title:before, .sidebar .accordion-title:after {
  content: '';
}

.sidebar .accordion-title:hover, .sidebar .accordion-title:focus {
  background: none;
}

.sidebar .accordion-title:hover img, .sidebar .accordion-title:focus img {
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sidebar .accordion-content {
  border: none !important;
  padding: 0 !important;
}

.sidebar .accordion-content a {
  width: 100%;
  background: #f0f0f0;
  color: #436575;
  text-decoration: none;
  padding: 1em 5%;
  float: left;
  font-size: 0.9em;
  border-radius: 1em;
  margin-top: 1em;
  text-align: left;
}

.sidebar .accordion-content a:first-of-type {
  margin-top: 0;
}

.sidebar .accordion-content a:hover {
  background: #92A4A9;
}

.post-single {
  height: 250px;
  position: relative;
}

.post-single a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover !important;
  background-position: 50% 50% !important;
  border-radius: 1em;
}

.post-single a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.post-single a:hover:after {
  opacity: .7;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.post-single .btn {
  width: 80% !important;
  border-radius: 1em;
  position: absolute;
  bottom: -25px;
  left: 50%;
  padding: 7px 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px !important;
  z-index: 1;
  position: absolute !important;
  bottom: 0;
  left: 50%;
  width: 80% !important;
  border-radius: 1em;
  -webkit-transform: translate(-50%, 50%) !important;
          transform: translate(-50%, 50%) !important;
  font-size: 1em !important;
}

.post-single:nth-child(1) a:after, .post-single:nth-child(1) a .btn, .post-single:nth-child(5) a:after, .post-single:nth-child(5) a .btn, .post-single:nth-child(9) a:after, .post-single:nth-child(9) a .btn, .post-single:nth-child(4n+1) a:after, .post-single:nth-child(4n+1) a .btn {
  background: #EA6534;
  -webkit-box-shadow: 0 0 25px #e2312d;
          box-shadow: 0 0 25px #e2312d;
}

.post-single:nth-child(2) a:after, .post-single:nth-child(2) a .btn, .post-single:nth-child(6) a:after, .post-single:nth-child(6) a .btn, .post-single:nth-child(10) a:after, .post-single:nth-child(10) a .btn, .post-single:nth-child(4n+2) a:after, .post-single:nth-child(4n+2) a .btn {
  background: #40B8E6;
  -webkit-box-shadow: 0 0 25px #27AB9E;
          box-shadow: 0 0 25px #27AB9E;
}

.post-single:nth-child(3) a:after, .post-single:nth-child(3) a .btn, .post-single:nth-child(7) a:after, .post-single:nth-child(7) a .btn, .post-single:nth-child(11) a:after, .post-single:nth-child(11) a .btn, .post-single:nth-child(4n+3) a:after, .post-single:nth-child(4n+3) a .btn {
  background: #794997;
  -webkit-box-shadow: 0 0 25px #4487BA;
          box-shadow: 0 0 25px #4487BA;
}

.post-single:nth-child(4) a:after, .post-single:nth-child(4) a .btn, .post-single:nth-child(8) a:after, .post-single:nth-child(8) a .btn, .post-single:nth-child(12) a:after, .post-single:nth-child(12) a .btn, .post-single:nth-child(4n+4) a:after, .post-single:nth-child(4n+4) a .btn {
  background: #E62B66;
  -webkit-box-shadow: 0 0 25px #B24693;
          box-shadow: 0 0 25px #B24693;
}

.post-single:nth-child(n+4) {
  margin-top: 6em;
}

.category .grid-margin-x > .cell {
  margin-left: 0.9374rem;
  margin-right: 0.9374rem;
}

.category .divider {
  margin: 130px 0 80px 20px;
}

.category .single-category {
  margin: 6em 0 8em 0;
}

.category .single-category:first-of-type {
  margin-top: 0;
}

.category .single-category .title {
  margin-bottom: 2em;
}

.single-post .author {
  margin-bottom: .2em;
}

.single-post .date {
  color: #436575;
}

.single-post .content-block p, .single-post .content-block ul, .single-post .content-block ol {
  font-size: 1rem;
}

.single-post .content-block p li:not(:last-child), .single-post .content-block ul li:not(:last-child), .single-post .content-block ol li:not(:last-child) {
  margin-bottom: 10px;
}

.blog .grid-x {
  clear: both;
}

.blog-search {
  max-width: 400px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-top: 1em;
}

.blog-search div {
  width: 100%;
  float: left;
  position: relative;
}

.blog-search button {
  border: none;
  height: 100%;
  border-radius: 40px;
  color: #fff;
  font-size: 1em;
  padding: 25px 55px;
  margin-left: 10px;
  cursor: pointer;
}

.blog-search input {
  text-transform: none;
  width: calc(100% - 8em) !important;
  -webkit-box-shadow: 0 0 10px #F18E40;
          box-shadow: 0 0 10px #F18E40;
  border-radius: 2em;
  padding: 32px 30px;
  color: #92A4A9;
  font-weight: 300;
}

.blog-comments {
  margin-top: 25px;
}

.blog-comments .single-comment {
  position: relative;
}

.blog-comments .single-comment:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
}

.blog-comments .single-comment .author-name {
  font-family: filson-soft, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #436575;
  font-size: 1.2em;
  margin-bottom: 0;
}

.blog-comments .single-comment .date {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.blog-comment-form {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 90px;
}

.blog-comment-form input[type="text"], .blog-comment-form input[type="email"], .blog-comment-form textarea {
  height: auto;
  margin: 0;
  padding: 1em 2em;
  background: #F0F0F0;
  color: #92A4A9;
  font-size: 0.8em;
  text-transform: none;
  border: none;
  border-radius: 40px;
}

.blog-comment-form textarea {
  height: 200px;
}

.blog-comment-form ::-webkit-input-placeholder {
  color: #92A4A9;
  opacity: 1;
}

.blog-comment-form :-ms-input-placeholder {
  color: #92A4A9;
  opacity: 1;
}

.blog-comment-form ::-ms-input-placeholder {
  color: #92A4A9;
  opacity: 1;
}

.blog-comment-form ::placeholder {
  color: #92A4A9;
  opacity: 1;
}

.blog-comment-form :-ms-input-placeholder {
  color: #92A4A9;
}

.blog-comment-form ::-ms-input-placeholder {
  color: #92A4A9;
}

.blog-comment-form .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-comment-form .comment-form-comment {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.blog-comment-form .comment-form-author {
  width: calc(50% - 10px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.blog-comment-form .comment-form-email {
  width: calc(50% - 10px);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.blog-comment-form .comment-notes {
  width: 100%;
  font-size: 0.75rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.blog-comment-form .comment-form-cookies-consent, .blog-comment-form .comment-form-url {
  display: none;
}

.blog-comment-form .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.blog-comment-form .form-submit input[type="submit"] {
  width: auto;
  padding: 1em 2em;
  background: #EA6534;
  font-family: filson-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 40px;
  border: none;
  -webkit-box-shadow: 0 0 10px #F18E40;
          box-shadow: 0 0 10px #F18E40;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.blog-comment-form .form-submit input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 25px #F18E40;
          box-shadow: 0 0 25px #F18E40;
}

.pagination li a {
  border-radius: 100%;
  width: 2.2em;
  height: 2.2em;
  background: #F0F0F0;
  color: #92A4A9 !important;
  margin: 1em 0.2em 0 0.2em;
  border-radius: 100%;
  position: relative;
}

.pagination li a:hover {
  color: #fff !important;
  background: #ea6533;
}

.pagination li.current {
  width: 2.2em;
  height: 2.2em;
  color: #fff !important;
  background: #ea6533;
  margin: 1em .2em 0 .2em;
  border-radius: 100%;
  position: relative;
}

.archive.category .pagination {
  margin-top: 2em;
}

.results {
  margin-top: 4em;
}

.results .single-result:not(:last-of-type) {
  margin-bottom: 2em;
}

.results .single-result a p {
  color: #92A4A9;
}

.results .single-result a:hover h3 {
  color: #EA6534;
}

.results .single-result a:hover p {
  opacity: 0.8;
  color: #436575;
}

form input {
  font-family: filson-soft, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  float: left;
  border-radius: 40px;
  border: none;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 1em 2em;
  color: #92A4A9;
}

.form-option button[type="submit"] {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.form-option .form-field {
  padding: 10px 0;
}

.form-option .form-field input, .form-option .form-field textarea {
  float: left !important;
  border-radius: 40px !important;
  border: none !important;
  font-size: 0.8em !important;
  color: #92a4a9 !important;
  border-radius: 2em !important;
  padding: 25px !important;
  border: 1px solid #92a4aa !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-transform: none;
  font-size: 18px !important;
}

.form-option .form-field input:focus, .form-option .form-field textarea:focus {
  -webkit-box-shadow: 0 0 10px #f18e40 !important;
          box-shadow: 0 0 10px #f18e40 !important;
  border-color: #fff !important;
}

.form-option .form-field textarea {
  border-radius: 1.5em;
  padding: 25px;
  margin: 0px 0px 18px;
  height: 200px;
}

.form-option .form-field .checkbox {
  margin: 0 0 15px 0;
  display: block;
}

.form-option .form-field input[type="checkbox"] {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.form-option .form-field input[type="checkbox"]:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-option .form-field input[type="checkbox"]:checked ~ span:before {
  background: #ea6533;
  border-color: #ea6533;
}

.form-option .form-field .checkboxes {
  position: relative;
  display: block;
}

.form-option .form-field .checkboxes .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  padding-left: 40px;
  font-size: 16px;
}

.form-option .form-field .checkboxes .wpcf7-list-item-label:before {
  content: '';
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ea6533;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 2;
  margin-right: 5px;
}

.form-option .form-field .checkboxes .wpcf7-list-item-label:after {
  content: '\f00c';
  left: 5px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  z-index: 3;
}

.form-option .form-field .checkboxes .wpcf7-list-item-label:before, .form-option .form-field .checkboxes .wpcf7-list-item-label:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-option .form-field span.wpcf7-list-item {
  position: relative;
}

.form-option .form-field span.wpcf7-list-item label {
  color: #456276;
  font-size: 18px !important;
}

.form-option .form-field .wpcf7-radio span.wpcf7-list-item span {
  padding-left: 30px;
  left: 0;
  color: #456276;
  font-size: 18px !important;
}

.form-option .form-field .wpcf7-radio span.wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  margin-bottom: 0;
}

.form-option .form-field .wpcf7-radio span.wpcf7-list-item span:before {
  left: 0;
  border: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ea6533;
  border-radius: 100%;
  display: block;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.form-option .form-field span.wpcf7-list-item-label::after {
  content: " ";
}

.form-option .form-field .wpcf7-radio span.wpcf7-list-item input:checked ~ span:before {
  border: 1px solid #ea6533;
  background: #ea6533;
}

.form-option .form-field .radiobuttons input[type="radio"]:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-option .form-field .selection select {
  border-radius: 2em;
  height: 3em;
  border: 1px solid #92a4aa;
  color: #cacaca;
  padding: 0 25px;
  background-image: none !important;
}

.form-option .form-field .selection select:focus {
  -webkit-box-shadow: 0 0 10px #f18e40 !important;
          box-shadow: 0 0 10px #f18e40 !important;
  border-color: #fff !important;
}

.form-option .form-field .selection:after {
  display: block;
  position: absolute;
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #93a5ab;
  font-size: 20px;
  pointer-events: none;
  border-left: 2px solid rgba(146, 164, 170, 0.05);
  padding: .5em 0 .5em 1.5em;
}

.wpcf7-not-valid-tip {
  color: #0a0a0a;
  font-size: .8em;
  font-weight: normal;
  display: block;
  float: right;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f9f9f9;
  border-radius: 2em;
  padding: 15px;
  color: #0a0a0a;
  font-weight: 400;
  width: 100%;
  margin: 2em 0;
}

.submit {
  position: relative;
}

.submit .ajax-loader {
  position: absolute;
  left: auto;
  right: 72%;
  top: 1em;
}

.page-template-page--about .blocks {
  margin-top: 80px;
}

/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  outline: 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  margin-top: .5rem;
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--elastic .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*animate.css*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /*animation-fill-mode: both;*/
}

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

[data-aos=short-fade-up] {
  -webkit-transform: translate3d(0, 1rem, 0);
  transform: translate3d(0, 1rem, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

[data-aos=short-fade-up].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  visibility: visible;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
          transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
          transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
          transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

.slick-slider {
  position: relative;
  display: block;
  -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: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  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;
}

.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-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

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

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: 'â†';
}

[dir=rtl] .slick-prev:before {
  content: 'â†’';
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: 'â†’';
}

[dir=rtl] .slick-next:before {
  content: 'â†';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: 0;
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.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.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

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

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

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

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

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

@-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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  100%, from {
    -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 {
  100%, from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  100%, 20%, 40%, 60%, 80%, from {
    -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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  100%, 20%, 40%, 60%, 80%, from {
    -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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  100%, 60%, 75%, 90%, from {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  100%, 60%, 75%, 90%, from {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  100%, 60%, 75%, 90%, from {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  100%, 60%, 75%, 90%, from {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  100%, 60%, 75%, 90%, from {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  100%, 60%, 75%, 90%, from {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  100%, 60%, 75%, 90%, from {
    -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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  100%, 60%, 75%, 90%, from {
    -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);
  }
  100% {
    -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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

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

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    -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;
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

@-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);
  }
  100% {
    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);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  100% {
    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;
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

/* Accessibility Settings */
html.access-size-small {
  font-size: 100% !important;
}

html.access-size-medium {
  font-size: 110% !important;
}

html.access-size-medium .wrapper-hero .inner-block {
  max-width: none;
}

html.access-size-large {
  font-size: 120% !important;
}

html.access-size-large .wrapper-hero .inner-block {
  max-width: none;
}

html.access-colour-greyscale {
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

html.access-colour-contrast {
  /* set below */
}

.btn-txt-size {
  cursor: pointer;
  line-height: 1;
  border: 2px solid #cacaca;
  height: 28px;
  width: 28px;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn-txt-size.txt-small {
  font-size: .8rem;
}

.btn-txt-size.txt-medium {
  font-size: 1rem;
}

.btn-txt-size.txt-large {
  font-size: 1.25rem;
}

.btn-txt-size.active {
  background-color: #bf925c;
  color: #fff;
  border-color: #bf925c;
}

/* --------------------------------- */
/* ==== High Contrast Overrides ==== */
/* --------------------------------- */
html.access-colour-contrast {
  background-color: #000 !important;
}

html.access-colour-contrast body, html.access-colour-contrast header {
  background: #000 !important;
}

/* --------------------------------- */
/* reduced animations */
/* --------------------------------- */
@media screen and (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
}

@media print {
  /*custom*/
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
  .aos-init, .aos-animate {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }
  .print-full {
    width: 100%;
    display: block;
  }
  .nav-prim, .nav-sec, .wrapper-footer, .wrapper-quote {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  header .nav-holder nav {
    left: 0;
  }
  header .nav-holder .logo {
    margin-right: 20px;
  }
  header .nav-holder .logo svg {
    display: block;
  }
  .heading {
    padding: 14rem 0 12rem;
  }
  .heading--inner {
    padding: 2rem 0 12rem;
  }
  .vertical-carousel--images .holder {
    max-width: 400px;
    height: 400px;
  }
  .timeline .single-year .img-holder {
    max-width: 350px;
    height: 350px;
    left: 0 !important;
    right: 0 !important;
  }
}

@media screen and (max-width: 1400px) {
  .vertical-carousel--images .holder {
    height: 385px;
  }
}

@media only screen and (max-width: 1152px) {
  header .nav-holder .logo {
    opacity: 1;
  }
  header .nav-holder .logo svg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  header .mobile-nav nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 130px;
  }
  .heading {
    padding: 4rem 0 8rem;
  }
  .heading .logo {
    max-width: 250px;
    margin: 0em auto 1em;
  }
  .heading .grid-container h1 {
    font-size: 1.8rem;
  }
  .heading.home > svg path {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  .heading--inner {
    padding: 7rem 0;
  }
  .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  .btn--video {
    padding: 10px 60px 10px 30px !important;
  }
  .company-module .btn {
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
  .company-module .btn:first-child {
    margin-top: 40px !important;
  }
  .full-width-banner-carousel {
    height: 600px;
  }
  .full-width-banner-carousel.home {
    height: 600px;
  }
  .testimonials-carousel .testimonial-container.testimonial-three .testimonial-single {
    margin: 0 20px;
  }
  .timeline .single-year .img-holder {
    max-width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  h1, h2, h3, h4, h5 {
    font-size: 1.5rem;
  }
  .footer--top .form {
    margin: 30px 0 10px;
  }
  .footer--top .form > span {
    font-size: 1.4rem;
  }
  .footer--top .logo svg {
    max-width: 125px;
  }
  .footer--bottom .copyright {
    margin-bottom: 20px;
  }
  .footer--bottom .copyright p {
    float: none;
  }
  .footer--bottom .copyright p:nth-child(1) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .footer--bottom .contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer--bottom .contact .social {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 20px 0 0;
    border: none;
  }
  #page-contents-open, #pageContents {
    display: none;
  }
  .full-width-banner-carousel {
    height: 500px;
  }
  .full-width-banner-carousel.home {
    height: 500px;
  }
  .modules-container .blog-module .category {
    margin-top: 0;
  }
  .modules-container .blog-module .category .grid-margin-x > .cell {
    margin-top: 60px;
  }
  .circles-grid h1 {
    text-align: center;
  }
  .testimonials-carousel .testimonial-container .testimonial-single .image {
    height: 250px;
  }
  .testimonials-carousel .testimonial-container .testimonial-single .content {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  .testimonials-carousel .testimonial-container .testimonial-single .content h3 {
    margin-bottom: 0.2rem;
    font-size: 1.1rem;
  }
  .testimonials-carousel .testimonial-container.testimonial-three {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 125px 30px 70px;
  }
  .testimonials-carousel .testimonial-container.testimonial-three .testimonial-single {
    width: calc(50% - 40px);
    margin: 0 20px 30px;
  }
  .statistics-content .single-stat .image {
    height: 85px;
    border-radius: 0;
  }
  .statistics-content .single-stat.stars .suffix-stars span.star {
    width: var(--width);
  }
  .timeline {
    margin-top: 30px;
  }
  .timeline .middle-line {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .timeline .single-year:not(:first-of-type) {
    margin-top: 50px;
  }
  .timeline .single-year:nth-child(odd) .img-holder, .timeline .single-year:nth-child(even) .img-holder {
    margin: 0 0 0 60px;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  .timeline .single-year:nth-child(odd) .content a.btn, .timeline .single-year:nth-child(even) .content a.btn {
    margin-left: 60px;
    margin-right: 0;
  }
  .timeline .single-year:nth-child(odd) .content > div, .timeline .single-year:nth-child(even) .content > div {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  .timeline .single-year:nth-child(odd):not(:first-of-type) .content, .timeline .single-year:nth-child(even):not(:first-of-type) .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
  .timeline .single-year:nth-child(odd):not(:first-of-type) .content i, .timeline .single-year:nth-child(even):not(:first-of-type) .content i {
    top: 3px;
    left: 5%;
    right: auto;
    padding: 0;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
  }
  .timeline .single-year:nth-child(odd):not(:first-of-type) .content h3, .timeline .single-year:nth-child(even):not(:first-of-type) .content h3 {
    padding: 0 0 0 60px;
  }
  .timeline .single-year:nth-child(odd):not(:first-of-type) .content p, .timeline .single-year:nth-child(even):not(:first-of-type) .content p {
    padding: 0 0 0 60px;
  }
  .timeline .single-year:nth-child(odd):not(:first-of-type) .image, .timeline .single-year:nth-child(even):not(:first-of-type) .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .blog-container .recent .post-recent {
    margin-bottom: 50px;
    height: auto;
  }
  .blog-container .recent .post-recent a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .blog-container .recent .post-recent a .image {
    height: 250px;
  }
  .blog-container .recent .post-recent a .content {
    width: 100%;
  }
  .blog-container .recent .post-recent a .content h2 {
    padding: 20px 0 0;
  }
  .blog-container .recent .post-recent a .content p {
    padding: 0;
  }
  .divider {
    margin: 40px 0 40px 20px;
  }
  .post-single:nth-child(n+3) {
    margin-top: 6em;
  }
  .post-type-archive-faq .divider {
    margin: 40px 0 40px 20px;
  }
  .vertical-carousel--images .holder {
    height: 400px;
  }
}

@media only screen and (max-width: 720px) {
  .heading .logo {
    max-width: 200px;
    margin: 0em auto 1em;
  }
  .heading .grid-container h1 {
    font-size: 1.6rem;
  }
  .heading.home {
    padding: 4rem 0 5rem;
    margin: 0;
  }
  .heading--inner {
    padding: 7rem 0 5rem;
  }
  .footer--top .form {
    margin: 30px 0;
  }
  .footer--top .form form .gform_body input[type="text"] {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
  .footer--top .form form .gform_footer button {
    padding: 16px 25px;
    margin: 0;
    font-size: 16px;
  }
  .full-width-banner-carousel {
    height: 400px;
  }
  .full-width-banner-carousel .content {
    display: block;
    width: 100%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .full-width-banner-carousel .content .btn--video {
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    padding: 10px 50px 10px 20px;
  }
  .full-width-banner-carousel .content .btn--video span {
    width: 30px;
    height: 30px;
  }
  .full-width-banner-carousel .content .btn--video span i {
    font-size: 0.6rem;
  }
  .full-width-banner-carousel.home {
    height: 400px;
    margin: -50px 0 50px;
  }
  .full-width-banner-carousel.home .content {
    top: 60%;
  }
  .full-width-banner-carousel.home .divider {
    display: none;
  }
  .content-block .gallery div:not(.column-5) img {
    padding: 15px;
  }
  .content-block .gform_wrapper {
    padding: 25px;
    border-radius: 40px;
  }
  .square-photo-columns .cell:not(:first-child) {
    margin-bottom: 2rem;
  }
  .statistics-content .single-stat {
    margin-top: 50px;
  }
  .circles-grid {
    padding: 0 30px;
  }
  .circles-grid .circle-content.active {
    padding: 3rem;
  }
  .image-content-split.image-left .content, .image-content-split.image-right .content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 25px;
    text-align: left;
  }
  .image-content-split.image-left .content p, .image-content-split.image-right .content p {
    font-size: 1rem;
  }
  .image-content-split.image-left .image, .image-content-split.image-right .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .testimonials-carousel .testimonial-container.testimonial-three .testimonial-single {
    width: 100%;
    margin: 0 20px 30px;
  }
  #html-block iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .testimonials-carousel .testimonial-container.testimonial-carousel .slick-list {
    padding: 50px 0 !important;
  }
  .testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide {
    max-width: 490px;
    width: 90%;
    margin: 0 auto;
  }
  .testimonials-carousel .testimonial-container.testimonial-carousel .slick-slide.slick-current {
    -webkit-transform: none;
            transform: none;
  }
  .timeline .single-year .img-holder {
    max-width: 250px;
    height: 250px;
  }
  .timeline .single-year .content .btn {
    font-size: 14px;
  }
  .blog-container .recent .post-recent .image {
    width: 100%;
  }
  .blog-container .category .divider {
    margin: 60px 0 50px 20px;
  }
  .blog-comment-form .comment-form-author, .blog-comment-form .comment-form-email {
    width: 100%;
  }
  .post-single:nth-child(n+2) {
    margin-top: 6em;
  }
  .faq-section .accordion-item .accordion-content {
    padding: 0 20px;
  }
  .faq-section .accordion-item .accordion-content p:last-child {
    margin: 0;
  }
  .faq-section .accordion-item.active .accordion-content {
    padding: 20px;
  }
  .company-module .circle-wrapper .circle .mobile-content {
    margin: 0 -47px !important;
  }
  .circles-grid .circle-wrapper .circle .mobile-content {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 -30px;
    padding: 0em 5em;
    background: #EA6534;
    color: #fff;
    font-size: .8em;
    min-width: 100vw;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .circles-grid .circle-wrapper .circle .mobile-content p {
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .circles-grid .circle-wrapper .circle.selected .mobile-content {
    padding: 3em 5em;
    max-height: 20000px;
    overflow: visible;
  }
  .circles-grid .circle-wrapper .circle.selected .mobile-content p {
    opacity: 1;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .circles-grid .circle-wrapper .circle.selected .mobile-content:before {
    content: '\f0d8';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 35px;
    top: -30px;
    color: #ea6533;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .circles-grid .circle-wrapper .circle-with-content.selected:after {
    display: none;
  }
  .circles-grid .circle-content {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  h1, h2, h3, h4, h5 {
    font-size: 1.3rem;
  }
  p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .btn {
    font-size: 14px;
  }
  header .grid-x {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .grid-x .mobileBtn {
    padding: 0;
  }
  header .nav-holder .logo {
    margin-right: 0;
  }
  header .nav-holder .mobile-nav nav li a {
    font-size: 1.3rem;
  }
  header .nav-holder .mobile-nav nav li:last-of-type a {
    margin-top: 1em;
    margin-left: 0;
  }
  header .nav-holder.fixed {
    padding: 15px 0 0;
  }
  header .nav-holder.fixed .social-holder {
    max-height: 0px;
  }
  header .nav-holder.fixed .social-holder .social {
    opacity: 0;
  }
  header .social-holder {
    width: 100% !important;
    margin: 15px 0 0;
    max-height: 2000px;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header .social-holder .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header .mobile-nav nav {
    top: 180px;
  }
  .heading.home {
    padding: 7rem 0 5rem;
  }
  .heading--inner {
    padding: 10rem 0 5rem;
  }
  .footer--top .form form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer--top .form form .gform_body {
    width: 100%;
    margin: 0 0 15px;
  }
  .full-width-banner-carousel {
    height: 400px;
  }
  .full-width-banner-carousel.home {
    height: 400px;
  }
  .content-block h2 {
    font-size: 1.3rem;
  }
  .circles-grid .circle-content.active {
    padding: 1.5rem;
  }
  .vertical-carousel--content .slick-slide li b h4 {
    font-size: 1rem;
  }
  .vertical-carousel--images .holder {
    max-width: 300px;
    height: 300px;
  }
  .testimonials-carousel .testimonial-container .testimonial-single .image {
    margin-left: 0;
  }
  .testimonials-carousel .testimonial-container .testimonial-single .content {
    margin-left: 0;
  }
  .testimonials-carousel .testimonial-container .testimonial-single .content p {
    font-size: 0.9rem;
  }
  .testimonials-carousel .testimonial-container .testimonial-single .content .testimonial-content p {
    margin-top: 20px;
    font-size: 0.9rem;
  }
  .faq-section .accordion-item .accordion-content p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .sidebar .accordion-title h3 {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 500px) {
  .heading svg #homeHeroMask {
    -webkit-transform: scale(0.15, 0.195) translateX(-320px);
            transform: scale(0.15, 0.195) translateX(-320px);
  }
}

@media only screen and (max-width: 400px) {
  .heading.home > svg #homeHeroMask  {
    -webkit-transform: scale(0.15, 0.195) translateX(-300px);
            transform: scale(0.15, 0.195) translateX(-300px);
  }
}

@media only screen and (max-width: 330px) {
  .heading.home > svg #homeHeroMask  {
    -webkit-transform: scale(0.2, 0.195) translateX(-530px);
            transform: scale(0.2, 0.195) translateX(-530px);
  }
}
/*# sourceMappingURL=main.css.map */